File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed
Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -45,3 +45,16 @@ generates:
4545 withInserts : true
4646 withUpdates : true
4747 withDeletes : true
48+ ./src/autogen/hasura/ts-react-from-documents.ts :
49+ documents :
50+ - ./src/customFragments.ts
51+ plugins :
52+ - graphql-codegen-hasura-typescript-react-from-documents
53+ config :
54+ reactApolloVersion : 3
55+ typescriptCodegenOutputPath : " ../"
56+ trimString :
57+ withQueries : true
58+ withInserts : false
59+ withUpdates : false
60+ withDeletes : false
Original file line number Diff line number Diff line change 55 " packages/graphql-codegen-hasura-gql-from-documents" ,
66 " packages/graphql-codegen-hasura-typescript-from-schema" ,
77 " packages/graphql-codegen-hasura-typescript-from-documents" ,
8+ " packages/graphql-codegen-hasura-typescript-react-from-documents" ,
89 " demo"
910 ],
1011 "useWorkspaces" : true ,
1112 "npmClient" : " yarn" ,
1213 "command" : {
1314 "publish" : {
14- "ignoreChanges" : [
15- " *.md"
16- ]
15+ "ignoreChanges" : [" *.md" ]
1716 }
1817 }
1918}
Original file line number Diff line number Diff line change 66 " packages/graphql-codegen-hasura-gql-from-documents" ,
77 " packages/graphql-codegen-hasura-typescript-from-schema" ,
88 " packages/graphql-codegen-hasura-typescript-from-documents" ,
9+ " packages/graphql-codegen-hasura-typescript-react-from-documents" ,
910 " demo"
1011 ]
1112 },
Original file line number Diff line number Diff line change 11export * from './gqlInjectors' ;
22export * from './helperInjectors' ;
3+ export * from './reactInjectors' ;
34export * from './utils' ;
You can’t perform that action at this time.
0 commit comments