@@ -656,18 +656,10 @@ export interface GetSchemaByTag_service_Service_schema___schema_types {
656656 name : string | null ;
657657 description : string | null ;
658658 fields : GetSchemaByTag_service_Service_schema___schema_types_fields [ ] | null ;
659- inputFields :
660- | GetSchemaByTag_service_Service_schema___schema_types_inputFields [ ]
661- | null ;
662- interfaces :
663- | GetSchemaByTag_service_Service_schema___schema_types_interfaces [ ]
664- | null ;
665- enumValues :
666- | GetSchemaByTag_service_Service_schema___schema_types_enumValues [ ]
667- | null ;
668- possibleTypes :
669- | GetSchemaByTag_service_Service_schema___schema_types_possibleTypes [ ]
670- | null ;
659+ inputFields : GetSchemaByTag_service_Service_schema___schema_types_inputFields [ ] | null ;
660+ interfaces : GetSchemaByTag_service_Service_schema___schema_types_interfaces [ ] | null ;
661+ enumValues : GetSchemaByTag_service_Service_schema___schema_types_enumValues [ ] | null ;
662+ possibleTypes : GetSchemaByTag_service_Service_schema___schema_types_possibleTypes [ ] | null ;
671663}
672664
673665export interface GetSchemaByTag_service_Service_schema___schema_directives_args_type_ofType_ofType_ofType_ofType_ofType_ofType_ofType {
@@ -764,9 +756,7 @@ export interface GetSchemaByTag_service_Service {
764756 schema : GetSchemaByTag_service_Service_schema | null ;
765757}
766758
767- export type GetSchemaByTag_service =
768- | GetSchemaByTag_service_User
769- | GetSchemaByTag_service_Service ;
759+ export type GetSchemaByTag_service = GetSchemaByTag_service_User | GetSchemaByTag_service_Service ;
770760
771761export interface GetSchemaByTag {
772762 /**
@@ -1249,7 +1239,7 @@ export interface IntrospectionTypeRef {
12491239export enum ChangeType {
12501240 FAILURE = "FAILURE" ,
12511241 NOTICE = "NOTICE" ,
1252- WARNING = "WARNING"
1242+ WARNING = "WARNING" ,
12531243}
12541244
12551245/**
@@ -1273,7 +1263,7 @@ export enum IntrospectionDirectiveLocation {
12731263 SCALAR = "SCALAR" ,
12741264 SCHEMA = "SCHEMA" ,
12751265 SUBSCRIPTION = "SUBSCRIPTION" ,
1276- UNION = "UNION"
1266+ UNION = "UNION" ,
12771267}
12781268
12791269export enum IntrospectionTypeKind {
@@ -1284,19 +1274,19 @@ export enum IntrospectionTypeKind {
12841274 NON_NULL = "NON_NULL" ,
12851275 OBJECT = "OBJECT" ,
12861276 SCALAR = "SCALAR" ,
1287- UNION = "UNION"
1277+ UNION = "UNION" ,
12881278}
12891279
12901280export enum ValidationErrorCode {
12911281 DEPRECATED_FIELD = "DEPRECATED_FIELD" ,
12921282 INVALID_OPERATION = "INVALID_OPERATION" ,
1293- NON_PARSEABLE_DOCUMENT = "NON_PARSEABLE_DOCUMENT"
1283+ NON_PARSEABLE_DOCUMENT = "NON_PARSEABLE_DOCUMENT" ,
12941284}
12951285
12961286export enum ValidationErrorType {
12971287 FAILURE = "FAILURE" ,
12981288 INVALID = "INVALID" ,
1299- WARNING = "WARNING"
1289+ WARNING = "WARNING" ,
13001290}
13011291
13021292/**
0 commit comments