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
/
addConnectionId.d.ts
6 lines
(5 loc)
•
232 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Types
}
from
'@graphql-codegen/plugin-helpers'
;
import
{
GraphQLSchema
}
from
'graphql'
;
export
declare
const
addConnectionId
:
(
schema
:
GraphQLSchema
,
documentFiles
:
Types
.
DocumentFile
[]
) =>
{
schema
:
GraphQLSchema
; };