|
@@ -6,11 +6,11 @@ export type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?:
|
|
export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]: Maybe<T[SubKey]> };
|
|
export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]: Maybe<T[SubKey]> };
|
|
export type MakeEmpty<T extends { [key: string]: unknown }, K extends keyof T> = { [_ in K]?: never };
|
|
export type MakeEmpty<T extends { [key: string]: unknown }, K extends keyof T> = { [_ in K]?: never };
|
|
export type Incremental<T> = T | { [P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never };
|
|
export type Incremental<T> = T | { [P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never };
|
|
-// Generated on 2023-06-11T12:23:22-07:00
|
|
|
|
|
|
+// Generated on 2023-09-02T12:08:38-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 = {
|
|
- ID: { input: string | number; output: string; }
|
|
|
|
|
|
+ ID: { input: string; output: string; }
|
|
String: { input: string; output: string; }
|
|
String: { input: string; output: string; }
|
|
Boolean: { input: boolean; output: boolean; }
|
|
Boolean: { input: boolean; output: boolean; }
|
|
Int: { input: number; output: number; }
|
|
Int: { input: number; output: number; }
|
|
@@ -8545,7 +8545,7 @@ export type RcsbExternalReferences = {
|
|
* Internal identifier for external resource.
|
|
* Internal identifier for external resource.
|
|
*
|
|
*
|
|
* Allowable values:
|
|
* Allowable values:
|
|
- * OLDERADO, BMRB, NDB, SB GRID, PROTEIN DIFFRACTION, EM DATA RESOURCE
|
|
|
|
|
|
+ * OLDERADO, BMRB, NDB, NAKB, SB GRID, PROTEIN DIFFRACTION, EM DATA RESOURCE
|
|
*
|
|
*
|
|
*/
|
|
*/
|
|
readonly type: Scalars['String']['output'];
|
|
readonly type: Scalars['String']['output'];
|
|
@@ -9951,6 +9951,14 @@ export type RcsbPolymerEntityContainerIdentifiersReferenceSequenceIdentifiers =
|
|
*
|
|
*
|
|
*/
|
|
*/
|
|
readonly database_name?: Maybe<Scalars['String']['output']>;
|
|
readonly database_name?: Maybe<Scalars['String']['output']>;
|
|
|
|
+ /**
|
|
|
|
+ * Indicates what fraction of this polymer entity sequence is covered by the reference sequence.
|
|
|
|
+ *
|
|
|
|
+ * Examples:
|
|
|
|
+ * null, null
|
|
|
|
+ *
|
|
|
|
+ */
|
|
|
|
+ readonly entity_sequence_coverage?: Maybe<Scalars['Float']['output']>;
|
|
/**
|
|
/**
|
|
* Source of the reference database assignment
|
|
* Source of the reference database assignment
|
|
*
|
|
*
|
|
@@ -9959,6 +9967,14 @@ export type RcsbPolymerEntityContainerIdentifiersReferenceSequenceIdentifiers =
|
|
*
|
|
*
|
|
*/
|
|
*/
|
|
readonly provenance_source?: Maybe<Scalars['String']['output']>;
|
|
readonly provenance_source?: Maybe<Scalars['String']['output']>;
|
|
|
|
+ /**
|
|
|
|
+ * Indicates what fraction of the reference sequence is covered by this polymer entity sequence.
|
|
|
|
+ *
|
|
|
|
+ * Examples:
|
|
|
|
+ * null, null
|
|
|
|
+ *
|
|
|
|
+ */
|
|
|
|
+ readonly reference_sequence_coverage?: Maybe<Scalars['Float']['output']>;
|
|
};
|
|
};
|
|
|
|
|
|
export type RcsbPolymerEntityFeature = {
|
|
export type RcsbPolymerEntityFeature = {
|
|
@@ -11228,6 +11244,7 @@ export type RcsbUniprotAlignmentsCoreEntityAlignments = {
|
|
};
|
|
};
|
|
|
|
|
|
export type RcsbUniprotAnnotation = {
|
|
export type RcsbUniprotAnnotation = {
|
|
|
|
+ readonly additional_properties?: Maybe<ReadonlyArray<Maybe<RcsbUniprotAnnotationAdditionalProperties>>>;
|
|
/** An identifier for the annotation. */
|
|
/** An identifier for the annotation. */
|
|
readonly annotation_id?: Maybe<Scalars['String']['output']>;
|
|
readonly annotation_id?: Maybe<Scalars['String']['output']>;
|
|
readonly annotation_lineage?: Maybe<ReadonlyArray<Maybe<RcsbUniprotAnnotationAnnotationLineage>>>;
|
|
readonly annotation_lineage?: Maybe<ReadonlyArray<Maybe<RcsbUniprotAnnotationAnnotationLineage>>>;
|
|
@@ -11246,12 +11263,25 @@ export type RcsbUniprotAnnotation = {
|
|
* A type or category of the annotation.
|
|
* A type or category of the annotation.
|
|
*
|
|
*
|
|
* Allowable values:
|
|
* Allowable values:
|
|
- * disease, phenotype
|
|
|
|
|
|
+ * disease, phenotype, GO, InterPro
|
|
*
|
|
*
|
|
*/
|
|
*/
|
|
readonly type?: Maybe<Scalars['String']['output']>;
|
|
readonly type?: Maybe<Scalars['String']['output']>;
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+export type RcsbUniprotAnnotationAdditionalProperties = {
|
|
|
|
+ /**
|
|
|
|
+ * The additional property name
|
|
|
|
+ *
|
|
|
|
+ * Allowable values:
|
|
|
|
+ * INTERPRO_TYPE
|
|
|
|
+ *
|
|
|
|
+ */
|
|
|
|
+ readonly name?: Maybe<Scalars['String']['output']>;
|
|
|
|
+ /** The value(s) of the additional property */
|
|
|
|
+ readonly values?: Maybe<ReadonlyArray<Maybe<Scalars['ObjectScalar']['output']>>>;
|
|
|
|
+};
|
|
|
|
+
|
|
export type RcsbUniprotAnnotationAnnotationLineage = {
|
|
export type RcsbUniprotAnnotationAnnotationLineage = {
|
|
/** Members of the annotation lineage as parent lineage depth (1-N) */
|
|
/** Members of the annotation lineage as parent lineage depth (1-N) */
|
|
readonly depth?: Maybe<Scalars['Int']['output']>;
|
|
readonly depth?: Maybe<Scalars['Int']['output']>;
|
|
@@ -11321,6 +11351,8 @@ export type RcsbUniprotFeatureFeaturePositions = {
|
|
readonly end_seq_id?: Maybe<Scalars['Int']['output']>;
|
|
readonly end_seq_id?: Maybe<Scalars['Int']['output']>;
|
|
/** The value for the feature over this monomer segment. */
|
|
/** The value for the feature over this monomer segment. */
|
|
readonly value?: Maybe<Scalars['Float']['output']>;
|
|
readonly value?: Maybe<Scalars['Float']['output']>;
|
|
|
|
+ /** The value(s) for the feature over this monomer segment. */
|
|
|
|
+ readonly values?: Maybe<ReadonlyArray<Maybe<Scalars['Float']['output']>>>;
|
|
};
|
|
};
|
|
|
|
|
|
export type RcsbUniprotKeyword = {
|
|
export type RcsbUniprotKeyword = {
|