Skip to content

Commit

Permalink
Merge pull request #362 from input-output-hk/chore/cardano-graphql-2.…
Browse files Browse the repository at this point in the history
…2.0-beta

chore: update to cardano-graphql 2.2.0-beta
  • Loading branch information
rhyslbw committed Sep 21, 2020
2 parents 622701d + ccaffcd commit c915265
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 26 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -6,4 +6,3 @@ yarn-error.log
.env
generated/
result*
schema.graphql
2 changes: 1 addition & 1 deletion codegen.yml
@@ -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
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
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

0 comments on commit c915265

Please sign in to comment.