Options<Context, Info>
Type Parameters
| Type Parameter |
|---|
|
|
|
|
Properties
| Property | Type | Description |
|---|---|---|
|
|
Array of module objects to include in the application. Example | |
|
( |
Optional function to build the GraphQL schema. If not provided, the default implementation using makeExecutableSchema will be used. This allows you to customize the schema building process, for example by using a different library or applying additional transformations. | |
|
Options to pass to makeExecutableSchema. See https://the-guild.dev/graphql/tools/docs/generate-schema#makeexecutableschema | ||
|
Optional array of plugins to extend the functionality of the application. |