Skip to content

GraphQLPluginOptions

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

Property Type Description Defined in

apolloConfig?

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

Optional Apollo Server configuration

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

path?

string

Path to mount the GraphQL endpoint to.

Default

'/graphql'

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

resolvers

any

GraphQL Resolvers

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

typeDefs

any

GraphQL Type Definitions

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