Skip to content

GraphQLPluginOptions

Defined in: src/plugins/application/graphql-apollo.ts:6

Property Type Description Defined in

apolloConfig?

Omit<ConstructorParameters<typeof ApolloServer>[0], "typeDefs" | "resolvers">

Optional Apollo Server configuration

src/plugins/application/graphql-apollo.ts:26

path?

string

Path to mount the GraphQL endpoint to.

Default

'/graphql'

src/plugins/application/graphql-apollo.ts:11

resolvers

any

GraphQL Resolvers

src/plugins/application/graphql-apollo.ts:21

typeDefs

any

GraphQL Type Definitions

src/plugins/application/graphql-apollo.ts:16