File tree Expand file tree Collapse file tree 7 files changed +14
-12
lines changed
graphql-codegen-hasura-gql-from-documents
graphql-codegen-hasura-gql-from-schema
graphql-codegen-hasura-typescript-from-documents
graphql-codegen-hasura-typescript-from-schema
graphql-codegen-hasura-typescript-react-from-documents Expand file tree Collapse file tree 7 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " demo" ,
4- "version" : " 2.2.1 " ,
4+ "version" : " 2.3.0 " ,
55 "dependencies" : {
66 "@apollo/client" : " ^3.0.0-beta.14" ,
77 "@apollo/react-hooks" : " ^3.2.0-beta.0" ,
2121 "@graphql-codegen/typescript-operations" : " 1.8.3" ,
2222 "@graphql-codegen/typescript-react-apollo" : " 1.8.3" ,
2323 "@graphql-codegen/typescript-resolvers" : " 1.8.3" ,
24- "graphql-codegen-hasura-gql-from-documents" : " ^2.2.1 " ,
25- "graphql-codegen-hasura-gql-from-schema" : " ^2.2.1 " ,
26- "graphql-codegen-hasura-typescript-from-documents" : " ^2.2.1 " ,
27- "graphql-codegen-hasura-typescript-from-schema" : " ^2.2.1 "
24+ "graphql-codegen-hasura-gql-from-documents" : " ^2.3.0 " ,
25+ "graphql-codegen-hasura-gql-from-schema" : " ^2.3.0 " ,
26+ "graphql-codegen-hasura-typescript-from-documents" : " ^2.3.0 " ,
27+ "graphql-codegen-hasura-typescript-from-schema" : " ^2.3.0 "
2828 },
2929 "scripts" : {
3030 "start" : " react-scripts start" ,
Original file line number Diff line number Diff line change 11{
2- "version" : " 2.2.1 " ,
2+ "version" : " 2.3.0 " ,
33 "packages" : [
44 " packages/graphql-codegen-hasura-gql-from-schema" ,
55 " packages/graphql-codegen-hasura-gql-from-documents" ,
1212 "npmClient" : " yarn" ,
1313 "command" : {
1414 "publish" : {
15- "ignoreChanges" : [" *.md" ]
15+ "ignoreChanges" : [
16+ " *.md"
17+ ]
1618 }
1719 }
1820}
Original file line number Diff line number Diff line change 11{
22 "name" : " graphql-codegen-hasura-gql-from-documents" ,
3- "version" : " 2.2.1 " ,
3+ "version" : " 2.3.0 " ,
44 "description" : " GraphQL Code Generator plugin for generating a CRUD Gql for Hasura" ,
55 "author" : " ahrnee <ahrndee@gmail.com>" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " graphql-codegen-hasura-gql-from-schema" ,
3- "version" : " 2.2.1 " ,
3+ "version" : " 2.3.0 " ,
44 "description" : " GraphQL Code Generator plugin for generating a CRUD Gql for Hasura" ,
55 "author" : " ahrnee <ahrndee@gmail.com>" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " graphql-codegen-hasura-typescript-from-documents" ,
3- "version" : " 2.2.1 " ,
3+ "version" : " 2.3.0 " ,
44 "description" : " GraphQL Code Generator plugin for generating a CRUD TypeScript for Hasura from Documents" ,
55 "author" : " ahrnee <ahrndee@gmail.com>" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " graphql-codegen-hasura-typescript-from-schema" ,
3- "version" : " 2.2.1 " ,
3+ "version" : " 2.3.0 " ,
44 "description" : " GraphQL Code Generator plugin for generating a CRUD TypeScript for Hasura" ,
55 "author" : " ahrnee <ahrndee@gmail.com>" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " graphql-codegen-hasura-typescript-react-from-documents" ,
3- "version" : " 2.2.1 " ,
3+ "version" : " 2.3.0 " ,
44 "description" : " GraphQL Code Generator plugin for generating a CRUD TypeScript for Hasura from Documents" ,
55 "author" : " ahrnee <ahrndee@gmail.com>" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments