UNPKG
@kazekyo/nau-graphql-codegen-preset
Version:
latest (0.4.5)
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
A GraphQL Code Generator preset for Nau
www.naugraphql.com
kazekyo/nau
@kazekyo/nau-graphql-codegen-preset
/
dist
/
schemaTransforms
/
addClientDirective.d.ts
5 lines
(4 loc)
•
147 B
TypeScript
View Raw
1
2
3
4
5
import
{
GraphQLSchema
}
from
'graphql'
;
export
declare
const
addCustomClientDirective
:
(
schema
:
GraphQLSchema
) =>
{
schema
:
GraphQLSchema
; };