Modules

Contents

GraphQL Library ships three server-side JavaScript modules. Each is required independently and documented on its own page.

Module Use

/lib/graphql

Scalar constants, type wrappers, the schema generator, and query execution. Needed by every application using the library.

/lib/graphql-connection

Relay-style connection types and opaque cursors.

/lib/graphql-rx

Publishers and subscribers for GraphQL subscriptions.

Each module page documents its Constants, Functions, Classes, and Type Definitions in that order. Sections a module does not use are omitted.


Contents

Contents