Skip to main content

AbimongoGraphQLOptions

@abimongo/core v1.1.4


@abimongo/core / AbimongoGraphQLOptions

Interface: AbimongoGraphQLOptions

Defined in: core/src/types/graphql.type.ts:2

Properties

customResolvers?

optional customResolvers: any[]

Defined in: core/src/types/graphql.type.ts:6


customTypeDefs?

optional customTypeDefs: string[]

Defined in: core/src/types/graphql.type.ts:5


defaultResolvers?

optional defaultResolvers: any[]

Defined in: core/src/types/graphql.type.ts:4


enablePlayground?

optional enablePlayground: boolean

Defined in: core/src/types/graphql.type.ts:7


enableSubscriptions?

optional enableSubscriptions: boolean

Defined in: core/src/types/graphql.type.ts:8


schemaOutputPath?

optional schemaOutputPath: string

Defined in: core/src/types/graphql.type.ts:9


useRedis?

optional useRedis: boolean

Defined in: core/src/types/graphql.type.ts:3