Type alias GraphQlSchemaHooksInternal

GraphQlSchemaHooks: {
    initialiseResolvers: AsyncSeriesHook<[IResolvers]>;
    listGraphQLTypes: AsyncSeriesHook<[GraphQLTypesDefinitions]>;
}

Type declaration

Generated using TypeDoc