Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update to cardano-graphql 2.2.0-beta #362

Merged
merged 1 commit into from
Sep 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ yarn-error.log
.env
generated/
result*
schema.graphql
2 changes: 1 addition & 1 deletion codegen.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
overwrite: true
schema: schema.graphql
schema: node_modules/@cardano-graphql/client-ts/api/schema.graphql
documents: "source/**/*.graphql"
generates:
generated/typings/graphql-schema.d.ts:
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"test": "jest",
"test:e2e": "cypress run",
"test:e2e:dev": "cypress open",
"generate:graphql-schema": "node source/utils/generateGraphQLSchema.js",
"generate:graphql-typings": "yarn generate:graphql-schema && graphql-codegen",
"generate:graphql-typings": "graphql-codegen",
"export": "next export source --outdir build/static",
"static:build": "NODE_ENV=production yarn build && yarn export",
"static:serve": "serve ./build/static",
Expand Down Expand Up @@ -72,7 +71,7 @@
"@babel/plugin-transform-react-display-name": "7.8.3",
"@babel/plugin-transform-react-jsx-self": "7.9.0",
"@babel/plugin-transform-react-jsx-source": "7.9.0",
"@cardano-graphql/client-ts": "2.1.0",
"@cardano-graphql/client-ts": "2.2.0-beta",
"@cypress/webpack-preprocessor": "4.1.1",
"@graphql-codegen/cli": "1.2.0",
"@graphql-codegen/typescript": "1.2.0",
Expand Down
Binary file removed packages-cache/@cardano-graphql-client-ts-2.1.0.tgz
Binary file not shown.
Binary file not shown.
17 changes: 0 additions & 17 deletions source/utils/generateGraphQLSchema.js

This file was deleted.

8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1443,10 +1443,10 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@cardano-graphql/client-ts@2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@cardano-graphql/client-ts/-/client-ts-2.1.0.tgz#f93ddbe4cb88c7b4f5048bc0692e575bd81d9993"
integrity sha512-OnvlWkMxSoH2NFfSLPTNRGnzqg4efZmXc34wBUefTfPvmGaNO1NxYVP1wW2nS5/lfkNxwSyFPKX3yNu+MNKh2Q==
"@cardano-graphql/client-ts@2.2.0-beta":
version "2.2.0-beta"
resolved "https://registry.yarnpkg.com/@cardano-graphql/client-ts/-/client-ts-2.2.0-beta.tgz#1dd59ccd5b4369e9f1806364df5012967345cb1f"
integrity sha512-YkXykkEe5oQ7kuol2dXBskhVx8CCl8D7VOrkuka98GcqMXaJml2q0XK0/L8frHVIw/GX6AgWX0Ue/+AR0BR4ag==

"@cnakazawa/watch@^1.0.3":
version "1.0.4"
Expand Down