@morojs/moro / GraphQLResolvers
Interface: GraphQLResolvers
Defined in: src/core/graphql/types.ts:61
GraphQL resolvers map
Indexable
[key: string]: any
Properties
Mutation?
optionalMutation:Record<string,GraphQLResolver<any,any,GraphQLContext,any>>
Defined in: src/core/graphql/types.ts:63
Query?
optionalQuery:Record<string,GraphQLResolver<any,any,GraphQLContext,any>>
Defined in: src/core/graphql/types.ts:62
Subscription?
optionalSubscription:Record<string,GraphQLSubscriptionResolver<any,any,GraphQLContext>>
Defined in: src/core/graphql/types.ts:64