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

updated rcsb graphql endpoint

parent 29cd4fac
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ export namespace AssemblySymmetry {
export function is(x: any): x is AssemblySymmetry {
return x['@type'] === 'rcsb_assembly_symmetry'
}
export const GraphQLEndpointURL = '//rest-experimental.rcsb.org/graphql'
export const GraphQLEndpointURL = '//rest-dev.rcsb.org/graphql'
export const Schema = {
rcsb_assembly_symmetry_info: {
updated_datetime_utc: Column.Schema.str
......
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