Skip to content
Snippets Groups Projects
Commit 69da5abb authored by Alexander Rose's avatar Alexander Rose
Browse files

use staging url for rcsb graphql

parent a827e9a4
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ const path = require('path')
const basePath = path.join(__dirname, '..', '..', 'src', 'mol-model-props', 'rcsb', 'graphql')
generate({
schema: 'http://rest-dev.rcsb.org/graphql',
schema: 'http://rest-staging.rcsb.org/graphql',
documents: {
[path.join(basePath, 'symmetry.gql.ts')]: {
loader: path.join(__dirname, 'loader.js')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment