/* SettleMint SDK - Main Package */
import { Id } from "@settlemint/sdk-utils/validation";
import { GraphQLClient } from "graphql-request";
import { z } from "zod";
import * as gql_tada0 from "gql.tada";
import { ResultOf, VariablesOf, initGraphQLTada } from "gql.tada";

//#region src/helpers/graphql-env.d.ts
/* eslint-disable */
/* prettier-ignore */
type introspection_types = {
  'AbiFragment': {
    kind: 'OBJECT';
    name: 'AbiFragment';
    fields: {
      'anonymous': {
        name: 'anonymous';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'inputs': {
        name: 'inputs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'AbiFragmentInput';
                ofType: null;
              };
            };
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'outputs': {
        name: 'outputs';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'AbiFragmentOutput';
              ofType: null;
            };
          };
        };
      };
      'stateMutability': {
        name: 'stateMutability';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'AbiFragmentInput': {
    kind: 'OBJECT';
    name: 'AbiFragmentInput';
    fields: {
      'indexed': {
        name: 'indexed';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'internalType': {
        name: 'internalType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'AbiFragmentInputInputType': {
    kind: 'INPUT_OBJECT';
    name: 'AbiFragmentInputInputType';
    isOneOf: false;
    inputFields: [{
      name: 'indexed';
      type: {
        kind: 'SCALAR';
        name: 'Boolean';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'internalType';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'name';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'type';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }];
  };
  'AbiFragmentInputType': {
    kind: 'INPUT_OBJECT';
    name: 'AbiFragmentInputType';
    isOneOf: false;
    inputFields: [{
      name: 'anonymous';
      type: {
        kind: 'SCALAR';
        name: 'Boolean';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'inputs';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'INPUT_OBJECT';
              name: 'AbiFragmentInputInputType';
              ofType: null;
            };
          };
        };
      };
      defaultValue: null;
    }, {
      name: 'name';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'outputs';
      type: {
        kind: 'LIST';
        name: never;
        ofType: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'INPUT_OBJECT';
            name: 'AbiFragmentOutputInputType';
            ofType: null;
          };
        };
      };
      defaultValue: null;
    }, {
      name: 'stateMutability';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'type';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }];
  };
  'AbiFragmentOutput': {
    kind: 'OBJECT';
    name: 'AbiFragmentOutput';
    fields: {
      'internalType': {
        name: 'internalType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'AbiFragmentOutputInputType': {
    kind: 'INPUT_OBJECT';
    name: 'AbiFragmentOutputInputType';
    isOneOf: false;
    inputFields: [{
      name: 'internalType';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'name';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'type';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }];
  };
  'AbstractClusterService': {
    kind: 'INTERFACE';
    name: 'AbstractClusterService';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
    possibleTypes: 'AccessibleEcdsaP256PrivateKey' | 'AttestationIndexerMiddleware' | 'BesuIbftv2BlockchainNetwork' | 'BesuIbftv2BlockchainNode' | 'BesuMiddleware' | 'BesuQBFTBlockchainNetwork' | 'BesuQBFTBlockchainNode' | 'BlockchainExplorer' | 'Chainlink' | 'CordaBlockchainNetwork' | 'CordaBlockchainNode' | 'CordappSmartContractSet' | 'CustomDeployment' | 'EVMLoadBalancer' | 'FabricBlockchainNode' | 'FabricLoadBalancer' | 'FabricRaftBlockchainNetwork' | 'FabricSmartContractSet' | 'FireflyFabconnectMiddleware' | 'GethCliqueBlockchainNetwork' | 'GethCliqueBlockchainNode' | 'GraphMiddleware' | 'HAGraphMiddleware' | 'HAGraphPostgresMiddleware' | 'HAHasura' | 'Hasura' | 'HdEcdsaP256PrivateKey' | 'HsmEcDsaP256PrivateKey' | 'HyperledgerExplorer' | 'IPFSStorage' | 'IntegrationStudio' | 'MinioStorage' | 'OtterscanBlockchainExplorer' | 'PolygonEdgeBlockchainNode' | 'PolygonEdgePoABlockchainNetwork' | 'PolygonSupernetBlockchainNetwork' | 'PolygonSupernetBlockchainNode' | 'PublicEvmBlockchainNetwork' | 'PublicEvmBlockchainNode' | 'QuorumQBFTBlockchainNetwork' | 'QuorumQBFTBlockchainNode' | 'SmartContractPortalMiddleware' | 'SoliditySmartContractSet' | 'StarterKitSmartContractSet' | 'TezosBlockchainNetwork' | 'TezosBlockchainNode' | 'TezosSmartContractSet' | 'TezosTestnetBlockchainNetwork' | 'TezosTestnetBlockchainNode';
  };
  'AbstractEntity': {
    kind: 'INTERFACE';
    name: 'AbstractEntity';
    fields: {
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
    };
    possibleTypes: 'AccessibleEcdsaP256PrivateKey' | 'AttestationIndexerMiddleware' | 'BesuIbftv2BlockchainNetwork' | 'BesuIbftv2BlockchainNode' | 'BesuMiddleware' | 'BesuQBFTBlockchainNetwork' | 'BesuQBFTBlockchainNode' | 'BlockchainExplorer' | 'Chainlink' | 'CordaBlockchainNetwork' | 'CordaBlockchainNode' | 'CordappSmartContractSet' | 'CustomDeployment' | 'CustomDomain' | 'EVMLoadBalancer' | 'FabricBlockchainNode' | 'FabricLoadBalancer' | 'FabricRaftBlockchainNetwork' | 'FabricSmartContractSet' | 'FireflyFabconnectMiddleware' | 'GethCliqueBlockchainNetwork' | 'GethCliqueBlockchainNode' | 'GraphMiddleware' | 'HAGraphMiddleware' | 'HAGraphPostgresMiddleware' | 'HAHasura' | 'Hasura' | 'HdEcdsaP256PrivateKey' | 'HsmEcDsaP256PrivateKey' | 'HyperledgerExplorer' | 'IPFSStorage' | 'IntegrationStudio' | 'MinioStorage' | 'OtterscanBlockchainExplorer' | 'PolygonEdgeBlockchainNode' | 'PolygonEdgePoABlockchainNetwork' | 'PolygonSupernetBlockchainNetwork' | 'PolygonSupernetBlockchainNode' | 'PublicEvmBlockchainNetwork' | 'PublicEvmBlockchainNode' | 'QuorumQBFTBlockchainNetwork' | 'QuorumQBFTBlockchainNode' | 'SmartContractPortalMiddleware' | 'SoliditySmartContractSet' | 'StarterKitSmartContractSet' | 'TezosBlockchainNetwork' | 'TezosBlockchainNode' | 'TezosSmartContractSet' | 'TezosTestnetBlockchainNetwork' | 'TezosTestnetBlockchainNode';
  };
  'AcceptWorkspaceTransferCodeResult': {
    kind: 'OBJECT';
    name: 'AcceptWorkspaceTransferCodeResult';
    fields: {
      'child': {
        name: 'child';
        type: {
          kind: 'OBJECT';
          name: 'Workspace';
          ofType: null;
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'WorkspaceTransferStatus';
            ofType: null;
          };
        };
      };
    };
  };
  'AccessTokenValidityPeriod': {
    name: 'AccessTokenValidityPeriod';
    enumValues: 'CUSTOM' | 'DAYS_7' | 'DAYS_30' | 'DAYS_60' | 'DAYS_90' | 'NONE';
  };
  'AccessibleEcdsaP256PrivateKey': {
    kind: 'OBJECT';
    name: 'AccessibleEcdsaP256PrivateKey';
    fields: {
      'accountFactoryAddress': {
        name: 'accountFactoryAddress';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'address': {
        name: 'address';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainNodes': {
        name: 'blockchainNodes';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'UNION';
              name: 'BlockchainNodeType';
              ofType: null;
            };
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'derivationPath': {
        name: 'derivationPath';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'entryPointAddress': {
        name: 'entryPointAddress';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'identityOf': {
        name: 'identityOf';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'INTERFACE';
              name: 'BlockchainNode';
              ofType: null;
            };
          };
        };
      };
      'identityOfIntegration': {
        name: 'identityOfIntegration';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'INTERFACE';
              name: 'Integration';
              ofType: null;
            };
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'mnemonic': {
        name: 'mnemonic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'paymasterAddress': {
        name: 'paymasterAddress';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'privateKey': {
        name: 'privateKey';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'privateKeyType': {
        name: 'privateKeyType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'PrivateKeyType';
            ofType: null;
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'publicKey': {
        name: 'publicKey';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'relayerKey': {
        name: 'relayerKey';
        type: {
          kind: 'UNION';
          name: 'PrivateKeyUnionType';
          ofType: null;
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'trustedForwarderAddress': {
        name: 'trustedForwarderAddress';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'trustedForwarderName': {
        name: 'trustedForwarderName';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'userWalletType': {
        name: 'userWalletType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'UserWalletType';
            ofType: null;
          };
        };
      };
      'userWallets': {
        name: 'userWallets';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'UserWallet';
              ofType: null;
            };
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'verifications': {
        name: 'verifications';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'ExposableWalletKeyVerification';
              ofType: null;
            };
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'AdditionalConfigInput': {
    kind: 'INPUT_OBJECT';
    name: 'AdditionalConfigInput';
    isOneOf: false;
    inputFields: [{
      name: 'codeStudio';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      defaultValue: "false";
    }, {
      name: 'userWalletType';
      type: {
        kind: 'ENUM';
        name: 'UserWalletType';
        ofType: null;
      };
      defaultValue: null;
    }];
  };
  'AdditionalConfigType': {
    kind: 'OBJECT';
    name: 'AdditionalConfigType';
    fields: {
      'codeStudio': {
        name: 'codeStudio';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'userWalletType': {
        name: 'userWalletType';
        type: {
          kind: 'ENUM';
          name: 'UserWalletType';
          ofType: null;
        };
      };
    };
  };
  'AdvancedDeploymentConfig': {
    kind: 'OBJECT';
    name: 'AdvancedDeploymentConfig';
    fields: {
      'deployment': {
        name: 'deployment';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfigDeployment';
          ofType: null;
        };
      };
      'ingress': {
        name: 'ingress';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfigIngress';
          ofType: null;
        };
      };
      'services': {
        name: 'services';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'AdvancedDeploymentConfigServiceDefinition';
              ofType: null;
            };
          };
        };
      };
    };
  };
  'AdvancedDeploymentConfigAffinity': {
    kind: 'OBJECT';
    name: 'AdvancedDeploymentConfigAffinity';
    fields: {
      'labelSelectors': {
        name: 'labelSelectors';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'AdvancedDeploymentConfigAffinityLabelSelector';
              ofType: null;
            };
          };
        };
      };
      'matchFields': {
        name: 'matchFields';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'namespaceSelector': {
        name: 'namespaceSelector';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'nodeSelectorTerms': {
        name: 'nodeSelectorTerms';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'AdvancedDeploymentConfigAffinityLabelSelector';
              ofType: null;
            };
          };
        };
      };
      'schedulingPolicy': {
        name: 'schedulingPolicy';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'AffinitySchedulingPolicy';
            ofType: null;
          };
        };
      };
      'topologyKey': {
        name: 'topologyKey';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'AffinityType';
            ofType: null;
          };
        };
      };
      'weight': {
        name: 'weight';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
    };
  };
  'AdvancedDeploymentConfigAffinityInput': {
    kind: 'INPUT_OBJECT';
    name: 'AdvancedDeploymentConfigAffinityInput';
    isOneOf: false;
    inputFields: [{
      name: 'labelSelectors';
      type: {
        kind: 'LIST';
        name: never;
        ofType: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'INPUT_OBJECT';
            name: 'AdvancedDeploymentConfigAffinityLabelSelectorInput';
            ofType: null;
          };
        };
      };
      defaultValue: null;
    }, {
      name: 'matchFields';
      type: {
        kind: 'SCALAR';
        name: 'Boolean';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'namespaceSelector';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'nodeSelectorTerms';
      type: {
        kind: 'LIST';
        name: never;
        ofType: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'INPUT_OBJECT';
            name: 'AdvancedDeploymentConfigAffinityLabelSelectorInput';
            ofType: null;
          };
        };
      };
      defaultValue: null;
    }, {
      name: 'schedulingPolicy';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'ENUM';
          name: 'AffinitySchedulingPolicy';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'topologyKey';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'type';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'ENUM';
          name: 'AffinityType';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'weight';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }];
  };
  'AdvancedDeploymentConfigAffinityLabelSelector': {
    kind: 'OBJECT';
    name: 'AdvancedDeploymentConfigAffinityLabelSelector';
    fields: {
      'key': {
        name: 'key';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'operator': {
        name: 'operator';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'AffinityOperator';
            ofType: null;
          };
        };
      };
      'values': {
        name: 'values';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
    };
  };
  'AdvancedDeploymentConfigAffinityLabelSelectorInput': {
    kind: 'INPUT_OBJECT';
    name: 'AdvancedDeploymentConfigAffinityLabelSelectorInput';
    isOneOf: false;
    inputFields: [{
      name: 'key';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'operator';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'ENUM';
          name: 'AffinityOperator';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'values';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'SCALAR';
              name: 'String';
              ofType: null;
            };
          };
        };
      };
      defaultValue: null;
    }];
  };
  'AdvancedDeploymentConfigDeployment': {
    kind: 'OBJECT';
    name: 'AdvancedDeploymentConfigDeployment';
    fields: {
      'affinities': {
        name: 'affinities';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'AdvancedDeploymentConfigAffinity';
              ofType: null;
            };
          };
        };
      };
      'annotations': {
        name: 'annotations';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'AdvancedDeploymentConfigKeyValue';
              ofType: null;
            };
          };
        };
      };
      'environment': {
        name: 'environment';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'AdvancedDeploymentConfigKeyValue';
              ofType: null;
            };
          };
        };
      };
      'labels': {
        name: 'labels';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'AdvancedDeploymentConfigKeyValue';
              ofType: null;
            };
          };
        };
      };
      'nodeSelector': {
        name: 'nodeSelector';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'AdvancedDeploymentConfigKeyValue';
              ofType: null;
            };
          };
        };
      };
      'resources': {
        name: 'resources';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfigResources';
          ofType: null;
        };
      };
      'tolerations': {
        name: 'tolerations';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'AdvancedDeploymentConfigToleration';
              ofType: null;
            };
          };
        };
      };
    };
  };
  'AdvancedDeploymentConfigDeploymentInput': {
    kind: 'INPUT_OBJECT';
    name: 'AdvancedDeploymentConfigDeploymentInput';
    isOneOf: false;
    inputFields: [{
      name: 'affinities';
      type: {
        kind: 'LIST';
        name: never;
        ofType: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'INPUT_OBJECT';
            name: 'AdvancedDeploymentConfigAffinityInput';
            ofType: null;
          };
        };
      };
      defaultValue: null;
    }, {
      name: 'annotations';
      type: {
        kind: 'LIST';
        name: never;
        ofType: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'INPUT_OBJECT';
            name: 'AdvancedDeploymentConfigKeyValueInput';
            ofType: null;
          };
        };
      };
      defaultValue: null;
    }, {
      name: 'environment';
      type: {
        kind: 'LIST';
        name: never;
        ofType: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'INPUT_OBJECT';
            name: 'AdvancedDeploymentConfigKeyValueInput';
            ofType: null;
          };
        };
      };
      defaultValue: null;
    }, {
      name: 'labels';
      type: {
        kind: 'LIST';
        name: never;
        ofType: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'INPUT_OBJECT';
            name: 'AdvancedDeploymentConfigKeyValueInput';
            ofType: null;
          };
        };
      };
      defaultValue: null;
    }, {
      name: 'nodeSelector';
      type: {
        kind: 'LIST';
        name: never;
        ofType: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'INPUT_OBJECT';
            name: 'AdvancedDeploymentConfigKeyValueInput';
            ofType: null;
          };
        };
      };
      defaultValue: null;
    }, {
      name: 'resources';
      type: {
        kind: 'INPUT_OBJECT';
        name: 'AdvancedDeploymentConfigResourcesInput';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'tolerations';
      type: {
        kind: 'LIST';
        name: never;
        ofType: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'INPUT_OBJECT';
            name: 'AdvancedDeploymentConfigTolerationInput';
            ofType: null;
          };
        };
      };
      defaultValue: null;
    }];
  };
  'AdvancedDeploymentConfigIngress': {
    kind: 'OBJECT';
    name: 'AdvancedDeploymentConfigIngress';
    fields: {
      'annotations': {
        name: 'annotations';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'AdvancedDeploymentConfigKeyValue';
              ofType: null;
            };
          };
        };
      };
      'labels': {
        name: 'labels';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'AdvancedDeploymentConfigKeyValue';
              ofType: null;
            };
          };
        };
      };
    };
  };
  'AdvancedDeploymentConfigIngressInput': {
    kind: 'INPUT_OBJECT';
    name: 'AdvancedDeploymentConfigIngressInput';
    isOneOf: false;
    inputFields: [{
      name: 'annotations';
      type: {
        kind: 'LIST';
        name: never;
        ofType: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'INPUT_OBJECT';
            name: 'AdvancedDeploymentConfigKeyValueInput';
            ofType: null;
          };
        };
      };
      defaultValue: null;
    }, {
      name: 'labels';
      type: {
        kind: 'LIST';
        name: never;
        ofType: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'INPUT_OBJECT';
            name: 'AdvancedDeploymentConfigKeyValueInput';
            ofType: null;
          };
        };
      };
      defaultValue: null;
    }];
  };
  'AdvancedDeploymentConfigInput': {
    kind: 'INPUT_OBJECT';
    name: 'AdvancedDeploymentConfigInput';
    isOneOf: false;
    inputFields: [{
      name: 'deployment';
      type: {
        kind: 'INPUT_OBJECT';
        name: 'AdvancedDeploymentConfigDeploymentInput';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'ingress';
      type: {
        kind: 'INPUT_OBJECT';
        name: 'AdvancedDeploymentConfigIngressInput';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'services';
      type: {
        kind: 'LIST';
        name: never;
        ofType: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'INPUT_OBJECT';
            name: 'AdvancedDeploymentConfigServiceDefinitionInput';
            ofType: null;
          };
        };
      };
      defaultValue: null;
    }];
  };
  'AdvancedDeploymentConfigKeyValue': {
    kind: 'OBJECT';
    name: 'AdvancedDeploymentConfigKeyValue';
    fields: {
      'key': {
        name: 'key';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'value': {
        name: 'value';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'AdvancedDeploymentConfigKeyValueInput': {
    kind: 'INPUT_OBJECT';
    name: 'AdvancedDeploymentConfigKeyValueInput';
    isOneOf: false;
    inputFields: [{
      name: 'key';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'value';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }];
  };
  'AdvancedDeploymentConfigResourceLimitsRequest': {
    kind: 'OBJECT';
    name: 'AdvancedDeploymentConfigResourceLimitsRequest';
    fields: {
      'cpu': {
        name: 'cpu';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'memory': {
        name: 'memory';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'AdvancedDeploymentConfigResourceLimitsRequestInput': {
    kind: 'INPUT_OBJECT';
    name: 'AdvancedDeploymentConfigResourceLimitsRequestInput';
    isOneOf: false;
    inputFields: [{
      name: 'cpu';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'memory';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }];
  };
  'AdvancedDeploymentConfigResources': {
    kind: 'OBJECT';
    name: 'AdvancedDeploymentConfigResources';
    fields: {
      'limits': {
        name: 'limits';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfigResourceLimitsRequest';
          ofType: null;
        };
      };
      'requests': {
        name: 'requests';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfigResourceLimitsRequest';
          ofType: null;
        };
      };
    };
  };
  'AdvancedDeploymentConfigResourcesInput': {
    kind: 'INPUT_OBJECT';
    name: 'AdvancedDeploymentConfigResourcesInput';
    isOneOf: false;
    inputFields: [{
      name: 'limits';
      type: {
        kind: 'INPUT_OBJECT';
        name: 'AdvancedDeploymentConfigResourceLimitsRequestInput';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'requests';
      type: {
        kind: 'INPUT_OBJECT';
        name: 'AdvancedDeploymentConfigResourceLimitsRequestInput';
        ofType: null;
      };
      defaultValue: null;
    }];
  };
  'AdvancedDeploymentConfigServiceDefinition': {
    kind: 'OBJECT';
    name: 'AdvancedDeploymentConfigServiceDefinition';
    fields: {
      'annotations': {
        name: 'annotations';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'AdvancedDeploymentConfigKeyValue';
              ofType: null;
            };
          };
        };
      };
      'labels': {
        name: 'labels';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'AdvancedDeploymentConfigKeyValue';
              ofType: null;
            };
          };
        };
      };
      'serviceNameTemplate': {
        name: 'serviceNameTemplate';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'AdvancedDeploymentConfigServiceDefinitionInput': {
    kind: 'INPUT_OBJECT';
    name: 'AdvancedDeploymentConfigServiceDefinitionInput';
    isOneOf: false;
    inputFields: [{
      name: 'annotations';
      type: {
        kind: 'LIST';
        name: never;
        ofType: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'INPUT_OBJECT';
            name: 'AdvancedDeploymentConfigKeyValueInput';
            ofType: null;
          };
        };
      };
      defaultValue: null;
    }, {
      name: 'labels';
      type: {
        kind: 'LIST';
        name: never;
        ofType: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'INPUT_OBJECT';
            name: 'AdvancedDeploymentConfigKeyValueInput';
            ofType: null;
          };
        };
      };
      defaultValue: null;
    }, {
      name: 'serviceNameTemplate';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }];
  };
  'AdvancedDeploymentConfigToleration': {
    kind: 'OBJECT';
    name: 'AdvancedDeploymentConfigToleration';
    fields: {
      'effect': {
        name: 'effect';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'TolerationEffect';
            ofType: null;
          };
        };
      };
      'key': {
        name: 'key';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'operator': {
        name: 'operator';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'TolerationOperator';
            ofType: null;
          };
        };
      };
      'tolerationSeconds': {
        name: 'tolerationSeconds';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'value': {
        name: 'value';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'AdvancedDeploymentConfigTolerationInput': {
    kind: 'INPUT_OBJECT';
    name: 'AdvancedDeploymentConfigTolerationInput';
    isOneOf: false;
    inputFields: [{
      name: 'effect';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'ENUM';
          name: 'TolerationEffect';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'key';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'operator';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'ENUM';
          name: 'TolerationOperator';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'tolerationSeconds';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'value';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }];
  };
  'AffinityOperator': {
    name: 'AffinityOperator';
    enumValues: 'DoesNotExist' | 'Exists' | 'Gt' | 'In' | 'Lt' | 'NotIn';
  };
  'AffinitySchedulingPolicy': {
    name: 'AffinitySchedulingPolicy';
    enumValues: 'preferredDuringSchedulingIgnoredDuringExecution' | 'requiredDuringSchedulingIgnoredDuringExecution';
  };
  'AffinityType': {
    name: 'AffinityType';
    enumValues: 'nodeAffinity' | 'podAffinity' | 'podAntiAffinity';
  };
  'Application': {
    kind: 'OBJECT';
    name: 'Application';
    fields: {
      'blockchainNetworks': {
        name: 'blockchainNetworks';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'INTERFACE';
                name: 'BlockchainNetwork';
                ofType: null;
              };
            };
          };
        };
      };
      'blockchainNodes': {
        name: 'blockchainNodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'INTERFACE';
                name: 'BlockchainNode';
                ofType: null;
              };
            };
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'customDeployments': {
        name: 'customDeployments';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'CustomDeployment';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'errors': {
        name: 'errors';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'hubspotId': {
        name: 'hubspotId';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'insights': {
        name: 'insights';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'INTERFACE';
                name: 'Insights';
                ofType: null;
              };
            };
          };
        };
      };
      'integrations': {
        name: 'integrations';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'INTERFACE';
                name: 'Integration';
                ofType: null;
              };
            };
          };
        };
      };
      'loadBalancers': {
        name: 'loadBalancers';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'INTERFACE';
                name: 'LoadBalancer';
                ofType: null;
              };
            };
          };
        };
      };
      'middlewares': {
        name: 'middlewares';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'INTERFACE';
                name: 'Middleware';
                ofType: null;
              };
            };
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'privateKeys': {
        name: 'privateKeys';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'INTERFACE';
                name: 'PrivateKey';
                ofType: null;
              };
            };
          };
        };
      };
      'settings': {
        name: 'settings';
        type: {
          kind: 'SCALAR';
          name: 'JSON';
          ofType: null;
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'smartcontractSets': {
        name: 'smartcontractSets';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'INTERFACE';
                name: 'SmartContractSet';
                ofType: null;
              };
            };
          };
        };
      };
      'storages': {
        name: 'storages';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'INTERFACE';
                name: 'Storage';
                ofType: null;
              };
            };
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'warnings': {
        name: 'warnings';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'workspace': {
        name: 'workspace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Workspace';
            ofType: null;
          };
        };
      };
    };
  };
  'ApplicationAccessToken': {
    kind: 'OBJECT';
    name: 'ApplicationAccessToken';
    fields: {
      'blockchainNetworkScope': {
        name: 'blockchainNetworkScope';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'BlockchainNetworkScope';
            ofType: null;
          };
        };
      };
      'blockchainNetworks': {
        name: 'blockchainNetworks';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'INTERFACE';
                name: 'BlockchainNetwork';
                ofType: null;
              };
            };
          };
        };
      };
      'blockchainNodeScope': {
        name: 'blockchainNodeScope';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'BlockchainNodeScope';
            ofType: null;
          };
        };
      };
      'blockchainNodes': {
        name: 'blockchainNodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'INTERFACE';
                name: 'BlockchainNode';
                ofType: null;
              };
            };
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'customDeploymentScope': {
        name: 'customDeploymentScope';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'CustomDeploymentScope';
            ofType: null;
          };
        };
      };
      'customDeployments': {
        name: 'customDeployments';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'CustomDeployment';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'expiresAt': {
        name: 'expiresAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'insights': {
        name: 'insights';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'INTERFACE';
                name: 'Insights';
                ofType: null;
              };
            };
          };
        };
      };
      'insightsScope': {
        name: 'insightsScope';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'InsightsScope';
            ofType: null;
          };
        };
      };
      'integrationScope': {
        name: 'integrationScope';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'IntegrationScope';
            ofType: null;
          };
        };
      };
      'integrations': {
        name: 'integrations';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'INTERFACE';
                name: 'Integration';
                ofType: null;
              };
            };
          };
        };
      };
      'lastUsedAt': {
        name: 'lastUsedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'loadBalancerScope': {
        name: 'loadBalancerScope';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'LoadBalancerScope';
            ofType: null;
          };
        };
      };
      'loadBalancers': {
        name: 'loadBalancers';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'INTERFACE';
                name: 'LoadBalancer';
                ofType: null;
              };
            };
          };
        };
      };
      'middlewareScope': {
        name: 'middlewareScope';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'MiddlewareScope';
            ofType: null;
          };
        };
      };
      'middlewares': {
        name: 'middlewares';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'INTERFACE';
                name: 'Middleware';
                ofType: null;
              };
            };
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'privateKeyScope': {
        name: 'privateKeyScope';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'PrivateKeyScope';
            ofType: null;
          };
        };
      };
      'privateKeys': {
        name: 'privateKeys';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'INTERFACE';
                name: 'PrivateKey';
                ofType: null;
              };
            };
          };
        };
      };
      'smartContractSetScope': {
        name: 'smartContractSetScope';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'SmartContractSetScope';
            ofType: null;
          };
        };
      };
      'smartcontractSets': {
        name: 'smartcontractSets';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'INTERFACE';
                name: 'SmartContractSet';
                ofType: null;
              };
            };
          };
        };
      };
      'storageScope': {
        name: 'storageScope';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'StorageScope';
            ofType: null;
          };
        };
      };
      'storages': {
        name: 'storages';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'INTERFACE';
                name: 'Storage';
                ofType: null;
              };
            };
          };
        };
      };
      'token': {
        name: 'token';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
    };
  };
  'ApplicationAccessTokenDto': {
    kind: 'OBJECT';
    name: 'ApplicationAccessTokenDto';
    fields: {
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'token': {
        name: 'token';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'ApplicationAccessTokenScopeType': {
    name: 'ApplicationAccessTokenScopeType';
    enumValues: 'ALL' | 'SPECIFIC';
  };
  'ApplicationCostsInfo': {
    kind: 'OBJECT';
    name: 'ApplicationCostsInfo';
    fields: {
      'applicationDeletedAt': {
        name: 'applicationDeletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'applicationId': {
        name: 'applicationId';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'applicationName': {
        name: 'applicationName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'costsDetails': {
        name: 'costsDetails';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ProductCostInfo';
                ofType: null;
              };
            };
          };
        };
      };
      'monthToDateCost': {
        name: 'monthToDateCost';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'periodEnd': {
        name: 'periodEnd';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'periodStart': {
        name: 'periodStart';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'runtime': {
        name: 'runtime';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
    };
  };
  'ApplicationServiceCount': {
    kind: 'OBJECT';
    name: 'ApplicationServiceCount';
    fields: {
      'blockchainNetworkCount': {
        name: 'blockchainNetworkCount';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'blockchainNodeCount': {
        name: 'blockchainNodeCount';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'customDeploymentCount': {
        name: 'customDeploymentCount';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'insightsCount': {
        name: 'insightsCount';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'integrationCount': {
        name: 'integrationCount';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'loadBalancerCount': {
        name: 'loadBalancerCount';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'middlewareCount': {
        name: 'middlewareCount';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'privateKeyCount': {
        name: 'privateKeyCount';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'smartContractSetCount': {
        name: 'smartContractSetCount';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'storageCount': {
        name: 'storageCount';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
    };
  };
  'ApplicationSettingsInput': {
    kind: 'INPUT_OBJECT';
    name: 'ApplicationSettingsInput';
    isOneOf: false;
    inputFields: [{
      name: 'customJwtConfiguration';
      type: {
        kind: 'INPUT_OBJECT';
        name: 'CustomJwtConfigurationInput';
        ofType: null;
      };
      defaultValue: null;
    }];
  };
  'ApplicationUpdateInput': {
    kind: 'INPUT_OBJECT';
    name: 'ApplicationUpdateInput';
    isOneOf: false;
    inputFields: [{
      name: 'id';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'ID';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'name';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'settings';
      type: {
        kind: 'INPUT_OBJECT';
        name: 'ApplicationSettingsInput';
        ofType: null;
      };
      defaultValue: null;
    }];
  };
  'AttestationIndexerMiddleware': {
    kind: 'OBJECT';
    name: 'AttestationIndexerMiddleware';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'attestationIndexerDbName': {
        name: 'attestationIndexerDbName';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'blockchainNode': {
        name: 'blockchainNode';
        type: {
          kind: 'INTERFACE';
          name: 'BlockchainNode';
          ofType: null;
        };
      };
      'contractStartBlock': {
        name: 'contractStartBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'easContractAddress': {
        name: 'easContractAddress';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'interface': {
        name: 'interface';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'MiddlewareType';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'loadBalancer': {
        name: 'loadBalancer';
        type: {
          kind: 'INTERFACE';
          name: 'LoadBalancer';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'schemaRegistryContractAddress': {
        name: 'schemaRegistryContractAddress';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'smartContractSet': {
        name: 'smartContractSet';
        type: {
          kind: 'UNION';
          name: 'SmartContractSetType';
          ofType: null;
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'storage': {
        name: 'storage';
        type: {
          kind: 'UNION';
          name: 'StorageType';
          ofType: null;
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'AuditLog': {
    kind: 'OBJECT';
    name: 'AuditLog';
    fields: {
      'abstractEntityName': {
        name: 'abstractEntityName';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'action': {
        name: 'action';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'AuditLogAction';
            ofType: null;
          };
        };
      };
      'applicationAccessToken': {
        name: 'applicationAccessToken';
        type: {
          kind: 'OBJECT';
          name: 'ApplicationAccessToken';
          ofType: null;
        };
      };
      'applicationId': {
        name: 'applicationId';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'entityId': {
        name: 'entityId';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'entityName': {
        name: 'entityName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'mutation': {
        name: 'mutation';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'OBJECT';
          name: 'User';
          ofType: null;
        };
      };
      'variables': {
        name: 'variables';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'JSON';
            ofType: null;
          };
        };
      };
    };
  };
  'AuditLogAction': {
    name: 'AuditLogAction';
    enumValues: 'CREATE' | 'DELETE' | 'EDIT' | 'PAUSE' | 'RESTART' | 'RESUME' | 'RETRY' | 'SCALE';
  };
  'AutoPauseReason': {
    name: 'AutoPauseReason';
    enumValues: 'no_card_no_credits' | 'payment_failed';
  };
  'BaseBesuGenesis': {
    kind: 'INTERFACE';
    name: 'BaseBesuGenesis';
    fields: {
      'alloc': {
        name: 'alloc';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'JSON';
            ofType: null;
          };
        };
      };
      'coinbase': {
        name: 'coinbase';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'difficulty': {
        name: 'difficulty';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'extraData': {
        name: 'extraData';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'gasLimit': {
        name: 'gasLimit';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'mixHash': {
        name: 'mixHash';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'nonce': {
        name: 'nonce';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'timestamp': {
        name: 'timestamp';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
    possibleTypes: 'BesuGenesisType';
  };
  'BaseBesuGenesisConfig': {
    kind: 'INTERFACE';
    name: 'BaseBesuGenesisConfig';
    fields: {
      'berlinBlock': {
        name: 'berlinBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'byzantiumBlock': {
        name: 'byzantiumBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'cancunBlock': {
        name: 'cancunBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'cancunTime': {
        name: 'cancunTime';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'chainId': {
        name: 'chainId';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'constantinopleBlock': {
        name: 'constantinopleBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'contractSizeLimit': {
        name: 'contractSizeLimit';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'discovery': {
        name: 'discovery';
        type: {
          kind: 'OBJECT';
          name: 'BesuDiscoveryType';
          ofType: null;
        };
      };
      'eip150Block': {
        name: 'eip150Block';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'eip150Hash': {
        name: 'eip150Hash';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'eip155Block': {
        name: 'eip155Block';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'eip158Block': {
        name: 'eip158Block';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'evmStackSize': {
        name: 'evmStackSize';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'homesteadBlock': {
        name: 'homesteadBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'istanbulBlock': {
        name: 'istanbulBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'londonBlock': {
        name: 'londonBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'muirGlacierBlock': {
        name: 'muirGlacierBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'muirGlacierblock': {
        name: 'muirGlacierblock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'muirglacierblock': {
        name: 'muirglacierblock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'petersburgBlock': {
        name: 'petersburgBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'shanghaiTime': {
        name: 'shanghaiTime';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'zeroBaseFee': {
        name: 'zeroBaseFee';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
    };
    possibleTypes: 'BesuIbft2GenesisConfigType' | 'BesuQbftGenesisConfigType' | 'BesusCliqueGenesisConfigType';
  };
  'BesuBftGenesisConfigDataInput': {
    kind: 'INPUT_OBJECT';
    name: 'BesuBftGenesisConfigDataInput';
    isOneOf: false;
    inputFields: [{
      name: 'blockperiodseconds';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'epochlength';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'requesttimeoutseconds';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'xemptyblockperiodseconds';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }];
  };
  'BesuBftGenesisConfigDataType': {
    kind: 'OBJECT';
    name: 'BesuBftGenesisConfigDataType';
    fields: {
      'blockperiodseconds': {
        name: 'blockperiodseconds';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'epochlength': {
        name: 'epochlength';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'requesttimeoutseconds': {
        name: 'requesttimeoutseconds';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'xemptyblockperiodseconds': {
        name: 'xemptyblockperiodseconds';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
    };
  };
  'BesuCliqueGenesisConfigDataInput': {
    kind: 'INPUT_OBJECT';
    name: 'BesuCliqueGenesisConfigDataInput';
    isOneOf: false;
    inputFields: [{
      name: 'blockperiodseconds';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'epochlength';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }];
  };
  'BesuCliqueGenesisConfigDataType': {
    kind: 'OBJECT';
    name: 'BesuCliqueGenesisConfigDataType';
    fields: {
      'blockperiodseconds': {
        name: 'blockperiodseconds';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'epochlength': {
        name: 'epochlength';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
    };
  };
  'BesuDiscoveryInput': {
    kind: 'INPUT_OBJECT';
    name: 'BesuDiscoveryInput';
    isOneOf: false;
    inputFields: [{
      name: 'bootnodes';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'SCALAR';
              name: 'String';
              ofType: null;
            };
          };
        };
      };
      defaultValue: null;
    }];
  };
  'BesuDiscoveryType': {
    kind: 'OBJECT';
    name: 'BesuDiscoveryType';
    fields: {
      'bootnodes': {
        name: 'bootnodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
    };
  };
  'BesuGenesisConfigUnion': {
    kind: 'UNION';
    name: 'BesuGenesisConfigUnion';
    fields: {};
    possibleTypes: 'BesuIbft2GenesisConfigType' | 'BesuQbftGenesisConfigType' | 'BesusCliqueGenesisConfigType';
  };
  'BesuGenesisType': {
    kind: 'OBJECT';
    name: 'BesuGenesisType';
    fields: {
      'alloc': {
        name: 'alloc';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'JSON';
            ofType: null;
          };
        };
      };
      'coinbase': {
        name: 'coinbase';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'config': {
        name: 'config';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BesuGenesisConfigUnion';
            ofType: null;
          };
        };
      };
      'difficulty': {
        name: 'difficulty';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'extraData': {
        name: 'extraData';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'gasLimit': {
        name: 'gasLimit';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'mixHash': {
        name: 'mixHash';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'nonce': {
        name: 'nonce';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'timestamp': {
        name: 'timestamp';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'BesuIbft2GenesisConfigInput': {
    kind: 'INPUT_OBJECT';
    name: 'BesuIbft2GenesisConfigInput';
    isOneOf: false;
    inputFields: [{
      name: 'berlinBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'byzantiumBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'cancunBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'cancunTime';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'chainId';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'constantinopleBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'contractSizeLimit';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'discovery';
      type: {
        kind: 'INPUT_OBJECT';
        name: 'BesuDiscoveryInput';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'eip150Block';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'eip150Hash';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'eip155Block';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'eip158Block';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'evmStackSize';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'homesteadBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'ibft2';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'INPUT_OBJECT';
          name: 'BesuBftGenesisConfigDataInput';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'istanbulBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'londonBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'muirGlacierBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'muirGlacierblock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'muirglacierblock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'petersburgBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'shanghaiTime';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'zeroBaseFee';
      type: {
        kind: 'SCALAR';
        name: 'Boolean';
        ofType: null;
      };
      defaultValue: null;
    }];
  };
  'BesuIbft2GenesisConfigType': {
    kind: 'OBJECT';
    name: 'BesuIbft2GenesisConfigType';
    fields: {
      'berlinBlock': {
        name: 'berlinBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'byzantiumBlock': {
        name: 'byzantiumBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'cancunBlock': {
        name: 'cancunBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'cancunTime': {
        name: 'cancunTime';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'chainId': {
        name: 'chainId';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'constantinopleBlock': {
        name: 'constantinopleBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'contractSizeLimit': {
        name: 'contractSizeLimit';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'discovery': {
        name: 'discovery';
        type: {
          kind: 'OBJECT';
          name: 'BesuDiscoveryType';
          ofType: null;
        };
      };
      'eip150Block': {
        name: 'eip150Block';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'eip150Hash': {
        name: 'eip150Hash';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'eip155Block': {
        name: 'eip155Block';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'eip158Block': {
        name: 'eip158Block';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'evmStackSize': {
        name: 'evmStackSize';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'homesteadBlock': {
        name: 'homesteadBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'ibft2': {
        name: 'ibft2';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'BesuBftGenesisConfigDataType';
            ofType: null;
          };
        };
      };
      'istanbulBlock': {
        name: 'istanbulBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'londonBlock': {
        name: 'londonBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'muirGlacierBlock': {
        name: 'muirGlacierBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'muirGlacierblock': {
        name: 'muirGlacierblock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'muirglacierblock': {
        name: 'muirglacierblock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'petersburgBlock': {
        name: 'petersburgBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'shanghaiTime': {
        name: 'shanghaiTime';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'zeroBaseFee': {
        name: 'zeroBaseFee';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
    };
  };
  'BesuIbft2GenesisInput': {
    kind: 'INPUT_OBJECT';
    name: 'BesuIbft2GenesisInput';
    isOneOf: false;
    inputFields: [{
      name: 'alloc';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'JSON';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'coinbase';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'config';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'INPUT_OBJECT';
          name: 'BesuIbft2GenesisConfigInput';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'difficulty';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'extraData';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'gasLimit';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'mixHash';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'nonce';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'timestamp';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }];
  };
  'BesuIbftv2BlockchainNetwork': {
    kind: 'OBJECT';
    name: 'BesuIbftv2BlockchainNetwork';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'artifactsImageTag': {
        name: 'artifactsImageTag';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'blockchainNodes': {
        name: 'blockchainNodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'BlockchainNodeType';
                ofType: null;
              };
            };
          };
        };
      };
      'canAddValidatingNodes': {
        name: 'canAddValidatingNodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Workspace';
                ofType: null;
              };
            };
          };
        };
      };
      'canInviteWorkspaces': {
        name: 'canInviteWorkspaces';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Workspace';
                ofType: null;
              };
            };
          };
        };
      };
      'chainId': {
        name: 'chainId';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'consensusAlgorithm': {
        name: 'consensusAlgorithm';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ConsensusAlgorithm';
            ofType: null;
          };
        };
      };
      'contractAddresses': {
        name: 'contractAddresses';
        type: {
          kind: 'OBJECT';
          name: 'ContractAddresses';
          ofType: null;
        };
      };
      'contractSizeLimit': {
        name: 'contractSizeLimit';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'decryptedFaucetWallet': {
        name: 'decryptedFaucetWallet';
        type: {
          kind: 'SCALAR';
          name: 'JSON';
          ofType: null;
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'evmStackSize': {
        name: 'evmStackSize';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'externalNodes': {
        name: 'externalNodes';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'BlockchainNetworkExternalNode';
              ofType: null;
            };
          };
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'gasLimit': {
        name: 'gasLimit';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'gasPrice': {
        name: 'gasPrice';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'genesis': {
        name: 'genesis';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'BesuGenesisType';
            ofType: null;
          };
        };
      };
      'genesisWithDiscoveryConfig': {
        name: 'genesisWithDiscoveryConfig';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'BesuGenesisType';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'invites': {
        name: 'invites';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'BlockchainNetworkInvite';
                ofType: null;
              };
            };
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPublicEvmNetwork': {
        name: 'isPublicEvmNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'kitId': {
        name: 'kitId';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'loadBalancers': {
        name: 'loadBalancers';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'LoadBalancerType';
                ofType: null;
              };
            };
          };
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'participants': {
        name: 'participants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'BlockchainNetworkParticipant';
                ofType: null;
              };
            };
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'predeployedContracts': {
        name: 'predeployedContracts';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'secondsPerBlock': {
        name: 'secondsPerBlock';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'BesuIbftv2BlockchainNode': {
    kind: 'OBJECT';
    name: 'BesuIbftv2BlockchainNode';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainClient': {
        name: 'blockchainClient';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ConsensusAlgorithm';
            ofType: null;
          };
        };
      };
      'blockchainNetwork': {
        name: 'blockchainNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'clusterServiceActionChecks': {
        name: 'clusterServiceActionChecks';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'BlockchainNodeActionChecks';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isEvm': {
        name: 'isEvm';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'keyMaterial': {
        name: 'keyMaterial';
        type: {
          kind: 'OBJECT';
          name: 'AccessibleEcdsaP256PrivateKey';
          ofType: null;
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'nodeType': {
        name: 'nodeType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'NodeType';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'privateKeys': {
        name: 'privateKeys';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'UNION';
              name: 'PrivateKeyUnionType';
              ofType: null;
            };
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'BesuMiddleware': {
    kind: 'OBJECT';
    name: 'BesuMiddleware';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'interface': {
        name: 'interface';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'MiddlewareType';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'smartContractSet': {
        name: 'smartContractSet';
        type: {
          kind: 'UNION';
          name: 'SmartContractSetType';
          ofType: null;
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'storage': {
        name: 'storage';
        type: {
          kind: 'UNION';
          name: 'StorageType';
          ofType: null;
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'BesuQBFTBlockchainNetwork': {
    kind: 'OBJECT';
    name: 'BesuQBFTBlockchainNetwork';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'artifactsImageTag': {
        name: 'artifactsImageTag';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'blockchainNodes': {
        name: 'blockchainNodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'BlockchainNodeType';
                ofType: null;
              };
            };
          };
        };
      };
      'canAddValidatingNodes': {
        name: 'canAddValidatingNodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Workspace';
                ofType: null;
              };
            };
          };
        };
      };
      'canInviteWorkspaces': {
        name: 'canInviteWorkspaces';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Workspace';
                ofType: null;
              };
            };
          };
        };
      };
      'chainId': {
        name: 'chainId';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'consensusAlgorithm': {
        name: 'consensusAlgorithm';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ConsensusAlgorithm';
            ofType: null;
          };
        };
      };
      'contractAddresses': {
        name: 'contractAddresses';
        type: {
          kind: 'OBJECT';
          name: 'ContractAddresses';
          ofType: null;
        };
      };
      'contractSizeLimit': {
        name: 'contractSizeLimit';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'decryptedFaucetWallet': {
        name: 'decryptedFaucetWallet';
        type: {
          kind: 'SCALAR';
          name: 'JSON';
          ofType: null;
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'evmStackSize': {
        name: 'evmStackSize';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'externalNodes': {
        name: 'externalNodes';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'BlockchainNetworkExternalNode';
              ofType: null;
            };
          };
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'gasLimit': {
        name: 'gasLimit';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'gasPrice': {
        name: 'gasPrice';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'genesis': {
        name: 'genesis';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'BesuGenesisType';
            ofType: null;
          };
        };
      };
      'genesisWithDiscoveryConfig': {
        name: 'genesisWithDiscoveryConfig';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'BesuGenesisType';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'invites': {
        name: 'invites';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'BlockchainNetworkInvite';
                ofType: null;
              };
            };
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPublicEvmNetwork': {
        name: 'isPublicEvmNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'kitId': {
        name: 'kitId';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'loadBalancers': {
        name: 'loadBalancers';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'LoadBalancerType';
                ofType: null;
              };
            };
          };
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'participants': {
        name: 'participants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'BlockchainNetworkParticipant';
                ofType: null;
              };
            };
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'predeployedContracts': {
        name: 'predeployedContracts';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'secondsPerBlock': {
        name: 'secondsPerBlock';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'BesuQBFTBlockchainNode': {
    kind: 'OBJECT';
    name: 'BesuQBFTBlockchainNode';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainClient': {
        name: 'blockchainClient';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ConsensusAlgorithm';
            ofType: null;
          };
        };
      };
      'blockchainNetwork': {
        name: 'blockchainNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'clusterServiceActionChecks': {
        name: 'clusterServiceActionChecks';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'BlockchainNodeActionChecks';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isEvm': {
        name: 'isEvm';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'keyMaterial': {
        name: 'keyMaterial';
        type: {
          kind: 'OBJECT';
          name: 'AccessibleEcdsaP256PrivateKey';
          ofType: null;
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'nodeType': {
        name: 'nodeType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'NodeType';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'privateKeys': {
        name: 'privateKeys';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'UNION';
              name: 'PrivateKeyUnionType';
              ofType: null;
            };
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'BesuQbftGenesisConfigInput': {
    kind: 'INPUT_OBJECT';
    name: 'BesuQbftGenesisConfigInput';
    isOneOf: false;
    inputFields: [{
      name: 'berlinBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'byzantiumBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'cancunBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'cancunTime';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'chainId';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'constantinopleBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'contractSizeLimit';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'discovery';
      type: {
        kind: 'INPUT_OBJECT';
        name: 'BesuDiscoveryInput';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'eip150Block';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'eip150Hash';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'eip155Block';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'eip158Block';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'evmStackSize';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'homesteadBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'istanbulBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'londonBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'muirGlacierBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'muirGlacierblock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'muirglacierblock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'petersburgBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'qbft';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'INPUT_OBJECT';
          name: 'BesuBftGenesisConfigDataInput';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'shanghaiTime';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'zeroBaseFee';
      type: {
        kind: 'SCALAR';
        name: 'Boolean';
        ofType: null;
      };
      defaultValue: null;
    }];
  };
  'BesuQbftGenesisConfigType': {
    kind: 'OBJECT';
    name: 'BesuQbftGenesisConfigType';
    fields: {
      'berlinBlock': {
        name: 'berlinBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'byzantiumBlock': {
        name: 'byzantiumBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'cancunBlock': {
        name: 'cancunBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'cancunTime': {
        name: 'cancunTime';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'chainId': {
        name: 'chainId';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'constantinopleBlock': {
        name: 'constantinopleBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'contractSizeLimit': {
        name: 'contractSizeLimit';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'discovery': {
        name: 'discovery';
        type: {
          kind: 'OBJECT';
          name: 'BesuDiscoveryType';
          ofType: null;
        };
      };
      'eip150Block': {
        name: 'eip150Block';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'eip150Hash': {
        name: 'eip150Hash';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'eip155Block': {
        name: 'eip155Block';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'eip158Block': {
        name: 'eip158Block';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'evmStackSize': {
        name: 'evmStackSize';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'homesteadBlock': {
        name: 'homesteadBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'istanbulBlock': {
        name: 'istanbulBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'londonBlock': {
        name: 'londonBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'muirGlacierBlock': {
        name: 'muirGlacierBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'muirGlacierblock': {
        name: 'muirGlacierblock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'muirglacierblock': {
        name: 'muirglacierblock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'petersburgBlock': {
        name: 'petersburgBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'qbft': {
        name: 'qbft';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'BesuBftGenesisConfigDataType';
            ofType: null;
          };
        };
      };
      'shanghaiTime': {
        name: 'shanghaiTime';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'zeroBaseFee': {
        name: 'zeroBaseFee';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
    };
  };
  'BesuQbftGenesisInput': {
    kind: 'INPUT_OBJECT';
    name: 'BesuQbftGenesisInput';
    isOneOf: false;
    inputFields: [{
      name: 'alloc';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'JSON';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'coinbase';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'config';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'INPUT_OBJECT';
          name: 'BesuQbftGenesisConfigInput';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'difficulty';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'extraData';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'gasLimit';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'mixHash';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'nonce';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'timestamp';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }];
  };
  'BesusCliqueGenesisConfigType': {
    kind: 'OBJECT';
    name: 'BesusCliqueGenesisConfigType';
    fields: {
      'berlinBlock': {
        name: 'berlinBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'byzantiumBlock': {
        name: 'byzantiumBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'cancunBlock': {
        name: 'cancunBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'cancunTime': {
        name: 'cancunTime';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'chainId': {
        name: 'chainId';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'clique': {
        name: 'clique';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'BesuCliqueGenesisConfigDataType';
            ofType: null;
          };
        };
      };
      'constantinopleBlock': {
        name: 'constantinopleBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'contractSizeLimit': {
        name: 'contractSizeLimit';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'discovery': {
        name: 'discovery';
        type: {
          kind: 'OBJECT';
          name: 'BesuDiscoveryType';
          ofType: null;
        };
      };
      'eip150Block': {
        name: 'eip150Block';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'eip150Hash': {
        name: 'eip150Hash';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'eip155Block': {
        name: 'eip155Block';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'eip158Block': {
        name: 'eip158Block';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'evmStackSize': {
        name: 'evmStackSize';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'homesteadBlock': {
        name: 'homesteadBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'istanbulBlock': {
        name: 'istanbulBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'londonBlock': {
        name: 'londonBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'muirGlacierBlock': {
        name: 'muirGlacierBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'muirGlacierblock': {
        name: 'muirGlacierblock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'muirglacierblock': {
        name: 'muirglacierblock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'petersburgBlock': {
        name: 'petersburgBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'shanghaiTime': {
        name: 'shanghaiTime';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'zeroBaseFee': {
        name: 'zeroBaseFee';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
    };
  };
  'Billing': {
    kind: 'OBJECT';
    name: 'Billing';
    fields: {
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credits': {
        name: 'credits';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'creditsRemaining': {
        name: 'creditsRemaining';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'disableAutoCollection': {
        name: 'disableAutoCollection';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'free': {
        name: 'free';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'hidePricing': {
        name: 'hidePricing';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'nextInvoiceDate': {
        name: 'nextInvoiceDate';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'paymentStatus': {
        name: 'paymentStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'PaymentStatusEnum';
            ofType: null;
          };
        };
      };
      'stripeCustomerId': {
        name: 'stripeCustomerId';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'stripeSubscriptions': {
        name: 'stripeSubscriptions';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'StripeSubscription';
                ofType: null;
              };
            };
          };
        };
      };
      'upcoming': {
        name: 'upcoming';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'usageExcelSent': {
        name: 'usageExcelSent';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'workspaceCosts': {
        name: 'workspaceCosts';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'WorkspaceCostsInfo';
            ofType: null;
          };
        };
      };
    };
  };
  'BillingDto': {
    kind: 'OBJECT';
    name: 'BillingDto';
    fields: {
      'enabled': {
        name: 'enabled';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'stripePublishableKey': {
        name: 'stripePublishableKey';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'BlockInfo': {
    kind: 'OBJECT';
    name: 'BlockInfo';
    fields: {
      'hash': {
        name: 'hash';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'number': {
        name: 'number';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'BlockchainExplorer': {
    kind: 'OBJECT';
    name: 'BlockchainExplorer';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainNode': {
        name: 'blockchainNode';
        type: {
          kind: 'UNION';
          name: 'BlockchainNodeType';
          ofType: null;
        };
      };
      'blockscoutBlockchainExplorerDbName': {
        name: 'blockscoutBlockchainExplorerDbName';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'insightsCategory': {
        name: 'insightsCategory';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'InsightsCategory';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'loadBalancer': {
        name: 'loadBalancer';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'LoadBalancerType';
            ofType: null;
          };
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'BlockchainNetwork': {
    kind: 'INTERFACE';
    name: 'BlockchainNetwork';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainNodes': {
        name: 'blockchainNodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'BlockchainNodeType';
                ofType: null;
              };
            };
          };
        };
      };
      'canAddValidatingNodes': {
        name: 'canAddValidatingNodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Workspace';
                ofType: null;
              };
            };
          };
        };
      };
      'canInviteWorkspaces': {
        name: 'canInviteWorkspaces';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Workspace';
                ofType: null;
              };
            };
          };
        };
      };
      'consensusAlgorithm': {
        name: 'consensusAlgorithm';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ConsensusAlgorithm';
            ofType: null;
          };
        };
      };
      'contractAddresses': {
        name: 'contractAddresses';
        type: {
          kind: 'OBJECT';
          name: 'ContractAddresses';
          ofType: null;
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'decryptedFaucetWallet': {
        name: 'decryptedFaucetWallet';
        type: {
          kind: 'SCALAR';
          name: 'JSON';
          ofType: null;
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'invites': {
        name: 'invites';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'BlockchainNetworkInvite';
                ofType: null;
              };
            };
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPublicEvmNetwork': {
        name: 'isPublicEvmNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'kitId': {
        name: 'kitId';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'loadBalancers': {
        name: 'loadBalancers';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'LoadBalancerType';
                ofType: null;
              };
            };
          };
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'participants': {
        name: 'participants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'BlockchainNetworkParticipant';
                ofType: null;
              };
            };
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'predeployedContracts': {
        name: 'predeployedContracts';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
    possibleTypes: 'BesuIbftv2BlockchainNetwork' | 'BesuQBFTBlockchainNetwork' | 'CordaBlockchainNetwork' | 'FabricRaftBlockchainNetwork' | 'GethCliqueBlockchainNetwork' | 'PolygonEdgePoABlockchainNetwork' | 'PolygonSupernetBlockchainNetwork' | 'PublicEvmBlockchainNetwork' | 'QuorumQBFTBlockchainNetwork' | 'TezosBlockchainNetwork' | 'TezosTestnetBlockchainNetwork';
  };
  'BlockchainNetworkExternalNode': {
    kind: 'OBJECT';
    name: 'BlockchainNetworkExternalNode';
    fields: {
      'address': {
        name: 'address';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'enode': {
        name: 'enode';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'isBootnode': {
        name: 'isBootnode';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isStaticNode': {
        name: 'isStaticNode';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'nodeType': {
        name: 'nodeType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ExternalNodeType';
            ofType: null;
          };
        };
      };
    };
  };
  'BlockchainNetworkExternalNodeInput': {
    kind: 'INPUT_OBJECT';
    name: 'BlockchainNetworkExternalNodeInput';
    isOneOf: false;
    inputFields: [{
      name: 'address';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'enode';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'isBootnode';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'isStaticNode';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      defaultValue: "true";
    }, {
      name: 'nodeType';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'ENUM';
          name: 'ExternalNodeType';
          ofType: null;
        };
      };
      defaultValue: "NON_VALIDATOR";
    }];
  };
  'BlockchainNetworkInvite': {
    kind: 'OBJECT';
    name: 'BlockchainNetworkInvite';
    fields: {
      'acceptedAt': {
        name: 'acceptedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'email': {
        name: 'email';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'message': {
        name: 'message';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'permissions': {
        name: 'permissions';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'ENUM';
                name: 'BlockchainNetworkPermission';
                ofType: null;
              };
            };
          };
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
    };
  };
  'BlockchainNetworkParticipant': {
    kind: 'OBJECT';
    name: 'BlockchainNetworkParticipant';
    fields: {
      'isOwner': {
        name: 'isOwner';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'permissions': {
        name: 'permissions';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'ENUM';
                name: 'BlockchainNetworkPermission';
                ofType: null;
              };
            };
          };
        };
      };
      'workspace': {
        name: 'workspace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Workspace';
            ofType: null;
          };
        };
      };
    };
  };
  'BlockchainNetworkPermission': {
    name: 'BlockchainNetworkPermission';
    enumValues: 'CAN_ADD_VALIDATING_NODES' | 'CAN_INVITE_WORKSPACES';
  };
  'BlockchainNetworkScope': {
    kind: 'OBJECT';
    name: 'BlockchainNetworkScope';
    fields: {
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ApplicationAccessTokenScopeType';
            ofType: null;
          };
        };
      };
      'values': {
        name: 'values';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'ID';
                ofType: null;
              };
            };
          };
        };
      };
    };
  };
  'BlockchainNetworkScopeInputType': {
    kind: 'INPUT_OBJECT';
    name: 'BlockchainNetworkScopeInputType';
    isOneOf: false;
    inputFields: [{
      name: 'type';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'ENUM';
          name: 'ApplicationAccessTokenScopeType';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'values';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'SCALAR';
              name: 'ID';
              ofType: null;
            };
          };
        };
      };
      defaultValue: null;
    }];
  };
  'BlockchainNetworkType': {
    kind: 'UNION';
    name: 'BlockchainNetworkType';
    fields: {};
    possibleTypes: 'BesuIbftv2BlockchainNetwork' | 'BesuQBFTBlockchainNetwork' | 'FabricRaftBlockchainNetwork' | 'PublicEvmBlockchainNetwork' | 'QuorumQBFTBlockchainNetwork' | 'TezosBlockchainNetwork' | 'TezosTestnetBlockchainNetwork';
  };
  'BlockchainNode': {
    kind: 'INTERFACE';
    name: 'BlockchainNode';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainClient': {
        name: 'blockchainClient';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ConsensusAlgorithm';
            ofType: null;
          };
        };
      };
      'blockchainNetwork': {
        name: 'blockchainNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'clusterServiceActionChecks': {
        name: 'clusterServiceActionChecks';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'BlockchainNodeActionChecks';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isEvm': {
        name: 'isEvm';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'nodeType': {
        name: 'nodeType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'NodeType';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'privateKeys': {
        name: 'privateKeys';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'UNION';
              name: 'PrivateKeyUnionType';
              ofType: null;
            };
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
    possibleTypes: 'BesuIbftv2BlockchainNode' | 'BesuQBFTBlockchainNode' | 'CordaBlockchainNode' | 'FabricBlockchainNode' | 'GethCliqueBlockchainNode' | 'PolygonEdgeBlockchainNode' | 'PolygonSupernetBlockchainNode' | 'PublicEvmBlockchainNode' | 'QuorumQBFTBlockchainNode' | 'TezosBlockchainNode' | 'TezosTestnetBlockchainNode';
  };
  'BlockchainNodeActionCheck': {
    kind: 'OBJECT';
    name: 'BlockchainNodeActionCheck';
    fields: {
      'action': {
        name: 'action';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceAction';
            ofType: null;
          };
        };
      };
      'disabled': {
        name: 'disabled';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'intendedFor': {
        name: 'intendedFor';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'ENUM';
                name: 'NodeType';
                ofType: null;
              };
            };
          };
        };
      };
      'warning': {
        name: 'warning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'BlockchainNodeActionMessageKey';
            ofType: null;
          };
        };
      };
    };
  };
  'BlockchainNodeActionChecks': {
    kind: 'OBJECT';
    name: 'BlockchainNodeActionChecks';
    fields: {
      'checks': {
        name: 'checks';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'BlockchainNodeActionCheck';
                ofType: null;
              };
            };
          };
        };
      };
    };
  };
  'BlockchainNodeActionMessageKey': {
    name: 'BlockchainNodeActionMessageKey';
    enumValues: 'CANNOT_EDIT_LAST_VALIDATOR_TO_NON_VALIDATOR' | 'HAS_NO_PEERS_FOR_ORDERERS' | 'NETWORK_CANNOT_PRODUCE_BLOCKS' | 'NETWORK_CANNOT_PRODUCE_BLOCKS_IF_NO_EXTERNAL_VALIDATORS' | 'NETWORK_WILL_BECOME_NON_BYZANTINE_FAULT_TOLERANT' | 'NETWORK_WILL_BECOME_NON_BYZANTINE_FAULT_TOLERANT_IF_NO_EXTERNAL_VALIDATORS' | 'NETWORK_WILL_NOT_PRODUCE_BLOCKS' | 'NETWORK_WILL_NOT_PRODUCE_BLOCKS_IF_NO_EXTERNAL_VALIDATORS' | 'NOT_PERMITTED_TO_CREATE_VALIDATORS' | 'RESUME_VALIDATOR_PAUSED_LAST_FIRST' | 'VALIDATOR_CANNOT_BE_ADDED' | 'VALIDATOR_CANNOT_BE_ADDED_IF_NO_EXTERNAL_VALIDATORS' | 'VALIDATOR_WILL_BECOME_NON_VALIDATOR' | 'WILL_HAVE_NO_ORDERERS_FOR_PEERS' | 'WILL_HAVE_NO_PEERS_FOR_ORDERERS' | 'WILL_LOSE_RAFT_FAULT_TOLERANCE' | 'WILL_REDUCE_RAFT_FAULT_TOLERANCE';
  };
  'BlockchainNodeScope': {
    kind: 'OBJECT';
    name: 'BlockchainNodeScope';
    fields: {
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ApplicationAccessTokenScopeType';
            ofType: null;
          };
        };
      };
      'values': {
        name: 'values';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'ID';
                ofType: null;
              };
            };
          };
        };
      };
    };
  };
  'BlockchainNodeScopeInputType': {
    kind: 'INPUT_OBJECT';
    name: 'BlockchainNodeScopeInputType';
    isOneOf: false;
    inputFields: [{
      name: 'type';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'ENUM';
          name: 'ApplicationAccessTokenScopeType';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'values';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'SCALAR';
              name: 'ID';
              ofType: null;
            };
          };
        };
      };
      defaultValue: null;
    }];
  };
  'BlockchainNodeType': {
    kind: 'UNION';
    name: 'BlockchainNodeType';
    fields: {};
    possibleTypes: 'BesuIbftv2BlockchainNode' | 'BesuQBFTBlockchainNode' | 'FabricBlockchainNode' | 'PublicEvmBlockchainNode' | 'QuorumQBFTBlockchainNode' | 'TezosBlockchainNode' | 'TezosTestnetBlockchainNode';
  };
  'Boolean': unknown;
  'Chainlink': {
    kind: 'OBJECT';
    name: 'Chainlink';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainNode': {
        name: 'blockchainNode';
        type: {
          kind: 'UNION';
          name: 'BlockchainNodeType';
          ofType: null;
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'integrationType': {
        name: 'integrationType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'IntegrationType';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'keyMaterial': {
        name: 'keyMaterial';
        type: {
          kind: 'OBJECT';
          name: 'AccessibleEcdsaP256PrivateKey';
          ofType: null;
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'loadBalancer': {
        name: 'loadBalancer';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'LoadBalancerType';
            ofType: null;
          };
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'ClusterServiceAction': {
    name: 'ClusterServiceAction';
    enumValues: 'AUTO_PAUSE' | 'CREATE' | 'DELETE' | 'PAUSE' | 'RESTART' | 'RESUME' | 'RETRY' | 'SCALE' | 'UPDATE';
  };
  'ClusterServiceCredentials': {
    kind: 'OBJECT';
    name: 'ClusterServiceCredentials';
    fields: {
      'displayValue': {
        name: 'displayValue';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isSecret': {
        name: 'isSecret';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'label': {
        name: 'label';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'linkValue': {
        name: 'linkValue';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'ClusterServiceDeploymentStatus': {
    name: 'ClusterServiceDeploymentStatus';
    enumValues: 'AUTO_PAUSED' | 'AUTO_PAUSING' | 'COMPLETED' | 'CONNECTING' | 'DEPLOYING' | 'DESTROYING' | 'FAILED' | 'PAUSED' | 'PAUSING' | 'RESTARTING' | 'RESUMING' | 'RETRYING' | 'SCALING' | 'SKIPPED' | 'WAITING';
  };
  'ClusterServiceEndpoints': {
    kind: 'OBJECT';
    name: 'ClusterServiceEndpoints';
    fields: {
      'displayValue': {
        name: 'displayValue';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'hidden': {
        name: 'hidden';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isSecret': {
        name: 'isSecret';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'label': {
        name: 'label';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'linkValue': {
        name: 'linkValue';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'ClusterServiceHealthStatus': {
    name: 'ClusterServiceHealthStatus';
    enumValues: 'HAS_INDEXING_BACKLOG' | 'HEALTHY' | 'MISSING_DEPLOYMENT_HEAD' | 'NODES_SAME_REGION' | 'NODE_TYPE_CONFLICT' | 'NOT_BFT' | 'NOT_HA' | 'NOT_RAFT_FAULT_TOLERANT' | 'NO_PEERS';
  };
  'ClusterServiceResourceStatus': {
    name: 'ClusterServiceResourceStatus';
    enumValues: 'CRITICAL' | 'HEALTHY' | 'SUBOPTIMAL';
  };
  'ClusterServiceSize': {
    name: 'ClusterServiceSize';
    enumValues: 'CUSTOM' | 'LARGE' | 'MEDIUM' | 'SMALL';
  };
  'ClusterServiceType': {
    name: 'ClusterServiceType';
    enumValues: 'DEDICATED' | 'SHARED';
  };
  'Company': {
    kind: 'INTERFACE';
    name: 'Company';
    fields: {
      'address': {
        name: 'address';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'city': {
        name: 'city';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'country': {
        name: 'country';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'domain': {
        name: 'domain';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'hubspotId': {
        name: 'hubspotId';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'phone': {
        name: 'phone';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'state': {
        name: 'state';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'zip': {
        name: 'zip';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
    possibleTypes: never;
  };
  'ConsensusAlgorithm': {
    name: 'ConsensusAlgorithm';
    enumValues: 'ADI_TESTNET' | 'ARBITRUM' | 'ARBITRUM_GOERLI' | 'ARBITRUM_SEPOLIA' | 'AVALANCHE' | 'AVALANCHE_FUJI' | 'BASE_MAINNET' | 'BASE_SEPOLIA' | 'BESU_IBFTv2' | 'BESU_QBFT' | 'BSC_POW' | 'BSC_POW_TESTNET' | 'CORDA' | 'FABRIC_RAFT' | 'GETH_CLIQUE' | 'GETH_GOERLI' | 'GETH_POS_RINKEBY' | 'GETH_POW' | 'GETH_VENIDIUM' | 'HEDERA_MAINNET' | 'HEDERA_TESTNET' | 'HOLESKY' | 'LINEA_MAINNET' | 'LINEA_SEPOLIA' | 'OPTIMISM' | 'OPTIMISM_GOERLI' | 'OPTIMISM_SEPOLIA' | 'POLYGON' | 'POLYGON_AMOY' | 'POLYGON_EDGE_POA' | 'POLYGON_MUMBAI' | 'POLYGON_SUPERNET' | 'POLYGON_ZK_EVM' | 'POLYGON_ZK_EVM_TESTNET' | 'QUORUM_QBFT' | 'SEPOLIA' | 'SONEIUM_MINATO' | 'TEZOS' | 'TEZOS_TESTNET';
  };
  'ContractAddresses': {
    kind: 'OBJECT';
    name: 'ContractAddresses';
    fields: {
      'eas': {
        name: 'eas';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'schemaRegistry': {
        name: 'schemaRegistry';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'CordaBlockchainNetwork': {
    kind: 'OBJECT';
    name: 'CordaBlockchainNetwork';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainNodes': {
        name: 'blockchainNodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'BlockchainNodeType';
                ofType: null;
              };
            };
          };
        };
      };
      'canAddValidatingNodes': {
        name: 'canAddValidatingNodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Workspace';
                ofType: null;
              };
            };
          };
        };
      };
      'canInviteWorkspaces': {
        name: 'canInviteWorkspaces';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Workspace';
                ofType: null;
              };
            };
          };
        };
      };
      'consensusAlgorithm': {
        name: 'consensusAlgorithm';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ConsensusAlgorithm';
            ofType: null;
          };
        };
      };
      'contractAddresses': {
        name: 'contractAddresses';
        type: {
          kind: 'OBJECT';
          name: 'ContractAddresses';
          ofType: null;
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'decryptedFaucetWallet': {
        name: 'decryptedFaucetWallet';
        type: {
          kind: 'SCALAR';
          name: 'JSON';
          ofType: null;
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'invites': {
        name: 'invites';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'BlockchainNetworkInvite';
                ofType: null;
              };
            };
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPublicEvmNetwork': {
        name: 'isPublicEvmNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'kitId': {
        name: 'kitId';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'loadBalancers': {
        name: 'loadBalancers';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'LoadBalancerType';
                ofType: null;
              };
            };
          };
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'maximumMessageSize': {
        name: 'maximumMessageSize';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'maximumTransactionSize': {
        name: 'maximumTransactionSize';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'participants': {
        name: 'participants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'BlockchainNetworkParticipant';
                ofType: null;
              };
            };
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'predeployedContracts': {
        name: 'predeployedContracts';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'CordaBlockchainNode': {
    kind: 'OBJECT';
    name: 'CordaBlockchainNode';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainClient': {
        name: 'blockchainClient';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ConsensusAlgorithm';
            ofType: null;
          };
        };
      };
      'blockchainNetwork': {
        name: 'blockchainNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'clusterServiceActionChecks': {
        name: 'clusterServiceActionChecks';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'BlockchainNodeActionChecks';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isEvm': {
        name: 'isEvm';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'nodeType': {
        name: 'nodeType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'NodeType';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'privateKeys': {
        name: 'privateKeys';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'UNION';
              name: 'PrivateKeyUnionType';
              ofType: null;
            };
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'CordappSmartContractSet': {
    kind: 'OBJECT';
    name: 'CordappSmartContractSet';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainNode': {
        name: 'blockchainNode';
        type: {
          kind: 'UNION';
          name: 'BlockchainNodeType';
          ofType: null;
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'language': {
        name: 'language';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'SmartContractLanguage';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'useCase': {
        name: 'useCase';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'CreateMultiServiceBlockchainNetworkArgs': {
    kind: 'INPUT_OBJECT';
    name: 'CreateMultiServiceBlockchainNetworkArgs';
    isOneOf: false;
    inputFields: [{
      name: 'absoluteMaxBytes';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: "10";
    }, {
      name: 'advancedDeploymentConfig';
      type: {
        kind: 'INPUT_OBJECT';
        name: 'AdvancedDeploymentConfigInput';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'batchTimeout';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: "2";
    }, {
      name: 'besuIbft2Genesis';
      type: {
        kind: 'INPUT_OBJECT';
        name: 'BesuIbft2GenesisInput';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'besuQbftGenesis';
      type: {
        kind: 'INPUT_OBJECT';
        name: 'BesuQbftGenesisInput';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'chainId';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'consensusAlgorithm';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'ENUM';
          name: 'ConsensusAlgorithm';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'contractSizeLimit';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'diskSpace';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'endorsementPolicy';
      type: {
        kind: 'ENUM';
        name: 'FabricEndorsementPolicy';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'evmStackSize';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'externalNodes';
      type: {
        kind: 'LIST';
        name: never;
        ofType: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'INPUT_OBJECT';
            name: 'BlockchainNetworkExternalNodeInput';
            ofType: null;
          };
        };
      };
      defaultValue: null;
    }, {
      name: 'gasLimit';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'gasPrice';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'gethGenesis';
      type: {
        kind: 'INPUT_OBJECT';
        name: 'GethGenesisInput';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'includePredeployedContracts';
      type: {
        kind: 'SCALAR';
        name: 'Boolean';
        ofType: null;
      };
      defaultValue: "false";
    }, {
      name: 'keyMaterial';
      type: {
        kind: 'SCALAR';
        name: 'ID';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'limitCpu';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'limitMemory';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'maxCodeSize';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'maxMessageCount';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: "500";
    }, {
      name: 'name';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'nodeName';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'nodeRef';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'polygonEdgeGenesis';
      type: {
        kind: 'INPUT_OBJECT';
        name: 'PolygonEdgeGenesisInput';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'preferredMaxBytes';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: "2";
    }, {
      name: 'productName';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'provider';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'quorumGenesis';
      type: {
        kind: 'INPUT_OBJECT';
        name: 'QuorumGenesisInput';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'ref';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'region';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'requestsCpu';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'requestsMemory';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'secondsPerBlock';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'size';
      type: {
        kind: 'ENUM';
        name: 'ClusterServiceSize';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'txnSizeLimit';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'type';
      type: {
        kind: 'ENUM';
        name: 'ClusterServiceType';
        ofType: null;
      };
      defaultValue: null;
    }];
  };
  'CreateMultiServiceBlockchainNodeArgs': {
    kind: 'INPUT_OBJECT';
    name: 'CreateMultiServiceBlockchainNodeArgs';
    isOneOf: false;
    inputFields: [{
      name: 'advancedDeploymentConfig';
      type: {
        kind: 'INPUT_OBJECT';
        name: 'AdvancedDeploymentConfigInput';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'blockchainNetworkRef';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'diskSpace';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'keyMaterial';
      type: {
        kind: 'SCALAR';
        name: 'ID';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'limitCpu';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'limitMemory';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'name';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'nodeType';
      type: {
        kind: 'ENUM';
        name: 'NodeType';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'productName';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'provider';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'ref';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'region';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'requestsCpu';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'requestsMemory';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'size';
      type: {
        kind: 'ENUM';
        name: 'ClusterServiceSize';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'type';
      type: {
        kind: 'ENUM';
        name: 'ClusterServiceType';
        ofType: null;
      };
      defaultValue: null;
    }];
  };
  'CreateMultiServiceCustomDeploymentArgs': {
    kind: 'INPUT_OBJECT';
    name: 'CreateMultiServiceCustomDeploymentArgs';
    isOneOf: false;
    inputFields: [{
      name: 'advancedDeploymentConfig';
      type: {
        kind: 'INPUT_OBJECT';
        name: 'AdvancedDeploymentConfigInput';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'customDomains';
      type: {
        kind: 'LIST';
        name: never;
        ofType: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      defaultValue: null;
    }, {
      name: 'disableAuth';
      type: {
        kind: 'SCALAR';
        name: 'Boolean';
        ofType: null;
      };
      defaultValue: "true";
    }, {
      name: 'diskSpace';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'environmentVariables';
      type: {
        kind: 'SCALAR';
        name: 'JSON';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'imageCredentialsAccessToken';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'imageCredentialsUsername';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'imageName';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'imageRepository';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'imageTag';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'limitCpu';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'limitMemory';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'name';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'port';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'primaryDomain';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'productName';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'provider';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'ref';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'region';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'requestsCpu';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'requestsMemory';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'size';
      type: {
        kind: 'ENUM';
        name: 'ClusterServiceSize';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'type';
      type: {
        kind: 'ENUM';
        name: 'ClusterServiceType';
        ofType: null;
      };
      defaultValue: null;
    }];
  };
  'CreateMultiServiceInsightsArgs': {
    kind: 'INPUT_OBJECT';
    name: 'CreateMultiServiceInsightsArgs';
    isOneOf: false;
    inputFields: [{
      name: 'advancedDeploymentConfig';
      type: {
        kind: 'INPUT_OBJECT';
        name: 'AdvancedDeploymentConfigInput';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'blockchainNodeRef';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'disableAuth';
      type: {
        kind: 'SCALAR';
        name: 'Boolean';
        ofType: null;
      };
      defaultValue: "false";
    }, {
      name: 'diskSpace';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'insightsCategory';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'ENUM';
          name: 'InsightsCategory';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'limitCpu';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'limitMemory';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'loadBalancerRef';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'name';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'productName';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'provider';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'ref';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'region';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'requestsCpu';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'requestsMemory';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'size';
      type: {
        kind: 'ENUM';
        name: 'ClusterServiceSize';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'type';
      type: {
        kind: 'ENUM';
        name: 'ClusterServiceType';
        ofType: null;
      };
      defaultValue: null;
    }];
  };
  'CreateMultiServiceIntegrationArgs': {
    kind: 'INPUT_OBJECT';
    name: 'CreateMultiServiceIntegrationArgs';
    isOneOf: false;
    inputFields: [{
      name: 'advancedDeploymentConfig';
      type: {
        kind: 'INPUT_OBJECT';
        name: 'AdvancedDeploymentConfigInput';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'blockchainNode';
      type: {
        kind: 'SCALAR';
        name: 'ID';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'diskSpace';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'integrationType';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'ENUM';
          name: 'IntegrationType';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'keyMaterial';
      type: {
        kind: 'SCALAR';
        name: 'ID';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'limitCpu';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'limitMemory';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'loadBalancer';
      type: {
        kind: 'SCALAR';
        name: 'ID';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'name';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'preloadDatabaseSchema';
      type: {
        kind: 'SCALAR';
        name: 'Boolean';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'productName';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'provider';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'ref';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'region';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'requestsCpu';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'requestsMemory';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'size';
      type: {
        kind: 'ENUM';
        name: 'ClusterServiceSize';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'type';
      type: {
        kind: 'ENUM';
        name: 'ClusterServiceType';
        ofType: null;
      };
      defaultValue: null;
    }];
  };
  'CreateMultiServiceLoadBalancerArgs': {
    kind: 'INPUT_OBJECT';
    name: 'CreateMultiServiceLoadBalancerArgs';
    isOneOf: false;
    inputFields: [{
      name: 'advancedDeploymentConfig';
      type: {
        kind: 'INPUT_OBJECT';
        name: 'AdvancedDeploymentConfigInput';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'blockchainNetworkRef';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'connectedNodeRefs';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'SCALAR';
              name: 'String';
              ofType: null;
            };
          };
        };
      };
      defaultValue: null;
    }, {
      name: 'diskSpace';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'limitCpu';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'limitMemory';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'name';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'productName';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'provider';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'ref';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'region';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'requestsCpu';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'requestsMemory';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'size';
      type: {
        kind: 'ENUM';
        name: 'ClusterServiceSize';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'type';
      type: {
        kind: 'ENUM';
        name: 'ClusterServiceType';
        ofType: null;
      };
      defaultValue: null;
    }];
  };
  'CreateMultiServiceMiddlewareArgs': {
    kind: 'INPUT_OBJECT';
    name: 'CreateMultiServiceMiddlewareArgs';
    isOneOf: false;
    inputFields: [{
      name: 'abis';
      type: {
        kind: 'LIST';
        name: never;
        ofType: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'INPUT_OBJECT';
            name: 'SmartContractPortalMiddlewareAbiInputDto';
            ofType: null;
          };
        };
      };
      defaultValue: null;
    }, {
      name: 'advancedDeploymentConfig';
      type: {
        kind: 'INPUT_OBJECT';
        name: 'AdvancedDeploymentConfigInput';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'blockchainNodeRef';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'defaultSubgraph';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'diskSpace';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'easContractAddress';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'includePredeployedAbis';
      type: {
        kind: 'LIST';
        name: never;
        ofType: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      defaultValue: null;
    }, {
      name: 'interface';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'ENUM';
          name: 'MiddlewareType';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'limitCpu';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'limitMemory';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'loadBalancerRef';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'name';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'ordererNodeId';
      type: {
        kind: 'SCALAR';
        name: 'ID';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'peerNodeId';
      type: {
        kind: 'SCALAR';
        name: 'ID';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'productName';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'provider';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'ref';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'region';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'requestsCpu';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'requestsMemory';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'schemaRegistryContractAddress';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'size';
      type: {
        kind: 'ENUM';
        name: 'ClusterServiceSize';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'smartContractSetRef';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'storageRef';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'type';
      type: {
        kind: 'ENUM';
        name: 'ClusterServiceType';
        ofType: null;
      };
      defaultValue: null;
    }];
  };
  'CreateMultiServicePrivateKeyArgs': {
    kind: 'INPUT_OBJECT';
    name: 'CreateMultiServicePrivateKeyArgs';
    isOneOf: false;
    inputFields: [{
      name: 'accountFactoryAddress';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'advancedDeploymentConfig';
      type: {
        kind: 'INPUT_OBJECT';
        name: 'AdvancedDeploymentConfigInput';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'blockchainNodeRefs';
      type: {
        kind: 'LIST';
        name: never;
        ofType: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      defaultValue: null;
    }, {
      name: 'derivationPath';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'diskSpace';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'entryPointAddress';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'limitCpu';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'limitMemory';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'mnemonic';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'name';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'paymasterAddress';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'privateKeyType';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'ENUM';
          name: 'PrivateKeyType';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'productName';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'provider';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'ref';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'region';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'relayerKeyRef';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'requestsCpu';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'requestsMemory';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'size';
      type: {
        kind: 'ENUM';
        name: 'ClusterServiceSize';
        ofType: null;
      };
      defaultValue: "SMALL";
    }, {
      name: 'trustedForwarderAddress';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'trustedForwarderName';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'type';
      type: {
        kind: 'ENUM';
        name: 'ClusterServiceType';
        ofType: null;
      };
      defaultValue: null;
    }];
  };
  'CreateMultiServiceSmartContractSetArgs': {
    kind: 'INPUT_OBJECT';
    name: 'CreateMultiServiceSmartContractSetArgs';
    isOneOf: false;
    inputFields: [{
      name: 'advancedDeploymentConfig';
      type: {
        kind: 'INPUT_OBJECT';
        name: 'AdvancedDeploymentConfigInput';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'diskSpace';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'limitCpu';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'limitMemory';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'name';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'productName';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'provider';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'ref';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'region';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'requestsCpu';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'requestsMemory';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'size';
      type: {
        kind: 'ENUM';
        name: 'ClusterServiceSize';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'type';
      type: {
        kind: 'ENUM';
        name: 'ClusterServiceType';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'useCase';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'userId';
      type: {
        kind: 'SCALAR';
        name: 'ID';
        ofType: null;
      };
      defaultValue: null;
    }];
  };
  'CreateMultiServiceStorageArgs': {
    kind: 'INPUT_OBJECT';
    name: 'CreateMultiServiceStorageArgs';
    isOneOf: false;
    inputFields: [{
      name: 'advancedDeploymentConfig';
      type: {
        kind: 'INPUT_OBJECT';
        name: 'AdvancedDeploymentConfigInput';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'diskSpace';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'limitCpu';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'limitMemory';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'name';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'productName';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'provider';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'ref';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'region';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'requestsCpu';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'requestsMemory';
      type: {
        kind: 'SCALAR';
        name: 'Int';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'size';
      type: {
        kind: 'ENUM';
        name: 'ClusterServiceSize';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'storageProtocol';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'ENUM';
          name: 'StorageProtocol';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'type';
      type: {
        kind: 'ENUM';
        name: 'ClusterServiceType';
        ofType: null;
      };
      defaultValue: null;
    }];
  };
  'CustomDeployment': {
    kind: 'OBJECT';
    name: 'CustomDeployment';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'customDomains': {
        name: 'customDomains';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'CustomDomain';
              ofType: null;
            };
          };
        };
      };
      'customDomainsStatus': {
        name: 'customDomainsStatus';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'CustomDomainStatus';
              ofType: null;
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'dnsConfig': {
        name: 'dnsConfig';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'CustomDomainDnsConfig';
              ofType: null;
            };
          };
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'environmentVariables': {
        name: 'environmentVariables';
        type: {
          kind: 'SCALAR';
          name: 'JSON';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'imageCredentialsAccessToken': {
        name: 'imageCredentialsAccessToken';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'imageCredentialsUsername': {
        name: 'imageCredentialsUsername';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'imageName': {
        name: 'imageName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'imageRepository': {
        name: 'imageRepository';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'imageTag': {
        name: 'imageTag';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'port': {
        name: 'port';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'replicas': {
        name: 'replicas';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'CustomDeploymentScope': {
    kind: 'OBJECT';
    name: 'CustomDeploymentScope';
    fields: {
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ApplicationAccessTokenScopeType';
            ofType: null;
          };
        };
      };
      'values': {
        name: 'values';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'ID';
                ofType: null;
              };
            };
          };
        };
      };
    };
  };
  'CustomDeploymentScopeInputType': {
    kind: 'INPUT_OBJECT';
    name: 'CustomDeploymentScopeInputType';
    isOneOf: false;
    inputFields: [{
      name: 'type';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'ENUM';
          name: 'ApplicationAccessTokenScopeType';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'values';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'SCALAR';
              name: 'ID';
              ofType: null;
            };
          };
        };
      };
      defaultValue: null;
    }];
  };
  'CustomDomain': {
    kind: 'OBJECT';
    name: 'CustomDomain';
    fields: {
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'domain': {
        name: 'domain';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isPrimary': {
        name: 'isPrimary';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
    };
  };
  'CustomDomainDnsConfig': {
    kind: 'OBJECT';
    name: 'CustomDomainDnsConfig';
    fields: {
      'topLevelDomain': {
        name: 'topLevelDomain';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'value': {
        name: 'value';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'CustomDomainStatus': {
    kind: 'OBJECT';
    name: 'CustomDomainStatus';
    fields: {
      'dnsErrorMessage': {
        name: 'dnsErrorMessage';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'domain': {
        name: 'domain';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'isDnsConfigured': {
        name: 'isDnsConfigured';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isTopLevelDomain': {
        name: 'isTopLevelDomain';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
    };
  };
  'CustomJwtConfigurationInput': {
    kind: 'INPUT_OBJECT';
    name: 'CustomJwtConfigurationInput';
    isOneOf: false;
    inputFields: [{
      name: 'audience';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'headerName';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'jwksEndpoint';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }];
  };
  'DateTime': unknown;
  'Dependant': {
    kind: 'OBJECT';
    name: 'Dependant';
    fields: {
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isPaused': {
        name: 'isPaused';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'DependantsTree': {
    kind: 'OBJECT';
    name: 'DependantsTree';
    fields: {
      'edges': {
        name: 'edges';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'DependantsTreeEdge';
                ofType: null;
              };
            };
          };
        };
      };
      'nodes': {
        name: 'nodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'DependantsTreeNode';
                ofType: null;
              };
            };
          };
        };
      };
      'root': {
        name: 'root';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTreeNode';
            ofType: null;
          };
        };
      };
    };
  };
  'DependantsTreeEdge': {
    kind: 'OBJECT';
    name: 'DependantsTreeEdge';
    fields: {
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'source': {
        name: 'source';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTreeNode';
            ofType: null;
          };
        };
      };
      'target': {
        name: 'target';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTreeNode';
            ofType: null;
          };
        };
      };
    };
  };
  'DependantsTreeNode': {
    kind: 'OBJECT';
    name: 'DependantsTreeNode';
    fields: {
      'blockchainNetworkId': {
        name: 'blockchainNetworkId';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'categoryType': {
        name: 'categoryType';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'entityType': {
        name: 'entityType';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'insightsCategory': {
        name: 'insightsCategory';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'integrationType': {
        name: 'integrationType';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'privateKeyType': {
        name: 'privateKeyType';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'storageType': {
        name: 'storageType';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'useCase': {
        name: 'useCase';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'Dependency': {
    kind: 'OBJECT';
    name: 'Dependency';
    fields: {
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isRunning': {
        name: 'isRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'DeploymentEngineTargetCluster': {
    kind: 'OBJECT';
    name: 'DeploymentEngineTargetCluster';
    fields: {
      'capabilities': {
        name: 'capabilities';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'ENUM';
                name: 'DeploymentEngineTargetClusterCapabilities';
                ofType: null;
              };
            };
          };
        };
      };
      'disabled': {
        name: 'disabled';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'icon': {
        name: 'icon';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'location': {
        name: 'location';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DeploymentEngineTargetLocation';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'DeploymentEngineTargetClusterCapabilities': {
    name: 'DeploymentEngineTargetClusterCapabilities';
    enumValues: 'MIXED_LOAD_BALANCERS' | 'NODE_PORTS' | 'P2P_LOAD_BALANCERS';
  };
  'DeploymentEngineTargetGroup': {
    kind: 'OBJECT';
    name: 'DeploymentEngineTargetGroup';
    fields: {
      'clusters': {
        name: 'clusters';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'DeploymentEngineTargetCluster';
                ofType: null;
              };
            };
          };
        };
      };
      'disabled': {
        name: 'disabled';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'icon': {
        name: 'icon';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'DeploymentEngineTargetLocation': {
    kind: 'OBJECT';
    name: 'DeploymentEngineTargetLocation';
    fields: {
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'lat': {
        name: 'lat';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'long': {
        name: 'long';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
    };
  };
  'EVMLoadBalancer': {
    kind: 'OBJECT';
    name: 'EVMLoadBalancer';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainNetwork': {
        name: 'blockchainNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'connectedNodes': {
        name: 'connectedNodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'BlockchainNodeType';
                ofType: null;
              };
            };
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'loadBalancerProtocol': {
        name: 'loadBalancerProtocol';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'LoadBalancerProtocol';
            ofType: null;
          };
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'Environment': {
    name: 'Environment';
    enumValues: 'Development' | 'Production';
  };
  'ExposableWalletKeyVerification': {
    kind: 'OBJECT';
    name: 'ExposableWalletKeyVerification';
    fields: {
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'verificationType': {
        name: 'verificationType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'WalletKeyVerificationType';
            ofType: null;
          };
        };
      };
    };
  };
  'ExternalNodeType': {
    name: 'ExternalNodeType';
    enumValues: 'NON_VALIDATOR' | 'VALIDATOR';
  };
  'FabricBlockchainNode': {
    kind: 'OBJECT';
    name: 'FabricBlockchainNode';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainClient': {
        name: 'blockchainClient';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ConsensusAlgorithm';
            ofType: null;
          };
        };
      };
      'blockchainNetwork': {
        name: 'blockchainNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'clusterServiceActionChecks': {
        name: 'clusterServiceActionChecks';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'BlockchainNodeActionChecks';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'downloadConnectionProfileUri': {
        name: 'downloadConnectionProfileUri';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'downloadCryptoMaterialUri': {
        name: 'downloadCryptoMaterialUri';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isEvm': {
        name: 'isEvm';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'nodeType': {
        name: 'nodeType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'NodeType';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'privateKeys': {
        name: 'privateKeys';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'UNION';
              name: 'PrivateKeyUnionType';
              ofType: null;
            };
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'FabricEndorsementPolicy': {
    name: 'FabricEndorsementPolicy';
    enumValues: 'ALL' | 'MAJORITY';
  };
  'FabricLoadBalancer': {
    kind: 'OBJECT';
    name: 'FabricLoadBalancer';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainNetwork': {
        name: 'blockchainNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'connectedNodes': {
        name: 'connectedNodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'BlockchainNodeType';
                ofType: null;
              };
            };
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'loadBalancerProtocol': {
        name: 'loadBalancerProtocol';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'LoadBalancerProtocol';
            ofType: null;
          };
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'FabricRaftBlockchainNetwork': {
    kind: 'OBJECT';
    name: 'FabricRaftBlockchainNetwork';
    fields: {
      'absoluteMaxBytes': {
        name: 'absoluteMaxBytes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'batchTimeout': {
        name: 'batchTimeout';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'blockchainNodes': {
        name: 'blockchainNodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'BlockchainNodeType';
                ofType: null;
              };
            };
          };
        };
      };
      'canAddValidatingNodes': {
        name: 'canAddValidatingNodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Workspace';
                ofType: null;
              };
            };
          };
        };
      };
      'canInviteWorkspaces': {
        name: 'canInviteWorkspaces';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Workspace';
                ofType: null;
              };
            };
          };
        };
      };
      'channelId': {
        name: 'channelId';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'consensusAlgorithm': {
        name: 'consensusAlgorithm';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ConsensusAlgorithm';
            ofType: null;
          };
        };
      };
      'contractAddresses': {
        name: 'contractAddresses';
        type: {
          kind: 'OBJECT';
          name: 'ContractAddresses';
          ofType: null;
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'decryptedFaucetWallet': {
        name: 'decryptedFaucetWallet';
        type: {
          kind: 'SCALAR';
          name: 'JSON';
          ofType: null;
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'downloadChannelConfigUri': {
        name: 'downloadChannelConfigUri';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'endorsementPolicy': {
        name: 'endorsementPolicy';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'FabricEndorsementPolicy';
            ofType: null;
          };
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'invites': {
        name: 'invites';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'BlockchainNetworkInvite';
                ofType: null;
              };
            };
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPublicEvmNetwork': {
        name: 'isPublicEvmNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'kitId': {
        name: 'kitId';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'loadBalancers': {
        name: 'loadBalancers';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'LoadBalancerType';
                ofType: null;
              };
            };
          };
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'maxMessageCount': {
        name: 'maxMessageCount';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'mspSettings': {
        name: 'mspSettings';
        type: {
          kind: 'SCALAR';
          name: 'JSON';
          ofType: null;
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'participants': {
        name: 'participants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'BlockchainNetworkParticipant';
                ofType: null;
              };
            };
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'predeployedContracts': {
        name: 'predeployedContracts';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'preferredMaxBytes': {
        name: 'preferredMaxBytes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'FabricSmartContractRuntimeLang': {
    name: 'FabricSmartContractRuntimeLang';
    enumValues: 'GOLANG' | 'NODE';
  };
  'FabricSmartContractSet': {
    kind: 'OBJECT';
    name: 'FabricSmartContractSet';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainNode': {
        name: 'blockchainNode';
        type: {
          kind: 'UNION';
          name: 'BlockchainNodeType';
          ofType: null;
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'language': {
        name: 'language';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'SmartContractLanguage';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'ordererBlockchainNode': {
        name: 'ordererBlockchainNode';
        type: {
          kind: 'OBJECT';
          name: 'FabricBlockchainNode';
          ofType: null;
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'runtimeLang': {
        name: 'runtimeLang';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'FabricSmartContractRuntimeLang';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'srcLang': {
        name: 'srcLang';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'FabricSmartContractSrcLang';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'useCase': {
        name: 'useCase';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'FabricSmartContractSrcLang': {
    name: 'FabricSmartContractSrcLang';
    enumValues: 'GOLANG' | 'JAVASCRIPT' | 'TYPESCRIPT';
  };
  'FeatureFlag': {
    name: 'FeatureFlag';
    enumValues: 'ACCOUNT_ABSTRACTION' | 'ALL' | 'APPLICATION_ACCESS_TOKENS' | 'APPLICATION_FIRST_WIZARD' | 'ASSET_TOKENIZATION_ERC3643' | 'AUDIT_LOGS' | 'BUYCREDITS' | 'CUSTOMDEPLOYMENTS' | 'CUSTOMJWT' | 'FABCONNECT' | 'FABRICAZURE' | 'HYPERLEDGER_EXPLORER' | 'INSIGHTS' | 'INTEGRATION' | 'JOIN_EXTERNAL_NETWORK' | 'JOIN_PARTNER' | 'LEGACYTEMPLATES' | 'LOADBALANCERS' | 'METATX_PRIVATE_KEY' | 'MIDDLEWARES' | 'NEWCHAINS' | 'NEW_APP_DASHBOARD' | 'RESELLERS' | 'SMARTCONTRACTSETS' | 'STARTERKITS' | 'STORAGE';
  };
  'FireflyFabconnectMiddleware': {
    kind: 'OBJECT';
    name: 'FireflyFabconnectMiddleware';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'interface': {
        name: 'interface';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'MiddlewareType';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'ordererNode': {
        name: 'ordererNode';
        type: {
          kind: 'INTERFACE';
          name: 'BlockchainNode';
          ofType: null;
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'peerNode': {
        name: 'peerNode';
        type: {
          kind: 'INTERFACE';
          name: 'BlockchainNode';
          ofType: null;
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'smartContractSet': {
        name: 'smartContractSet';
        type: {
          kind: 'UNION';
          name: 'SmartContractSetType';
          ofType: null;
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'storage': {
        name: 'storage';
        type: {
          kind: 'UNION';
          name: 'StorageType';
          ofType: null;
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'Float': unknown;
  'GethCliqueBlockchainNetwork': {
    kind: 'OBJECT';
    name: 'GethCliqueBlockchainNetwork';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainNodes': {
        name: 'blockchainNodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'BlockchainNodeType';
                ofType: null;
              };
            };
          };
        };
      };
      'canAddValidatingNodes': {
        name: 'canAddValidatingNodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Workspace';
                ofType: null;
              };
            };
          };
        };
      };
      'canInviteWorkspaces': {
        name: 'canInviteWorkspaces';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Workspace';
                ofType: null;
              };
            };
          };
        };
      };
      'chainId': {
        name: 'chainId';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'consensusAlgorithm': {
        name: 'consensusAlgorithm';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ConsensusAlgorithm';
            ofType: null;
          };
        };
      };
      'contractAddresses': {
        name: 'contractAddresses';
        type: {
          kind: 'OBJECT';
          name: 'ContractAddresses';
          ofType: null;
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'decryptedFaucetWallet': {
        name: 'decryptedFaucetWallet';
        type: {
          kind: 'SCALAR';
          name: 'JSON';
          ofType: null;
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'externalNodes': {
        name: 'externalNodes';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'BlockchainNetworkExternalNode';
              ofType: null;
            };
          };
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'gasLimit': {
        name: 'gasLimit';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'gasPrice': {
        name: 'gasPrice';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'genesis': {
        name: 'genesis';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'GethGenesisType';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'invites': {
        name: 'invites';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'BlockchainNetworkInvite';
                ofType: null;
              };
            };
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPublicEvmNetwork': {
        name: 'isPublicEvmNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'kitId': {
        name: 'kitId';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'loadBalancers': {
        name: 'loadBalancers';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'LoadBalancerType';
                ofType: null;
              };
            };
          };
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'participants': {
        name: 'participants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'BlockchainNetworkParticipant';
                ofType: null;
              };
            };
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'predeployedContracts': {
        name: 'predeployedContracts';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'secondsPerBlock': {
        name: 'secondsPerBlock';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'GethCliqueBlockchainNode': {
    kind: 'OBJECT';
    name: 'GethCliqueBlockchainNode';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainClient': {
        name: 'blockchainClient';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ConsensusAlgorithm';
            ofType: null;
          };
        };
      };
      'blockchainNetwork': {
        name: 'blockchainNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'clusterServiceActionChecks': {
        name: 'clusterServiceActionChecks';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'BlockchainNodeActionChecks';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isEvm': {
        name: 'isEvm';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'keyMaterial': {
        name: 'keyMaterial';
        type: {
          kind: 'OBJECT';
          name: 'AccessibleEcdsaP256PrivateKey';
          ofType: null;
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'nodeType': {
        name: 'nodeType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'NodeType';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'privateKeys': {
        name: 'privateKeys';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'UNION';
              name: 'PrivateKeyUnionType';
              ofType: null;
            };
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'GethGenesisCliqueInput': {
    kind: 'INPUT_OBJECT';
    name: 'GethGenesisCliqueInput';
    isOneOf: false;
    inputFields: [{
      name: 'epoch';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'period';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }];
  };
  'GethGenesisCliqueType': {
    kind: 'OBJECT';
    name: 'GethGenesisCliqueType';
    fields: {
      'epoch': {
        name: 'epoch';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'period': {
        name: 'period';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
    };
  };
  'GethGenesisConfigInput': {
    kind: 'INPUT_OBJECT';
    name: 'GethGenesisConfigInput';
    isOneOf: false;
    inputFields: [{
      name: 'arrowGlacierBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'berlinBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'byzantiumBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'chainId';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'clique';
      type: {
        kind: 'INPUT_OBJECT';
        name: 'GethGenesisCliqueInput';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'constantinopleBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'eip150Block';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'eip155Block';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'eip158Block';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'grayGlacierBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'homesteadBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'istanbulBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'londonBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'muirGlacierBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'muirGlacierblock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'muirglacierblock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'petersburgBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }];
  };
  'GethGenesisConfigType': {
    kind: 'OBJECT';
    name: 'GethGenesisConfigType';
    fields: {
      'arrowGlacierBlock': {
        name: 'arrowGlacierBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'berlinBlock': {
        name: 'berlinBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'byzantiumBlock': {
        name: 'byzantiumBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'chainId': {
        name: 'chainId';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'clique': {
        name: 'clique';
        type: {
          kind: 'OBJECT';
          name: 'GethGenesisCliqueType';
          ofType: null;
        };
      };
      'constantinopleBlock': {
        name: 'constantinopleBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'eip150Block': {
        name: 'eip150Block';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'eip155Block': {
        name: 'eip155Block';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'eip158Block': {
        name: 'eip158Block';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'grayGlacierBlock': {
        name: 'grayGlacierBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'homesteadBlock': {
        name: 'homesteadBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'istanbulBlock': {
        name: 'istanbulBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'londonBlock': {
        name: 'londonBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'muirGlacierBlock': {
        name: 'muirGlacierBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'muirGlacierblock': {
        name: 'muirGlacierblock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'muirglacierblock': {
        name: 'muirglacierblock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'petersburgBlock': {
        name: 'petersburgBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
    };
  };
  'GethGenesisInput': {
    kind: 'INPUT_OBJECT';
    name: 'GethGenesisInput';
    isOneOf: false;
    inputFields: [{
      name: 'alloc';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'JSON';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'config';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'INPUT_OBJECT';
          name: 'GethGenesisConfigInput';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'difficulty';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'extraData';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'gasLimit';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }];
  };
  'GethGenesisType': {
    kind: 'OBJECT';
    name: 'GethGenesisType';
    fields: {
      'alloc': {
        name: 'alloc';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'JSON';
            ofType: null;
          };
        };
      };
      'config': {
        name: 'config';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'GethGenesisConfigType';
            ofType: null;
          };
        };
      };
      'difficulty': {
        name: 'difficulty';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'extraData': {
        name: 'extraData';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'gasLimit': {
        name: 'gasLimit';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'GraphMiddleware': {
    kind: 'OBJECT';
    name: 'GraphMiddleware';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'graphMiddlewareDbName': {
        name: 'graphMiddlewareDbName';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'interface': {
        name: 'interface';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'MiddlewareType';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'smartContractSet': {
        name: 'smartContractSet';
        type: {
          kind: 'UNION';
          name: 'SmartContractSetType';
          ofType: null;
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'storage': {
        name: 'storage';
        type: {
          kind: 'UNION';
          name: 'StorageType';
          ofType: null;
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'HAGraphMiddleware': {
    kind: 'OBJECT';
    name: 'HAGraphMiddleware';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainNode': {
        name: 'blockchainNode';
        type: {
          kind: 'INTERFACE';
          name: 'BlockchainNode';
          ofType: null;
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'defaultSubgraph': {
        name: 'defaultSubgraph';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'graphMiddlewareDbName': {
        name: 'graphMiddlewareDbName';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'interface': {
        name: 'interface';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'MiddlewareType';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'loadBalancer': {
        name: 'loadBalancer';
        type: {
          kind: 'INTERFACE';
          name: 'LoadBalancer';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'smartContractSet': {
        name: 'smartContractSet';
        type: {
          kind: 'UNION';
          name: 'SmartContractSetType';
          ofType: null;
        };
      };
      'specVersion': {
        name: 'specVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'storage': {
        name: 'storage';
        type: {
          kind: 'UNION';
          name: 'StorageType';
          ofType: null;
        };
      };
      'subgraphs': {
        name: 'subgraphs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Subgraph';
                ofType: null;
              };
            };
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'HAGraphPostgresMiddleware': {
    kind: 'OBJECT';
    name: 'HAGraphPostgresMiddleware';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainNode': {
        name: 'blockchainNode';
        type: {
          kind: 'INTERFACE';
          name: 'BlockchainNode';
          ofType: null;
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'defaultSubgraph': {
        name: 'defaultSubgraph';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'graphMiddlewareDbName': {
        name: 'graphMiddlewareDbName';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'interface': {
        name: 'interface';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'MiddlewareType';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'loadBalancer': {
        name: 'loadBalancer';
        type: {
          kind: 'INTERFACE';
          name: 'LoadBalancer';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'smartContractSet': {
        name: 'smartContractSet';
        type: {
          kind: 'UNION';
          name: 'SmartContractSetType';
          ofType: null;
        };
      };
      'specVersion': {
        name: 'specVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'storage': {
        name: 'storage';
        type: {
          kind: 'UNION';
          name: 'StorageType';
          ofType: null;
        };
      };
      'subgraphs': {
        name: 'subgraphs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Subgraph';
                ofType: null;
              };
            };
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'HAHasura': {
    kind: 'OBJECT';
    name: 'HAHasura';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'integrationType': {
        name: 'integrationType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'IntegrationType';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'Hasura': {
    kind: 'OBJECT';
    name: 'Hasura';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'integrationType': {
        name: 'integrationType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'IntegrationType';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'HdEcdsaP256PrivateKey': {
    kind: 'OBJECT';
    name: 'HdEcdsaP256PrivateKey';
    fields: {
      'accountFactoryAddress': {
        name: 'accountFactoryAddress';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'address': {
        name: 'address';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainNodes': {
        name: 'blockchainNodes';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'UNION';
              name: 'BlockchainNodeType';
              ofType: null;
            };
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'derivationPath': {
        name: 'derivationPath';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'entryPointAddress': {
        name: 'entryPointAddress';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'identityOf': {
        name: 'identityOf';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'INTERFACE';
              name: 'BlockchainNode';
              ofType: null;
            };
          };
        };
      };
      'identityOfIntegration': {
        name: 'identityOfIntegration';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'INTERFACE';
              name: 'Integration';
              ofType: null;
            };
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'mnemonic': {
        name: 'mnemonic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'paymasterAddress': {
        name: 'paymasterAddress';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'privateKey': {
        name: 'privateKey';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'privateKeyType': {
        name: 'privateKeyType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'PrivateKeyType';
            ofType: null;
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'publicKey': {
        name: 'publicKey';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'relayerKey': {
        name: 'relayerKey';
        type: {
          kind: 'UNION';
          name: 'PrivateKeyUnionType';
          ofType: null;
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'trustedForwarderAddress': {
        name: 'trustedForwarderAddress';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'trustedForwarderName': {
        name: 'trustedForwarderName';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'userWalletType': {
        name: 'userWalletType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'UserWalletType';
            ofType: null;
          };
        };
      };
      'userWallets': {
        name: 'userWallets';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'UserWallet';
              ofType: null;
            };
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'verifications': {
        name: 'verifications';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'ExposableWalletKeyVerification';
              ofType: null;
            };
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'HsmEcDsaP256PrivateKey': {
    kind: 'OBJECT';
    name: 'HsmEcDsaP256PrivateKey';
    fields: {
      'accountFactoryAddress': {
        name: 'accountFactoryAddress';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'address': {
        name: 'address';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainNodes': {
        name: 'blockchainNodes';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'UNION';
              name: 'BlockchainNodeType';
              ofType: null;
            };
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'entryPointAddress': {
        name: 'entryPointAddress';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'identityOf': {
        name: 'identityOf';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'INTERFACE';
              name: 'BlockchainNode';
              ofType: null;
            };
          };
        };
      };
      'identityOfIntegration': {
        name: 'identityOfIntegration';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'INTERFACE';
              name: 'Integration';
              ofType: null;
            };
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'paymasterAddress': {
        name: 'paymasterAddress';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'privateKeyType': {
        name: 'privateKeyType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'PrivateKeyType';
            ofType: null;
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'publicKey': {
        name: 'publicKey';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'relayerKey': {
        name: 'relayerKey';
        type: {
          kind: 'UNION';
          name: 'PrivateKeyUnionType';
          ofType: null;
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'trustedForwarderAddress': {
        name: 'trustedForwarderAddress';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'trustedForwarderName': {
        name: 'trustedForwarderName';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'userWalletType': {
        name: 'userWalletType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'UserWalletType';
            ofType: null;
          };
        };
      };
      'userWallets': {
        name: 'userWallets';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'UserWallet';
              ofType: null;
            };
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'verifications': {
        name: 'verifications';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'ExposableWalletKeyVerification';
              ofType: null;
            };
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'HyperledgerExplorer': {
    kind: 'OBJECT';
    name: 'HyperledgerExplorer';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainNode': {
        name: 'blockchainNode';
        type: {
          kind: 'UNION';
          name: 'BlockchainNodeType';
          ofType: null;
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'hyperledgerBlockchainExplorerDbName': {
        name: 'hyperledgerBlockchainExplorerDbName';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'insightsCategory': {
        name: 'insightsCategory';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'InsightsCategory';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'loadBalancer': {
        name: 'loadBalancer';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'LoadBalancerType';
            ofType: null;
          };
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'ID': unknown;
  'IPFSStorage': {
    kind: 'OBJECT';
    name: 'IPFSStorage';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'peerId': {
        name: 'peerId';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'privateKey': {
        name: 'privateKey';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'publicKey': {
        name: 'publicKey';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'storageProtocol': {
        name: 'storageProtocol';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'StorageProtocol';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'Insights': {
    kind: 'INTERFACE';
    name: 'Insights';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainNode': {
        name: 'blockchainNode';
        type: {
          kind: 'UNION';
          name: 'BlockchainNodeType';
          ofType: null;
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'insightsCategory': {
        name: 'insightsCategory';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'InsightsCategory';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'loadBalancer': {
        name: 'loadBalancer';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'LoadBalancerType';
            ofType: null;
          };
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
    possibleTypes: 'BlockchainExplorer' | 'HyperledgerExplorer' | 'OtterscanBlockchainExplorer';
  };
  'InsightsCategory': {
    name: 'InsightsCategory';
    enumValues: 'BLOCKCHAIN_EXPLORER' | 'HYPERLEDGER_EXPLORER' | 'OTTERSCAN_BLOCKCHAIN_EXPLORER';
  };
  'InsightsScope': {
    kind: 'OBJECT';
    name: 'InsightsScope';
    fields: {
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ApplicationAccessTokenScopeType';
            ofType: null;
          };
        };
      };
      'values': {
        name: 'values';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'ID';
                ofType: null;
              };
            };
          };
        };
      };
    };
  };
  'InsightsScopeInputType': {
    kind: 'INPUT_OBJECT';
    name: 'InsightsScopeInputType';
    isOneOf: false;
    inputFields: [{
      name: 'type';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'ENUM';
          name: 'ApplicationAccessTokenScopeType';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'values';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'SCALAR';
              name: 'ID';
              ofType: null;
            };
          };
        };
      };
      defaultValue: null;
    }];
  };
  'InsightsTypeUnion': {
    kind: 'UNION';
    name: 'InsightsTypeUnion';
    fields: {};
    possibleTypes: 'BlockchainExplorer' | 'HyperledgerExplorer' | 'OtterscanBlockchainExplorer';
  };
  'InstantMetric': {
    kind: 'OBJECT';
    name: 'InstantMetric';
    fields: {
      'backendLatency': {
        name: 'backendLatency';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'backendLatestBlock': {
        name: 'backendLatestBlock';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'backendsInSync': {
        name: 'backendsInSync';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'besuNetworkAverageBlockTime': {
        name: 'besuNetworkAverageBlockTime';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'besuNetworkBlockHeight': {
        name: 'besuNetworkBlockHeight';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'besuNetworkGasLimit': {
        name: 'besuNetworkGasLimit';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'besuNetworkSecondsSinceLatestBlock': {
        name: 'besuNetworkSecondsSinceLatestBlock';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'besuNodeAverageBlockTime': {
        name: 'besuNodeAverageBlockTime';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'besuNodeBlockHeight': {
        name: 'besuNodeBlockHeight';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'besuNodePeers': {
        name: 'besuNodePeers';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'besuNodePendingTransactions': {
        name: 'besuNodePendingTransactions';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'besuNodeSecondsSinceLatestBlock': {
        name: 'besuNodeSecondsSinceLatestBlock';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'blockNumber': {
        name: 'blockNumber';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'chainId': {
        name: 'chainId';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'compute': {
        name: 'compute';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'computePercentage': {
        name: 'computePercentage';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'computeQuota': {
        name: 'computeQuota';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'currentGasLimit': {
        name: 'currentGasLimit';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'currentGasPrice': {
        name: 'currentGasPrice';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'currentGasUsed': {
        name: 'currentGasUsed';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'fabricConsensusActiveNodes': {
        name: 'fabricConsensusActiveNodes';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'fabricConsensusClusterSize': {
        name: 'fabricConsensusClusterSize';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'fabricConsensusCommitedBlockHeight': {
        name: 'fabricConsensusCommitedBlockHeight';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'fabricNodeLedgerHeight': {
        name: 'fabricNodeLedgerHeight';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'fabricOrdererConsensusRelation': {
        name: 'fabricOrdererConsensusRelation';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'fabricOrdererIsLeader': {
        name: 'fabricOrdererIsLeader';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'fabricOrdererParticipationStatus': {
        name: 'fabricOrdererParticipationStatus';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'gethCliqueNetworkAverageBlockTime': {
        name: 'gethCliqueNetworkAverageBlockTime';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'gethCliqueNetworkBlockHeight': {
        name: 'gethCliqueNetworkBlockHeight';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'gethCliqueNodeAverageBlockTime': {
        name: 'gethCliqueNodeAverageBlockTime';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'gethCliqueNodeBlockHeight': {
        name: 'gethCliqueNodeBlockHeight';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'gethCliqueNodePeers': {
        name: 'gethCliqueNodePeers';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'gethCliqueNodePendingTransactions': {
        name: 'gethCliqueNodePendingTransactions';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'graphMiddlewareDeploymentCount': {
        name: 'graphMiddlewareDeploymentCount';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'graphMiddlewareDeploymentHead': {
        name: 'graphMiddlewareDeploymentHead';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'graphMiddlewareEthereumChainHead': {
        name: 'graphMiddlewareEthereumChainHead';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'graphMiddlewareIndexingBacklog': {
        name: 'graphMiddlewareIndexingBacklog';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'memory': {
        name: 'memory';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'memoryPercentage': {
        name: 'memoryPercentage';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'memoryQuota': {
        name: 'memoryQuota';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'nonSuccessfulRequests': {
        name: 'nonSuccessfulRequests';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'polygonEdgeNetworkAverageConsensusRounds': {
        name: 'polygonEdgeNetworkAverageConsensusRounds';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'polygonEdgeNetworkLastAverageBlockTime': {
        name: 'polygonEdgeNetworkLastAverageBlockTime';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'polygonEdgeNetworkMaxConsensusRounds': {
        name: 'polygonEdgeNetworkMaxConsensusRounds';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'polygonEdgeNodeLastBlockTime': {
        name: 'polygonEdgeNodeLastBlockTime';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'polygonEdgeNodePeers': {
        name: 'polygonEdgeNodePeers';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'polygonEdgeNodePendingTransactions': {
        name: 'polygonEdgeNodePendingTransactions';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'quorumNetworkAverageBlockTime': {
        name: 'quorumNetworkAverageBlockTime';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'quorumNetworkBlockHeight': {
        name: 'quorumNetworkBlockHeight';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'quorumNodeAverageBlockTime': {
        name: 'quorumNodeAverageBlockTime';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'quorumNodeBlockHeight': {
        name: 'quorumNodeBlockHeight';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'quorumNodePeers': {
        name: 'quorumNodePeers';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'quorumNodePendingTransactions': {
        name: 'quorumNodePendingTransactions';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'storage': {
        name: 'storage';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'storagePercentage': {
        name: 'storagePercentage';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'storageQuota': {
        name: 'storageQuota';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'successfulRequests': {
        name: 'successfulRequests';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'totalBackends': {
        name: 'totalBackends';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'Int': unknown;
  'Integration': {
    kind: 'INTERFACE';
    name: 'Integration';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'integrationType': {
        name: 'integrationType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'IntegrationType';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
    possibleTypes: 'Chainlink' | 'HAHasura' | 'Hasura' | 'IntegrationStudio';
  };
  'IntegrationScope': {
    kind: 'OBJECT';
    name: 'IntegrationScope';
    fields: {
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ApplicationAccessTokenScopeType';
            ofType: null;
          };
        };
      };
      'values': {
        name: 'values';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'ID';
                ofType: null;
              };
            };
          };
        };
      };
    };
  };
  'IntegrationScopeInputType': {
    kind: 'INPUT_OBJECT';
    name: 'IntegrationScopeInputType';
    isOneOf: false;
    inputFields: [{
      name: 'type';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'ENUM';
          name: 'ApplicationAccessTokenScopeType';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'values';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'SCALAR';
              name: 'ID';
              ofType: null;
            };
          };
        };
      };
      defaultValue: null;
    }];
  };
  'IntegrationStudio': {
    kind: 'OBJECT';
    name: 'IntegrationStudio';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'integrationType': {
        name: 'integrationType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'IntegrationType';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'IntegrationType': {
    name: 'IntegrationType';
    enumValues: 'CHAINLINK' | 'HASURA' | 'HA_HASURA' | 'INTEGRATION_STUDIO';
  };
  'IntegrationTypeUnion': {
    kind: 'UNION';
    name: 'IntegrationTypeUnion';
    fields: {};
    possibleTypes: 'Chainlink' | 'HAHasura' | 'Hasura' | 'IntegrationStudio';
  };
  'InvoiceInfo': {
    kind: 'OBJECT';
    name: 'InvoiceInfo';
    fields: {
      'amount': {
        name: 'amount';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'date': {
        name: 'date';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'downloadUrl': {
        name: 'downloadUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'JSON': unknown;
  'JSONObject': unknown;
  'Kit': {
    kind: 'OBJECT';
    name: 'Kit';
    fields: {
      'description': {
        name: 'description';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'isPreRelease': {
        name: 'isPreRelease';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'KitConfig': {
    kind: 'OBJECT';
    name: 'KitConfig';
    fields: {
      'description': {
        name: 'description';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'npmPackageName': {
        name: 'npmPackageName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'KitPricing': {
    kind: 'OBJECT';
    name: 'KitPricing';
    fields: {
      'additionalConfig': {
        name: 'additionalConfig';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'AdditionalConfigType';
            ofType: null;
          };
        };
      };
      'currency': {
        name: 'currency';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'environment': {
        name: 'environment';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'Environment';
            ofType: null;
          };
        };
      };
      'estimatedTotalPrice': {
        name: 'estimatedTotalPrice';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'kitId': {
        name: 'kitId';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'services': {
        name: 'services';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'ServicePricing';
            ofType: null;
          };
        };
      };
    };
  };
  'Language': {
    name: 'Language';
    enumValues: 'BROWSER' | 'EN';
  };
  'ListClusterServiceOptions': {
    kind: 'INPUT_OBJECT';
    name: 'ListClusterServiceOptions';
    isOneOf: false;
    inputFields: [{
      name: 'onlyCompletedStatus';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      defaultValue: "true";
    }];
  };
  'LoadBalancer': {
    kind: 'INTERFACE';
    name: 'LoadBalancer';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainNetwork': {
        name: 'blockchainNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'connectedNodes': {
        name: 'connectedNodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'BlockchainNodeType';
                ofType: null;
              };
            };
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'loadBalancerProtocol': {
        name: 'loadBalancerProtocol';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'LoadBalancerProtocol';
            ofType: null;
          };
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
    possibleTypes: 'EVMLoadBalancer' | 'FabricLoadBalancer';
  };
  'LoadBalancerInputType': {
    kind: 'INPUT_OBJECT';
    name: 'LoadBalancerInputType';
    isOneOf: false;
    inputFields: [{
      name: 'connectedNodes';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'SCALAR';
              name: 'ID';
              ofType: null;
            };
          };
        };
      };
      defaultValue: "[]";
    }, {
      name: 'entityId';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'ID';
          ofType: null;
        };
      };
      defaultValue: null;
    }];
  };
  'LoadBalancerProtocol': {
    name: 'LoadBalancerProtocol';
    enumValues: 'EVM' | 'FABRIC';
  };
  'LoadBalancerScope': {
    kind: 'OBJECT';
    name: 'LoadBalancerScope';
    fields: {
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ApplicationAccessTokenScopeType';
            ofType: null;
          };
        };
      };
      'values': {
        name: 'values';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'ID';
                ofType: null;
              };
            };
          };
        };
      };
    };
  };
  'LoadBalancerScopeInputType': {
    kind: 'INPUT_OBJECT';
    name: 'LoadBalancerScopeInputType';
    isOneOf: false;
    inputFields: [{
      name: 'type';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'ENUM';
          name: 'ApplicationAccessTokenScopeType';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'values';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'SCALAR';
              name: 'ID';
              ofType: null;
            };
          };
        };
      };
      defaultValue: null;
    }];
  };
  'LoadBalancerType': {
    kind: 'UNION';
    name: 'LoadBalancerType';
    fields: {};
    possibleTypes: 'EVMLoadBalancer' | 'FabricLoadBalancer';
  };
  'MaxCodeSizeConfigInput': {
    kind: 'INPUT_OBJECT';
    name: 'MaxCodeSizeConfigInput';
    isOneOf: false;
    inputFields: [{
      name: 'block';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'size';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }];
  };
  'MaxCodeSizeConfigType': {
    kind: 'OBJECT';
    name: 'MaxCodeSizeConfigType';
    fields: {
      'block': {
        name: 'block';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
    };
  };
  'Metric': {
    kind: 'OBJECT';
    name: 'Metric';
    fields: {
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'instant': {
        name: 'instant';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'InstantMetric';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'range': {
        name: 'range';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'RangeMetric';
            ofType: null;
          };
        };
      };
    };
  };
  'Middleware': {
    kind: 'INTERFACE';
    name: 'Middleware';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'interface': {
        name: 'interface';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'MiddlewareType';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'smartContractSet': {
        name: 'smartContractSet';
        type: {
          kind: 'UNION';
          name: 'SmartContractSetType';
          ofType: null;
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'storage': {
        name: 'storage';
        type: {
          kind: 'UNION';
          name: 'StorageType';
          ofType: null;
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
    possibleTypes: 'AttestationIndexerMiddleware' | 'BesuMiddleware' | 'FireflyFabconnectMiddleware' | 'GraphMiddleware' | 'HAGraphMiddleware' | 'HAGraphPostgresMiddleware' | 'SmartContractPortalMiddleware';
  };
  'MiddlewareScope': {
    kind: 'OBJECT';
    name: 'MiddlewareScope';
    fields: {
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ApplicationAccessTokenScopeType';
            ofType: null;
          };
        };
      };
      'values': {
        name: 'values';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'ID';
                ofType: null;
              };
            };
          };
        };
      };
    };
  };
  'MiddlewareScopeInputType': {
    kind: 'INPUT_OBJECT';
    name: 'MiddlewareScopeInputType';
    isOneOf: false;
    inputFields: [{
      name: 'type';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'ENUM';
          name: 'ApplicationAccessTokenScopeType';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'values';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'SCALAR';
              name: 'ID';
              ofType: null;
            };
          };
        };
      };
      defaultValue: null;
    }];
  };
  'MiddlewareType': {
    name: 'MiddlewareType';
    enumValues: 'ATTESTATION_INDEXER' | 'BESU' | 'FIREFLY_FABCONNECT' | 'GRAPH' | 'HA_GRAPH' | 'HA_GRAPH_POSTGRES' | 'SMART_CONTRACT_PORTAL';
  };
  'MiddlewareUnionType': {
    kind: 'UNION';
    name: 'MiddlewareUnionType';
    fields: {};
    possibleTypes: 'AttestationIndexerMiddleware' | 'BesuMiddleware' | 'FireflyFabconnectMiddleware' | 'GraphMiddleware' | 'HAGraphMiddleware' | 'HAGraphPostgresMiddleware' | 'SmartContractPortalMiddleware';
  };
  'MinioStorage': {
    kind: 'OBJECT';
    name: 'MinioStorage';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'storageProtocol': {
        name: 'storageProtocol';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'StorageProtocol';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'Mutation': {
    kind: 'OBJECT';
    name: 'Mutation';
    fields: {
      'CreateApplicationKit': {
        name: 'CreateApplicationKit';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'acceptBlockchainNetworkInvite': {
        name: 'acceptBlockchainNetworkInvite';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'acceptWorkspaceInvite': {
        name: 'acceptWorkspaceInvite';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'acceptWorkspaceTransferCode': {
        name: 'acceptWorkspaceTransferCode';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'AcceptWorkspaceTransferCodeResult';
            ofType: null;
          };
        };
      };
      'addCredits': {
        name: 'addCredits';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'addParticipantToNetwork': {
        name: 'addParticipantToNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'addPrivateKeyVerification': {
        name: 'addPrivateKeyVerification';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'INTERFACE';
            name: 'WalletKeyVerification';
            ofType: null;
          };
        };
      };
      'addUserWalletVerification': {
        name: 'addUserWalletVerification';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'WalletKeyVerificationUnionType';
            ofType: null;
          };
        };
      };
      'attachPaymentMethod': {
        name: 'attachPaymentMethod';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Workspace';
            ofType: null;
          };
        };
      };
      'createApplication': {
        name: 'createApplication';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'createApplicationAccessToken': {
        name: 'createApplicationAccessToken';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'ApplicationAccessTokenDto';
            ofType: null;
          };
        };
      };
      'createBlockchainNetwork': {
        name: 'createBlockchainNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'createBlockchainNetworkInvite': {
        name: 'createBlockchainNetworkInvite';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'BlockchainNetworkInvite';
            ofType: null;
          };
        };
      };
      'createBlockchainNode': {
        name: 'createBlockchainNode';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNodeType';
            ofType: null;
          };
        };
      };
      'createCustomDeployment': {
        name: 'createCustomDeployment';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'CustomDeployment';
            ofType: null;
          };
        };
      };
      'createInsights': {
        name: 'createInsights';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'InsightsTypeUnion';
            ofType: null;
          };
        };
      };
      'createIntegration': {
        name: 'createIntegration';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'IntegrationTypeUnion';
            ofType: null;
          };
        };
      };
      'createLoadBalancer': {
        name: 'createLoadBalancer';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'LoadBalancerType';
            ofType: null;
          };
        };
      };
      'createMiddleware': {
        name: 'createMiddleware';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'MiddlewareUnionType';
            ofType: null;
          };
        };
      };
      'createMultiService': {
        name: 'createMultiService';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'ServiceRefMap';
            ofType: null;
          };
        };
      };
      'createOrUpdateSmartContractPortalMiddlewareAbi': {
        name: 'createOrUpdateSmartContractPortalMiddlewareAbi';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'SmartContractPortalMiddlewareAbi';
            ofType: null;
          };
        };
      };
      'createPersonalAccessToken': {
        name: 'createPersonalAccessToken';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'PersonalAccessTokenCreateResultDto';
            ofType: null;
          };
        };
      };
      'createPrivateKey': {
        name: 'createPrivateKey';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'PrivateKeyUnionType';
            ofType: null;
          };
        };
      };
      'createSetupIntent': {
        name: 'createSetupIntent';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'SetupIntent';
            ofType: null;
          };
        };
      };
      'createSmartContractSet': {
        name: 'createSmartContractSet';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'SmartContractSetType';
            ofType: null;
          };
        };
      };
      'createStorage': {
        name: 'createStorage';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'StorageType';
            ofType: null;
          };
        };
      };
      'createUserWallet': {
        name: 'createUserWallet';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'UserWallet';
            ofType: null;
          };
        };
      };
      'createWorkspace': {
        name: 'createWorkspace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Workspace';
            ofType: null;
          };
        };
      };
      'createWorkspaceInvite': {
        name: 'createWorkspaceInvite';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'WorkspaceInvite';
            ofType: null;
          };
        };
      };
      'createWorkspaceTransferCode': {
        name: 'createWorkspaceTransferCode';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'WorkspaceTransferCode';
            ofType: null;
          };
        };
      };
      'deleteAllBlockchainNetwork': {
        name: 'deleteAllBlockchainNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'deleteAllBlockchainNode': {
        name: 'deleteAllBlockchainNode';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'deleteAllCustomDeployment': {
        name: 'deleteAllCustomDeployment';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'deleteAllInsights': {
        name: 'deleteAllInsights';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'deleteAllIntegration': {
        name: 'deleteAllIntegration';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'deleteAllLoadBalancer': {
        name: 'deleteAllLoadBalancer';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'deleteAllMiddleware': {
        name: 'deleteAllMiddleware';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'deleteAllPrivateKey': {
        name: 'deleteAllPrivateKey';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'deleteAllSmartContractSet': {
        name: 'deleteAllSmartContractSet';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'deleteAllStorage': {
        name: 'deleteAllStorage';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'deleteApplication': {
        name: 'deleteApplication';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'deleteApplicationAccessToken': {
        name: 'deleteApplicationAccessToken';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'ApplicationAccessTokenDto';
            ofType: null;
          };
        };
      };
      'deleteApplicationByUniqueName': {
        name: 'deleteApplicationByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'deleteBlockchainNetwork': {
        name: 'deleteBlockchainNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'deleteBlockchainNetworkByUniqueName': {
        name: 'deleteBlockchainNetworkByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'deleteBlockchainNetworkInvite': {
        name: 'deleteBlockchainNetworkInvite';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'BlockchainNetworkInvite';
            ofType: null;
          };
        };
      };
      'deleteBlockchainNetworkParticipant': {
        name: 'deleteBlockchainNetworkParticipant';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'deleteBlockchainNode': {
        name: 'deleteBlockchainNode';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNodeType';
            ofType: null;
          };
        };
      };
      'deleteBlockchainNodeByUniqueName': {
        name: 'deleteBlockchainNodeByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNodeType';
            ofType: null;
          };
        };
      };
      'deleteCustomDeployment': {
        name: 'deleteCustomDeployment';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'CustomDeployment';
            ofType: null;
          };
        };
      };
      'deleteCustomDeploymentByUniqueName': {
        name: 'deleteCustomDeploymentByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'CustomDeployment';
            ofType: null;
          };
        };
      };
      'deleteInsights': {
        name: 'deleteInsights';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'InsightsTypeUnion';
            ofType: null;
          };
        };
      };
      'deleteInsightsByUniqueName': {
        name: 'deleteInsightsByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'InsightsTypeUnion';
            ofType: null;
          };
        };
      };
      'deleteIntegration': {
        name: 'deleteIntegration';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'IntegrationTypeUnion';
            ofType: null;
          };
        };
      };
      'deleteIntegrationByUniqueName': {
        name: 'deleteIntegrationByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'IntegrationTypeUnion';
            ofType: null;
          };
        };
      };
      'deleteLoadBalancer': {
        name: 'deleteLoadBalancer';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'LoadBalancerType';
            ofType: null;
          };
        };
      };
      'deleteLoadBalancerByUniqueName': {
        name: 'deleteLoadBalancerByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'LoadBalancerType';
            ofType: null;
          };
        };
      };
      'deleteMiddleware': {
        name: 'deleteMiddleware';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'MiddlewareUnionType';
            ofType: null;
          };
        };
      };
      'deleteMiddlewareByUniqueName': {
        name: 'deleteMiddlewareByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'MiddlewareUnionType';
            ofType: null;
          };
        };
      };
      'deletePersonalAccessToken': {
        name: 'deletePersonalAccessToken';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'deletePrivateKey': {
        name: 'deletePrivateKey';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'PrivateKeyUnionType';
            ofType: null;
          };
        };
      };
      'deletePrivateKeyByUniqueName': {
        name: 'deletePrivateKeyByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'PrivateKeyUnionType';
            ofType: null;
          };
        };
      };
      'deletePrivateKeyVerification': {
        name: 'deletePrivateKeyVerification';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'deleteSmartContractPortalMiddlewareAbi': {
        name: 'deleteSmartContractPortalMiddlewareAbi';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'SmartContractPortalMiddlewareAbi';
            ofType: null;
          };
        };
      };
      'deleteSmartContractPortalWebhookConsumer': {
        name: 'deleteSmartContractPortalWebhookConsumer';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'SmartContractPortalWebhookConsumer';
            ofType: null;
          };
        };
      };
      'deleteSmartContractSet': {
        name: 'deleteSmartContractSet';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'SmartContractSetType';
            ofType: null;
          };
        };
      };
      'deleteSmartContractSetByUniqueName': {
        name: 'deleteSmartContractSetByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'SmartContractSetType';
            ofType: null;
          };
        };
      };
      'deleteStorage': {
        name: 'deleteStorage';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'StorageType';
            ofType: null;
          };
        };
      };
      'deleteStorageByUniqueName': {
        name: 'deleteStorageByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'StorageType';
            ofType: null;
          };
        };
      };
      'deleteUserWallet': {
        name: 'deleteUserWallet';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'UserWallet';
            ofType: null;
          };
        };
      };
      'deleteUserWalletVerification': {
        name: 'deleteUserWalletVerification';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'deleteWorkspace': {
        name: 'deleteWorkspace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Workspace';
            ofType: null;
          };
        };
      };
      'deleteWorkspaceByUniqueName': {
        name: 'deleteWorkspaceByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Workspace';
            ofType: null;
          };
        };
      };
      'deleteWorkspaceInvite': {
        name: 'deleteWorkspaceInvite';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'WorkspaceInvite';
            ofType: null;
          };
        };
      };
      'deleteWorkspaceMember': {
        name: 'deleteWorkspaceMember';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'disableSmartContractPortalWebhookConsumer': {
        name: 'disableSmartContractPortalWebhookConsumer';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'SmartContractPortalWebhookConsumer';
            ofType: null;
          };
        };
      };
      'editBlockchainNetwork': {
        name: 'editBlockchainNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'editBlockchainNode': {
        name: 'editBlockchainNode';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNodeType';
            ofType: null;
          };
        };
      };
      'editCustomDeployment': {
        name: 'editCustomDeployment';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'CustomDeployment';
            ofType: null;
          };
        };
      };
      'editCustomDeploymentByUniqueName': {
        name: 'editCustomDeploymentByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'CustomDeployment';
            ofType: null;
          };
        };
      };
      'editInsights': {
        name: 'editInsights';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'InsightsTypeUnion';
            ofType: null;
          };
        };
      };
      'editIntegration': {
        name: 'editIntegration';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'IntegrationTypeUnion';
            ofType: null;
          };
        };
      };
      'editLoadBalancer': {
        name: 'editLoadBalancer';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'LoadBalancerType';
            ofType: null;
          };
        };
      };
      'editMiddleware': {
        name: 'editMiddleware';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'MiddlewareUnionType';
            ofType: null;
          };
        };
      };
      'editPrivateKey': {
        name: 'editPrivateKey';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'PrivateKeyUnionType';
            ofType: null;
          };
        };
      };
      'editSmartContractSet': {
        name: 'editSmartContractSet';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'SmartContractSetType';
            ofType: null;
          };
        };
      };
      'editStorage': {
        name: 'editStorage';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'StorageType';
            ofType: null;
          };
        };
      };
      'enableSmartContractPortalWebhookConsumer': {
        name: 'enableSmartContractPortalWebhookConsumer';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'SmartContractPortalWebhookConsumer';
            ofType: null;
          };
        };
      };
      'pauseAllBlockchainNetwork': {
        name: 'pauseAllBlockchainNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'pauseAllBlockchainNode': {
        name: 'pauseAllBlockchainNode';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'pauseAllCustomDeployment': {
        name: 'pauseAllCustomDeployment';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'pauseAllInsights': {
        name: 'pauseAllInsights';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'pauseAllIntegration': {
        name: 'pauseAllIntegration';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'pauseAllLoadBalancer': {
        name: 'pauseAllLoadBalancer';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'pauseAllMiddleware': {
        name: 'pauseAllMiddleware';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'pauseAllPrivateKey': {
        name: 'pauseAllPrivateKey';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'pauseAllSmartContractSet': {
        name: 'pauseAllSmartContractSet';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'pauseAllStorage': {
        name: 'pauseAllStorage';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'pauseBlockchainNetwork': {
        name: 'pauseBlockchainNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'pauseBlockchainNetworkByUniqueName': {
        name: 'pauseBlockchainNetworkByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'pauseBlockchainNode': {
        name: 'pauseBlockchainNode';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNodeType';
            ofType: null;
          };
        };
      };
      'pauseBlockchainNodeByUniqueName': {
        name: 'pauseBlockchainNodeByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNodeType';
            ofType: null;
          };
        };
      };
      'pauseCustomDeployment': {
        name: 'pauseCustomDeployment';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'CustomDeployment';
            ofType: null;
          };
        };
      };
      'pauseCustomDeploymentByUniqueName': {
        name: 'pauseCustomDeploymentByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'CustomDeployment';
            ofType: null;
          };
        };
      };
      'pauseInsights': {
        name: 'pauseInsights';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'InsightsTypeUnion';
            ofType: null;
          };
        };
      };
      'pauseInsightsByUniqueName': {
        name: 'pauseInsightsByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'InsightsTypeUnion';
            ofType: null;
          };
        };
      };
      'pauseIntegration': {
        name: 'pauseIntegration';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'IntegrationTypeUnion';
            ofType: null;
          };
        };
      };
      'pauseIntegrationByUniqueName': {
        name: 'pauseIntegrationByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'IntegrationTypeUnion';
            ofType: null;
          };
        };
      };
      'pauseLoadBalancer': {
        name: 'pauseLoadBalancer';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'LoadBalancerType';
            ofType: null;
          };
        };
      };
      'pauseLoadBalancerByUniqueName': {
        name: 'pauseLoadBalancerByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'LoadBalancerType';
            ofType: null;
          };
        };
      };
      'pauseMiddleware': {
        name: 'pauseMiddleware';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'MiddlewareUnionType';
            ofType: null;
          };
        };
      };
      'pauseMiddlewareByUniqueName': {
        name: 'pauseMiddlewareByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'MiddlewareUnionType';
            ofType: null;
          };
        };
      };
      'pausePrivateKey': {
        name: 'pausePrivateKey';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'PrivateKeyUnionType';
            ofType: null;
          };
        };
      };
      'pausePrivateKeyByUniqueName': {
        name: 'pausePrivateKeyByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'PrivateKeyUnionType';
            ofType: null;
          };
        };
      };
      'pauseSmartContractSet': {
        name: 'pauseSmartContractSet';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'SmartContractSetType';
            ofType: null;
          };
        };
      };
      'pauseSmartContractSetByUniqueName': {
        name: 'pauseSmartContractSetByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'SmartContractSetType';
            ofType: null;
          };
        };
      };
      'pauseStorage': {
        name: 'pauseStorage';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'StorageType';
            ofType: null;
          };
        };
      };
      'pauseStorageByUniqueName': {
        name: 'pauseStorageByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'StorageType';
            ofType: null;
          };
        };
      };
      'restartBlockchainNetwork': {
        name: 'restartBlockchainNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'restartBlockchainNetworkByUniqueName': {
        name: 'restartBlockchainNetworkByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'restartBlockchainNode': {
        name: 'restartBlockchainNode';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNodeType';
            ofType: null;
          };
        };
      };
      'restartBlockchainNodeByUniqueName': {
        name: 'restartBlockchainNodeByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNodeType';
            ofType: null;
          };
        };
      };
      'restartCustomDeployment': {
        name: 'restartCustomDeployment';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'CustomDeployment';
            ofType: null;
          };
        };
      };
      'restartCustomDeploymentByUniqueName': {
        name: 'restartCustomDeploymentByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'CustomDeployment';
            ofType: null;
          };
        };
      };
      'restartInsights': {
        name: 'restartInsights';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'InsightsTypeUnion';
            ofType: null;
          };
        };
      };
      'restartInsightsByUniqueName': {
        name: 'restartInsightsByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'InsightsTypeUnion';
            ofType: null;
          };
        };
      };
      'restartIntegration': {
        name: 'restartIntegration';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'IntegrationTypeUnion';
            ofType: null;
          };
        };
      };
      'restartIntegrationByUniqueName': {
        name: 'restartIntegrationByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'IntegrationTypeUnion';
            ofType: null;
          };
        };
      };
      'restartLoadBalancer': {
        name: 'restartLoadBalancer';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'LoadBalancerType';
            ofType: null;
          };
        };
      };
      'restartLoadBalancerByUniqueName': {
        name: 'restartLoadBalancerByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'LoadBalancerType';
            ofType: null;
          };
        };
      };
      'restartMiddleware': {
        name: 'restartMiddleware';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'MiddlewareUnionType';
            ofType: null;
          };
        };
      };
      'restartMiddlewareByUniqueName': {
        name: 'restartMiddlewareByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'MiddlewareUnionType';
            ofType: null;
          };
        };
      };
      'restartPrivateKey': {
        name: 'restartPrivateKey';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'PrivateKeyUnionType';
            ofType: null;
          };
        };
      };
      'restartPrivateKeyByUniqueName': {
        name: 'restartPrivateKeyByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'PrivateKeyUnionType';
            ofType: null;
          };
        };
      };
      'restartSmartContractSet': {
        name: 'restartSmartContractSet';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'SmartContractSetType';
            ofType: null;
          };
        };
      };
      'restartSmartContractSetByUniqueName': {
        name: 'restartSmartContractSetByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'SmartContractSetType';
            ofType: null;
          };
        };
      };
      'restartStorage': {
        name: 'restartStorage';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'StorageType';
            ofType: null;
          };
        };
      };
      'restartStorageByUniqueName': {
        name: 'restartStorageByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'StorageType';
            ofType: null;
          };
        };
      };
      'resumeBlockchainNetwork': {
        name: 'resumeBlockchainNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'resumeBlockchainNetworkByUniqueName': {
        name: 'resumeBlockchainNetworkByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'resumeBlockchainNode': {
        name: 'resumeBlockchainNode';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNodeType';
            ofType: null;
          };
        };
      };
      'resumeBlockchainNodeByUniqueName': {
        name: 'resumeBlockchainNodeByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNodeType';
            ofType: null;
          };
        };
      };
      'resumeCustomDeployment': {
        name: 'resumeCustomDeployment';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'CustomDeployment';
            ofType: null;
          };
        };
      };
      'resumeCustomDeploymentByUniqueName': {
        name: 'resumeCustomDeploymentByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'CustomDeployment';
            ofType: null;
          };
        };
      };
      'resumeInsights': {
        name: 'resumeInsights';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'InsightsTypeUnion';
            ofType: null;
          };
        };
      };
      'resumeInsightsByUniqueName': {
        name: 'resumeInsightsByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'InsightsTypeUnion';
            ofType: null;
          };
        };
      };
      'resumeIntegration': {
        name: 'resumeIntegration';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'IntegrationTypeUnion';
            ofType: null;
          };
        };
      };
      'resumeIntegrationByUniqueName': {
        name: 'resumeIntegrationByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'IntegrationTypeUnion';
            ofType: null;
          };
        };
      };
      'resumeLoadBalancer': {
        name: 'resumeLoadBalancer';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'LoadBalancerType';
            ofType: null;
          };
        };
      };
      'resumeLoadBalancerByUniqueName': {
        name: 'resumeLoadBalancerByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'LoadBalancerType';
            ofType: null;
          };
        };
      };
      'resumeMiddleware': {
        name: 'resumeMiddleware';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'MiddlewareUnionType';
            ofType: null;
          };
        };
      };
      'resumeMiddlewareByUniqueName': {
        name: 'resumeMiddlewareByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'MiddlewareUnionType';
            ofType: null;
          };
        };
      };
      'resumePrivateKey': {
        name: 'resumePrivateKey';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'PrivateKeyUnionType';
            ofType: null;
          };
        };
      };
      'resumePrivateKeyByUniqueName': {
        name: 'resumePrivateKeyByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'PrivateKeyUnionType';
            ofType: null;
          };
        };
      };
      'resumeSmartContractSet': {
        name: 'resumeSmartContractSet';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'SmartContractSetType';
            ofType: null;
          };
        };
      };
      'resumeSmartContractSetByUniqueName': {
        name: 'resumeSmartContractSetByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'SmartContractSetType';
            ofType: null;
          };
        };
      };
      'resumeStorage': {
        name: 'resumeStorage';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'StorageType';
            ofType: null;
          };
        };
      };
      'resumeStorageByUniqueName': {
        name: 'resumeStorageByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'StorageType';
            ofType: null;
          };
        };
      };
      'retryBlockchainNetwork': {
        name: 'retryBlockchainNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'retryBlockchainNetworkByUniqueName': {
        name: 'retryBlockchainNetworkByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'retryBlockchainNode': {
        name: 'retryBlockchainNode';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNodeType';
            ofType: null;
          };
        };
      };
      'retryBlockchainNodeByUniqueName': {
        name: 'retryBlockchainNodeByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNodeType';
            ofType: null;
          };
        };
      };
      'retryCustomDeployment': {
        name: 'retryCustomDeployment';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'CustomDeployment';
            ofType: null;
          };
        };
      };
      'retryCustomDeploymentByUniqueName': {
        name: 'retryCustomDeploymentByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'CustomDeployment';
            ofType: null;
          };
        };
      };
      'retryInsights': {
        name: 'retryInsights';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'InsightsTypeUnion';
            ofType: null;
          };
        };
      };
      'retryInsightsByUniqueName': {
        name: 'retryInsightsByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'InsightsTypeUnion';
            ofType: null;
          };
        };
      };
      'retryIntegration': {
        name: 'retryIntegration';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'IntegrationTypeUnion';
            ofType: null;
          };
        };
      };
      'retryIntegrationByUniqueName': {
        name: 'retryIntegrationByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'IntegrationTypeUnion';
            ofType: null;
          };
        };
      };
      'retryLoadBalancer': {
        name: 'retryLoadBalancer';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'LoadBalancerType';
            ofType: null;
          };
        };
      };
      'retryLoadBalancerByUniqueName': {
        name: 'retryLoadBalancerByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'LoadBalancerType';
            ofType: null;
          };
        };
      };
      'retryMiddleware': {
        name: 'retryMiddleware';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'MiddlewareUnionType';
            ofType: null;
          };
        };
      };
      'retryMiddlewareByUniqueName': {
        name: 'retryMiddlewareByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'MiddlewareUnionType';
            ofType: null;
          };
        };
      };
      'retryPrivateKey': {
        name: 'retryPrivateKey';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'PrivateKeyUnionType';
            ofType: null;
          };
        };
      };
      'retryPrivateKeyByUniqueName': {
        name: 'retryPrivateKeyByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'PrivateKeyUnionType';
            ofType: null;
          };
        };
      };
      'retrySmartContractSet': {
        name: 'retrySmartContractSet';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'SmartContractSetType';
            ofType: null;
          };
        };
      };
      'retrySmartContractSetByUniqueName': {
        name: 'retrySmartContractSetByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'SmartContractSetType';
            ofType: null;
          };
        };
      };
      'retryStorage': {
        name: 'retryStorage';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'StorageType';
            ofType: null;
          };
        };
      };
      'retryStorageByUniqueName': {
        name: 'retryStorageByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'StorageType';
            ofType: null;
          };
        };
      };
      'scaleBlockchainNetwork': {
        name: 'scaleBlockchainNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'scaleBlockchainNode': {
        name: 'scaleBlockchainNode';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNodeType';
            ofType: null;
          };
        };
      };
      'scaleCustomDeployment': {
        name: 'scaleCustomDeployment';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'CustomDeployment';
            ofType: null;
          };
        };
      };
      'scaleInsights': {
        name: 'scaleInsights';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'InsightsTypeUnion';
            ofType: null;
          };
        };
      };
      'scaleIntegration': {
        name: 'scaleIntegration';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'IntegrationTypeUnion';
            ofType: null;
          };
        };
      };
      'scaleLoadBalancer': {
        name: 'scaleLoadBalancer';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'LoadBalancerType';
            ofType: null;
          };
        };
      };
      'scaleMiddleware': {
        name: 'scaleMiddleware';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'MiddlewareUnionType';
            ofType: null;
          };
        };
      };
      'scalePrivateKey': {
        name: 'scalePrivateKey';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'PrivateKeyUnionType';
            ofType: null;
          };
        };
      };
      'scaleSmartContractSet': {
        name: 'scaleSmartContractSet';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'SmartContractSetType';
            ofType: null;
          };
        };
      };
      'scaleStorage': {
        name: 'scaleStorage';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'StorageType';
            ofType: null;
          };
        };
      };
      'updateApplication': {
        name: 'updateApplication';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'updateApplicationAccessToken': {
        name: 'updateApplicationAccessToken';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'ApplicationAccessToken';
            ofType: null;
          };
        };
      };
      'updateBilling': {
        name: 'updateBilling';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Billing';
            ofType: null;
          };
        };
      };
      'updateBlockchainNetworkParticipantPermissions': {
        name: 'updateBlockchainNetworkParticipantPermissions';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'updateLoadBalancer': {
        name: 'updateLoadBalancer';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'LoadBalancerType';
            ofType: null;
          };
        };
      };
      'updatePrivateKey': {
        name: 'updatePrivateKey';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'PrivateKeyUnionType';
            ofType: null;
          };
        };
      };
      'updateSmartContractPortalMiddlewareAbis': {
        name: 'updateSmartContractPortalMiddlewareAbis';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'SmartContractPortalMiddlewareAbi';
                ofType: null;
              };
            };
          };
        };
      };
      'updateSmartContractSetUser': {
        name: 'updateSmartContractSetUser';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'SmartContractSetType';
            ofType: null;
          };
        };
      };
      'updateUser': {
        name: 'updateUser';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'updateUserState': {
        name: 'updateUserState';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'UserState';
            ofType: null;
          };
        };
      };
      'updateWorkspace': {
        name: 'updateWorkspace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Workspace';
            ofType: null;
          };
        };
      };
      'updateWorkspaceMemberRole': {
        name: 'updateWorkspaceMemberRole';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'upsertSmartContractPortalWebhookConsumer': {
        name: 'upsertSmartContractPortalWebhookConsumer';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'SmartContractPortalWebhookConsumer';
                ofType: null;
              };
            };
          };
        };
      };
    };
  };
  'NatSpecDoc': {
    kind: 'OBJECT';
    name: 'NatSpecDoc';
    fields: {
      'kind': {
        name: 'kind';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'methods': {
        name: 'methods';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'JSON';
            ofType: null;
          };
        };
      };
      'notice': {
        name: 'notice';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'securityContact': {
        name: 'securityContact';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'title': {
        name: 'title';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
    };
  };
  'NatSpecDocInputType': {
    kind: 'INPUT_OBJECT';
    name: 'NatSpecDocInputType';
    isOneOf: false;
    inputFields: [{
      name: 'kind';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'methods';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'JSON';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'notice';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'securityContact';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'title';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'version';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      defaultValue: null;
    }];
  };
  'NodeType': {
    name: 'NodeType';
    enumValues: 'NON_VALIDATOR' | 'NOTARY' | 'ORDERER' | 'PEER' | 'UNSPECIFIED' | 'VALIDATOR';
  };
  'OTPWalletKeyVerification': {
    kind: 'OBJECT';
    name: 'OTPWalletKeyVerification';
    fields: {
      'algorithm': {
        name: 'algorithm';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'digits': {
        name: 'digits';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'enabled': {
        name: 'enabled';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'issuer': {
        name: 'issuer';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'parameters': {
        name: 'parameters';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'JSONObject';
            ofType: null;
          };
        };
      };
      'period': {
        name: 'period';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'verificationType': {
        name: 'verificationType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'WalletKeyVerificationType';
            ofType: null;
          };
        };
      };
    };
  };
  'ObservabilityDto': {
    kind: 'OBJECT';
    name: 'ObservabilityDto';
    fields: {
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'logs': {
        name: 'logs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
    };
  };
  'OnboardingStatus': {
    name: 'OnboardingStatus';
    enumValues: 'NOT_ONBOARDED' | 'ONBOARDED';
  };
  'OtterscanBlockchainExplorer': {
    kind: 'OBJECT';
    name: 'OtterscanBlockchainExplorer';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainNode': {
        name: 'blockchainNode';
        type: {
          kind: 'UNION';
          name: 'BlockchainNodeType';
          ofType: null;
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'insightsCategory': {
        name: 'insightsCategory';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'InsightsCategory';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'loadBalancer': {
        name: 'loadBalancer';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'LoadBalancerType';
            ofType: null;
          };
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'PaginatedApplicationAccessTokens': {
    kind: 'OBJECT';
    name: 'PaginatedApplicationAccessTokens';
    fields: {
      'count': {
        name: 'count';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'items': {
        name: 'items';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ApplicationAccessToken';
                ofType: null;
              };
            };
          };
        };
      };
      'licenseLimitReached': {
        name: 'licenseLimitReached';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
    };
  };
  'PaginatedAuditLogs': {
    kind: 'OBJECT';
    name: 'PaginatedAuditLogs';
    fields: {
      'count': {
        name: 'count';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'filters': {
        name: 'filters';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'PaginatedFilteredFilter';
                ofType: null;
              };
            };
          };
        };
      };
      'items': {
        name: 'items';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'AuditLog';
                ofType: null;
              };
            };
          };
        };
      };
      'licenseLimitReached': {
        name: 'licenseLimitReached';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
    };
  };
  'PaginatedBlockchainNetworks': {
    kind: 'OBJECT';
    name: 'PaginatedBlockchainNetworks';
    fields: {
      'count': {
        name: 'count';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'items': {
        name: 'items';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'BlockchainNetworkType';
                ofType: null;
              };
            };
          };
        };
      };
      'licenseLimitReached': {
        name: 'licenseLimitReached';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
    };
  };
  'PaginatedBlockchainNodes': {
    kind: 'OBJECT';
    name: 'PaginatedBlockchainNodes';
    fields: {
      'count': {
        name: 'count';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'items': {
        name: 'items';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'BlockchainNodeType';
                ofType: null;
              };
            };
          };
        };
      };
      'licenseLimitReached': {
        name: 'licenseLimitReached';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
    };
  };
  'PaginatedCustomDeployment': {
    kind: 'OBJECT';
    name: 'PaginatedCustomDeployment';
    fields: {
      'count': {
        name: 'count';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'items': {
        name: 'items';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'CustomDeployment';
                ofType: null;
              };
            };
          };
        };
      };
      'licenseLimitReached': {
        name: 'licenseLimitReached';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
    };
  };
  'PaginatedFilteredFilter': {
    kind: 'OBJECT';
    name: 'PaginatedFilteredFilter';
    fields: {
      'label': {
        name: 'label';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'options': {
        name: 'options';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'PaginatedFilteredFilterOption';
                ofType: null;
              };
            };
          };
        };
      };
    };
  };
  'PaginatedFilteredFilterOption': {
    kind: 'OBJECT';
    name: 'PaginatedFilteredFilterOption';
    fields: {
      'label': {
        name: 'label';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'value': {
        name: 'value';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'PaginatedInsightss': {
    kind: 'OBJECT';
    name: 'PaginatedInsightss';
    fields: {
      'count': {
        name: 'count';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'items': {
        name: 'items';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'InsightsTypeUnion';
                ofType: null;
              };
            };
          };
        };
      };
      'licenseLimitReached': {
        name: 'licenseLimitReached';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
    };
  };
  'PaginatedIntegrations': {
    kind: 'OBJECT';
    name: 'PaginatedIntegrations';
    fields: {
      'count': {
        name: 'count';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'items': {
        name: 'items';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'IntegrationTypeUnion';
                ofType: null;
              };
            };
          };
        };
      };
      'licenseLimitReached': {
        name: 'licenseLimitReached';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
    };
  };
  'PaginatedLoadBalancers': {
    kind: 'OBJECT';
    name: 'PaginatedLoadBalancers';
    fields: {
      'count': {
        name: 'count';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'items': {
        name: 'items';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'LoadBalancerType';
                ofType: null;
              };
            };
          };
        };
      };
      'licenseLimitReached': {
        name: 'licenseLimitReached';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
    };
  };
  'PaginatedMiddlewares': {
    kind: 'OBJECT';
    name: 'PaginatedMiddlewares';
    fields: {
      'count': {
        name: 'count';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'items': {
        name: 'items';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'MiddlewareUnionType';
                ofType: null;
              };
            };
          };
        };
      };
      'licenseLimitReached': {
        name: 'licenseLimitReached';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
    };
  };
  'PaginatedPersonalAccessTokens': {
    kind: 'OBJECT';
    name: 'PaginatedPersonalAccessTokens';
    fields: {
      'count': {
        name: 'count';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'items': {
        name: 'items';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'PersonalAccessToken';
                ofType: null;
              };
            };
          };
        };
      };
      'licenseLimitReached': {
        name: 'licenseLimitReached';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
    };
  };
  'PaginatedPrivateKeys': {
    kind: 'OBJECT';
    name: 'PaginatedPrivateKeys';
    fields: {
      'count': {
        name: 'count';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'items': {
        name: 'items';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'PrivateKeyUnionType';
                ofType: null;
              };
            };
          };
        };
      };
      'licenseLimitReached': {
        name: 'licenseLimitReached';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
    };
  };
  'PaginatedSmartContractPortalWebhookEvents': {
    kind: 'OBJECT';
    name: 'PaginatedSmartContractPortalWebhookEvents';
    fields: {
      'count': {
        name: 'count';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'filters': {
        name: 'filters';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'PaginatedFilteredFilter';
                ofType: null;
              };
            };
          };
        };
      };
      'items': {
        name: 'items';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'SmartContractPortalWebhookEvent';
                ofType: null;
              };
            };
          };
        };
      };
      'licenseLimitReached': {
        name: 'licenseLimitReached';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
    };
  };
  'PaginatedSmartContractSets': {
    kind: 'OBJECT';
    name: 'PaginatedSmartContractSets';
    fields: {
      'count': {
        name: 'count';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'items': {
        name: 'items';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'SmartContractSetType';
                ofType: null;
              };
            };
          };
        };
      };
      'licenseLimitReached': {
        name: 'licenseLimitReached';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
    };
  };
  'PaginatedStorages': {
    kind: 'OBJECT';
    name: 'PaginatedStorages';
    fields: {
      'count': {
        name: 'count';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'items': {
        name: 'items';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'StorageType';
                ofType: null;
              };
            };
          };
        };
      };
      'licenseLimitReached': {
        name: 'licenseLimitReached';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
    };
  };
  'PaymentStatusEnum': {
    name: 'PaymentStatusEnum';
    enumValues: 'FREE' | 'MANUALLY_BILLED' | 'PAID' | 'TRIAL' | 'UNPAID';
  };
  'PersonalAccessToken': {
    kind: 'OBJECT';
    name: 'PersonalAccessToken';
    fields: {
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'expiresAt': {
        name: 'expiresAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'lastUsedAt': {
        name: 'lastUsedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'possibleTopLevelScopes': {
        name: 'possibleTopLevelScopes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'ENUM';
                name: 'Scope';
                ofType: null;
              };
            };
          };
        };
      };
      'scopes': {
        name: 'scopes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'token': {
        name: 'token';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
    };
  };
  'PersonalAccessTokenCreateResultDto': {
    kind: 'OBJECT';
    name: 'PersonalAccessTokenCreateResultDto';
    fields: {
      'expiresAt': {
        name: 'expiresAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'scopes': {
        name: 'scopes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'token': {
        name: 'token';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'PincodeWalletKeyVerification': {
    kind: 'OBJECT';
    name: 'PincodeWalletKeyVerification';
    fields: {
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'enabled': {
        name: 'enabled';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'parameters': {
        name: 'parameters';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'JSONObject';
            ofType: null;
          };
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'verificationType': {
        name: 'verificationType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'WalletKeyVerificationType';
            ofType: null;
          };
        };
      };
    };
  };
  'PlatformConfigDto': {
    kind: 'OBJECT';
    name: 'PlatformConfigDto';
    fields: {
      'billing': {
        name: 'billing';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'BillingDto';
            ofType: null;
          };
        };
      };
      'customDomainsEnabled': {
        name: 'customDomainsEnabled';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'deploymentEngineTargets': {
        name: 'deploymentEngineTargets';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'DeploymentEngineTargetGroup';
                ofType: null;
              };
            };
          };
        };
      };
      'hasAdvancedDeploymentConfigEnabled': {
        name: 'hasAdvancedDeploymentConfigEnabled';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'hsmAwsKmsKeysEnabled': {
        name: 'hsmAwsKmsKeysEnabled';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'kits': {
        name: 'kits';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'KitConfig';
                ofType: null;
              };
            };
          };
        };
      };
      'observability': {
        name: 'observability';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'ObservabilityDto';
            ofType: null;
          };
        };
      };
      'preDeployedAbis': {
        name: 'preDeployedAbis';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'PreDeployedAbi';
                ofType: null;
              };
            };
          };
        };
      };
      'preDeployedContracts': {
        name: 'preDeployedContracts';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'sdkVersion': {
        name: 'sdkVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'smartContractSets': {
        name: 'smartContractSets';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'SmartContractSetsDto';
            ofType: null;
          };
        };
      };
    };
  };
  'PlatformRole': {
    name: 'PlatformRole';
    enumValues: 'ADMIN' | 'DEVELOPER' | 'SUPPORT' | 'TEST' | 'USER';
  };
  'PolygonEdgeBlockchainNode': {
    kind: 'OBJECT';
    name: 'PolygonEdgeBlockchainNode';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainClient': {
        name: 'blockchainClient';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ConsensusAlgorithm';
            ofType: null;
          };
        };
      };
      'blockchainNetwork': {
        name: 'blockchainNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'clusterServiceActionChecks': {
        name: 'clusterServiceActionChecks';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'BlockchainNodeActionChecks';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'enode': {
        name: 'enode';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isEvm': {
        name: 'isEvm';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'libp2pKey': {
        name: 'libp2pKey';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'nodeId': {
        name: 'nodeId';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'nodeType': {
        name: 'nodeType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'NodeType';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'privateKeys': {
        name: 'privateKeys';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'UNION';
              name: 'PrivateKeyUnionType';
              ofType: null;
            };
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'PolygonEdgeGenesisForksInput': {
    kind: 'INPUT_OBJECT';
    name: 'PolygonEdgeGenesisForksInput';
    isOneOf: false;
    inputFields: [{
      name: 'EIP150';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'EIP155';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'EIP158';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'byzantium';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'constantinople';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'homestead';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'istanbul';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'petersburg';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }];
  };
  'PolygonEdgeGenesisForksType': {
    kind: 'OBJECT';
    name: 'PolygonEdgeGenesisForksType';
    fields: {
      'EIP150': {
        name: 'EIP150';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'EIP155': {
        name: 'EIP155';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'EIP158': {
        name: 'EIP158';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'byzantium': {
        name: 'byzantium';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'constantinople': {
        name: 'constantinople';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'homestead': {
        name: 'homestead';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'istanbul': {
        name: 'istanbul';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'petersburg': {
        name: 'petersburg';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
    };
  };
  'PolygonEdgeGenesisGenesisInput': {
    kind: 'INPUT_OBJECT';
    name: 'PolygonEdgeGenesisGenesisInput';
    isOneOf: false;
    inputFields: [{
      name: 'alloc';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'JSON';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'coinbase';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'difficulty';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'extraData';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'gasLimit';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'gasUsed';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'mixHash';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'nonce';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'number';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'parentHash';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'timestamp';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }];
  };
  'PolygonEdgeGenesisGenesisType': {
    kind: 'OBJECT';
    name: 'PolygonEdgeGenesisGenesisType';
    fields: {
      'alloc': {
        name: 'alloc';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'JSON';
            ofType: null;
          };
        };
      };
      'coinbase': {
        name: 'coinbase';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'difficulty': {
        name: 'difficulty';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'extraData': {
        name: 'extraData';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'gasLimit': {
        name: 'gasLimit';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'gasUsed': {
        name: 'gasUsed';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'mixHash': {
        name: 'mixHash';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'nonce': {
        name: 'nonce';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'number': {
        name: 'number';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'parentHash': {
        name: 'parentHash';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'timestamp': {
        name: 'timestamp';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'PolygonEdgeGenesisInput': {
    kind: 'INPUT_OBJECT';
    name: 'PolygonEdgeGenesisInput';
    isOneOf: false;
    inputFields: [{
      name: 'bootnodes';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'SCALAR';
              name: 'String';
              ofType: null;
            };
          };
        };
      };
      defaultValue: null;
    }, {
      name: 'genesis';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'INPUT_OBJECT';
          name: 'PolygonEdgeGenesisGenesisInput';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'name';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'params';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'INPUT_OBJECT';
          name: 'PolygonEdgeGenesisParamsInput';
          ofType: null;
        };
      };
      defaultValue: null;
    }];
  };
  'PolygonEdgeGenesisParamsInput': {
    kind: 'INPUT_OBJECT';
    name: 'PolygonEdgeGenesisParamsInput';
    isOneOf: false;
    inputFields: [{
      name: 'blockGasTarget';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'chainID';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'engine';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'JSON';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'forks';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'INPUT_OBJECT';
          name: 'PolygonEdgeGenesisForksInput';
          ofType: null;
        };
      };
      defaultValue: null;
    }];
  };
  'PolygonEdgeGenesisParamsType': {
    kind: 'OBJECT';
    name: 'PolygonEdgeGenesisParamsType';
    fields: {
      'blockGasTarget': {
        name: 'blockGasTarget';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'chainID': {
        name: 'chainID';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'engine': {
        name: 'engine';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'JSON';
            ofType: null;
          };
        };
      };
      'forks': {
        name: 'forks';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'PolygonEdgeGenesisForksType';
            ofType: null;
          };
        };
      };
    };
  };
  'PolygonEdgePoABlockchainNetwork': {
    kind: 'OBJECT';
    name: 'PolygonEdgePoABlockchainNetwork';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainNodes': {
        name: 'blockchainNodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'BlockchainNodeType';
                ofType: null;
              };
            };
          };
        };
      };
      'canAddValidatingNodes': {
        name: 'canAddValidatingNodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Workspace';
                ofType: null;
              };
            };
          };
        };
      };
      'canInviteWorkspaces': {
        name: 'canInviteWorkspaces';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Workspace';
                ofType: null;
              };
            };
          };
        };
      };
      'chainId': {
        name: 'chainId';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'consensusAlgorithm': {
        name: 'consensusAlgorithm';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ConsensusAlgorithm';
            ofType: null;
          };
        };
      };
      'contractAddresses': {
        name: 'contractAddresses';
        type: {
          kind: 'OBJECT';
          name: 'ContractAddresses';
          ofType: null;
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'decryptedFaucetWallet': {
        name: 'decryptedFaucetWallet';
        type: {
          kind: 'SCALAR';
          name: 'JSON';
          ofType: null;
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'externalNodes': {
        name: 'externalNodes';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'BlockchainNetworkExternalNode';
              ofType: null;
            };
          };
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'gasLimit': {
        name: 'gasLimit';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'gasPrice': {
        name: 'gasPrice';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'invites': {
        name: 'invites';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'BlockchainNetworkInvite';
                ofType: null;
              };
            };
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPublicEvmNetwork': {
        name: 'isPublicEvmNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'kitId': {
        name: 'kitId';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'loadBalancers': {
        name: 'loadBalancers';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'LoadBalancerType';
                ofType: null;
              };
            };
          };
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'participants': {
        name: 'participants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'BlockchainNetworkParticipant';
                ofType: null;
              };
            };
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'predeployedContracts': {
        name: 'predeployedContracts';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'secondsPerBlock': {
        name: 'secondsPerBlock';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'PolygonSupernetBlockchainNetwork': {
    kind: 'OBJECT';
    name: 'PolygonSupernetBlockchainNetwork';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainNodes': {
        name: 'blockchainNodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'BlockchainNodeType';
                ofType: null;
              };
            };
          };
        };
      };
      'canAddValidatingNodes': {
        name: 'canAddValidatingNodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Workspace';
                ofType: null;
              };
            };
          };
        };
      };
      'canInviteWorkspaces': {
        name: 'canInviteWorkspaces';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Workspace';
                ofType: null;
              };
            };
          };
        };
      };
      'chainId': {
        name: 'chainId';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'consensusAlgorithm': {
        name: 'consensusAlgorithm';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ConsensusAlgorithm';
            ofType: null;
          };
        };
      };
      'contractAddresses': {
        name: 'contractAddresses';
        type: {
          kind: 'OBJECT';
          name: 'ContractAddresses';
          ofType: null;
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'decryptedFaucetWallet': {
        name: 'decryptedFaucetWallet';
        type: {
          kind: 'SCALAR';
          name: 'JSON';
          ofType: null;
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'gasLimit': {
        name: 'gasLimit';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'gasPrice': {
        name: 'gasPrice';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'invites': {
        name: 'invites';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'BlockchainNetworkInvite';
                ofType: null;
              };
            };
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPublicEvmNetwork': {
        name: 'isPublicEvmNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'kitId': {
        name: 'kitId';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'loadBalancers': {
        name: 'loadBalancers';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'LoadBalancerType';
                ofType: null;
              };
            };
          };
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'participants': {
        name: 'participants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'BlockchainNetworkParticipant';
                ofType: null;
              };
            };
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'predeployedContracts': {
        name: 'predeployedContracts';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'secondsPerBlock': {
        name: 'secondsPerBlock';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'PolygonSupernetBlockchainNode': {
    kind: 'OBJECT';
    name: 'PolygonSupernetBlockchainNode';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainClient': {
        name: 'blockchainClient';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ConsensusAlgorithm';
            ofType: null;
          };
        };
      };
      'blockchainNetwork': {
        name: 'blockchainNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'blsPrivateKey': {
        name: 'blsPrivateKey';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'blsPublicKey': {
        name: 'blsPublicKey';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'clusterServiceActionChecks': {
        name: 'clusterServiceActionChecks';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'BlockchainNodeActionChecks';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'derivationPath': {
        name: 'derivationPath';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isEvm': {
        name: 'isEvm';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'keyMaterial': {
        name: 'keyMaterial';
        type: {
          kind: 'OBJECT';
          name: 'AccessibleEcdsaP256PrivateKey';
          ofType: null;
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'libp2pKey': {
        name: 'libp2pKey';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'mnemonic': {
        name: 'mnemonic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'nodeId': {
        name: 'nodeId';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'nodeType': {
        name: 'nodeType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'NodeType';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'privateKey': {
        name: 'privateKey';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'privateKeys': {
        name: 'privateKeys';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'UNION';
              name: 'PrivateKeyUnionType';
              ofType: null;
            };
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'publicKey': {
        name: 'publicKey';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'PreDeployedAbi': {
    kind: 'OBJECT';
    name: 'PreDeployedAbi';
    fields: {
      'abis': {
        name: 'abis';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'featureflagged': {
        name: 'featureflagged';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'label': {
        name: 'label';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'PrivateKey': {
    kind: 'INTERFACE';
    name: 'PrivateKey';
    fields: {
      'accountFactoryAddress': {
        name: 'accountFactoryAddress';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'address': {
        name: 'address';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainNodes': {
        name: 'blockchainNodes';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'UNION';
              name: 'BlockchainNodeType';
              ofType: null;
            };
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'entryPointAddress': {
        name: 'entryPointAddress';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'identityOf': {
        name: 'identityOf';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'INTERFACE';
              name: 'BlockchainNode';
              ofType: null;
            };
          };
        };
      };
      'identityOfIntegration': {
        name: 'identityOfIntegration';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'INTERFACE';
              name: 'Integration';
              ofType: null;
            };
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'paymasterAddress': {
        name: 'paymasterAddress';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'privateKeyType': {
        name: 'privateKeyType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'PrivateKeyType';
            ofType: null;
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'publicKey': {
        name: 'publicKey';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'relayerKey': {
        name: 'relayerKey';
        type: {
          kind: 'UNION';
          name: 'PrivateKeyUnionType';
          ofType: null;
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'trustedForwarderAddress': {
        name: 'trustedForwarderAddress';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'trustedForwarderName': {
        name: 'trustedForwarderName';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'userWalletType': {
        name: 'userWalletType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'UserWalletType';
            ofType: null;
          };
        };
      };
      'userWallets': {
        name: 'userWallets';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'UserWallet';
              ofType: null;
            };
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'verifications': {
        name: 'verifications';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'ExposableWalletKeyVerification';
              ofType: null;
            };
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
    possibleTypes: 'AccessibleEcdsaP256PrivateKey' | 'HdEcdsaP256PrivateKey' | 'HsmEcDsaP256PrivateKey';
  };
  'PrivateKeyInputType': {
    kind: 'INPUT_OBJECT';
    name: 'PrivateKeyInputType';
    isOneOf: false;
    inputFields: [{
      name: 'blockchainNodes';
      type: {
        kind: 'LIST';
        name: never;
        ofType: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      defaultValue: null;
    }, {
      name: 'derivationPath';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'mnemonic';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'privateKeyId';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'ID';
          ofType: null;
        };
      };
      defaultValue: null;
    }];
  };
  'PrivateKeyScope': {
    kind: 'OBJECT';
    name: 'PrivateKeyScope';
    fields: {
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ApplicationAccessTokenScopeType';
            ofType: null;
          };
        };
      };
      'values': {
        name: 'values';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'ID';
                ofType: null;
              };
            };
          };
        };
      };
    };
  };
  'PrivateKeyScopeInputType': {
    kind: 'INPUT_OBJECT';
    name: 'PrivateKeyScopeInputType';
    isOneOf: false;
    inputFields: [{
      name: 'type';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'ENUM';
          name: 'ApplicationAccessTokenScopeType';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'values';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'SCALAR';
              name: 'ID';
              ofType: null;
            };
          };
        };
      };
      defaultValue: null;
    }];
  };
  'PrivateKeyType': {
    name: 'PrivateKeyType';
    enumValues: 'ACCESSIBLE_ECDSA_P256' | 'HD_ECDSA_P256' | 'HSM_ECDSA_P256';
  };
  'PrivateKeyUnionType': {
    kind: 'UNION';
    name: 'PrivateKeyUnionType';
    fields: {};
    possibleTypes: 'AccessibleEcdsaP256PrivateKey' | 'HdEcdsaP256PrivateKey' | 'HsmEcDsaP256PrivateKey';
  };
  'ProductCostInfo': {
    kind: 'OBJECT';
    name: 'ProductCostInfo';
    fields: {
      'hourlyCost': {
        name: 'hourlyCost';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'monthToDateCost': {
        name: 'monthToDateCost';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'product': {
        name: 'product';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'runtime': {
        name: 'runtime';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
    };
  };
  'ProductInfo': {
    kind: 'OBJECT';
    name: 'ProductInfo';
    fields: {
      'limits': {
        name: 'limits';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'ProductSpecLimits';
            ofType: null;
          };
        };
      };
      'price': {
        name: 'price';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'ProductPrice';
            ofType: null;
          };
        };
      };
      'replicas': {
        name: 'replicas';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requests': {
        name: 'requests';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'ProductSpecRequests';
            ofType: null;
          };
        };
      };
    };
  };
  'ProductInfoPerClusterServiceSize': {
    kind: 'OBJECT';
    name: 'ProductInfoPerClusterServiceSize';
    fields: {
      'LARGE': {
        name: 'LARGE';
        type: {
          kind: 'OBJECT';
          name: 'ProductInfo';
          ofType: null;
        };
      };
      'MEDIUM': {
        name: 'MEDIUM';
        type: {
          kind: 'OBJECT';
          name: 'ProductInfo';
          ofType: null;
        };
      };
      'SMALL': {
        name: 'SMALL';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'ProductInfo';
            ofType: null;
          };
        };
      };
    };
  };
  'ProductPrice': {
    kind: 'OBJECT';
    name: 'ProductPrice';
    fields: {
      'amount': {
        name: 'amount';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'currency': {
        name: 'currency';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'unit': {
        name: 'unit';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'ProductSpecLimits': {
    kind: 'OBJECT';
    name: 'ProductSpecLimits';
    fields: {
      'cpu': {
        name: 'cpu';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'mem': {
        name: 'mem';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'rps': {
        name: 'rps';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'storage': {
        name: 'storage';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
    };
  };
  'ProductSpecRequests': {
    kind: 'OBJECT';
    name: 'ProductSpecRequests';
    fields: {
      'cpu': {
        name: 'cpu';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'mem': {
        name: 'mem';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
    };
  };
  'PublicEvmBlockchainNetwork': {
    kind: 'OBJECT';
    name: 'PublicEvmBlockchainNetwork';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainNodes': {
        name: 'blockchainNodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'BlockchainNodeType';
                ofType: null;
              };
            };
          };
        };
      };
      'canAddValidatingNodes': {
        name: 'canAddValidatingNodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Workspace';
                ofType: null;
              };
            };
          };
        };
      };
      'canInviteWorkspaces': {
        name: 'canInviteWorkspaces';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Workspace';
                ofType: null;
              };
            };
          };
        };
      };
      'chainId': {
        name: 'chainId';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'consensusAlgorithm': {
        name: 'consensusAlgorithm';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ConsensusAlgorithm';
            ofType: null;
          };
        };
      };
      'contractAddresses': {
        name: 'contractAddresses';
        type: {
          kind: 'OBJECT';
          name: 'ContractAddresses';
          ofType: null;
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'decryptedFaucetWallet': {
        name: 'decryptedFaucetWallet';
        type: {
          kind: 'SCALAR';
          name: 'JSON';
          ofType: null;
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'invites': {
        name: 'invites';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'BlockchainNetworkInvite';
                ofType: null;
              };
            };
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPublicEvmNetwork': {
        name: 'isPublicEvmNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'kitId': {
        name: 'kitId';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'loadBalancers': {
        name: 'loadBalancers';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'LoadBalancerType';
                ofType: null;
              };
            };
          };
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'networkId': {
        name: 'networkId';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'participants': {
        name: 'participants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'BlockchainNetworkParticipant';
                ofType: null;
              };
            };
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'predeployedContracts': {
        name: 'predeployedContracts';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'publicEvmNodeDbName': {
        name: 'publicEvmNodeDbName';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'PublicEvmBlockchainNode': {
    kind: 'OBJECT';
    name: 'PublicEvmBlockchainNode';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainClient': {
        name: 'blockchainClient';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ConsensusAlgorithm';
            ofType: null;
          };
        };
      };
      'blockchainNetwork': {
        name: 'blockchainNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'clusterServiceActionChecks': {
        name: 'clusterServiceActionChecks';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'BlockchainNodeActionChecks';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isEvm': {
        name: 'isEvm';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'nodeType': {
        name: 'nodeType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'NodeType';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'privateKeys': {
        name: 'privateKeys';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'UNION';
              name: 'PrivateKeyUnionType';
              ofType: null;
            };
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'Query': {
    kind: 'OBJECT';
    name: 'Query';
    fields: {
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationAccessTokens': {
        name: 'applicationAccessTokens';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'PaginatedApplicationAccessTokens';
            ofType: null;
          };
        };
      };
      'applicationByUniqueName': {
        name: 'applicationByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationCosts': {
        name: 'applicationCosts';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'ApplicationCostsInfo';
            ofType: null;
          };
        };
      };
      'applicationServiceCount': {
        name: 'applicationServiceCount';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'ApplicationServiceCount';
            ofType: null;
          };
        };
      };
      'auditLogs': {
        name: 'auditLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'PaginatedAuditLogs';
            ofType: null;
          };
        };
      };
      'blockchainNetwork': {
        name: 'blockchainNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'blockchainNetworkByUniqueName': {
        name: 'blockchainNetworkByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'blockchainNetworks': {
        name: 'blockchainNetworks';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'PaginatedBlockchainNetworks';
            ofType: null;
          };
        };
      };
      'blockchainNetworksByUniqueName': {
        name: 'blockchainNetworksByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'PaginatedBlockchainNetworks';
            ofType: null;
          };
        };
      };
      'blockchainNode': {
        name: 'blockchainNode';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNodeType';
            ofType: null;
          };
        };
      };
      'blockchainNodeByUniqueName': {
        name: 'blockchainNodeByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNodeType';
            ofType: null;
          };
        };
      };
      'blockchainNodes': {
        name: 'blockchainNodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'PaginatedBlockchainNodes';
            ofType: null;
          };
        };
      };
      'blockchainNodesByUniqueName': {
        name: 'blockchainNodesByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'PaginatedBlockchainNodes';
            ofType: null;
          };
        };
      };
      'canCreateBlockchainNode': {
        name: 'canCreateBlockchainNode';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'BlockchainNodeActionChecks';
            ofType: null;
          };
        };
      };
      'config': {
        name: 'config';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'PlatformConfigDto';
            ofType: null;
          };
        };
      };
      'credits': {
        name: 'credits';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'WorkspaceCreditsInfo';
            ofType: null;
          };
        };
      };
      'customDeployment': {
        name: 'customDeployment';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'CustomDeployment';
            ofType: null;
          };
        };
      };
      'customDeploymentByUniqueName': {
        name: 'customDeploymentByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'CustomDeployment';
            ofType: null;
          };
        };
      };
      'customDeployments': {
        name: 'customDeployments';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'PaginatedCustomDeployment';
            ofType: null;
          };
        };
      };
      'customDeploymentsByUniqueName': {
        name: 'customDeploymentsByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'PaginatedCustomDeployment';
            ofType: null;
          };
        };
      };
      'foundryEnvConfig': {
        name: 'foundryEnvConfig';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'JSON';
            ofType: null;
          };
        };
      };
      'foundryEnvConfigByUniqueName': {
        name: 'foundryEnvConfigByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'JSON';
            ofType: null;
          };
        };
      };
      'getKitPricing': {
        name: 'getKitPricing';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'KitPricing';
            ofType: null;
          };
        };
      };
      'getKits': {
        name: 'getKits';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Kit';
                ofType: null;
              };
            };
          };
        };
      };
      'getUser': {
        name: 'getUser';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'insights': {
        name: 'insights';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'InsightsTypeUnion';
            ofType: null;
          };
        };
      };
      'insightsByUniqueName': {
        name: 'insightsByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'InsightsTypeUnion';
            ofType: null;
          };
        };
      };
      'insightsList': {
        name: 'insightsList';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'PaginatedInsightss';
            ofType: null;
          };
        };
      };
      'insightsListByUniqueName': {
        name: 'insightsListByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'PaginatedInsightss';
            ofType: null;
          };
        };
      };
      'integration': {
        name: 'integration';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'IntegrationTypeUnion';
            ofType: null;
          };
        };
      };
      'integrationByUniqueName': {
        name: 'integrationByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'IntegrationTypeUnion';
            ofType: null;
          };
        };
      };
      'integrations': {
        name: 'integrations';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'PaginatedIntegrations';
            ofType: null;
          };
        };
      };
      'integrationsByUniqueName': {
        name: 'integrationsByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'PaginatedIntegrations';
            ofType: null;
          };
        };
      };
      'invoices': {
        name: 'invoices';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'InvoiceInfo';
                ofType: null;
              };
            };
          };
        };
      };
      'lastCompletedTransfer': {
        name: 'lastCompletedTransfer';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'loadBalancer': {
        name: 'loadBalancer';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'LoadBalancerType';
            ofType: null;
          };
        };
      };
      'loadBalancerByUniqueName': {
        name: 'loadBalancerByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'LoadBalancerType';
            ofType: null;
          };
        };
      };
      'loadBalancers': {
        name: 'loadBalancers';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'PaginatedLoadBalancers';
            ofType: null;
          };
        };
      };
      'loadBalancersByUniqueName': {
        name: 'loadBalancersByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'PaginatedLoadBalancers';
            ofType: null;
          };
        };
      };
      'metric': {
        name: 'metric';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'middleware': {
        name: 'middleware';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'MiddlewareUnionType';
            ofType: null;
          };
        };
      };
      'middlewareByUniqueName': {
        name: 'middlewareByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'MiddlewareUnionType';
            ofType: null;
          };
        };
      };
      'middlewares': {
        name: 'middlewares';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'PaginatedMiddlewares';
            ofType: null;
          };
        };
      };
      'middlewaresByUniqueName': {
        name: 'middlewaresByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'PaginatedMiddlewares';
            ofType: null;
          };
        };
      };
      'personalAccessTokens': {
        name: 'personalAccessTokens';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'PaginatedPersonalAccessTokens';
            ofType: null;
          };
        };
      };
      'privateKey': {
        name: 'privateKey';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'PrivateKeyUnionType';
            ofType: null;
          };
        };
      };
      'privateKeyByUniqueName': {
        name: 'privateKeyByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'PrivateKeyUnionType';
            ofType: null;
          };
        };
      };
      'privateKeys': {
        name: 'privateKeys';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'PaginatedPrivateKeys';
            ofType: null;
          };
        };
      };
      'privateKeysByUniqueName': {
        name: 'privateKeysByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'PaginatedPrivateKeys';
            ofType: null;
          };
        };
      };
      'products': {
        name: 'products';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'ProductInfoPerClusterServiceSize';
            ofType: null;
          };
        };
      };
      'smartContractPortalWebhookEvents': {
        name: 'smartContractPortalWebhookEvents';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'PaginatedSmartContractPortalWebhookEvents';
            ofType: null;
          };
        };
      };
      'smartContractSet': {
        name: 'smartContractSet';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'SmartContractSetType';
            ofType: null;
          };
        };
      };
      'smartContractSetByUniqueName': {
        name: 'smartContractSetByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'SmartContractSetType';
            ofType: null;
          };
        };
      };
      'smartContractSets': {
        name: 'smartContractSets';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'PaginatedSmartContractSets';
            ofType: null;
          };
        };
      };
      'smartContractSetsByUniqueName': {
        name: 'smartContractSetsByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'PaginatedSmartContractSets';
            ofType: null;
          };
        };
      };
      'storage': {
        name: 'storage';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'StorageType';
            ofType: null;
          };
        };
      };
      'storageByUniqueName': {
        name: 'storageByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'StorageType';
            ofType: null;
          };
        };
      };
      'storages': {
        name: 'storages';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'PaginatedStorages';
            ofType: null;
          };
        };
      };
      'storagesByUniqueName': {
        name: 'storagesByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'PaginatedStorages';
            ofType: null;
          };
        };
      };
      'userWallet': {
        name: 'userWallet';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'UserWallet';
            ofType: null;
          };
        };
      };
      'webhookConsumers': {
        name: 'webhookConsumers';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'SmartContractPortalWebhookConsumer';
                ofType: null;
              };
            };
          };
        };
      };
      'workspace': {
        name: 'workspace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Workspace';
            ofType: null;
          };
        };
      };
      'workspaceByUniqueName': {
        name: 'workspaceByUniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Workspace';
            ofType: null;
          };
        };
      };
      'workspaces': {
        name: 'workspaces';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Workspace';
                ofType: null;
              };
            };
          };
        };
      };
    };
  };
  'QuorumGenesisCliqueInput': {
    kind: 'INPUT_OBJECT';
    name: 'QuorumGenesisCliqueInput';
    isOneOf: false;
    inputFields: [{
      name: 'epoch';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'period';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'policy';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }];
  };
  'QuorumGenesisCliqueType': {
    kind: 'OBJECT';
    name: 'QuorumGenesisCliqueType';
    fields: {
      'epoch': {
        name: 'epoch';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'period': {
        name: 'period';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'policy': {
        name: 'policy';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
    };
  };
  'QuorumGenesisConfigInput': {
    kind: 'INPUT_OBJECT';
    name: 'QuorumGenesisConfigInput';
    isOneOf: false;
    inputFields: [{
      name: 'berlinBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'byzantiumBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'cancunBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'cancunTime';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'chainId';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'clique';
      type: {
        kind: 'INPUT_OBJECT';
        name: 'QuorumGenesisCliqueInput';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'constantinopleBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'eip150Block';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'eip150Hash';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'eip155Block';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'eip158Block';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'homesteadBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'ibft';
      type: {
        kind: 'INPUT_OBJECT';
        name: 'QuorumGenesisIBFTInput';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'isQuorum';
      type: {
        kind: 'SCALAR';
        name: 'Boolean';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'istanbulBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'londonBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'maxCodeSizeConfig';
      type: {
        kind: 'LIST';
        name: never;
        ofType: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'INPUT_OBJECT';
            name: 'MaxCodeSizeConfigInput';
            ofType: null;
          };
        };
      };
      defaultValue: null;
    }, {
      name: 'muirGlacierBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'muirGlacierblock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'muirglacierblock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'petersburgBlock';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'qbft';
      type: {
        kind: 'INPUT_OBJECT';
        name: 'QuorumGenesisQBFTInput';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'shanghaiTime';
      type: {
        kind: 'SCALAR';
        name: 'Float';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'txnSizeLimit';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }];
  };
  'QuorumGenesisConfigType': {
    kind: 'OBJECT';
    name: 'QuorumGenesisConfigType';
    fields: {
      'berlinBlock': {
        name: 'berlinBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'byzantiumBlock': {
        name: 'byzantiumBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'cancunBlock': {
        name: 'cancunBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'cancunTime': {
        name: 'cancunTime';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'chainId': {
        name: 'chainId';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'clique': {
        name: 'clique';
        type: {
          kind: 'OBJECT';
          name: 'QuorumGenesisCliqueType';
          ofType: null;
        };
      };
      'constantinopleBlock': {
        name: 'constantinopleBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'eip150Block': {
        name: 'eip150Block';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'eip150Hash': {
        name: 'eip150Hash';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'eip155Block': {
        name: 'eip155Block';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'eip158Block': {
        name: 'eip158Block';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'homesteadBlock': {
        name: 'homesteadBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'ibft': {
        name: 'ibft';
        type: {
          kind: 'OBJECT';
          name: 'QuorumGenesisIBFTType';
          ofType: null;
        };
      };
      'isQuorum': {
        name: 'isQuorum';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'istanbulBlock': {
        name: 'istanbulBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'londonBlock': {
        name: 'londonBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'maxCodeSizeConfig': {
        name: 'maxCodeSizeConfig';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'MaxCodeSizeConfigType';
              ofType: null;
            };
          };
        };
      };
      'muirGlacierBlock': {
        name: 'muirGlacierBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'muirGlacierblock': {
        name: 'muirGlacierblock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'muirglacierblock': {
        name: 'muirglacierblock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'petersburgBlock': {
        name: 'petersburgBlock';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'qbft': {
        name: 'qbft';
        type: {
          kind: 'OBJECT';
          name: 'QuorumGenesisQBFTType';
          ofType: null;
        };
      };
      'shanghaiTime': {
        name: 'shanghaiTime';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'txnSizeLimit': {
        name: 'txnSizeLimit';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
    };
  };
  'QuorumGenesisIBFTInput': {
    kind: 'INPUT_OBJECT';
    name: 'QuorumGenesisIBFTInput';
    isOneOf: false;
    inputFields: [{
      name: 'blockperiodseconds';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'ceil2Nby3Block';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'epoch';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'policy';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'requesttimeoutseconds';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }];
  };
  'QuorumGenesisIBFTType': {
    kind: 'OBJECT';
    name: 'QuorumGenesisIBFTType';
    fields: {
      'blockperiodseconds': {
        name: 'blockperiodseconds';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'ceil2Nby3Block': {
        name: 'ceil2Nby3Block';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'epoch': {
        name: 'epoch';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'policy': {
        name: 'policy';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'requesttimeoutseconds': {
        name: 'requesttimeoutseconds';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
    };
  };
  'QuorumGenesisInput': {
    kind: 'INPUT_OBJECT';
    name: 'QuorumGenesisInput';
    isOneOf: false;
    inputFields: [{
      name: 'alloc';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'JSON';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'coinbase';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'config';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'INPUT_OBJECT';
          name: 'QuorumGenesisConfigInput';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'difficulty';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'extraData';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'gasLimit';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'mixHash';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'nonce';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'timestamp';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }];
  };
  'QuorumGenesisQBFTInput': {
    kind: 'INPUT_OBJECT';
    name: 'QuorumGenesisQBFTInput';
    isOneOf: false;
    inputFields: [{
      name: 'blockperiodseconds';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'ceil2Nby3Block';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'emptyblockperiodseconds';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'epoch';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'policy';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'requesttimeoutseconds';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'testQBFTBlock';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      defaultValue: null;
    }];
  };
  'QuorumGenesisQBFTType': {
    kind: 'OBJECT';
    name: 'QuorumGenesisQBFTType';
    fields: {
      'blockperiodseconds': {
        name: 'blockperiodseconds';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'ceil2Nby3Block': {
        name: 'ceil2Nby3Block';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'emptyblockperiodseconds': {
        name: 'emptyblockperiodseconds';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'epoch': {
        name: 'epoch';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'policy': {
        name: 'policy';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'requesttimeoutseconds': {
        name: 'requesttimeoutseconds';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'testQBFTBlock': {
        name: 'testQBFTBlock';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
    };
  };
  'QuorumGenesisType': {
    kind: 'OBJECT';
    name: 'QuorumGenesisType';
    fields: {
      'alloc': {
        name: 'alloc';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'JSON';
            ofType: null;
          };
        };
      };
      'coinbase': {
        name: 'coinbase';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'config': {
        name: 'config';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'QuorumGenesisConfigType';
            ofType: null;
          };
        };
      };
      'difficulty': {
        name: 'difficulty';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'extraData': {
        name: 'extraData';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'gasLimit': {
        name: 'gasLimit';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'mixHash': {
        name: 'mixHash';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'nonce': {
        name: 'nonce';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'timestamp': {
        name: 'timestamp';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'QuorumQBFTBlockchainNetwork': {
    kind: 'OBJECT';
    name: 'QuorumQBFTBlockchainNetwork';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainNodes': {
        name: 'blockchainNodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'BlockchainNodeType';
                ofType: null;
              };
            };
          };
        };
      };
      'bootnodesDiscoveryConfig': {
        name: 'bootnodesDiscoveryConfig';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'canAddValidatingNodes': {
        name: 'canAddValidatingNodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Workspace';
                ofType: null;
              };
            };
          };
        };
      };
      'canInviteWorkspaces': {
        name: 'canInviteWorkspaces';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Workspace';
                ofType: null;
              };
            };
          };
        };
      };
      'chainId': {
        name: 'chainId';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'consensusAlgorithm': {
        name: 'consensusAlgorithm';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ConsensusAlgorithm';
            ofType: null;
          };
        };
      };
      'contractAddresses': {
        name: 'contractAddresses';
        type: {
          kind: 'OBJECT';
          name: 'ContractAddresses';
          ofType: null;
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'decryptedFaucetWallet': {
        name: 'decryptedFaucetWallet';
        type: {
          kind: 'SCALAR';
          name: 'JSON';
          ofType: null;
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'externalNodes': {
        name: 'externalNodes';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'BlockchainNetworkExternalNode';
              ofType: null;
            };
          };
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'gasLimit': {
        name: 'gasLimit';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'gasPrice': {
        name: 'gasPrice';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'genesis': {
        name: 'genesis';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'QuorumGenesisType';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'invites': {
        name: 'invites';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'BlockchainNetworkInvite';
                ofType: null;
              };
            };
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPublicEvmNetwork': {
        name: 'isPublicEvmNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'kitId': {
        name: 'kitId';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'loadBalancers': {
        name: 'loadBalancers';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'LoadBalancerType';
                ofType: null;
              };
            };
          };
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'maxCodeSize': {
        name: 'maxCodeSize';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'participants': {
        name: 'participants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'BlockchainNetworkParticipant';
                ofType: null;
              };
            };
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'predeployedContracts': {
        name: 'predeployedContracts';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'secondsPerBlock': {
        name: 'secondsPerBlock';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'txnSizeLimit': {
        name: 'txnSizeLimit';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'QuorumQBFTBlockchainNode': {
    kind: 'OBJECT';
    name: 'QuorumQBFTBlockchainNode';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainClient': {
        name: 'blockchainClient';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ConsensusAlgorithm';
            ofType: null;
          };
        };
      };
      'blockchainNetwork': {
        name: 'blockchainNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'clusterServiceActionChecks': {
        name: 'clusterServiceActionChecks';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'BlockchainNodeActionChecks';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isEvm': {
        name: 'isEvm';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'keyMaterial': {
        name: 'keyMaterial';
        type: {
          kind: 'OBJECT';
          name: 'AccessibleEcdsaP256PrivateKey';
          ofType: null;
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'nodeType': {
        name: 'nodeType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'NodeType';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'privateKeys': {
        name: 'privateKeys';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'UNION';
              name: 'PrivateKeyUnionType';
              ofType: null;
            };
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'RangeDatePoint': {
    kind: 'OBJECT';
    name: 'RangeDatePoint';
    fields: {
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'timestamp': {
        name: 'timestamp';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'value': {
        name: 'value';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
    };
  };
  'RangeMetric': {
    kind: 'OBJECT';
    name: 'RangeMetric';
    fields: {
      'besuGasUsedHour': {
        name: 'besuGasUsedHour';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'besuTransactionsHour': {
        name: 'besuTransactionsHour';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'blockHeight': {
        name: 'blockHeight';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'blockSize': {
        name: 'blockSize';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'computeDay': {
        name: 'computeDay';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'computeHour': {
        name: 'computeHour';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'computeMonth': {
        name: 'computeMonth';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'computeWeek': {
        name: 'computeWeek';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'fabricOrdererNormalProposalsReceivedHour': {
        name: 'fabricOrdererNormalProposalsReceivedHour';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'fabricPeerLedgerTransactionsHour': {
        name: 'fabricPeerLedgerTransactionsHour';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'fabricPeerProposalsReceivedHour': {
        name: 'fabricPeerProposalsReceivedHour';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'fabricPeerSuccessfulProposalsHour': {
        name: 'fabricPeerSuccessfulProposalsHour';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'failedRpcRequests': {
        name: 'failedRpcRequests';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'gasLimit': {
        name: 'gasLimit';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'gasPrice': {
        name: 'gasPrice';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'gasUsed': {
        name: 'gasUsed';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'gasUsedPercentage': {
        name: 'gasUsedPercentage';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'gethCliqueTransactionsHour': {
        name: 'gethCliqueTransactionsHour';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'memoryDay': {
        name: 'memoryDay';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'memoryHour': {
        name: 'memoryHour';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'memoryMonth': {
        name: 'memoryMonth';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'memoryWeek': {
        name: 'memoryWeek';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'nonSuccessfulRequestsDay': {
        name: 'nonSuccessfulRequestsDay';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'nonSuccessfulRequestsHour': {
        name: 'nonSuccessfulRequestsHour';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'nonSuccessfulRequestsMonth': {
        name: 'nonSuccessfulRequestsMonth';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'nonSuccessfulRequestsWeek': {
        name: 'nonSuccessfulRequestsWeek';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'pendingTransactions': {
        name: 'pendingTransactions';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'polygonEdgeTransactionsHour': {
        name: 'polygonEdgeTransactionsHour';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'queuedTransactions': {
        name: 'queuedTransactions';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'quorumTransactionsHour': {
        name: 'quorumTransactionsHour';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'rpcRequestsLatency': {
        name: 'rpcRequestsLatency';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'rpcRequestsPerBackend': {
        name: 'rpcRequestsPerBackend';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'rpcRequestsPerMethod': {
        name: 'rpcRequestsPerMethod';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'smartContractPortalMiddlewareAverageRequestResponseTime': {
        name: 'smartContractPortalMiddlewareAverageRequestResponseTime';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'smartContractPortalMiddlewareFailedRequestCount': {
        name: 'smartContractPortalMiddlewareFailedRequestCount';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'smartContractPortalMiddlewareRequestCount': {
        name: 'smartContractPortalMiddlewareRequestCount';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'storageDay': {
        name: 'storageDay';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'storageHour': {
        name: 'storageHour';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'storageMonth': {
        name: 'storageMonth';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'storageWeek': {
        name: 'storageWeek';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'successRpcRequests': {
        name: 'successRpcRequests';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'successfulRequestsDay': {
        name: 'successfulRequestsDay';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'successfulRequestsHour': {
        name: 'successfulRequestsHour';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'successfulRequestsMonth': {
        name: 'successfulRequestsMonth';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'successfulRequestsWeek': {
        name: 'successfulRequestsWeek';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
      'transactionsPerBlock': {
        name: 'transactionsPerBlock';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RangeDatePoint';
                ofType: null;
              };
            };
          };
        };
      };
    };
  };
  'Receipt': {
    kind: 'OBJECT';
    name: 'Receipt';
    fields: {
      'blockHash': {
        name: 'blockHash';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'blockNumber': {
        name: 'blockNumber';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'byzantium': {
        name: 'byzantium';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'contractAddress': {
        name: 'contractAddress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'cumulativeGasUsed': {
        name: 'cumulativeGasUsed';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'from': {
        name: 'from';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'gasUsed': {
        name: 'gasUsed';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'logs': {
        name: 'logs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ReceiptLog';
                ofType: null;
              };
            };
          };
        };
      };
      'logsBloom': {
        name: 'logsBloom';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'to': {
        name: 'to';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'transactionHash': {
        name: 'transactionHash';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'transactionIndex': {
        name: 'transactionIndex';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
    };
  };
  'ReceiptInputType': {
    kind: 'INPUT_OBJECT';
    name: 'ReceiptInputType';
    isOneOf: false;
    inputFields: [{
      name: 'blockHash';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'blockNumber';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'byzantium';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'contractAddress';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'cumulativeGasUsed';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'from';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'gasUsed';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'logs';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'INPUT_OBJECT';
              name: 'ReceiptLogInputType';
              ofType: null;
            };
          };
        };
      };
      defaultValue: null;
    }, {
      name: 'logsBloom';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'status';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'to';
      type: {
        kind: 'SCALAR';
        name: 'String';
        ofType: null;
      };
      defaultValue: null;
    }, {
      name: 'transactionHash';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'transactionIndex';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      defaultValue: null;
    }];
  };
  'ReceiptLog': {
    kind: 'OBJECT';
    name: 'ReceiptLog';
    fields: {
      'address': {
        name: 'address';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'blockHash': {
        name: 'blockHash';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'blockNumber': {
        name: 'blockNumber';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'data': {
        name: 'data';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'logIndex': {
        name: 'logIndex';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'topics': {
        name: 'topics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'transactionHash': {
        name: 'transactionHash';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'transactionIndex': {
        name: 'transactionIndex';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
    };
  };
  'ReceiptLogInputType': {
    kind: 'INPUT_OBJECT';
    name: 'ReceiptLogInputType';
    isOneOf: false;
    inputFields: [{
      name: 'address';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'blockHash';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'blockNumber';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'data';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'logIndex';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'topics';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'SCALAR';
              name: 'String';
              ofType: null;
            };
          };
        };
      };
      defaultValue: null;
    }, {
      name: 'transactionHash';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'transactionIndex';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      defaultValue: null;
    }];
  };
  'RelatedService': {
    kind: 'INTERFACE';
    name: 'RelatedService';
    fields: {
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
    possibleTypes: 'Dependant' | 'Dependency';
  };
  'RequestLog': {
    kind: 'OBJECT';
    name: 'RequestLog';
    fields: {
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'request': {
        name: 'request';
        type: {
          kind: 'SCALAR';
          name: 'JSON';
          ofType: null;
        };
      };
      'response': {
        name: 'response';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'JSON';
            ofType: null;
          };
        };
      };
      'time': {
        name: 'time';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
    };
  };
  'Scope': {
    name: 'Scope';
    enumValues: 'BLOCKCHAIN_NETWORK' | 'BLOCKCHAIN_NODE' | 'CUSTOM_DEPLOYMENT' | 'INSIGHTS' | 'INTEGRATION' | 'LOAD_BALANCER' | 'MIDDLEWARE' | 'PRIVATE_KEY' | 'SMART_CONTRACT_SET' | 'STORAGE';
  };
  'SecretCodesWalletKeyVerification': {
    kind: 'OBJECT';
    name: 'SecretCodesWalletKeyVerification';
    fields: {
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'enabled': {
        name: 'enabled';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'parameters': {
        name: 'parameters';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'JSONObject';
            ofType: null;
          };
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'verificationType': {
        name: 'verificationType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'WalletKeyVerificationType';
            ofType: null;
          };
        };
      };
    };
  };
  'ServicePricing': {
    kind: 'OBJECT';
    name: 'ServicePricing';
    fields: {
      'blockchainNetworks': {
        name: 'blockchainNetworks';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'ServicePricingItem';
              ofType: null;
            };
          };
        };
      };
      'blockchainNodes': {
        name: 'blockchainNodes';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'ServicePricingItem';
              ofType: null;
            };
          };
        };
      };
      'customDeployments': {
        name: 'customDeployments';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'ServicePricingItem';
              ofType: null;
            };
          };
        };
      };
      'insights': {
        name: 'insights';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'ServicePricingItem';
              ofType: null;
            };
          };
        };
      };
      'integrations': {
        name: 'integrations';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'ServicePricingItem';
              ofType: null;
            };
          };
        };
      };
      'loadBalancers': {
        name: 'loadBalancers';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'ServicePricingItem';
              ofType: null;
            };
          };
        };
      };
      'middlewares': {
        name: 'middlewares';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'ServicePricingItem';
              ofType: null;
            };
          };
        };
      };
      'privateKeys': {
        name: 'privateKeys';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'ServicePricingItem';
              ofType: null;
            };
          };
        };
      };
      'smartContractSets': {
        name: 'smartContractSets';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'ServicePricingItem';
              ofType: null;
            };
          };
        };
      };
      'storages': {
        name: 'storages';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'ServicePricingItem';
              ofType: null;
            };
          };
        };
      };
    };
  };
  'ServicePricingItem': {
    kind: 'OBJECT';
    name: 'ServicePricingItem';
    fields: {
      'amount': {
        name: 'amount';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'unitPrice': {
        name: 'unitPrice';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
    };
  };
  'ServiceRef': {
    kind: 'OBJECT';
    name: 'ServiceRef';
    fields: {
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'ref': {
        name: 'ref';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'ServiceRefMap': {
    kind: 'OBJECT';
    name: 'ServiceRefMap';
    fields: {
      'services': {
        name: 'services';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ServiceRef';
                ofType: null;
              };
            };
          };
        };
      };
    };
  };
  'SetupIntent': {
    kind: 'OBJECT';
    name: 'SetupIntent';
    fields: {
      'client_secret': {
        name: 'client_secret';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'SmartContractLanguage': {
    name: 'SmartContractLanguage';
    enumValues: 'CHAINCODE' | 'CORDAPP' | 'SOLIDITY' | 'STARTERKIT' | 'TEZOS';
  };
  'SmartContractPortalMiddleware': {
    kind: 'OBJECT';
    name: 'SmartContractPortalMiddleware';
    fields: {
      'abis': {
        name: 'abis';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'SmartContractPortalMiddlewareAbi';
                ofType: null;
              };
            };
          };
        };
      };
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainNode': {
        name: 'blockchainNode';
        type: {
          kind: 'INTERFACE';
          name: 'BlockchainNode';
          ofType: null;
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'includePredeployedAbis': {
        name: 'includePredeployedAbis';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'SCALAR';
              name: 'String';
              ofType: null;
            };
          };
        };
      };
      'interface': {
        name: 'interface';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'MiddlewareType';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'loadBalancer': {
        name: 'loadBalancer';
        type: {
          kind: 'INTERFACE';
          name: 'LoadBalancer';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'smartContractSet': {
        name: 'smartContractSet';
        type: {
          kind: 'UNION';
          name: 'SmartContractSetType';
          ofType: null;
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'storage': {
        name: 'storage';
        type: {
          kind: 'UNION';
          name: 'StorageType';
          ofType: null;
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'SmartContractPortalMiddlewareAbi': {
    kind: 'OBJECT';
    name: 'SmartContractPortalMiddlewareAbi';
    fields: {
      'abi': {
        name: 'abi';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'JSON';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'middleware': {
        name: 'middleware';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'SmartContractPortalMiddleware';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
    };
  };
  'SmartContractPortalMiddlewareAbiInputDto': {
    kind: 'INPUT_OBJECT';
    name: 'SmartContractPortalMiddlewareAbiInputDto';
    isOneOf: false;
    inputFields: [{
      name: 'abi';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'name';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }];
  };
  'SmartContractPortalWebhookConsumer': {
    kind: 'OBJECT';
    name: 'SmartContractPortalWebhookConsumer';
    fields: {
      'apiVersion': {
        name: 'apiVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'disabled': {
        name: 'disabled';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'errorRate': {
        name: 'errorRate';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'secret': {
        name: 'secret';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'subscribedEvents': {
        name: 'subscribedEvents';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'ENUM';
                name: 'SmartContractPortalWebhookEvents';
                ofType: null;
              };
            };
          };
        };
      };
      'url': {
        name: 'url';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'SmartContractPortalWebhookConsumerInputDto': {
    kind: 'INPUT_OBJECT';
    name: 'SmartContractPortalWebhookConsumerInputDto';
    isOneOf: false;
    inputFields: [{
      name: 'subscribedEvents';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'ENUM';
              name: 'SmartContractPortalWebhookEvents';
              ofType: null;
            };
          };
        };
      };
      defaultValue: null;
    }, {
      name: 'url';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }];
  };
  'SmartContractPortalWebhookEvent': {
    kind: 'OBJECT';
    name: 'SmartContractPortalWebhookEvent';
    fields: {
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'payload': {
        name: 'payload';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'JSON';
            ofType: null;
          };
        };
      };
      'webhookConsumer': {
        name: 'webhookConsumer';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'SmartContractPortalWebhookEvents': {
    name: 'SmartContractPortalWebhookEvents';
    enumValues: 'TransactionReceipt';
  };
  'SmartContractSet': {
    kind: 'INTERFACE';
    name: 'SmartContractSet';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainNode': {
        name: 'blockchainNode';
        type: {
          kind: 'UNION';
          name: 'BlockchainNodeType';
          ofType: null;
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'language': {
        name: 'language';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'SmartContractLanguage';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'useCase': {
        name: 'useCase';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
    possibleTypes: 'CordappSmartContractSet' | 'FabricSmartContractSet' | 'SoliditySmartContractSet' | 'StarterKitSmartContractSet' | 'TezosSmartContractSet';
  };
  'SmartContractSetDto': {
    kind: 'OBJECT';
    name: 'SmartContractSetDto';
    fields: {
      'description': {
        name: 'description';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'featureflagged': {
        name: 'featureflagged';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'image': {
        name: 'image';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'SmartContractSetImageDto';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'SmartContractSetImageDto': {
    kind: 'OBJECT';
    name: 'SmartContractSetImageDto';
    fields: {
      'registry': {
        name: 'registry';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'repository': {
        name: 'repository';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'tag': {
        name: 'tag';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'SmartContractSetScope': {
    kind: 'OBJECT';
    name: 'SmartContractSetScope';
    fields: {
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ApplicationAccessTokenScopeType';
            ofType: null;
          };
        };
      };
      'values': {
        name: 'values';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'ID';
                ofType: null;
              };
            };
          };
        };
      };
    };
  };
  'SmartContractSetScopeInputType': {
    kind: 'INPUT_OBJECT';
    name: 'SmartContractSetScopeInputType';
    isOneOf: false;
    inputFields: [{
      name: 'type';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'ENUM';
          name: 'ApplicationAccessTokenScopeType';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'values';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'SCALAR';
              name: 'ID';
              ofType: null;
            };
          };
        };
      };
      defaultValue: null;
    }];
  };
  'SmartContractSetType': {
    kind: 'UNION';
    name: 'SmartContractSetType';
    fields: {};
    possibleTypes: 'CordappSmartContractSet' | 'FabricSmartContractSet' | 'SoliditySmartContractSet' | 'StarterKitSmartContractSet' | 'TezosSmartContractSet';
  };
  'SmartContractSetsDto': {
    kind: 'OBJECT';
    name: 'SmartContractSetsDto';
    fields: {
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'sets': {
        name: 'sets';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'SmartContractSetDto';
                ofType: null;
              };
            };
          };
        };
      };
    };
  };
  'SoliditySmartContractSet': {
    kind: 'OBJECT';
    name: 'SoliditySmartContractSet';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainNode': {
        name: 'blockchainNode';
        type: {
          kind: 'UNION';
          name: 'BlockchainNodeType';
          ofType: null;
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'language': {
        name: 'language';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'SmartContractLanguage';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'useCase': {
        name: 'useCase';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'StarterKitSmartContractSet': {
    kind: 'OBJECT';
    name: 'StarterKitSmartContractSet';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainNode': {
        name: 'blockchainNode';
        type: {
          kind: 'UNION';
          name: 'BlockchainNodeType';
          ofType: null;
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'language': {
        name: 'language';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'SmartContractLanguage';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'useCase': {
        name: 'useCase';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'Storage': {
    kind: 'INTERFACE';
    name: 'Storage';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'storageProtocol': {
        name: 'storageProtocol';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'StorageProtocol';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
    possibleTypes: 'IPFSStorage' | 'MinioStorage';
  };
  'StorageLayout': {
    kind: 'OBJECT';
    name: 'StorageLayout';
    fields: {
      'storage': {
        name: 'storage';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'StorageSlot';
                ofType: null;
              };
            };
          };
        };
      };
      'types': {
        name: 'types';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'JSON';
            ofType: null;
          };
        };
      };
    };
  };
  'StorageLayoutInputType': {
    kind: 'INPUT_OBJECT';
    name: 'StorageLayoutInputType';
    isOneOf: false;
    inputFields: [{
      name: 'storage';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'INPUT_OBJECT';
              name: 'StorageSlotInputType';
              ofType: null;
            };
          };
        };
      };
      defaultValue: null;
    }, {
      name: 'types';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'JSON';
          ofType: null;
        };
      };
      defaultValue: null;
    }];
  };
  'StorageProtocol': {
    name: 'StorageProtocol';
    enumValues: 'IPFS' | 'MINIO';
  };
  'StorageScope': {
    kind: 'OBJECT';
    name: 'StorageScope';
    fields: {
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ApplicationAccessTokenScopeType';
            ofType: null;
          };
        };
      };
      'values': {
        name: 'values';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'ID';
                ofType: null;
              };
            };
          };
        };
      };
    };
  };
  'StorageScopeInputType': {
    kind: 'INPUT_OBJECT';
    name: 'StorageScopeInputType';
    isOneOf: false;
    inputFields: [{
      name: 'type';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'ENUM';
          name: 'ApplicationAccessTokenScopeType';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'values';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'SCALAR';
              name: 'ID';
              ofType: null;
            };
          };
        };
      };
      defaultValue: null;
    }];
  };
  'StorageSlot': {
    kind: 'OBJECT';
    name: 'StorageSlot';
    fields: {
      'astId': {
        name: 'astId';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'contract': {
        name: 'contract';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'label': {
        name: 'label';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'offset': {
        name: 'offset';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Int';
            ofType: null;
          };
        };
      };
      'slot': {
        name: 'slot';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'StorageSlotInputType': {
    kind: 'INPUT_OBJECT';
    name: 'StorageSlotInputType';
    isOneOf: false;
    inputFields: [{
      name: 'astId';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'contract';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'label';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'offset';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'slot';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }, {
      name: 'type';
      type: {
        kind: 'NON_NULL';
        name: never;
        ofType: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      defaultValue: null;
    }];
  };
  'StorageType': {
    kind: 'UNION';
    name: 'StorageType';
    fields: {};
    possibleTypes: 'IPFSStorage' | 'MinioStorage';
  };
  'String': unknown;
  'StripeSubscription': {
    kind: 'OBJECT';
    name: 'StripeSubscription';
    fields: {
      'end': {
        name: 'end';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'start': {
        name: 'start';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'validInStripe': {
        name: 'validInStripe';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
    };
  };
  'Subgraph': {
    kind: 'OBJECT';
    name: 'Subgraph';
    fields: {
      'chain': {
        name: 'chain';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'graphqlQueryEndpoint': {
        name: 'graphqlQueryEndpoint';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'ClusterServiceEndpoints';
            ofType: null;
          };
        };
      };
      'hash': {
        name: 'hash';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'isActive': {
        name: 'isActive';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'nodeId': {
        name: 'nodeId';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'shard': {
        name: 'shard';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'OBJECT';
          name: 'SubgraphStatus';
          ofType: null;
        };
      };
      'versionStatus': {
        name: 'versionStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'SubgraphStatus': {
    kind: 'OBJECT';
    name: 'SubgraphStatus';
    fields: {
      'chainHeadBlock': {
        name: 'chainHeadBlock';
        type: {
          kind: 'OBJECT';
          name: 'BlockInfo';
          ofType: null;
        };
      };
      'earliestBlockNumber': {
        name: 'earliestBlockNumber';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'health': {
        name: 'health';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'isPaused': {
        name: 'isPaused';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'isSynced': {
        name: 'isSynced';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'latestBlock': {
        name: 'latestBlock';
        type: {
          kind: 'OBJECT';
          name: 'BlockInfo';
          ofType: null;
        };
      };
    };
  };
  'Subscription': {
    kind: 'OBJECT';
    name: 'Subscription';
    fields: {
      'ApplicationServiceCountChanged': {
        name: 'ApplicationServiceCountChanged';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'ApplicationServiceCount';
            ofType: null;
          };
        };
      };
      'blockchainNetworkAdded': {
        name: 'blockchainNetworkAdded';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'blockchainNetworkAnyChanged': {
        name: 'blockchainNetworkAnyChanged';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'blockchainNetworkChanged': {
        name: 'blockchainNetworkChanged';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'blockchainNodeAdded': {
        name: 'blockchainNodeAdded';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNodeType';
            ofType: null;
          };
        };
      };
      'blockchainNodeAnyChanged': {
        name: 'blockchainNodeAnyChanged';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNodeType';
            ofType: null;
          };
        };
      };
      'blockchainNodeChanged': {
        name: 'blockchainNodeChanged';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNodeType';
            ofType: null;
          };
        };
      };
      'customDeploymentAdded': {
        name: 'customDeploymentAdded';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'CustomDeployment';
            ofType: null;
          };
        };
      };
      'customDeploymentAnyChanged': {
        name: 'customDeploymentAnyChanged';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'CustomDeployment';
            ofType: null;
          };
        };
      };
      'customDeploymentChanged': {
        name: 'customDeploymentChanged';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'CustomDeployment';
            ofType: null;
          };
        };
      };
      'insightsAdded': {
        name: 'insightsAdded';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'InsightsTypeUnion';
            ofType: null;
          };
        };
      };
      'insightsAnyChanged': {
        name: 'insightsAnyChanged';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'InsightsTypeUnion';
            ofType: null;
          };
        };
      };
      'insightsChanged': {
        name: 'insightsChanged';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'InsightsTypeUnion';
            ofType: null;
          };
        };
      };
      'integrationAdded': {
        name: 'integrationAdded';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'IntegrationTypeUnion';
            ofType: null;
          };
        };
      };
      'integrationAnyChanged': {
        name: 'integrationAnyChanged';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'IntegrationTypeUnion';
            ofType: null;
          };
        };
      };
      'integrationChanged': {
        name: 'integrationChanged';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'IntegrationTypeUnion';
            ofType: null;
          };
        };
      };
      'loadBalancerAdded': {
        name: 'loadBalancerAdded';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'LoadBalancerType';
            ofType: null;
          };
        };
      };
      'loadBalancerAnyChanged': {
        name: 'loadBalancerAnyChanged';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'LoadBalancerType';
            ofType: null;
          };
        };
      };
      'loadBalancerChanged': {
        name: 'loadBalancerChanged';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'LoadBalancerType';
            ofType: null;
          };
        };
      };
      'middlewareAdded': {
        name: 'middlewareAdded';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'MiddlewareUnionType';
            ofType: null;
          };
        };
      };
      'middlewareAnyChanged': {
        name: 'middlewareAnyChanged';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'MiddlewareUnionType';
            ofType: null;
          };
        };
      };
      'middlewareChanged': {
        name: 'middlewareChanged';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'MiddlewareUnionType';
            ofType: null;
          };
        };
      };
      'privateKeyAdded': {
        name: 'privateKeyAdded';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'PrivateKeyUnionType';
            ofType: null;
          };
        };
      };
      'privateKeyAnyChanged': {
        name: 'privateKeyAnyChanged';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'PrivateKeyUnionType';
            ofType: null;
          };
        };
      };
      'privateKeyChanged': {
        name: 'privateKeyChanged';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'PrivateKeyUnionType';
            ofType: null;
          };
        };
      };
      'smartContractSetAdded': {
        name: 'smartContractSetAdded';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'SmartContractSetType';
            ofType: null;
          };
        };
      };
      'smartContractSetAnyChanged': {
        name: 'smartContractSetAnyChanged';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'SmartContractSetType';
            ofType: null;
          };
        };
      };
      'smartContractSetChanged': {
        name: 'smartContractSetChanged';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'SmartContractSetType';
            ofType: null;
          };
        };
      };
      'storageAdded': {
        name: 'storageAdded';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'StorageType';
            ofType: null;
          };
        };
      };
      'storageAnyChanged': {
        name: 'storageAnyChanged';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'StorageType';
            ofType: null;
          };
        };
      };
      'storageChanged': {
        name: 'storageChanged';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'StorageType';
            ofType: null;
          };
        };
      };
      'userChanged': {
        name: 'userChanged';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'workspaceAdded': {
        name: 'workspaceAdded';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Workspace';
            ofType: null;
          };
        };
      };
      'workspaceChanged': {
        name: 'workspaceChanged';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Workspace';
            ofType: null;
          };
        };
      };
      'workspaceDeleted': {
        name: 'workspaceDeleted';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Workspace';
            ofType: null;
          };
        };
      };
    };
  };
  'TezosBlockchainNetwork': {
    kind: 'OBJECT';
    name: 'TezosBlockchainNetwork';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainNodes': {
        name: 'blockchainNodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'BlockchainNodeType';
                ofType: null;
              };
            };
          };
        };
      };
      'canAddValidatingNodes': {
        name: 'canAddValidatingNodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Workspace';
                ofType: null;
              };
            };
          };
        };
      };
      'canInviteWorkspaces': {
        name: 'canInviteWorkspaces';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Workspace';
                ofType: null;
              };
            };
          };
        };
      };
      'consensusAlgorithm': {
        name: 'consensusAlgorithm';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ConsensusAlgorithm';
            ofType: null;
          };
        };
      };
      'contractAddresses': {
        name: 'contractAddresses';
        type: {
          kind: 'OBJECT';
          name: 'ContractAddresses';
          ofType: null;
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'decryptedFaucetWallet': {
        name: 'decryptedFaucetWallet';
        type: {
          kind: 'SCALAR';
          name: 'JSON';
          ofType: null;
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'invites': {
        name: 'invites';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'BlockchainNetworkInvite';
                ofType: null;
              };
            };
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPublicEvmNetwork': {
        name: 'isPublicEvmNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'kitId': {
        name: 'kitId';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'loadBalancers': {
        name: 'loadBalancers';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'LoadBalancerType';
                ofType: null;
              };
            };
          };
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'participants': {
        name: 'participants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'BlockchainNetworkParticipant';
                ofType: null;
              };
            };
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'predeployedContracts': {
        name: 'predeployedContracts';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'TezosBlockchainNode': {
    kind: 'OBJECT';
    name: 'TezosBlockchainNode';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainClient': {
        name: 'blockchainClient';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ConsensusAlgorithm';
            ofType: null;
          };
        };
      };
      'blockchainNetwork': {
        name: 'blockchainNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'clusterServiceActionChecks': {
        name: 'clusterServiceActionChecks';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'BlockchainNodeActionChecks';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isEvm': {
        name: 'isEvm';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'mnemonic': {
        name: 'mnemonic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'nodeType': {
        name: 'nodeType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'NodeType';
            ofType: null;
          };
        };
      };
      'passphrase': {
        name: 'passphrase';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'privateKeys': {
        name: 'privateKeys';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'UNION';
              name: 'PrivateKeyUnionType';
              ofType: null;
            };
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'publicKey': {
        name: 'publicKey';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'publicKeyHash': {
        name: 'publicKeyHash';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'secretKey': {
        name: 'secretKey';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'TezosSmartContractSet': {
    kind: 'OBJECT';
    name: 'TezosSmartContractSet';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainNode': {
        name: 'blockchainNode';
        type: {
          kind: 'UNION';
          name: 'BlockchainNodeType';
          ofType: null;
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'language': {
        name: 'language';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'SmartContractLanguage';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'useCase': {
        name: 'useCase';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'TezosTestnetBlockchainNetwork': {
    kind: 'OBJECT';
    name: 'TezosTestnetBlockchainNetwork';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainNodes': {
        name: 'blockchainNodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'BlockchainNodeType';
                ofType: null;
              };
            };
          };
        };
      };
      'canAddValidatingNodes': {
        name: 'canAddValidatingNodes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Workspace';
                ofType: null;
              };
            };
          };
        };
      };
      'canInviteWorkspaces': {
        name: 'canInviteWorkspaces';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Workspace';
                ofType: null;
              };
            };
          };
        };
      };
      'consensusAlgorithm': {
        name: 'consensusAlgorithm';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ConsensusAlgorithm';
            ofType: null;
          };
        };
      };
      'contractAddresses': {
        name: 'contractAddresses';
        type: {
          kind: 'OBJECT';
          name: 'ContractAddresses';
          ofType: null;
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'decryptedFaucetWallet': {
        name: 'decryptedFaucetWallet';
        type: {
          kind: 'SCALAR';
          name: 'JSON';
          ofType: null;
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'invites': {
        name: 'invites';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'BlockchainNetworkInvite';
                ofType: null;
              };
            };
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPublicEvmNetwork': {
        name: 'isPublicEvmNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'kitId': {
        name: 'kitId';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'loadBalancers': {
        name: 'loadBalancers';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'UNION';
                name: 'LoadBalancerType';
                ofType: null;
              };
            };
          };
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'participants': {
        name: 'participants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'BlockchainNetworkParticipant';
                ofType: null;
              };
            };
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'predeployedContracts': {
        name: 'predeployedContracts';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'TezosTestnetBlockchainNode': {
    kind: 'OBJECT';
    name: 'TezosTestnetBlockchainNode';
    fields: {
      'advancedDeploymentConfig': {
        name: 'advancedDeploymentConfig';
        type: {
          kind: 'OBJECT';
          name: 'AdvancedDeploymentConfig';
          ofType: null;
        };
      };
      'application': {
        name: 'application';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Application';
            ofType: null;
          };
        };
      };
      'applicationDashBoardDependantsTree': {
        name: 'applicationDashBoardDependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'blockchainClient': {
        name: 'blockchainClient';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ConsensusAlgorithm';
            ofType: null;
          };
        };
      };
      'blockchainNetwork': {
        name: 'blockchainNetwork';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'UNION';
            name: 'BlockchainNetworkType';
            ofType: null;
          };
        };
      };
      'clusterServiceActionChecks': {
        name: 'clusterServiceActionChecks';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'BlockchainNodeActionChecks';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credentials': {
        name: 'credentials';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceCredentials';
                ofType: null;
              };
            };
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'dependants': {
        name: 'dependants';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependant';
                ofType: null;
              };
            };
          };
        };
      };
      'dependantsTree': {
        name: 'dependantsTree';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'DependantsTree';
            ofType: null;
          };
        };
      };
      'dependencies': {
        name: 'dependencies';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Dependency';
                ofType: null;
              };
            };
          };
        };
      };
      'destroyJob': {
        name: 'destroyJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'disableAuth': {
        name: 'disableAuth';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'diskSpace': {
        name: 'diskSpace';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'endpoints': {
        name: 'endpoints';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ClusterServiceEndpoints';
                ofType: null;
              };
            };
          };
        };
      };
      'entityVersion': {
        name: 'entityVersion';
        type: {
          kind: 'SCALAR';
          name: 'Float';
          ofType: null;
        };
      };
      'failedAt': {
        name: 'failedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'healthStatus': {
        name: 'healthStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceHealthStatus';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isEvm': {
        name: 'isEvm';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodHandlingTraffic': {
        name: 'isPodHandlingTraffic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'isPodRunning': {
        name: 'isPodRunning';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'jobLogs': {
        name: 'jobLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'jobProgress': {
        name: 'jobProgress';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'lastCompletedAt': {
        name: 'lastCompletedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'latestVersion': {
        name: 'latestVersion';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'limitCpu': {
        name: 'limitCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'limitMemory': {
        name: 'limitMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'locked': {
        name: 'locked';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'metrics': {
        name: 'metrics';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Metric';
            ofType: null;
          };
        };
      };
      'mnemonic': {
        name: 'mnemonic';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'namespace': {
        name: 'namespace';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'nodeType': {
        name: 'nodeType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'NodeType';
            ofType: null;
          };
        };
      };
      'passphrase': {
        name: 'passphrase';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'password': {
        name: 'password';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'pausedAt': {
        name: 'pausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'privateKeys': {
        name: 'privateKeys';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'UNION';
              name: 'PrivateKeyUnionType';
              ofType: null;
            };
          };
        };
      };
      'productName': {
        name: 'productName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'provider': {
        name: 'provider';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'publicKey': {
        name: 'publicKey';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'publicKeyHash': {
        name: 'publicKeyHash';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'region': {
        name: 'region';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'requestLogs': {
        name: 'requestLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'RequestLog';
                ofType: null;
              };
            };
          };
        };
      };
      'requestsCpu': {
        name: 'requestsCpu';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'requestsMemory': {
        name: 'requestsMemory';
        type: {
          kind: 'SCALAR';
          name: 'Int';
          ofType: null;
        };
      };
      'resourceStatus': {
        name: 'resourceStatus';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceResourceStatus';
            ofType: null;
          };
        };
      };
      'scaledAt': {
        name: 'scaledAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'secretKey': {
        name: 'secretKey';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'serviceLogs': {
        name: 'serviceLogs';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'serviceUrl': {
        name: 'serviceUrl';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'size': {
        name: 'size';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceSize';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceDeploymentStatus';
            ofType: null;
          };
        };
      };
      'type': {
        name: 'type';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'ClusterServiceType';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'upJob': {
        name: 'upJob';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'upgradable': {
        name: 'upgradable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'version': {
        name: 'version';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'Theme': {
    name: 'Theme';
    enumValues: 'DARK' | 'LIGHT' | 'SYSTEM';
  };
  'TolerationEffect': {
    name: 'TolerationEffect';
    enumValues: 'NoExecute' | 'NoSchedule' | 'PreferNoSchedule';
  };
  'TolerationOperator': {
    name: 'TolerationOperator';
    enumValues: 'Equal' | 'Exists';
  };
  'Tooltip': {
    name: 'Tooltip';
    enumValues: 'WORKSPACE_DROPDOWN_TOOLTIP';
  };
  'User': {
    kind: 'OBJECT';
    name: 'User';
    fields: {
      'company': {
        name: 'company';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'country': {
        name: 'country';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'email': {
        name: 'email';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'featureFlags': {
        name: 'featureFlags';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'ENUM';
                name: 'FeatureFlag';
                ofType: null;
              };
            };
          };
        };
      };
      'firstname': {
        name: 'firstname';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'hubspotId': {
        name: 'hubspotId';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isOnboarded': {
        name: 'isOnboarded';
        type: {
          kind: 'ENUM';
          name: 'OnboardingStatus';
          ofType: null;
        };
      };
      'isPlatformAdmin': {
        name: 'isPlatformAdmin';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'languagePreference': {
        name: 'languagePreference';
        type: {
          kind: 'ENUM';
          name: 'Language';
          ofType: null;
        };
      };
      'lastLogin': {
        name: 'lastLogin';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'lastname': {
        name: 'lastname';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'permissions': {
        name: 'permissions';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'ENUM';
                name: 'PlatformRole';
                ofType: null;
              };
            };
          };
        };
      };
      'scopes': {
        name: 'scopes';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'SCALAR';
                name: 'String';
                ofType: null;
              };
            };
          };
        };
      };
      'sub': {
        name: 'sub';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'themePreference': {
        name: 'themePreference';
        type: {
          kind: 'ENUM';
          name: 'Theme';
          ofType: null;
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'userState': {
        name: 'userState';
        type: {
          kind: 'OBJECT';
          name: 'UserState';
          ofType: null;
        };
      };
      'workEmail': {
        name: 'workEmail';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
    };
  };
  'UserState': {
    kind: 'OBJECT';
    name: 'UserState';
    fields: {
      'hiddenTooltips': {
        name: 'hiddenTooltips';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'ENUM';
              name: 'Tooltip';
              ofType: null;
            };
          };
        };
      };
    };
  };
  'UserWallet': {
    kind: 'OBJECT';
    name: 'UserWallet';
    fields: {
      'accountAbstractionAddress': {
        name: 'accountAbstractionAddress';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'address': {
        name: 'address';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'derivationPath': {
        name: 'derivationPath';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'isAccountAbstractionDeployed': {
        name: 'isAccountAbstractionDeployed';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'publicKey': {
        name: 'publicKey';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'verifications': {
        name: 'verifications';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'ExposableWalletKeyVerification';
              ofType: null;
            };
          };
        };
      };
      'walletIndex': {
        name: 'walletIndex';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
    };
  };
  'UserWalletType': {
    name: 'UserWalletType';
    enumValues: 'ACCOUNT_ABSTRACTION' | 'META_TRANSACTION' | 'REGULAR';
  };
  'WalletKeyVerification': {
    kind: 'INTERFACE';
    name: 'WalletKeyVerification';
    fields: {
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'enabled': {
        name: 'enabled';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'parameters': {
        name: 'parameters';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'JSONObject';
            ofType: null;
          };
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'verificationType': {
        name: 'verificationType';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'WalletKeyVerificationType';
            ofType: null;
          };
        };
      };
    };
    possibleTypes: 'OTPWalletKeyVerification' | 'PincodeWalletKeyVerification' | 'SecretCodesWalletKeyVerification';
  };
  'WalletKeyVerificationType': {
    name: 'WalletKeyVerificationType';
    enumValues: 'OTP' | 'PINCODE' | 'SECRET_CODES';
  };
  'WalletKeyVerificationUnionType': {
    kind: 'UNION';
    name: 'WalletKeyVerificationUnionType';
    fields: {};
    possibleTypes: 'OTPWalletKeyVerification' | 'PincodeWalletKeyVerification' | 'SecretCodesWalletKeyVerification';
  };
  'Workspace': {
    kind: 'OBJECT';
    name: 'Workspace';
    fields: {
      'admins': {
        name: 'admins';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'User';
                ofType: null;
              };
            };
          };
        };
      };
      'allowChildren': {
        name: 'allowChildren';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'applications': {
        name: 'applications';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'Application';
                ofType: null;
              };
            };
          };
        };
      };
      'billing': {
        name: 'billing';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'Billing';
            ofType: null;
          };
        };
      };
      'childWorkspaces': {
        name: 'childWorkspaces';
        type: {
          kind: 'LIST';
          name: never;
          ofType: {
            kind: 'NON_NULL';
            name: never;
            ofType: {
              kind: 'OBJECT';
              name: 'Workspace';
              ofType: null;
            };
          };
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'credits': {
        name: 'credits';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'WorkspaceCreditsInfo';
            ofType: null;
          };
        };
      };
      'currentUserRole': {
        name: 'currentUserRole';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'WorkspaceMemberRole';
            ofType: null;
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'invites': {
        name: 'invites';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'WorkspaceInvite';
                ofType: null;
              };
            };
          };
        };
      };
      'members': {
        name: 'members';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'WorkspaceMember';
                ofType: null;
              };
            };
          };
        };
      };
      'name': {
        name: 'name';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'owner': {
        name: 'owner';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
      'parentWorkspace': {
        name: 'parentWorkspace';
        type: {
          kind: 'OBJECT';
          name: 'Workspace';
          ofType: null;
        };
      };
      'slug': {
        name: 'slug';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'status': {
        name: 'status';
        type: {
          kind: 'OBJECT';
          name: 'WorkspaceStatus';
          ofType: null;
        };
      };
      'trialAccount': {
        name: 'trialAccount';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'undeletable': {
        name: 'undeletable';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'uniqueName': {
        name: 'uniqueName';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'users': {
        name: 'users';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'User';
                ofType: null;
              };
            };
          };
        };
      };
      'uuid': {
        name: 'uuid';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
    };
  };
  'WorkspaceCostsInfo': {
    kind: 'OBJECT';
    name: 'WorkspaceCostsInfo';
    fields: {
      'costsDetails': {
        name: 'costsDetails';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ProductCostInfo';
                ofType: null;
              };
            };
          };
        };
      };
      'costsPerApplication': {
        name: 'costsPerApplication';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'LIST';
            name: never;
            ofType: {
              kind: 'NON_NULL';
              name: never;
              ofType: {
                kind: 'OBJECT';
                name: 'ApplicationCostsInfo';
                ofType: null;
              };
            };
          };
        };
      };
      'monthToDateCost': {
        name: 'monthToDateCost';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'periodEnd': {
        name: 'periodEnd';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'periodStart': {
        name: 'periodStart';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'runtime': {
        name: 'runtime';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
    };
  };
  'WorkspaceCreditsInfo': {
    kind: 'OBJECT';
    name: 'WorkspaceCreditsInfo';
    fields: {
      'remaining': {
        name: 'remaining';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'total': {
        name: 'total';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
      'upcoming': {
        name: 'upcoming';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Float';
            ofType: null;
          };
        };
      };
    };
  };
  'WorkspaceInvite': {
    kind: 'OBJECT';
    name: 'WorkspaceInvite';
    fields: {
      'acceptedAt': {
        name: 'acceptedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'email': {
        name: 'email';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'String';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'message': {
        name: 'message';
        type: {
          kind: 'SCALAR';
          name: 'String';
          ofType: null;
        };
      };
      'role': {
        name: 'role';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'WorkspaceMemberRole';
            ofType: null;
          };
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
    };
  };
  'WorkspaceMember': {
    kind: 'OBJECT';
    name: 'WorkspaceMember';
    fields: {
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'role': {
        name: 'role';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'ENUM';
            name: 'WorkspaceMemberRole';
            ofType: null;
          };
        };
      };
      'user': {
        name: 'user';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'OBJECT';
            name: 'User';
            ofType: null;
          };
        };
      };
    };
  };
  'WorkspaceMemberRole': {
    name: 'WorkspaceMemberRole';
    enumValues: 'ADMIN' | 'OWNER' | 'USER';
  };
  'WorkspaceStatus': {
    kind: 'OBJECT';
    name: 'WorkspaceStatus';
    fields: {
      'autoDeleteDisabled': {
        name: 'autoDeleteDisabled';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'autoDeleteEmailSent': {
        name: 'autoDeleteEmailSent';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'autoDeleteWarningEmailSent': {
        name: 'autoDeleteWarningEmailSent';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'autoDeleted': {
        name: 'autoDeleted';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'autoDeletedAt': {
        name: 'autoDeletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'autoPaused': {
        name: 'autoPaused';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'autoPausedAt': {
        name: 'autoPausedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'autoPausedEmailSent': {
        name: 'autoPausedEmailSent';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'autoPausedReason': {
        name: 'autoPausedReason';
        type: {
          kind: 'ENUM';
          name: 'AutoPauseReason';
          ofType: null;
        };
      };
      'autoPausedWarningEmailSent': {
        name: 'autoPausedWarningEmailSent';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'autoPausingDisabled': {
        name: 'autoPausingDisabled';
        type: {
          kind: 'SCALAR';
          name: 'Boolean';
          ofType: null;
        };
      };
      'autoResumed': {
        name: 'autoResumed';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'autoResumedAt': {
        name: 'autoResumedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'autoResumedEmailSent': {
        name: 'autoResumedEmailSent';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
    };
  };
  'WorkspaceTransferCode': {
    kind: 'OBJECT';
    name: 'WorkspaceTransferCode';
    fields: {
      'acceptedAt': {
        name: 'acceptedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'createdAt': {
        name: 'createdAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'deletedAt': {
        name: 'deletedAt';
        type: {
          kind: 'SCALAR';
          name: 'DateTime';
          ofType: null;
        };
      };
      'emailSent': {
        name: 'emailSent';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'Boolean';
            ofType: null;
          };
        };
      };
      'expiresAt': {
        name: 'expiresAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
      'id': {
        name: 'id';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'ID';
            ofType: null;
          };
        };
      };
      'updatedAt': {
        name: 'updatedAt';
        type: {
          kind: 'NON_NULL';
          name: never;
          ofType: {
            kind: 'SCALAR';
            name: 'DateTime';
            ofType: null;
          };
        };
      };
    };
  };
  'WorkspaceTransferStatus': {
    name: 'WorkspaceTransferStatus';
    enumValues: 'CODE_ALREADY_ACCEPTED' | 'CODE_EXPIRED' | 'CODE_NOT_FOUND' | 'SUCCESS' | 'UNKNOWN';
  };
};
/** An IntrospectionQuery representation of your schema.
 *
 * @remarks
 * This is an introspection of your schema saved as a file by GraphQLSP.
 * It will automatically be used by `gql.tada` to infer the types of your GraphQL documents.
 * If you need to reuse this data or update your `scalars`, update `tadaOutputLocation` to
 * instead save to a .ts instead of a .d.ts file.
 */
type introspection = {
  name: never;
  query: 'Query';
  mutation: 'Mutation';
  subscription: 'Subscription';
  types: introspection_types;
};
declare module 'gql.tada' {
  interface setupSchema {
    introspection: introspection;
  }
}
//#endregion
//#region src/helpers/graphql.d.ts
/**
 * Initializes the GraphQL client with specific configurations.
 *
 * @returns A configured GraphQL client instance.
 */
declare const graphql: initGraphQLTada<{
  introspection: introspection;
  disableMasking: true;
  scalars: {
    DateTime: Date;
    JSON: Record<string, unknown>;
    Bytes: string;
    Int8: string;
    BigInt: string;
    BigDecimal: string;
    Timestamp: string;
  };
}>;
//#endregion
//#region src/graphql/application.d.ts
/**
 * GraphQL fragment containing core application fields.
 */
declare const ApplicationFragment: gql_tada0.TadaDocumentNode<{
  id: string;
  uniqueName: string;
  name: string;
  workspace: {
    id: string;
    uniqueName: string;
    name: string;
  };
}, {}, {
  fragment: "Application";
  on: "Application";
  masked: false;
}>;
/**
 * Type representing an application entity.
 */
type Application = ResultOf<typeof ApplicationFragment>;
/**
 * Mutation to create a new application.
 */
declare const createApplication: gql_tada0.TadaDocumentNode<{
  createApplication: {
    id: string;
    uniqueName: string;
    name: string;
    workspace: {
      id: string;
      uniqueName: string;
      name: string;
    };
  };
}, {
  workspaceId: string;
  name: string;
}, void>;
/**
 * Arguments required to create an application.
 */
type CreateApplicationArgs = Omit<VariablesOf<typeof createApplication>, "workspaceId"> & {
  workspaceUniqueName: string;
};
/**
 * Creates a function to list applications in a workspace.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that fetches applications for a workspace
 * @throws If the workspace cannot be found or the request fails
 */
declare const applicationList: (gqlClient: GraphQLClient) => (workspaceUniqueName: string) => Promise<Application[]>;
/**
 * Creates a function to fetch a specific application.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that fetches a single application by unique name
 * @throws If the application cannot be found or the request fails
 */
declare const applicationRead: (gqlClient: GraphQLClient) => (applicationUniqueName: string) => Promise<Application>;
/**
 * Creates a function to create a new application.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that creates a new application with the provided configuration
 * @throws If the creation fails or validation errors occur
 */
declare const applicationCreate: (gqlClient: GraphQLClient) => (args: CreateApplicationArgs) => Promise<Application>;
/**
 * Creates a function to delete an application.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that deletes an application by unique name
 * @throws If the application cannot be found or the deletion fails
 */
declare const applicationDelete: (gqlClient: GraphQLClient) => (applicationUniqueName: string) => Promise<Application>;
//#endregion
//#region src/graphql/application-access-tokens.d.ts
declare const createApplicationAccessToken: gql_tada0.TadaDocumentNode<{
  createApplicationAccessToken: {
    token: string | null;
  };
}, {
  validityPeriod: "CUSTOM" | "DAYS_7" | "DAYS_30" | "DAYS_60" | "DAYS_90" | "NONE";
  storageScope: {
    values: string[];
    type: "ALL" | "SPECIFIC";
  };
  smartContractSetScope: {
    values: string[];
    type: "ALL" | "SPECIFIC";
  };
  privateKeyScope: {
    values: string[];
    type: "ALL" | "SPECIFIC";
  };
  name: string;
  middlewareScope: {
    values: string[];
    type: "ALL" | "SPECIFIC";
  };
  loadBalancerScope: {
    values: string[];
    type: "ALL" | "SPECIFIC";
  };
  integrationScope: {
    values: string[];
    type: "ALL" | "SPECIFIC";
  };
  insightsScope: {
    values: string[];
    type: "ALL" | "SPECIFIC";
  };
  customDeploymentScope: {
    values: string[];
    type: "ALL" | "SPECIFIC";
  };
  blockchainNodeScope: {
    values: string[];
    type: "ALL" | "SPECIFIC";
  };
  blockchainNetworkScope: {
    values: string[];
    type: "ALL" | "SPECIFIC";
  };
  applicationId: string;
}, void>;
type CreateApplicationAccessTokenArgs = Omit<VariablesOf<typeof createApplicationAccessToken>, "applicationId"> & {
  applicationUniqueName: string;
};
/**
 * Creates a new application.
 *
 * @param gqlClient - The GraphQL client instance used to execute the mutation.
 * @returns A function that accepts the arguments for creating an application and returns a promise resolving to the created application.
 */
declare const applicationAccessTokenCreate: (gqlClient: GraphQLClient) => (args: CreateApplicationAccessTokenArgs) => Promise<string>;
//#endregion
//#region src/graphql/blockchain-network.d.ts
/**
 * Fragment containing core blockchain network fields.
 */
declare const BlockchainNetworkFragment: gql_tada0.TadaDocumentNode<{
  __typename: "BesuIbftv2BlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  chainId: number;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
} | {
  __typename: "BesuQBFTBlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  chainId: number;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
} | {
  __typename: "CordaBlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
} | {
  __typename: "FabricRaftBlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
} | {
  __typename: "GethCliqueBlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  chainId: number;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
} | {
  __typename: "PolygonEdgePoABlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  chainId: number;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
} | {
  __typename: "PolygonSupernetBlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
} | {
  __typename: "PublicEvmBlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  chainId: number;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
} | {
  __typename: "QuorumQBFTBlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  chainId: number;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
} | {
  __typename: "TezosBlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
} | {
  __typename: "TezosTestnetBlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
}, {}, {
  fragment: "BlockchainNetwork";
  on: "BlockchainNetwork";
  masked: false;
}>;
/**
 * Type representing a blockchain network entity.
 */
type BlockchainNetwork = ResultOf<typeof BlockchainNetworkFragment>;
/**
 * Mutation to create a new blockchain network.
 */
declare const createBlockchainNetwork: gql_tada0.TadaDocumentNode<{
  createBlockchainNetwork: {
    __typename: "BesuIbftv2BlockchainNetwork";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    chainId: number;
    blockchainNodes: ({
      __typename?: "BesuIbftv2BlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "BesuQBFTBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "FabricBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "PublicEvmBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "QuorumQBFTBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "TezosBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "TezosTestnetBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    })[];
  } | {
    __typename: "BesuQBFTBlockchainNetwork";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    chainId: number;
    blockchainNodes: ({
      __typename?: "BesuIbftv2BlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "BesuQBFTBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "FabricBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "PublicEvmBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "QuorumQBFTBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "TezosBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "TezosTestnetBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    })[];
  } | {
    __typename: "FabricRaftBlockchainNetwork";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    blockchainNodes: ({
      __typename?: "BesuIbftv2BlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "BesuQBFTBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "FabricBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "PublicEvmBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "QuorumQBFTBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "TezosBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "TezosTestnetBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    })[];
  } | {
    __typename: "PublicEvmBlockchainNetwork";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    chainId: number;
    blockchainNodes: ({
      __typename?: "BesuIbftv2BlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "BesuQBFTBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "FabricBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "PublicEvmBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "QuorumQBFTBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "TezosBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "TezosTestnetBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    })[];
  } | {
    __typename: "QuorumQBFTBlockchainNetwork";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    chainId: number;
    blockchainNodes: ({
      __typename?: "BesuIbftv2BlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "BesuQBFTBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "FabricBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "PublicEvmBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "QuorumQBFTBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "TezosBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "TezosTestnetBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    })[];
  } | {
    __typename: "TezosBlockchainNetwork";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    blockchainNodes: ({
      __typename?: "BesuIbftv2BlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "BesuQBFTBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "FabricBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "PublicEvmBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "QuorumQBFTBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "TezosBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "TezosTestnetBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    })[];
  } | {
    __typename: "TezosTestnetBlockchainNetwork";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    blockchainNodes: ({
      __typename?: "BesuIbftv2BlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "BesuQBFTBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "FabricBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "PublicEvmBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "QuorumQBFTBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "TezosBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    } | {
      __typename?: "TezosTestnetBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      endpoints: {
        id: string;
        label: string;
        displayValue: string;
      }[];
    })[];
  };
}, {
  includePredeployedContracts?: boolean | null | undefined;
  privateKeyId?: string | null | undefined;
  externalNodes?: {
    nodeType?: "NON_VALIDATOR" | "VALIDATOR" | null | undefined;
    isStaticNode?: boolean | null | undefined;
    isBootnode: boolean;
    enode?: string | null | undefined;
    address?: string | null | undefined;
  }[] | null | undefined;
  quorumGenesis?: {
    timestamp: string;
    nonce: string;
    mixHash: string;
    gasLimit: string;
    extraData?: string | null | undefined;
    difficulty: string;
    config: {
      txnSizeLimit: number;
      shanghaiTime?: number | null | undefined;
      qbft?: {
        testQBFTBlock: number;
        requesttimeoutseconds: number;
        policy: number;
        epoch: number;
        emptyblockperiodseconds: number;
        ceil2Nby3Block: number;
        blockperiodseconds: number;
      } | null | undefined;
      petersburgBlock?: number | null | undefined;
      muirglacierblock?: number | null | undefined;
      muirGlacierblock?: number | null | undefined;
      muirGlacierBlock?: number | null | undefined;
      maxCodeSizeConfig?: {
        size: number;
        block: number;
      }[] | null | undefined;
      londonBlock?: number | null | undefined;
      istanbulBlock?: number | null | undefined;
      isQuorum?: boolean | null | undefined;
      ibft?: {
        requesttimeoutseconds: number;
        policy: number;
        epoch: number;
        ceil2Nby3Block: number;
        blockperiodseconds: number;
      } | null | undefined;
      homesteadBlock?: number | null | undefined;
      eip158Block?: number | null | undefined;
      eip155Block?: number | null | undefined;
      eip150Hash?: string | null | undefined;
      eip150Block?: number | null | undefined;
      constantinopleBlock?: number | null | undefined;
      clique?: {
        policy: number;
        period: number;
        epoch: number;
      } | null | undefined;
      chainId: number;
      cancunTime?: number | null | undefined;
      cancunBlock?: number | null | undefined;
      byzantiumBlock?: number | null | undefined;
      berlinBlock?: number | null | undefined;
    };
    coinbase: string;
    alloc: Record<string, unknown>;
  } | null | undefined;
  besuQbftGenesis?: {
    timestamp: string;
    nonce: string;
    mixHash: string;
    gasLimit: string;
    extraData?: string | null | undefined;
    difficulty: string;
    config: {
      zeroBaseFee?: boolean | null | undefined;
      shanghaiTime?: number | null | undefined;
      qbft: {
        xemptyblockperiodseconds?: number | null | undefined;
        requesttimeoutseconds: number;
        epochlength: number;
        blockperiodseconds: number;
      };
      petersburgBlock?: number | null | undefined;
      muirglacierblock?: number | null | undefined;
      muirGlacierblock?: number | null | undefined;
      muirGlacierBlock?: number | null | undefined;
      londonBlock?: number | null | undefined;
      istanbulBlock?: number | null | undefined;
      homesteadBlock?: number | null | undefined;
      evmStackSize: number;
      eip158Block?: number | null | undefined;
      eip155Block?: number | null | undefined;
      eip150Hash?: string | null | undefined;
      eip150Block?: number | null | undefined;
      discovery?: {
        bootnodes: string[];
      } | null | undefined;
      contractSizeLimit: number;
      constantinopleBlock?: number | null | undefined;
      chainId: number;
      cancunTime?: number | null | undefined;
      cancunBlock?: number | null | undefined;
      byzantiumBlock?: number | null | undefined;
      berlinBlock?: number | null | undefined;
    };
    coinbase: string;
    alloc: Record<string, unknown>;
  } | null | undefined;
  besuIbft2Genesis?: {
    timestamp: string;
    nonce: string;
    mixHash: string;
    gasLimit: string;
    extraData?: string | null | undefined;
    difficulty: string;
    config: {
      zeroBaseFee?: boolean | null | undefined;
      shanghaiTime?: number | null | undefined;
      petersburgBlock?: number | null | undefined;
      muirglacierblock?: number | null | undefined;
      muirGlacierblock?: number | null | undefined;
      muirGlacierBlock?: number | null | undefined;
      londonBlock?: number | null | undefined;
      istanbulBlock?: number | null | undefined;
      ibft2: {
        xemptyblockperiodseconds?: number | null | undefined;
        requesttimeoutseconds: number;
        epochlength: number;
        blockperiodseconds: number;
      };
      homesteadBlock?: number | null | undefined;
      evmStackSize: number;
      eip158Block?: number | null | undefined;
      eip155Block?: number | null | undefined;
      eip150Hash?: string | null | undefined;
      eip150Block?: number | null | undefined;
      discovery?: {
        bootnodes: string[];
      } | null | undefined;
      contractSizeLimit: number;
      constantinopleBlock?: number | null | undefined;
      chainId: number;
      cancunTime?: number | null | undefined;
      cancunBlock?: number | null | undefined;
      byzantiumBlock?: number | null | undefined;
      berlinBlock?: number | null | undefined;
    };
    coinbase: string;
    alloc: Record<string, unknown>;
  } | null | undefined;
  txnSizeLimit?: number | null | undefined;
  maxCodeSize?: number | null | undefined;
  endorsementPolicy?: "ALL" | "MAJORITY" | null | undefined;
  preferredMaxBytes?: number | null | undefined;
  absoluteMaxBytes?: number | null | undefined;
  maxMessageCount?: number | null | undefined;
  batchTimeout?: number | null | undefined;
  type?: "DEDICATED" | "SHARED" | null | undefined;
  size?: "CUSTOM" | "LARGE" | "MEDIUM" | "SMALL" | null | undefined;
  region: string;
  provider: string;
  secondsPerBlock?: number | null | undefined;
  nodeName: string;
  name: string;
  gasPrice?: number | null | undefined;
  gasLimit?: string | null | undefined;
  evmStackSize?: number | null | undefined;
  contractSizeLimit?: number | null | undefined;
  consensusAlgorithm: "ADI_TESTNET" | "ARBITRUM" | "ARBITRUM_GOERLI" | "ARBITRUM_SEPOLIA" | "AVALANCHE" | "AVALANCHE_FUJI" | "BASE_MAINNET" | "BASE_SEPOLIA" | "BESU_IBFTv2" | "BESU_QBFT" | "BSC_POW" | "BSC_POW_TESTNET" | "CORDA" | "FABRIC_RAFT" | "GETH_CLIQUE" | "GETH_GOERLI" | "GETH_POS_RINKEBY" | "GETH_POW" | "GETH_VENIDIUM" | "HEDERA_MAINNET" | "HEDERA_TESTNET" | "HOLESKY" | "LINEA_MAINNET" | "LINEA_SEPOLIA" | "OPTIMISM" | "OPTIMISM_GOERLI" | "OPTIMISM_SEPOLIA" | "POLYGON" | "POLYGON_AMOY" | "POLYGON_EDGE_POA" | "POLYGON_MUMBAI" | "POLYGON_SUPERNET" | "POLYGON_ZK_EVM" | "POLYGON_ZK_EVM_TESTNET" | "QUORUM_QBFT" | "SEPOLIA" | "SONEIUM_MINATO" | "TEZOS" | "TEZOS_TESTNET";
  chainId?: number | null | undefined;
  applicationId: string;
}, void>;
/**
 * Arguments required to create a blockchain network.
 */
type CreateBlockchainNetworkArgs = Omit<VariablesOf<typeof createBlockchainNetwork>, "applicationId"> & {
  applicationUniqueName: string;
};
/**
 * Creates a function to list blockchain networks for a given application.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that fetches networks for an application
 * @throws If the application cannot be found or the request fails
 */
declare const blockchainNetworkList: (gqlClient: GraphQLClient) => (applicationUniqueName: string) => Promise<({
  __typename: "BesuIbftv2BlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  chainId: number;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
} | {
  __typename: "BesuQBFTBlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  chainId: number;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
} | {
  __typename: "FabricRaftBlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
} | {
  __typename: "PublicEvmBlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  chainId: number;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
} | {
  __typename: "QuorumQBFTBlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  chainId: number;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
} | {
  __typename: "TezosBlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
} | {
  __typename: "TezosTestnetBlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
})[]>;
/**
 * Creates a function to fetch a specific blockchain network.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that fetches a single network by unique name
 * @throws If the network cannot be found or the request fails
 */
declare const blockchainNetworkRead: (gqlClient: GraphQLClient) => (blockchainNetworkUniqueName: string) => Promise<{
  __typename: "BesuIbftv2BlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  chainId: number;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
} | {
  __typename: "BesuQBFTBlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  chainId: number;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
} | {
  __typename: "FabricRaftBlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
} | {
  __typename: "PublicEvmBlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  chainId: number;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
} | {
  __typename: "QuorumQBFTBlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  chainId: number;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
} | {
  __typename: "TezosBlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
} | {
  __typename: "TezosTestnetBlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
}>;
/**
 * Creates a function to create a new blockchain network.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that creates a new network with the provided configuration
 * @throws If the creation fails or validation errors occur
 */
declare const blockchainNetworkCreate: (gqlClient: GraphQLClient) => ((args: CreateBlockchainNetworkArgs) => Promise<BlockchainNetwork>);
/**
 * Creates a function to delete a blockchain network.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that deletes a network by unique name
 * @throws If the network cannot be found or the deletion fails
 */
declare const blockchainNetworkDelete: (gqlClient: GraphQLClient) => (blockchainNetworkUniqueName: string) => Promise<{
  __typename: "BesuIbftv2BlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  chainId: number;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
} | {
  __typename: "BesuQBFTBlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  chainId: number;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
} | {
  __typename: "FabricRaftBlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
} | {
  __typename: "PublicEvmBlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  chainId: number;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
} | {
  __typename: "QuorumQBFTBlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  chainId: number;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
} | {
  __typename: "TezosBlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
} | {
  __typename: "TezosTestnetBlockchainNetwork";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  })[];
}>;
/**
 * Creates a function to restart a blockchain network.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that restarts a network by unique name
 * @throws If the network cannot be found or the restart fails
 */
declare const blockchainNetworkRestart: (gqlClient: GraphQLClient) => (blockchainNetworkUniqueName: string) => Promise<BlockchainNetwork>;
/**
 * Creates a function to pause a blockchain network.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that pauses a network by unique name
 * @throws If the network cannot be found or the pause fails
 */
declare const blockchainNetworkPause: (gqlClient: GraphQLClient) => (blockchainNetworkUniqueName: string) => Promise<BlockchainNetwork>;
/**
 * Creates a function to resume a blockchain network.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that resumes a network by unique name
 * @throws If the network cannot be found or the resume fails
 */
declare const blockchainNetworkResume: (gqlClient: GraphQLClient) => (blockchainNetworkUniqueName: string) => Promise<BlockchainNetwork>;
//#endregion
//#region src/graphql/blockchain-node.d.ts
/**
 * Fragment containing core blockchain node fields.
 */
declare const BlockchainNodeFragment: gql_tada0.TadaDocumentNode<{
  __typename: "BesuIbftv2BlockchainNode";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  isEvm: boolean;
  endpoints: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  credentials: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  blockchainNetwork: {
    __typename?: "BesuIbftv2BlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "BesuQBFTBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "FabricRaftBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "PublicEvmBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "QuorumQBFTBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "TezosBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "TezosTestnetBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  };
  privateKeys: ({
    __typename?: "AccessibleEcdsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  } | {
    __typename?: "HdEcdsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  } | {
    __typename?: "HsmEcDsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  })[] | null;
} | {
  __typename: "BesuQBFTBlockchainNode";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  isEvm: boolean;
  endpoints: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  credentials: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  blockchainNetwork: {
    __typename?: "BesuIbftv2BlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "BesuQBFTBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "FabricRaftBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "PublicEvmBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "QuorumQBFTBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "TezosBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "TezosTestnetBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  };
  privateKeys: ({
    __typename?: "AccessibleEcdsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  } | {
    __typename?: "HdEcdsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  } | {
    __typename?: "HsmEcDsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  })[] | null;
} | {
  __typename: "CordaBlockchainNode";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  isEvm: boolean;
  endpoints: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  credentials: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  blockchainNetwork: {
    __typename?: "BesuIbftv2BlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "BesuQBFTBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "FabricRaftBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "PublicEvmBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "QuorumQBFTBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "TezosBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "TezosTestnetBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  };
  privateKeys: ({
    __typename?: "AccessibleEcdsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  } | {
    __typename?: "HdEcdsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  } | {
    __typename?: "HsmEcDsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  })[] | null;
} | {
  __typename: "FabricBlockchainNode";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  isEvm: boolean;
  endpoints: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  credentials: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  blockchainNetwork: {
    __typename?: "BesuIbftv2BlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "BesuQBFTBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "FabricRaftBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "PublicEvmBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "QuorumQBFTBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "TezosBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "TezosTestnetBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  };
  privateKeys: ({
    __typename?: "AccessibleEcdsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  } | {
    __typename?: "HdEcdsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  } | {
    __typename?: "HsmEcDsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  })[] | null;
} | {
  __typename: "GethCliqueBlockchainNode";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  isEvm: boolean;
  endpoints: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  credentials: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  blockchainNetwork: {
    __typename?: "BesuIbftv2BlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "BesuQBFTBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "FabricRaftBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "PublicEvmBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "QuorumQBFTBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "TezosBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "TezosTestnetBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  };
  privateKeys: ({
    __typename?: "AccessibleEcdsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  } | {
    __typename?: "HdEcdsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  } | {
    __typename?: "HsmEcDsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  })[] | null;
} | {
  __typename: "PolygonEdgeBlockchainNode";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  isEvm: boolean;
  endpoints: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  credentials: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  blockchainNetwork: {
    __typename?: "BesuIbftv2BlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "BesuQBFTBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "FabricRaftBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "PublicEvmBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "QuorumQBFTBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "TezosBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "TezosTestnetBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  };
  privateKeys: ({
    __typename?: "AccessibleEcdsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  } | {
    __typename?: "HdEcdsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  } | {
    __typename?: "HsmEcDsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  })[] | null;
} | {
  __typename: "PolygonSupernetBlockchainNode";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  isEvm: boolean;
  endpoints: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  credentials: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  blockchainNetwork: {
    __typename?: "BesuIbftv2BlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "BesuQBFTBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "FabricRaftBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "PublicEvmBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "QuorumQBFTBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "TezosBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "TezosTestnetBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  };
  privateKeys: ({
    __typename?: "AccessibleEcdsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  } | {
    __typename?: "HdEcdsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  } | {
    __typename?: "HsmEcDsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  })[] | null;
} | {
  __typename: "PublicEvmBlockchainNode";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  isEvm: boolean;
  endpoints: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  credentials: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  blockchainNetwork: {
    __typename?: "BesuIbftv2BlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "BesuQBFTBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "FabricRaftBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "PublicEvmBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "QuorumQBFTBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "TezosBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "TezosTestnetBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  };
  privateKeys: ({
    __typename?: "AccessibleEcdsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  } | {
    __typename?: "HdEcdsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  } | {
    __typename?: "HsmEcDsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  })[] | null;
} | {
  __typename: "QuorumQBFTBlockchainNode";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  isEvm: boolean;
  endpoints: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  credentials: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  blockchainNetwork: {
    __typename?: "BesuIbftv2BlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "BesuQBFTBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "FabricRaftBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "PublicEvmBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "QuorumQBFTBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "TezosBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "TezosTestnetBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  };
  privateKeys: ({
    __typename?: "AccessibleEcdsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  } | {
    __typename?: "HdEcdsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  } | {
    __typename?: "HsmEcDsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  })[] | null;
} | {
  __typename: "TezosBlockchainNode";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  isEvm: boolean;
  endpoints: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  credentials: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  blockchainNetwork: {
    __typename?: "BesuIbftv2BlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "BesuQBFTBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "FabricRaftBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "PublicEvmBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "QuorumQBFTBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "TezosBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "TezosTestnetBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  };
  privateKeys: ({
    __typename?: "AccessibleEcdsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  } | {
    __typename?: "HdEcdsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  } | {
    __typename?: "HsmEcDsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  })[] | null;
} | {
  __typename: "TezosTestnetBlockchainNode";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  isEvm: boolean;
  endpoints: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  credentials: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  blockchainNetwork: {
    __typename?: "BesuIbftv2BlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "BesuQBFTBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "FabricRaftBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "PublicEvmBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "QuorumQBFTBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
    chainId: number;
  } | {
    __typename?: "TezosBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "TezosTestnetBlockchainNetwork" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  };
  privateKeys: ({
    __typename?: "AccessibleEcdsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  } | {
    __typename?: "HdEcdsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  } | {
    __typename?: "HsmEcDsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    address: string | null;
  })[] | null;
}, {}, {
  fragment: "BlockchainNode";
  on: "BlockchainNode";
  masked: false;
}>;
/**
 * Type representing a blockchain node entity.
 */
type BlockchainNode = ResultOf<typeof BlockchainNodeFragment>;
/**
 * Mutation to create a blockchain node.
 */
declare const createBlockchainNode: gql_tada0.TadaDocumentNode<{
  createBlockchainNode: {
    __typename: "BesuIbftv2BlockchainNode";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    isEvm: boolean;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    blockchainNetwork: {
      __typename?: "BesuIbftv2BlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      chainId: number;
    } | {
      __typename?: "BesuQBFTBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      chainId: number;
    } | {
      __typename?: "FabricRaftBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "PublicEvmBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      chainId: number;
    } | {
      __typename?: "QuorumQBFTBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      chainId: number;
    } | {
      __typename?: "TezosBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "TezosTestnetBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    };
    privateKeys: ({
      __typename?: "AccessibleEcdsaP256PrivateKey" | undefined;
      id: string;
      name: string;
      privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
      address: string | null;
    } | {
      __typename?: "HdEcdsaP256PrivateKey" | undefined;
      id: string;
      name: string;
      privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
      address: string | null;
    } | {
      __typename?: "HsmEcDsaP256PrivateKey" | undefined;
      id: string;
      name: string;
      privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
      address: string | null;
    })[] | null;
  } | {
    __typename: "BesuQBFTBlockchainNode";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    isEvm: boolean;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    blockchainNetwork: {
      __typename?: "BesuIbftv2BlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      chainId: number;
    } | {
      __typename?: "BesuQBFTBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      chainId: number;
    } | {
      __typename?: "FabricRaftBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "PublicEvmBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      chainId: number;
    } | {
      __typename?: "QuorumQBFTBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      chainId: number;
    } | {
      __typename?: "TezosBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "TezosTestnetBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    };
    privateKeys: ({
      __typename?: "AccessibleEcdsaP256PrivateKey" | undefined;
      id: string;
      name: string;
      privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
      address: string | null;
    } | {
      __typename?: "HdEcdsaP256PrivateKey" | undefined;
      id: string;
      name: string;
      privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
      address: string | null;
    } | {
      __typename?: "HsmEcDsaP256PrivateKey" | undefined;
      id: string;
      name: string;
      privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
      address: string | null;
    })[] | null;
  } | {
    __typename: "FabricBlockchainNode";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    isEvm: boolean;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    blockchainNetwork: {
      __typename?: "BesuIbftv2BlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      chainId: number;
    } | {
      __typename?: "BesuQBFTBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      chainId: number;
    } | {
      __typename?: "FabricRaftBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "PublicEvmBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      chainId: number;
    } | {
      __typename?: "QuorumQBFTBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      chainId: number;
    } | {
      __typename?: "TezosBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "TezosTestnetBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    };
    privateKeys: ({
      __typename?: "AccessibleEcdsaP256PrivateKey" | undefined;
      id: string;
      name: string;
      privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
      address: string | null;
    } | {
      __typename?: "HdEcdsaP256PrivateKey" | undefined;
      id: string;
      name: string;
      privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
      address: string | null;
    } | {
      __typename?: "HsmEcDsaP256PrivateKey" | undefined;
      id: string;
      name: string;
      privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
      address: string | null;
    })[] | null;
  } | {
    __typename: "PublicEvmBlockchainNode";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    isEvm: boolean;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    blockchainNetwork: {
      __typename?: "BesuIbftv2BlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      chainId: number;
    } | {
      __typename?: "BesuQBFTBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      chainId: number;
    } | {
      __typename?: "FabricRaftBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "PublicEvmBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      chainId: number;
    } | {
      __typename?: "QuorumQBFTBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      chainId: number;
    } | {
      __typename?: "TezosBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "TezosTestnetBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    };
    privateKeys: ({
      __typename?: "AccessibleEcdsaP256PrivateKey" | undefined;
      id: string;
      name: string;
      privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
      address: string | null;
    } | {
      __typename?: "HdEcdsaP256PrivateKey" | undefined;
      id: string;
      name: string;
      privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
      address: string | null;
    } | {
      __typename?: "HsmEcDsaP256PrivateKey" | undefined;
      id: string;
      name: string;
      privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
      address: string | null;
    })[] | null;
  } | {
    __typename: "QuorumQBFTBlockchainNode";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    isEvm: boolean;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    blockchainNetwork: {
      __typename?: "BesuIbftv2BlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      chainId: number;
    } | {
      __typename?: "BesuQBFTBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      chainId: number;
    } | {
      __typename?: "FabricRaftBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "PublicEvmBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      chainId: number;
    } | {
      __typename?: "QuorumQBFTBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      chainId: number;
    } | {
      __typename?: "TezosBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "TezosTestnetBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    };
    privateKeys: ({
      __typename?: "AccessibleEcdsaP256PrivateKey" | undefined;
      id: string;
      name: string;
      privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
      address: string | null;
    } | {
      __typename?: "HdEcdsaP256PrivateKey" | undefined;
      id: string;
      name: string;
      privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
      address: string | null;
    } | {
      __typename?: "HsmEcDsaP256PrivateKey" | undefined;
      id: string;
      name: string;
      privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
      address: string | null;
    })[] | null;
  } | {
    __typename: "TezosBlockchainNode";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    isEvm: boolean;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    blockchainNetwork: {
      __typename?: "BesuIbftv2BlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      chainId: number;
    } | {
      __typename?: "BesuQBFTBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      chainId: number;
    } | {
      __typename?: "FabricRaftBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "PublicEvmBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      chainId: number;
    } | {
      __typename?: "QuorumQBFTBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      chainId: number;
    } | {
      __typename?: "TezosBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "TezosTestnetBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    };
    privateKeys: ({
      __typename?: "AccessibleEcdsaP256PrivateKey" | undefined;
      id: string;
      name: string;
      privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
      address: string | null;
    } | {
      __typename?: "HdEcdsaP256PrivateKey" | undefined;
      id: string;
      name: string;
      privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
      address: string | null;
    } | {
      __typename?: "HsmEcDsaP256PrivateKey" | undefined;
      id: string;
      name: string;
      privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
      address: string | null;
    })[] | null;
  } | {
    __typename: "TezosTestnetBlockchainNode";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    isEvm: boolean;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    blockchainNetwork: {
      __typename?: "BesuIbftv2BlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      chainId: number;
    } | {
      __typename?: "BesuQBFTBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      chainId: number;
    } | {
      __typename?: "FabricRaftBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "PublicEvmBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      chainId: number;
    } | {
      __typename?: "QuorumQBFTBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
      chainId: number;
    } | {
      __typename?: "TezosBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "TezosTestnetBlockchainNetwork" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    };
    privateKeys: ({
      __typename?: "AccessibleEcdsaP256PrivateKey" | undefined;
      id: string;
      name: string;
      privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
      address: string | null;
    } | {
      __typename?: "HdEcdsaP256PrivateKey" | undefined;
      id: string;
      name: string;
      privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
      address: string | null;
    } | {
      __typename?: "HsmEcDsaP256PrivateKey" | undefined;
      id: string;
      name: string;
      privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
      address: string | null;
    })[] | null;
  };
}, {
  keyMaterial?: string | null | undefined;
  nodeType?: "NON_VALIDATOR" | "VALIDATOR" | "NOTARY" | "ORDERER" | "PEER" | "UNSPECIFIED" | null | undefined;
  type?: "DEDICATED" | "SHARED" | null | undefined;
  size?: "CUSTOM" | "LARGE" | "MEDIUM" | "SMALL" | null | undefined;
  region: string;
  provider: string;
  name: string;
  blockchainNetworkId: string;
  applicationId: string;
}, void>;
/**
 * Arguments required to create a blockchain node.
 */
type CreateBlockchainNodeArgs = Omit<VariablesOf<typeof createBlockchainNode>, "applicationId" | "blockchainNetworkId"> & {
  applicationUniqueName: string;
  blockchainNetworkUniqueName: string;
};
/**
 * Creates a function to list blockchain nodes for an application.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that fetches blockchain nodes for an application
 * @throws If the application cannot be found or the request fails
 */
declare const blockchainNodeList: (gqlClient: GraphQLClient) => (applicationUniqueName: string) => Promise<BlockchainNode[]>;
/**
 * Creates a function to fetch a specific blockchain node.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that fetches a single blockchain node by unique name
 * @throws If the blockchain node cannot be found or the request fails
 */
declare const blockchainNodeRead: (gqlClient: GraphQLClient) => (blockchainNodeUniqueName: string) => Promise<BlockchainNode>;
/**
 * Creates a function to create a new blockchain node.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that creates a new blockchain node with the provided configuration
 * @throws If the creation fails or validation errors occur
 */
declare const blockchainNodeCreate: (gqlClient: GraphQLClient) => (args: CreateBlockchainNodeArgs) => Promise<BlockchainNode>;
/**
 * Creates a function to restart a blockchain node.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that restarts a blockchain node by unique name
 * @throws If the blockchain node cannot be found or the restart fails
 */
declare const blockchainNodeRestart: (gqlClient: GraphQLClient) => (blockchainNodeUniqueName: string) => Promise<BlockchainNode>;
/**
 * Creates a function to pause a blockchain node.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that pauses a blockchain node by unique name
 * @throws If the blockchain node cannot be found or the pause fails
 */
declare const blockchainNodePause: (gqlClient: GraphQLClient) => (blockchainNodeUniqueName: string) => Promise<BlockchainNode>;
/**
 * Creates a function to resume a blockchain node.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that resumes a blockchain node by unique name
 * @throws If the blockchain node cannot be found or the resume fails
 */
declare const blockchainNodeResume: (gqlClient: GraphQLClient) => (blockchainNodeUniqueName: string) => Promise<BlockchainNode>;
//#endregion
//#region src/graphql/custom-deployment.d.ts
/**
 * Fragment containing core custom deployment fields.
 */
declare const CustomDeploymentFragment: gql_tada0.TadaDocumentNode<{
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  endpoints: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  credentials: {
    id: string;
    label: string;
    displayValue: string;
  }[];
}, {}, {
  fragment: "CustomDeployment";
  on: "CustomDeployment";
  masked: false;
}>;
/**
 * Type representing a custom deployment entity.
 */
type CustomDeployment = ResultOf<typeof CustomDeploymentFragment>;
/**
 * Mutation to create a custom deployment.
 */
declare const createCustomDeployment: gql_tada0.TadaDocumentNode<{
  createCustomDeployment: {
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  };
}, {
  type?: "DEDICATED" | "SHARED" | null | undefined;
  size?: "CUSTOM" | "LARGE" | "MEDIUM" | "SMALL" | null | undefined;
  region: string;
  provider: string;
  port: number;
  environmentVariables?: Record<string, unknown> | null | undefined;
  imageRepository: string;
  imageName: string;
  imageTag: string;
  name: string;
  applicationId: string;
}, void>;
/**
 * Arguments required to create a custom deployment.
 */
type CreateCustomDeploymentArgs = Omit<VariablesOf<typeof createCustomDeployment>, "applicationId"> & {
  applicationUniqueName: string;
};
/**
 * Creates a function to list custom deployments for an application.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that fetches custom deployments for an application
 * @throws If the application cannot be found or the request fails
 */
declare const customdeploymentList: (gqlClient: GraphQLClient) => ((applicationUniqueName: string) => Promise<CustomDeployment[]>);
/**
 * Creates a function to fetch a specific custom deployment.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that fetches a single custom deployment by unique name
 * @throws If the custom deployment cannot be found or the request fails
 */
declare const customdeploymentRead: (gqlClient: GraphQLClient) => ((customDeploymentUniqueName: string) => Promise<CustomDeployment>);
/**
 * Creates a function to update a custom deployment.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that updates a custom deployment with a new image tag
 * @throws If the custom deployment cannot be found or the update fails
 */
declare const customdeploymentUpdate: (gqlClient: GraphQLClient) => ((customDeploymentUniqueName: string, imageTag: string) => Promise<CustomDeployment>);
/**
 * Creates a function to create a new custom deployment.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that creates a new custom deployment with the provided configuration
 * @throws If the creation fails or validation errors occur
 */
declare const customdeploymentCreate: (gqlClient: GraphQLClient) => ((args: CreateCustomDeploymentArgs) => Promise<CustomDeployment>);
/**
 * Creates a function to restart a custom deployment.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that restarts a custom deployment by unique name
 * @throws If the custom deployment cannot be found or the restart fails
 */
declare const customDeploymentRestart: (gqlClient: GraphQLClient) => (customDeploymentUniqueName: string) => Promise<CustomDeployment>;
/**
 * Creates a function to pause a custom deployment.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that pauses a custom deployment by unique name
 * @throws If the custom deployment cannot be found or the pause fails
 */
declare const customDeploymentPause: (gqlClient: GraphQLClient) => (customDeploymentUniqueName: string) => Promise<CustomDeployment>;
/**
 * Creates a function to resume a custom deployment.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that resumes a custom deployment by unique name
 * @throws If the custom deployment cannot be found or the resume fails
 */
declare const customDeploymentResume: (gqlClient: GraphQLClient) => (customDeploymentUniqueName: string) => Promise<CustomDeployment>;
//#endregion
//#region src/graphql/insights.d.ts
/**
 * GraphQL fragment containing core insights fields.
 */
declare const InsightsFragment: gql_tada0.TadaDocumentNode<{
  __typename: "BlockchainExplorer";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  insightsCategory: "BLOCKCHAIN_EXPLORER" | "HYPERLEDGER_EXPLORER" | "OTTERSCAN_BLOCKCHAIN_EXPLORER";
  endpoints: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  credentials: {
    id: string;
    label: string;
    displayValue: string;
  }[];
} | {
  __typename: "HyperledgerExplorer";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  insightsCategory: "BLOCKCHAIN_EXPLORER" | "HYPERLEDGER_EXPLORER" | "OTTERSCAN_BLOCKCHAIN_EXPLORER";
  endpoints: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  credentials: {
    id: string;
    label: string;
    displayValue: string;
  }[];
} | {
  __typename: "OtterscanBlockchainExplorer";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  insightsCategory: "BLOCKCHAIN_EXPLORER" | "HYPERLEDGER_EXPLORER" | "OTTERSCAN_BLOCKCHAIN_EXPLORER";
  endpoints: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  credentials: {
    id: string;
    label: string;
    displayValue: string;
  }[];
}, {}, {
  fragment: "Insights";
  on: "Insights";
  masked: false;
}>;
/**
 * Type representing an insights entity.
 */
type Insights = ResultOf<typeof InsightsFragment>;
/**
 * Mutation to create insights.
 */
declare const createInsights: gql_tada0.TadaDocumentNode<{
  createInsights: {
    __typename: "BlockchainExplorer";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    insightsCategory: "BLOCKCHAIN_EXPLORER" | "HYPERLEDGER_EXPLORER" | "OTTERSCAN_BLOCKCHAIN_EXPLORER";
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename: "HyperledgerExplorer";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    insightsCategory: "BLOCKCHAIN_EXPLORER" | "HYPERLEDGER_EXPLORER" | "OTTERSCAN_BLOCKCHAIN_EXPLORER";
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename: "OtterscanBlockchainExplorer";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    insightsCategory: "BLOCKCHAIN_EXPLORER" | "HYPERLEDGER_EXPLORER" | "OTTERSCAN_BLOCKCHAIN_EXPLORER";
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  };
}, {
  loadBalancer?: string | null | undefined;
  blockchainNode?: string | null | undefined;
  type?: "DEDICATED" | "SHARED" | null | undefined;
  size?: "CUSTOM" | "LARGE" | "MEDIUM" | "SMALL" | null | undefined;
  region: string;
  provider: string;
  insightsCategory: "BLOCKCHAIN_EXPLORER" | "HYPERLEDGER_EXPLORER" | "OTTERSCAN_BLOCKCHAIN_EXPLORER";
  name: string;
  applicationId: string;
}, void>;
/**
 * Arguments required to create insights.
 */
type CreateInsightsArgs = Omit<VariablesOf<typeof createInsights>, "applicationId" | "blockchainNode" | "loadBalancer"> & {
  applicationUniqueName: string;
  blockchainNodeUniqueName?: string;
  loadBalancerUniqueName?: string;
};
/**
 * Creates a function to list insights for an application.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that fetches insights for an application
 * @throws If the application cannot be found or the request fails
 */
declare const insightsList: (gqlClient: GraphQLClient) => ((applicationUniqueName: string) => Promise<Insights[]>);
/**
 * Creates a function to fetch a specific insight.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that fetches a single insight by unique name
 * @throws If the insight cannot be found or the request fails
 */
declare const insightsRead: (gqlClient: GraphQLClient) => ((insightsUniqueName: string) => Promise<Insights>);
/**
 * Creates a function to create new insights.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that creates new insights with the provided configuration
 * @throws If the creation fails or validation errors occur
 */
declare const insightsCreate: (gqlClient: GraphQLClient) => ((args: CreateInsightsArgs) => Promise<Insights>);
/**
 * Creates a function to restart insights.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that restarts insights by unique name
 * @throws If the insights cannot be found or the restart fails
 */
declare const insightsRestart: (gqlClient: GraphQLClient) => (insightsUniqueName: string) => Promise<Insights>;
/**
 * Creates a function to pause insights.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that pauses insights by unique name
 * @throws If the insights cannot be found or the pause fails
 */
declare const insightsPause: (gqlClient: GraphQLClient) => (insightsUniqueName: string) => Promise<Insights>;
/**
 * Creates a function to resume insights.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that resumes insights by unique name
 * @throws If the insights cannot be found or the resume fails
 */
declare const insightsResume: (gqlClient: GraphQLClient) => (insightsUniqueName: string) => Promise<Insights>;
//#endregion
//#region src/graphql/integration-tool.d.ts
/**
 * GraphQL fragment containing core integration fields.
 */
declare const IntegrationFragment: gql_tada0.TadaDocumentNode<{
  __typename: "Chainlink";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  integrationType: "CHAINLINK" | "HASURA" | "HA_HASURA" | "INTEGRATION_STUDIO";
  endpoints: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  credentials: {
    id: string;
    label: string;
    displayValue: string;
  }[];
} | {
  __typename: "HAHasura";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  integrationType: "CHAINLINK" | "HASURA" | "HA_HASURA" | "INTEGRATION_STUDIO";
  endpoints: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  credentials: {
    id: string;
    label: string;
    displayValue: string;
  }[];
} | {
  __typename: "Hasura";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  integrationType: "CHAINLINK" | "HASURA" | "HA_HASURA" | "INTEGRATION_STUDIO";
  endpoints: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  credentials: {
    id: string;
    label: string;
    displayValue: string;
  }[];
} | {
  __typename: "IntegrationStudio";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  integrationType: "CHAINLINK" | "HASURA" | "HA_HASURA" | "INTEGRATION_STUDIO";
  endpoints: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  credentials: {
    id: string;
    label: string;
    displayValue: string;
  }[];
}, {}, {
  fragment: "Integration";
  on: "Integration";
  masked: false;
}>;
/**
 * Type representing an integration tool entity.
 */
type IntegrationTool = ResultOf<typeof IntegrationFragment>;
/**
 * Mutation to create a new integration.
 */
declare const createIntegration: gql_tada0.TadaDocumentNode<{
  createIntegration: {
    __typename: "Chainlink";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    integrationType: "CHAINLINK" | "HASURA" | "HA_HASURA" | "INTEGRATION_STUDIO";
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename: "HAHasura";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    integrationType: "CHAINLINK" | "HASURA" | "HA_HASURA" | "INTEGRATION_STUDIO";
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename: "Hasura";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    integrationType: "CHAINLINK" | "HASURA" | "HA_HASURA" | "INTEGRATION_STUDIO";
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename: "IntegrationStudio";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    integrationType: "CHAINLINK" | "HASURA" | "HA_HASURA" | "INTEGRATION_STUDIO";
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  };
}, {
  type?: "DEDICATED" | "SHARED" | null | undefined;
  size?: "CUSTOM" | "LARGE" | "MEDIUM" | "SMALL" | null | undefined;
  region: string;
  provider: string;
  integrationType: "CHAINLINK" | "HASURA" | "HA_HASURA" | "INTEGRATION_STUDIO";
  name: string;
  applicationId: string;
}, void>;
/**
 * Arguments required to create an integration tool.
 */
type CreateIntegrationToolArgs = Omit<VariablesOf<typeof createIntegration>, "applicationId"> & {
  applicationUniqueName: string;
};
/**
 * Creates a function to list integration tools for an application.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that fetches integration tools for an application
 * @throws If the application cannot be found or the request fails
 */
declare const integrationToolList: (gqlClient: GraphQLClient) => ((applicationUniqueName: string) => Promise<IntegrationTool[]>);
/**
 * Creates a function to fetch a specific integration tool.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that fetches a single integration tool by unique name
 * @throws If the integration tool cannot be found or the request fails
 */
declare const integrationToolRead: (gqlClient: GraphQLClient) => ((integrationUniqueName: string) => Promise<IntegrationTool>);
/**
 * Creates a function to create a new integration tool.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that creates new integration tool with the provided configuration
 * @throws If the creation fails or validation errors occur
 */
declare const integrationToolCreate: (gqlClient: GraphQLClient) => ((args: CreateIntegrationToolArgs) => Promise<IntegrationTool>);
/**
 * Creates a function to restart an integration tool.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that restarts integration tool by unique name
 * @throws If the integration tool cannot be found or the restart fails
 */
declare const integrationToolRestart: (gqlClient: GraphQLClient) => (integrationUniqueName: string) => Promise<IntegrationTool>;
/**
 * Creates a function to pause an integration tool.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that pauses integration tool by unique name
 * @throws If the integration tool cannot be found or the pause fails
 */
declare const integrationToolPause: (gqlClient: GraphQLClient) => (integrationUniqueName: string) => Promise<IntegrationTool>;
/**
 * Creates a function to resume an integration tool.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that resumes integration tool by unique name
 * @throws If the integration tool cannot be found or the resume fails
 */
declare const integrationToolResume: (gqlClient: GraphQLClient) => (integrationUniqueName: string) => Promise<IntegrationTool>;
//#endregion
//#region src/graphql/load-balancer.d.ts
/**
 * GraphQL fragment containing core load balancer fields.
 */
declare const LoadBalancerFragment: gql_tada0.TadaDocumentNode<{
  __typename: "EVMLoadBalancer";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  endpoints: {
    id: string;
    label: string;
    displayValue: string;
  }[];
} | {
  __typename: "FabricLoadBalancer";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  endpoints: {
    id: string;
    label: string;
    displayValue: string;
  }[];
}, {}, {
  fragment: "LoadBalancer";
  on: "LoadBalancer";
  masked: false;
}>;
/**
 * Type representing a load balancer entity.
 */
type LoadBalancer = ResultOf<typeof LoadBalancerFragment>;
/**
 * Mutation to create a load balancer.
 */
declare const createLoadBalancer: gql_tada0.TadaDocumentNode<{
  createLoadBalancer: {
    __typename: "EVMLoadBalancer";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename: "FabricLoadBalancer";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  };
}, {
  connectedNodes: string[];
  type?: "DEDICATED" | "SHARED" | null | undefined;
  size?: "CUSTOM" | "LARGE" | "MEDIUM" | "SMALL" | null | undefined;
  region: string;
  provider: string;
  name: string;
  blockchainNetworkId: string;
  applicationId: string;
}, void>;
/**
 * Arguments required to create a load balancer.
 */
type CreateLoadBalancerArgs = Omit<VariablesOf<typeof createLoadBalancer>, "applicationId" | "blockchainNetworkId" | "connectedNodes"> & {
  applicationUniqueName: string;
  blockchainNetworkUniqueName: string;
  connectedNodesUniqueNames: string[];
};
/**
 * Creates a function to fetch a specific load balancer.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that fetches a single load balancer by unique name
 * @throws If the load balancer cannot be found or the request fails
 */
declare const loadBalancerRead: (gqlClient: GraphQLClient) => ((loadBalancerUniqueName: string) => Promise<LoadBalancer>);
/**
 * Creates a function to list load balancers for an application.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that fetches load balancers for an application
 * @throws If the application cannot be found or the request fails
 */
declare const loadBalancerList: (gqlClient: GraphQLClient) => (applicationUniqueName: string) => Promise<LoadBalancer[]>;
/**
 * Creates a function to create a load balancer.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that creates a load balancer
 * @throws If the load balancer cannot be created or the request fails
 */
declare const loadBalancerCreate: (gqlClient: GraphQLClient) => (args: CreateLoadBalancerArgs) => Promise<LoadBalancer>;
/**
 * Creates a function to restart a load balancer.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that restarts a load balancer
 * @throws If the load balancer cannot be restarted or the request fails
 */
declare const loadBalancerRestart: (gqlClient: GraphQLClient) => (loadBalancerUniqueName: string) => Promise<LoadBalancer>;
/**
 * Creates a function to pause a load balancer.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that pauses a load balancer
 * @throws If the load balancer cannot be paused or the request fails
 */
declare const loadBalancerPause: (gqlClient: GraphQLClient) => (loadBalancerUniqueName: string) => Promise<LoadBalancer>;
/**
 * Creates a function to resume a load balancer.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that resumes a load balancer
 * @throws If the load balancer cannot be resumed or the request fails
 */
declare const loadBalancerResume: (gqlClient: GraphQLClient) => (loadBalancerUniqueName: string) => Promise<LoadBalancer>;
//#endregion
//#region src/graphql/middleware.d.ts
/**
 * GraphQL fragment containing core middleware fields.
 */
declare const MiddlewareFragment: gql_tada0.TadaDocumentNode<{
  __typename: "AttestationIndexerMiddleware";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  interface: "ATTESTATION_INDEXER" | "BESU" | "FIREFLY_FABCONNECT" | "GRAPH" | "HA_GRAPH" | "HA_GRAPH_POSTGRES" | "SMART_CONTRACT_PORTAL";
  entityVersion: number | null;
  serviceUrl: string;
  endpoints: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  credentials: {
    id: string;
    label: string;
    displayValue: string;
  }[];
} | {
  __typename: "BesuMiddleware";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  interface: "ATTESTATION_INDEXER" | "BESU" | "FIREFLY_FABCONNECT" | "GRAPH" | "HA_GRAPH" | "HA_GRAPH_POSTGRES" | "SMART_CONTRACT_PORTAL";
  entityVersion: number | null;
  serviceUrl: string;
  endpoints: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  credentials: {
    id: string;
    label: string;
    displayValue: string;
  }[];
} | {
  __typename: "FireflyFabconnectMiddleware";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  interface: "ATTESTATION_INDEXER" | "BESU" | "FIREFLY_FABCONNECT" | "GRAPH" | "HA_GRAPH" | "HA_GRAPH_POSTGRES" | "SMART_CONTRACT_PORTAL";
  entityVersion: number | null;
  serviceUrl: string;
  endpoints: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  credentials: {
    id: string;
    label: string;
    displayValue: string;
  }[];
} | {
  __typename: "GraphMiddleware";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  interface: "ATTESTATION_INDEXER" | "BESU" | "FIREFLY_FABCONNECT" | "GRAPH" | "HA_GRAPH" | "HA_GRAPH_POSTGRES" | "SMART_CONTRACT_PORTAL";
  entityVersion: number | null;
  serviceUrl: string;
  endpoints: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  credentials: {
    id: string;
    label: string;
    displayValue: string;
  }[];
} | {
  __typename: "HAGraphMiddleware";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  interface: "ATTESTATION_INDEXER" | "BESU" | "FIREFLY_FABCONNECT" | "GRAPH" | "HA_GRAPH" | "HA_GRAPH_POSTGRES" | "SMART_CONTRACT_PORTAL";
  entityVersion: number | null;
  serviceUrl: string;
  endpoints: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  credentials: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  specVersion: string;
} | {
  __typename: "HAGraphPostgresMiddleware";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  interface: "ATTESTATION_INDEXER" | "BESU" | "FIREFLY_FABCONNECT" | "GRAPH" | "HA_GRAPH" | "HA_GRAPH_POSTGRES" | "SMART_CONTRACT_PORTAL";
  entityVersion: number | null;
  serviceUrl: string;
  endpoints: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  credentials: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  specVersion: string;
} | {
  __typename: "SmartContractPortalMiddleware";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  interface: "ATTESTATION_INDEXER" | "BESU" | "FIREFLY_FABCONNECT" | "GRAPH" | "HA_GRAPH" | "HA_GRAPH_POSTGRES" | "SMART_CONTRACT_PORTAL";
  entityVersion: number | null;
  serviceUrl: string;
  endpoints: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  credentials: {
    id: string;
    label: string;
    displayValue: string;
  }[];
}, {}, {
  fragment: "Middleware";
  on: "Middleware";
  masked: false;
}>;
/**
 * Type representing a middleware entity.
 */
type Middleware = ResultOf<typeof MiddlewareFragment>;
/**
 * Query to fetch a specific middleware with subgraphs.
 */
declare const getGraphMiddlewareSubgraphs: gql_tada0.TadaDocumentNode<{
  middlewareByUniqueName: {
    __typename: "AttestationIndexerMiddleware";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    interface: "ATTESTATION_INDEXER" | "BESU" | "FIREFLY_FABCONNECT" | "GRAPH" | "HA_GRAPH" | "HA_GRAPH_POSTGRES" | "SMART_CONTRACT_PORTAL";
    entityVersion: number | null;
    serviceUrl: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename: "BesuMiddleware";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    interface: "ATTESTATION_INDEXER" | "BESU" | "FIREFLY_FABCONNECT" | "GRAPH" | "HA_GRAPH" | "HA_GRAPH_POSTGRES" | "SMART_CONTRACT_PORTAL";
    entityVersion: number | null;
    serviceUrl: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename: "FireflyFabconnectMiddleware";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    interface: "ATTESTATION_INDEXER" | "BESU" | "FIREFLY_FABCONNECT" | "GRAPH" | "HA_GRAPH" | "HA_GRAPH_POSTGRES" | "SMART_CONTRACT_PORTAL";
    entityVersion: number | null;
    serviceUrl: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename: "GraphMiddleware";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    interface: "ATTESTATION_INDEXER" | "BESU" | "FIREFLY_FABCONNECT" | "GRAPH" | "HA_GRAPH" | "HA_GRAPH_POSTGRES" | "SMART_CONTRACT_PORTAL";
    entityVersion: number | null;
    serviceUrl: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename: "HAGraphMiddleware";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    interface: "ATTESTATION_INDEXER" | "BESU" | "FIREFLY_FABCONNECT" | "GRAPH" | "HA_GRAPH" | "HA_GRAPH_POSTGRES" | "SMART_CONTRACT_PORTAL";
    entityVersion: number | null;
    serviceUrl: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    specVersion: string;
    subgraphs: {
      name: string;
      graphqlQueryEndpoint: {
        displayValue: string;
        id: string;
      };
    }[];
  } | {
    __typename: "HAGraphPostgresMiddleware";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    interface: "ATTESTATION_INDEXER" | "BESU" | "FIREFLY_FABCONNECT" | "GRAPH" | "HA_GRAPH" | "HA_GRAPH_POSTGRES" | "SMART_CONTRACT_PORTAL";
    entityVersion: number | null;
    serviceUrl: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    specVersion: string;
    subgraphs: {
      name: string;
      graphqlQueryEndpoint: {
        displayValue: string;
        id: string;
      };
    }[];
  } | {
    __typename: "SmartContractPortalMiddleware";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    interface: "ATTESTATION_INDEXER" | "BESU" | "FIREFLY_FABCONNECT" | "GRAPH" | "HA_GRAPH" | "HA_GRAPH_POSTGRES" | "SMART_CONTRACT_PORTAL";
    entityVersion: number | null;
    serviceUrl: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  };
}, {
  noCache?: boolean | null | undefined;
  uniqueName: string;
}, void>;
/**
 * Type representing a middleware entity with subgraphs.
 */
type MiddlewareWithSubgraphs = ResultOf<typeof getGraphMiddlewareSubgraphs>["middlewareByUniqueName"];
/**
 * Mutation to create a new middleware.
 */
declare const createMiddleware: gql_tada0.TadaDocumentNode<{
  createMiddleware: {
    __typename: "AttestationIndexerMiddleware";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    interface: "ATTESTATION_INDEXER" | "BESU" | "FIREFLY_FABCONNECT" | "GRAPH" | "HA_GRAPH" | "HA_GRAPH_POSTGRES" | "SMART_CONTRACT_PORTAL";
    entityVersion: number | null;
    serviceUrl: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename: "BesuMiddleware";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    interface: "ATTESTATION_INDEXER" | "BESU" | "FIREFLY_FABCONNECT" | "GRAPH" | "HA_GRAPH" | "HA_GRAPH_POSTGRES" | "SMART_CONTRACT_PORTAL";
    entityVersion: number | null;
    serviceUrl: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename: "FireflyFabconnectMiddleware";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    interface: "ATTESTATION_INDEXER" | "BESU" | "FIREFLY_FABCONNECT" | "GRAPH" | "HA_GRAPH" | "HA_GRAPH_POSTGRES" | "SMART_CONTRACT_PORTAL";
    entityVersion: number | null;
    serviceUrl: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename: "GraphMiddleware";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    interface: "ATTESTATION_INDEXER" | "BESU" | "FIREFLY_FABCONNECT" | "GRAPH" | "HA_GRAPH" | "HA_GRAPH_POSTGRES" | "SMART_CONTRACT_PORTAL";
    entityVersion: number | null;
    serviceUrl: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename: "SmartContractPortalMiddleware";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    interface: "ATTESTATION_INDEXER" | "BESU" | "FIREFLY_FABCONNECT" | "GRAPH" | "HA_GRAPH" | "HA_GRAPH_POSTGRES" | "SMART_CONTRACT_PORTAL";
    entityVersion: number | null;
    serviceUrl: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename: "HAGraphMiddleware";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    interface: "ATTESTATION_INDEXER" | "BESU" | "FIREFLY_FABCONNECT" | "GRAPH" | "HA_GRAPH" | "HA_GRAPH_POSTGRES" | "SMART_CONTRACT_PORTAL";
    entityVersion: number | null;
    serviceUrl: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    specVersion: string;
  } | {
    __typename: "HAGraphPostgresMiddleware";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    interface: "ATTESTATION_INDEXER" | "BESU" | "FIREFLY_FABCONNECT" | "GRAPH" | "HA_GRAPH" | "HA_GRAPH_POSTGRES" | "SMART_CONTRACT_PORTAL";
    entityVersion: number | null;
    serviceUrl: string;
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    specVersion: string;
  };
}, {
  includePredeployedAbis?: string[] | null | undefined;
  abis?: {
    name: string;
    abi: string;
  }[] | null | undefined;
  loadBalancerId?: string | null | undefined;
  blockchainNodeId?: string | null | undefined;
  storageId?: string | null | undefined;
  interface: "ATTESTATION_INDEXER" | "BESU" | "FIREFLY_FABCONNECT" | "GRAPH" | "HA_GRAPH" | "HA_GRAPH_POSTGRES" | "SMART_CONTRACT_PORTAL";
  type?: "DEDICATED" | "SHARED" | null | undefined;
  size?: "CUSTOM" | "LARGE" | "MEDIUM" | "SMALL" | null | undefined;
  region: string;
  provider: string;
  name: string;
  applicationId: string;
}, void>;
/**
 * Arguments required to create a middleware.
 */
type CreateMiddlewareArgs = Omit<VariablesOf<typeof createMiddleware>, "applicationId" | "blockchainNodeId" | "loadBalancerId" | "storageId"> & {
  applicationUniqueName: string;
  blockchainNodeUniqueName?: string;
  loadBalancerUniqueName?: string;
  storageUniqueName?: string;
};
/**
 * Creates a function to list middlewares for an application.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that fetches middlewares for an application
 * @throws If the application cannot be found or the request fails
 */
declare const middlewareList: (gqlClient: GraphQLClient) => ((applicationUniqueName: string) => Promise<Middleware[]>);
/**
 * Creates a function to fetch a specific middleware.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that fetches a single middleware by unique name
 * @throws If the middleware cannot be found or the request fails
 */
declare const middlewareRead: (gqlClient: GraphQLClient) => ((middlewareUniqueName: string) => Promise<Middleware>);
/**
 * Creates a function to fetch a specific middleware.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that fetches a single middleware by unique name
 * @throws If the middleware cannot be found or the request fails
 */
declare const graphMiddlewareSubgraphs: (gqlClient: GraphQLClient) => ((middlewareUniqueName: string, noCache?: boolean) => Promise<MiddlewareWithSubgraphs>);
/**
 * Creates a function to create a new middleware.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that creates new middleware with the provided configuration
 * @throws If the creation fails or validation errors occur
 */
declare const middlewareCreate: (gqlClient: GraphQLClient) => ((args: CreateMiddlewareArgs) => Promise<Middleware>);
/**
 * Creates a function to restart a middleware.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that restarts middleware by unique name
 * @throws If the middleware cannot be found or the restart fails
 */
declare const middlewareRestart: (gqlClient: GraphQLClient) => (middlewareUniqueName: string) => Promise<Middleware>;
/**
 * Creates a function to pause a middleware.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that pauses middleware by unique name
 * @throws If the middleware cannot be found or the pause fails
 */
declare const middlewarePause: (gqlClient: GraphQLClient) => (middlewareUniqueName: string) => Promise<Middleware>;
/**
 * Creates a function to resume a middleware.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that resumes middleware by unique name
 * @throws If the middleware cannot be found or the resume fails
 */
declare const middlewareResume: (gqlClient: GraphQLClient) => (middlewareUniqueName: string) => Promise<Middleware>;
//#endregion
//#region src/graphql/platform.d.ts
/**
 * GraphQL query to fetch platform configuration.
 */
declare const getPlatformConfigQuery: gql_tada0.TadaDocumentNode<{
  config: {
    smartContractSets: {
      id: string;
      sets: {
        id: string;
        name: string;
        featureflagged: boolean;
        image: {
          repository: string;
          tag: string;
          registry: string;
        };
      }[];
    };
    deploymentEngineTargets: {
      id: string;
      name: string;
      disabled: boolean;
      clusters: {
        id: string;
        name: string;
        disabled: boolean;
      }[];
    }[];
    preDeployedAbis: {
      id: string;
      featureflagged: boolean;
      abis: string[];
      label: string;
    }[];
    sdkVersion: string;
    kits: {
      id: string;
      name: string;
      description: string;
      npmPackageName: string;
    }[];
  };
}, {}, void>;
/**
 * Type representing the platform configuration.
 */
type PlatformConfig = ResultOf<typeof getPlatformConfigQuery>["config"];
/**
 * Creates a function to fetch the platform configuration.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that fetches the platform configuration
 * @throws If the request fails
 */
declare const getPlatformConfig: (gqlClient: GraphQLClient) => () => Promise<PlatformConfig>;
//#endregion
//#region src/graphql/private-key.d.ts
/**
 * GraphQL fragment containing core private key fields.
 */
declare const PrivateKeyFragment: gql_tada0.TadaDocumentNode<{
  __typename: "AccessibleEcdsaP256PrivateKey";
  id: string;
  uniqueName: string;
  name: string;
  privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  address: string | null;
  trustedForwarderName: string | null;
  trustedForwarderAddress: string | null;
  relayerKey: {
    __typename?: "AccessibleEcdsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "HdEcdsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "HsmEcDsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | null;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  })[] | null;
} | {
  __typename: "HdEcdsaP256PrivateKey";
  id: string;
  uniqueName: string;
  name: string;
  privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  address: string | null;
  trustedForwarderName: string | null;
  trustedForwarderAddress: string | null;
  relayerKey: {
    __typename?: "AccessibleEcdsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "HdEcdsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "HsmEcDsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | null;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  })[] | null;
} | {
  __typename: "HsmEcDsaP256PrivateKey";
  id: string;
  uniqueName: string;
  name: string;
  privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  address: string | null;
  trustedForwarderName: string | null;
  trustedForwarderAddress: string | null;
  relayerKey: {
    __typename?: "AccessibleEcdsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "HdEcdsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "HsmEcDsaP256PrivateKey" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | null;
  blockchainNodes: ({
    __typename?: "BesuIbftv2BlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "BesuQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "FabricBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "PublicEvmBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "QuorumQBFTBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "TezosBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  } | {
    __typename?: "TezosTestnetBlockchainNode" | undefined;
    id: string;
    name: string;
    uniqueName: string;
  })[] | null;
}, {}, {
  fragment: "PrivateKey";
  on: "PrivateKey";
  masked: false;
}>;
/**
 * Type representing a private key entity.
 */
type PrivateKey = ResultOf<typeof PrivateKeyFragment>;
/**
 * Mutation to create a new private key.
 */
declare const createPrivateKey: gql_tada0.TadaDocumentNode<{
  createPrivateKey: {
    __typename: "AccessibleEcdsaP256PrivateKey";
    id: string;
    uniqueName: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    address: string | null;
    trustedForwarderName: string | null;
    trustedForwarderAddress: string | null;
    relayerKey: {
      __typename?: "AccessibleEcdsaP256PrivateKey" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "HdEcdsaP256PrivateKey" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "HsmEcDsaP256PrivateKey" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | null;
    blockchainNodes: ({
      __typename?: "BesuIbftv2BlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "BesuQBFTBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "FabricBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "PublicEvmBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "QuorumQBFTBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "TezosBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "TezosTestnetBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    })[] | null;
  } | {
    __typename: "HdEcdsaP256PrivateKey";
    id: string;
    uniqueName: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    address: string | null;
    trustedForwarderName: string | null;
    trustedForwarderAddress: string | null;
    relayerKey: {
      __typename?: "AccessibleEcdsaP256PrivateKey" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "HdEcdsaP256PrivateKey" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "HsmEcDsaP256PrivateKey" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | null;
    blockchainNodes: ({
      __typename?: "BesuIbftv2BlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "BesuQBFTBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "FabricBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "PublicEvmBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "QuorumQBFTBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "TezosBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "TezosTestnetBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    })[] | null;
  } | {
    __typename: "HsmEcDsaP256PrivateKey";
    id: string;
    uniqueName: string;
    name: string;
    privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    address: string | null;
    trustedForwarderName: string | null;
    trustedForwarderAddress: string | null;
    relayerKey: {
      __typename?: "AccessibleEcdsaP256PrivateKey" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "HdEcdsaP256PrivateKey" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "HsmEcDsaP256PrivateKey" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | null;
    blockchainNodes: ({
      __typename?: "BesuIbftv2BlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "BesuQBFTBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "FabricBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "PublicEvmBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "QuorumQBFTBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "TezosBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    } | {
      __typename?: "TezosTestnetBlockchainNode" | undefined;
      id: string;
      name: string;
      uniqueName: string;
    })[] | null;
  };
}, {
  relayerKey?: string | null | undefined;
  trustedForwarderAddress?: string | null | undefined;
  trustedForwarderName?: string | null | undefined;
  blockchainNodes?: string[] | null | undefined;
  type?: "DEDICATED" | "SHARED" | null | undefined;
  size?: "CUSTOM" | "LARGE" | "MEDIUM" | "SMALL" | null | undefined;
  region: string;
  provider: string;
  privateKeyType: "ACCESSIBLE_ECDSA_P256" | "HD_ECDSA_P256" | "HSM_ECDSA_P256";
  name: string;
  applicationId: string;
}, void>;
/**
 * Arguments required to create a private key.
 */
type CreatePrivateKeyArgs = Omit<VariablesOf<typeof createPrivateKey>, "applicationId" | "blockchainNodes" | "region" | "provider" | "size" | "type" | "relayerKey"> & {
  applicationUniqueName: string;
  blockchainNodeUniqueNames?: string[];
  relayerKeyUniqueName?: string;
};
/**
 * Creates a function to list private keys for an application.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that fetches private keys for an application
 * @throws If the application cannot be found or the request fails
 */
declare const privateKeyList: (gqlClient: GraphQLClient) => ((applicationUniqueName: string) => Promise<PrivateKey[]>);
/**
 * Creates a function to fetch a specific private key.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that fetches a single private key by unique name
 * @throws If the private key cannot be found or the request fails
 */
declare const privatekeyRead: (gqlClient: GraphQLClient) => ((privateKeyUniqueName: string) => Promise<PrivateKey>);
/**
 * Creates a function to create a new private key.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that creates new private key with the provided configuration
 * @throws If the creation fails or validation errors occur
 */
declare const privateKeyCreate: (gqlClient: GraphQLClient) => ((args: CreatePrivateKeyArgs) => Promise<PrivateKey>);
/**
 * Creates a function to restart a private key.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that restarts private key by unique name
 * @throws If the private key cannot be found or the restart fails
 */
declare const privateKeyRestart: (gqlClient: GraphQLClient) => (privateKeyUniqueName: string) => Promise<PrivateKey>;
/**
 * Creates a function to pause a private key.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that pauses private key by unique name
 * @throws If the private key cannot be found or the pause fails
 */
declare const privateKeyPause: (gqlClient: GraphQLClient) => (privateKeyUniqueName: string) => Promise<PrivateKey>;
/**
 * Creates a function to resume a private key.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that resumes private key by unique name
 * @throws If the private key cannot be found or the resume fails
 */
declare const privateKeyResume: (gqlClient: GraphQLClient) => (privateKeyUniqueName: string) => Promise<PrivateKey>;
//#endregion
//#region src/graphql/storage.d.ts
/**
 * GraphQL fragment containing core storage fields.
 */
declare const StorageFragment: gql_tada0.TadaDocumentNode<{
  __typename: "IPFSStorage";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  storageProtocol: "IPFS" | "MINIO";
  endpoints: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  credentials: {
    id: string;
    label: string;
    displayValue: string;
  }[];
} | {
  __typename: "MinioStorage";
  id: string;
  uniqueName: string;
  name: string;
  status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
  healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
  provider: string;
  region: string;
  storageProtocol: "IPFS" | "MINIO";
  endpoints: {
    id: string;
    label: string;
    displayValue: string;
  }[];
  credentials: {
    id: string;
    label: string;
    displayValue: string;
  }[];
}, {}, {
  fragment: "Storage";
  on: "Storage";
  masked: false;
}>;
/**
 * Type representing a storage entity.
 */
type Storage = ResultOf<typeof StorageFragment>;
/**
 * Mutation to create a new storage.
 */
declare const createStorage: gql_tada0.TadaDocumentNode<{
  createStorage: {
    __typename: "IPFSStorage";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    storageProtocol: "IPFS" | "MINIO";
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  } | {
    __typename: "MinioStorage";
    id: string;
    uniqueName: string;
    name: string;
    status: "AUTO_PAUSED" | "AUTO_PAUSING" | "COMPLETED" | "CONNECTING" | "DEPLOYING" | "DESTROYING" | "FAILED" | "PAUSED" | "PAUSING" | "RESTARTING" | "RESUMING" | "RETRYING" | "SCALING" | "SKIPPED" | "WAITING";
    healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
    provider: string;
    region: string;
    storageProtocol: "IPFS" | "MINIO";
    endpoints: {
      id: string;
      label: string;
      displayValue: string;
    }[];
    credentials: {
      id: string;
      label: string;
      displayValue: string;
    }[];
  };
}, {
  type?: "DEDICATED" | "SHARED" | null | undefined;
  size?: "CUSTOM" | "LARGE" | "MEDIUM" | "SMALL" | null | undefined;
  region: string;
  provider: string;
  storageProtocol: "IPFS" | "MINIO";
  name: string;
  applicationId: string;
}, void>;
/**
 * Arguments required to create a storage.
 */
type CreateStorageArgs = Omit<VariablesOf<typeof createStorage>, "applicationId"> & {
  applicationUniqueName: string;
};
/**
 * Creates a function to list storages for an application.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that fetches storages for an application
 * @throws If the application cannot be found or the request fails
 */
declare const storageList: (gqlClient: GraphQLClient) => ((applicationUniqueName: string) => Promise<Storage[]>);
/**
 * Creates a function to fetch a specific storage.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that fetches a single storage by unique name
 * @throws If the storage cannot be found or the request fails
 */
declare const storageRead: (gqlClient: GraphQLClient) => ((storageUniqueName: string) => Promise<Storage>);
/**
 * Creates a function to create a new storage.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that creates new storage with the provided configuration
 * @throws If the creation fails or validation errors occur
 */
declare const storageCreate: (gqlClient: GraphQLClient) => ((args: CreateStorageArgs) => Promise<Storage>);
/**
 * Creates a function to restart a storage.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that restarts storage by unique name
 * @throws If the storage cannot be found or the restart fails
 */
declare const storageRestart: (gqlClient: GraphQLClient) => (storageUniqueName: string) => Promise<Storage>;
/**
 * Creates a function to pause a storage.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that pauses storage by unique name
 * @throws If the storage cannot be found or the pause fails
 */
declare const storagePause: (gqlClient: GraphQLClient) => (storageUniqueName: string) => Promise<Storage>;
/**
 * Creates a function to resume a storage.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that resumes storage by unique name
 * @throws If the storage cannot be found or the resume fails
 */
declare const storageResume: (gqlClient: GraphQLClient) => (storageUniqueName: string) => Promise<Storage>;
//#endregion
//#region src/graphql/workspace.d.ts
/**
 * GraphQL fragment containing core workspace fields.
 */
declare const WorkspaceFragment: gql_tada0.TadaDocumentNode<{
  id: string;
  uniqueName: string;
  name: string;
  applications: {
    id: string;
    uniqueName: string;
    name: string;
  }[];
}, {}, {
  fragment: "Workspace";
  on: "Workspace";
  masked: false;
}>;
/**
 * Type representing a workspace entity.
 */
type Workspace = ResultOf<typeof WorkspaceFragment>;
/**
 * Mutation to create a new workspace.
 */
declare const createWorkspace: gql_tada0.TadaDocumentNode<{
  createWorkspace: {
    id: string;
    uniqueName: string;
    name: string;
    applications: {
      id: string;
      uniqueName: string;
      name: string;
    }[];
  };
}, {
  taxIdValue?: string | null | undefined;
  taxIdType?: string | null | undefined;
  postalCode?: string | null | undefined;
  paymentMethodId?: string | null | undefined;
  parentId?: string | null | undefined;
  name: string;
  country?: string | null | undefined;
  companyName?: string | null | undefined;
  city?: string | null | undefined;
  addressLine2?: string | null | undefined;
  addressLine1?: string | null | undefined;
}, void>;
type CreateWorkspaceArgs = VariablesOf<typeof createWorkspace>;
/**
 * Creates a function to list all workspaces and their applications.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that returns all workspaces sorted by name
 * @throws If the request fails
 */
declare const workspaceList: (gqlClient: GraphQLClient) => (() => Promise<Workspace[]>);
/**
 * Creates a function to read a specific workspace by unique name.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that fetches a single workspace by unique name
 * @throws If the workspace cannot be found or the request fails
 */
declare const workspaceRead: (gqlClient: GraphQLClient) => ((workspaceUniqueName: string) => Promise<Workspace>);
/**
 * Creates a function to create a new workspace.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that creates a new workspace with the provided configuration
 * @throws If the creation fails or validation errors occur
 */
declare const workspaceCreate: (gqlClient: GraphQLClient) => (createWorkspaceArgs: CreateWorkspaceArgs) => Promise<{
  id: string;
  uniqueName: string;
  name: string;
  applications: {
    id: string;
    uniqueName: string;
    name: string;
  }[];
}>;
/**
 * Creates a function to delete a workspace.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that deletes a workspace by unique name
 * @throws If the workspace cannot be found or the deletion fails
 */
declare const workspaceDelete: (gqlClient: GraphQLClient) => (workspaceUniqueName: string) => Promise<{
  id: string;
  uniqueName: string;
  name: string;
  applications: {
    id: string;
    uniqueName: string;
    name: string;
  }[];
}>;
/**
 * Creates a function to add credits to a workspace.
 *
 * @param gqlClient - The GraphQL client instance
 * @returns Function that adds credits to a workspace
 * @throws If the workspace ID is invalid or amount is not positive
 */
declare const workspaceAddCredits: (gqlClient: GraphQLClient) => (workspaceId: Id, amount: number) => Promise<boolean>;
//#endregion
//#region src/helpers/client-options.schema.d.ts
/**
 * Schema for validating SettleMint client options.
 */
declare const ClientOptionsSchema: z.ZodObject<{
  accessToken: z.ZodString;
  instance: z.ZodString;
}, z.core.$strip>;
/**
 * Type definition for SettleMint client options, inferred from ClientOptionsSchema.
 */
type ClientOptions = z.infer<typeof ClientOptionsSchema>;
//#endregion
//#region src/pincode-verification.d.ts
interface PincodeVerificationChallengesArgs {
  userWalletAddress: string;
  accessToken: string;
  instance: string;
  nodeId: string;
}
interface PincodeVerificationChallengeResponseArgs {
  verificationChallenge: VerificationChallenge;
  pincode: string;
}
interface VerificationChallenge {
  name: string;
  challenge: {
    secret: string;
    salt: string;
  };
}
/**
 * Get the pincode verification challenges for a user wallet address.
 * @param userWalletAddress - The user's wallet address.
 * @param accessToken - The user's access token.
 * @param instance - The instance URL.
 * @param nodeId - The node ID.
 * @returns The pincode verification challenges.
 */
declare function getPincodeVerificationChallenges({
  userWalletAddress,
  accessToken,
  instance,
  nodeId
}: PincodeVerificationChallengesArgs): Promise<VerificationChallenge[]>;
/**
 * Get the pincode verification challenge response for a user wallet address.
 * @param verificationChallenge - The verification challenge.
 * @param pincode - The user's pincode.
 * @returns The pincode verification challenge response.
 */
declare function getPincodeVerificationChallengeResponse({
  verificationChallenge,
  pincode
}: PincodeVerificationChallengeResponseArgs): string;
//#endregion
//#region src/settlemint.d.ts
/**
 * Options for the Settlemint client.
 */
interface SettlemintClientOptions extends Omit<ClientOptions, "accessToken"> {
  /** The access token used to authenticate with the SettleMint platform */
  accessToken?: string;
  /** Whether to allow anonymous access (no access token required) */
  anonymous?: boolean;
}
/**
 * Client interface for interacting with the SettleMint platform.
 */
interface SettlemintClient {
  workspace: {
    list: () => Promise<Workspace[]>;
    read: (workspaceUniqueName: string) => Promise<Workspace>;
    create: (args: CreateWorkspaceArgs) => Promise<Workspace>;
    delete: (workspaceUniqueName: string) => Promise<Workspace>;
    addCredits: (workspaceId: Id, amount: number) => Promise<boolean>;
  };
  application: {
    list: (workspaceUniqueName: string) => Promise<Application[]>;
    read: (applicationUniqueName: string) => Promise<Application>;
    create: (args: CreateApplicationArgs) => Promise<Application>;
    delete: (applicationId: Id) => Promise<Application>;
  };
  blockchainNetwork: {
    list: (applicationUniqueName: string) => Promise<BlockchainNetwork[]>;
    read: (blockchainNetworkUniqueName: string) => Promise<BlockchainNetwork>;
    create: (args: CreateBlockchainNetworkArgs) => Promise<BlockchainNetwork>;
    delete: (networkUniqueName: string) => Promise<BlockchainNetwork>;
    restart: (networkUniqueName: string) => Promise<BlockchainNetwork>;
    pause: (networkUniqueName: string) => Promise<BlockchainNetwork>;
    resume: (networkUniqueName: string) => Promise<BlockchainNetwork>;
  };
  blockchainNode: {
    list: (applicationUniqueName: string) => Promise<BlockchainNode[]>;
    read: (blockchainNodeUniqueName: string) => Promise<BlockchainNode>;
    create: (args: CreateBlockchainNodeArgs) => Promise<BlockchainNode>;
    restart: (nodeUniqueName: string) => Promise<BlockchainNode>;
    pause: (nodeUniqueName: string) => Promise<BlockchainNode>;
    resume: (nodeUniqueName: string) => Promise<BlockchainNode>;
  };
  loadBalancer: {
    list: (applicationUniqueName: string) => Promise<LoadBalancer[]>;
    read: (loadBalancerUniqueName: string) => Promise<LoadBalancer>;
    create: (args: CreateLoadBalancerArgs) => Promise<LoadBalancer>;
    restart: (loadBalancerUniqueName: string) => Promise<LoadBalancer>;
    pause: (loadBalancerUniqueName: string) => Promise<LoadBalancer>;
    resume: (loadBalancerUniqueName: string) => Promise<LoadBalancer>;
  };
  middleware: {
    list: (applicationUniqueName: string) => Promise<Middleware[]>;
    read: (middlewareUniqueName: string) => Promise<Middleware>;
    graphSubgraphs: (middlewareUniqueName: string, noCache?: boolean) => Promise<MiddlewareWithSubgraphs>;
    create: (args: CreateMiddlewareArgs) => Promise<Middleware>;
    restart: (middlewareUniqueName: string) => Promise<Middleware>;
    pause: (middlewareUniqueName: string) => Promise<Middleware>;
    resume: (middlewareUniqueName: string) => Promise<Middleware>;
  };
  integrationTool: {
    list: (applicationUniqueName: string) => Promise<IntegrationTool[]>;
    read: (integrationToolUniqueName: string) => Promise<IntegrationTool>;
    create: (args: CreateIntegrationToolArgs) => Promise<IntegrationTool>;
    restart: (integrationToolUniqueName: string) => Promise<IntegrationTool>;
    pause: (integrationToolUniqueName: string) => Promise<IntegrationTool>;
    resume: (integrationToolUniqueName: string) => Promise<IntegrationTool>;
  };
  storage: {
    list: (applicationUniqueName: string) => Promise<Storage[]>;
    read: (storageUniqueName: string) => Promise<Storage>;
    create: (args: CreateStorageArgs) => Promise<Storage>;
    restart: (storageUniqueName: string) => Promise<Storage>;
    pause: (storageUniqueName: string) => Promise<Storage>;
    resume: (storageUniqueName: string) => Promise<Storage>;
  };
  privateKey: {
    list: (applicationUniqueName: string) => Promise<PrivateKey[]>;
    read: (privateKeyUniqueName: string) => Promise<PrivateKey>;
    create: (args: CreatePrivateKeyArgs) => Promise<PrivateKey>;
    restart: (privateKeyUniqueName: string) => Promise<PrivateKey>;
    pause: (privateKeyUniqueName: string) => Promise<PrivateKey>;
    resume: (privateKeyUniqueName: string) => Promise<PrivateKey>;
  };
  insights: {
    list: (applicationUniqueName: string) => Promise<Insights[]>;
    read: (insightsUniqueName: string) => Promise<Insights>;
    create: (args: CreateInsightsArgs) => Promise<Insights>;
    restart: (insightsUniqueName: string) => Promise<Insights>;
    pause: (insightsUniqueName: string) => Promise<Insights>;
    resume: (insightsUniqueName: string) => Promise<Insights>;
  };
  customDeployment: {
    list: (applicationUniqueName: string) => Promise<CustomDeployment[]>;
    read: (customDeploymentUniqueName: string) => Promise<CustomDeployment>;
    create: (args: CreateCustomDeploymentArgs) => Promise<CustomDeployment>;
    update: (customDeploymentUniqueName: string, imageTag: string) => Promise<CustomDeployment>;
    restart: (customDeploymentUniqueName: string) => Promise<CustomDeployment>;
    pause: (customDeploymentUniqueName: string) => Promise<CustomDeployment>;
    resume: (customDeploymentUniqueName: string) => Promise<CustomDeployment>;
  };
  foundry: {
    env: (blockchainNodeUniqueName: string) => Promise<Record<string, string>>;
  };
  applicationAccessToken: {
    create: (args: CreateApplicationAccessTokenArgs) => Promise<string>;
  };
  platform: {
    config: () => Promise<PlatformConfig>;
  };
  wallet: {
    pincodeVerificationChallengeResponse: (args: PincodeVerificationChallengeResponseArgs) => string;
    pincodeVerificationChallenges: (args: Omit<PincodeVerificationChallengesArgs, "instance" | "accessToken">) => Promise<VerificationChallenge[]>;
  };
}
/**
 * Creates a SettleMint client with the provided options. The client provides methods to interact with
 * various SettleMint resources like workspaces, applications, blockchain networks, blockchain nodes, middleware,
 * integration tools, storage, private keys, insights and custom deployments.
 *
 * @param {ClientOptions} options - Configuration options for the client including access token and instance URL
 * @returns {SettlemintClient} A SettleMint client object with resource-specific methods
 * @throws {Error} If options are invalid or if called in browser environment
 * @throws {ValidationError} If provided options fail schema validation
 *
 * @example
 * import { createSettleMintClient } from '@settlemint/sdk-js';
 *
 * const client = createSettleMintClient({
 *   accessToken: process.env.SETTLEMINT_ACCESS_TOKEN,
 *   instance: process.env.SETTLEMINT_INSTANCE,
 * });
 *
 * // List workspaces
 * const workspaces = await client.workspace.list();
 *
 * // Read a specific workspace
 * const workspace = await client.workspace.read('workspace-unique-name');
 */
declare function createSettleMintClient(options: SettlemintClientOptions): SettlemintClient;
//#endregion
export { type Application, type BlockchainNetwork, type BlockchainNode, type CustomDeployment, type Insights, type IntegrationTool, type LoadBalancer, type Middleware, type MiddlewareWithSubgraphs, type PlatformConfig, type PrivateKey, SettlemintClient, SettlemintClientOptions, type Storage, type VerificationChallenge, type Workspace, createSettleMintClient };
//# sourceMappingURL=settlemint.d.ts.map