@morojs/moro / GraphQLPlugin
Interface: GraphQLPlugin
Defined in: src/core/graphql/types.ts:153
GraphQL plugin interface
Properties
name
name:
string
Defined in: src/core/graphql/types.ts:154
requestDidStart()?
optionalrequestDidStart: (context) =>void|GraphQLRequestListener
Defined in: src/core/graphql/types.ts:155
Parameters
context
Returns
void | GraphQLRequestListener