Modules
Contents
GraphQL Library ships three server-side JavaScript modules. Each is required independently and documented on its own page.
| Module | Use |
|---|---|
|
Scalar constants, type wrappers, the schema generator, and query execution. Needed by every application using the library. |
|
|
Relay-style connection types and opaque cursors. |
|
|
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.