mirror of
https://github.com/molstar/molstar.git
synced 2026-06-04 13:30:24 +08:00
updated data.rcsb.org url and schema
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
schema: https://data-beta.rcsb.org/graphql
|
schema: https://data.rcsb.org/graphql
|
||||||
documents: './src/mol-model-props/rcsb/graphql/symmetry.gql.ts'
|
documents: './src/mol-model-props/rcsb/graphql/symmetry.gql.ts'
|
||||||
generates:
|
generates:
|
||||||
'./src/mol-model-props/rcsb/graphql/types.ts':
|
'./src/mol-model-props/rcsb/graphql/types.ts':
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ export namespace AssemblySymmetry {
|
|||||||
Representation = 'rcsb-assembly-symmetry-3d'
|
Representation = 'rcsb-assembly-symmetry-3d'
|
||||||
}
|
}
|
||||||
|
|
||||||
export const DefaultServerUrl = 'https://data-beta.rcsb.org/graphql'
|
export const DefaultServerUrl = 'https://data.rcsb.org/graphql'
|
||||||
|
|
||||||
export function isApplicable(structure?: Structure): boolean {
|
export function isApplicable(structure?: Structure): boolean {
|
||||||
return (
|
return (
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* eslint-disable */
|
/* eslint-disable */
|
||||||
export type Maybe<T> = T | null;
|
export type Maybe<T> = T | null;
|
||||||
|
|
||||||
// Generated in 2020-03-30T11:30:30-07:00
|
// Generated in 2020-04-08T16:22:40-07:00
|
||||||
|
|
||||||
/** All built-in and custom scalars, mapped to their actual values */
|
/** All built-in and custom scalars, mapped to their actual values */
|
||||||
export type Scalars = {
|
export type Scalars = {
|
||||||
@@ -800,6 +800,8 @@ export type PdbxAuditRevisionCategory = {
|
|||||||
|
|
||||||
export type PdbxAuditRevisionDetails = {
|
export type PdbxAuditRevisionDetails = {
|
||||||
readonly data_content_type: Scalars['String'];
|
readonly data_content_type: Scalars['String'];
|
||||||
|
readonly description?: Maybe<Scalars['String']>;
|
||||||
|
readonly details?: Maybe<Scalars['String']>;
|
||||||
readonly ordinal: Scalars['Int'];
|
readonly ordinal: Scalars['Int'];
|
||||||
readonly provider?: Maybe<Scalars['String']>;
|
readonly provider?: Maybe<Scalars['String']>;
|
||||||
readonly revision_ordinal: Scalars['Int'];
|
readonly revision_ordinal: Scalars['Int'];
|
||||||
|
|||||||
Reference in New Issue
Block a user