{"data":{"__schema":{"queryType":{"name":"Query"},"mutationType":{"name":"Mutation"},"subscriptionType":{"name":"Subscription"},"types":[{"kind":"OBJECT","name":"Query","description":null,"fields":[{"name":"availableProcessingPipelines","description":"Gets all the processing pipelines that HXDR can trigger for the current groupedAssetId\nThe already generated artifacts (e.g HSPC) will be used for deciding the available processing pipelines","args":[{"name":"groupedAssetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProcessingTypeOutput","ofType":null}}}},"isDeprecated":true,"deprecationReason":"Use availableProcessingPipelines field on AssetOutput. Termination planned for 2028-03-31."},{"name":"processingTokensQuotation","description":"Gets the number of tokens that is going to be consumed if we trigger a pipeline (AutoRegistration or meshing a PC)","args":[{"name":"input","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ProcessingTokenQuotationInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ProcessingTokenQuotationUnion","ofType":null}},"isDeprecated":true,"deprecationReason":"Pipelines no longer consume tokens. Termination planned for 2027-03-31."},{"name":"getPipelineDockerImageDefinitions","description":"Retrieve the docker image names and versions being used inside of the pipeline","args":[{"name":"pipeline","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ImplementedProcessingPipelines","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PipelineDockerDefinitionOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"_entities","description":null,"args":[{"name":"representations","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"_Any","ofType":null}}}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"UNION","name":"_Entity","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"pipelineUsage","description":"Retrieve the usage of specific pipelines. If no start/end date is supplied, the endpoint logic\ndefaults to the start of the current month until the time the request has been received.\n\nThe allowed date range between startDate and endDate cannot exceed 3 months. If a larger range is requested, an error will be returned.\n\nRequires the CAN_VIEW_TENANT_PIPELINE_USAGE tenant capability or the CAN_VIEW_PIPELINE_USAGE platform capability.","args":[{"name":"filter","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"PipelineUsageFilterInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PipelineUsageOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"getArtifactsInAsset","description":"Retrieve all the artifacts contained in an asset,\nthis method is out of federation\nmostly used for testing purposes\nit is suggested to use getAsset()\n\nOnly for users with the CAN_ACCESS_ALL_ENTITIES platform capability","args":[{"name":"assetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ArtifactResultOutput","ofType":null},"isDeprecated":true,"deprecationReason":"No longer supported, in favour of `artifactsV3` on `AssetOutput`, termination planned for 2027-09-30"},{"name":"multiArtifactDownloadLink","description":"Generates a download link for multiple grouped artifacts\nThe result will be a url to download the zip package","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MultiArtifactDownloadLinkInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"MultiArtifactDownloadLinkUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"annotationCategories","description":"Get all annotation-categories defined for the project","args":[{"name":"projectId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"UNION","name":"AnnotationCategoriesUnion","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"getAccount","description":"Returns the details of the acount the logged in user belongs to.\nThis query can be called only with a bearer token.","args":[],"type":{"kind":"OBJECT","name":"AccountInfoOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"validateAddress","description":"**DEPRECATED in favour of query validateAddressV2**\n\nValidate an address\nThis query can be called anonymously.","args":[{"name":"params","description":null,"type":{"kind":"INPUT_OBJECT","name":"AccountAddressInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AddressValidOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"validateAddressV2","description":"Validate an address\nThis query can be called anonymously.","args":[{"name":"params","description":null,"type":{"kind":"INPUT_OBJECT","name":"AccountAddressValidationInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AddressValidOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"allCountries","description":"Retrieve all the countries that an address can have.\nThis query can be called anonymously.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CountryOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"getAccounts","description":"Retrieve all the accounts within a tenant.\nThis query can be called only with a bearer token.\n\nRequires the CAN_VIEW_ACCOUNTS platform capability to request accounts in any tenant, or the\nCAN_SEARCH_ACCOUNTS tenant capability to request accounts within the user's own tenant.","args":[{"name":"paging","description":null,"type":{"kind":"INPUT_OBJECT","name":"AccountProfilePageInput","ofType":null},"defaultValue":null},{"name":"filter","description":null,"type":{"kind":"INPUT_OBJECT","name":"FilterAccountProfileInput","ofType":null},"defaultValue":null},{"name":"orderBy","description":null,"type":{"kind":"ENUM","name":"AccountProfileOrderEnum","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AccountProfileResultOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"getReferrers","description":"Retrieve all the assignable referrers.\nThis query can be called only with a bearer token.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ReferrerOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"getActivePaymentCard","description":"Retrieve the active payment card for an account.\nThis query can be called only with a bearer token.","args":[],"type":{"kind":"OBJECT","name":"PaymentCardOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"getAllPaymentCards","description":"Retrieve all the payment cards for an account.\nThis query can be called only with a bearer token.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PaymentCardOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"getStripePublicKey","description":"Return the Stripe public key.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"getUser","description":"Returns the profile details of the currently logged in user.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"isLastUploadConsentValid","description":"Returns if last upload consent is still valid or needed to be renewed.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"getUsers","description":"If user is tenant admin and tenantRole filter is set, it will only returns the users that have the\nspecified tenant role.\n\nFor viewing users in any tenant other than the acting owners own tenant, the platform capability CAN_VIEW_USER\nis required. For viewing users in the same tenant, either the platform capability CAN_VIEW_USER or the tenant\ncapability CAN_LIST_USERS_IN_TENANT is required.\n\nIf the tenant id is specified, but the acting user does not have the required permission to view users in that tenant,\nhowever the user does have the permission to view users in their own tenant, then the query will return\nusers in the acting user's own tenant instead of the specified one, and this will be reflected in the applied\nfilter in the output.","args":[{"name":"paging","description":null,"type":{"kind":"INPUT_OBJECT","name":"UserProfilePageInput","ofType":null},"defaultValue":null},{"name":"filter","description":null,"type":{"kind":"INPUT_OBJECT","name":"FilterUserProfileInput","ofType":null},"defaultValue":null},{"name":"orderBy","description":null,"type":{"kind":"ENUM","name":"UserProfileOrderEnum","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UserProfileResultOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"getOrderItemsForAsset","description":null,"args":[{"name":"assetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"userId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderItemGQL","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"quotation","description":"Obtain a quotation over a selection","args":[{"name":"selection","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SelectionInput","ofType":null}},"defaultValue":null}],"type":{"kind":"UNION","name":"QuotationUnion","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"getCart","description":"Retrieve a Cart for the current logged in user, if the cart is expired, the old one is deleted and a new one is provided\n\nThe Life time of a Cart is 6 hours","args":[],"type":{"kind":"OBJECT","name":"CartOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"getAllOrders","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderGQL","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"getOrder","description":null,"args":[{"name":"cartId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"OrderGQL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"getLastOrder","description":null,"args":[],"type":{"kind":"OBJECT","name":"OrderGQL","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"viewCart","description":null,"args":[{"name":"cartId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"CartOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"supportedCountries","description":"This method retrieves all the countries supported by HxDR","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"SupportedCountryOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"getPaymentMethods","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"ENUM","name":"PaymentMethodShopEnum","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"isAddressSupportedByShop","description":"This validates whether the current country assigned to this account (extracted from cache) is supported from HxDR shop perspective","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ShopSupportedCountryValidationOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"collections","description":"The STAC feature collections in the dataset.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Collection","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"collection","description":"The STAC feature collection by id. Null if no collection with the given id exists.","args":[{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Collection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"search","description":"Retrieve STAC items matching filters. Intended as the standard, full-featured query API.","args":[{"name":"bbox","description":"Only return items that intersect the provided bounding box.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}}},"defaultValue":null},{"name":"dateTime","description":"An object representing a date+time based filter.\n\nEither a date-time or an interval, open or closed. Date and time\nexpressions adhere to RFC 3339. Open intervals are expressed using\ndouble-dots.\n\nExamples:\n\n* A date-time: \"2018-02-12T23:20:50Z\"\n* A closed interval: \"2018-02-12T00:00:00Z/2018-03-18T12:31:12Z\"\n* Open intervals: \"2018-02-12T00:00:00Z/..\" or \"../2018-03-18T12:31:12Z\"\n\nOnly features that have a temporal property that intersects the value of\n\"datetime\" are selected.\n\nIf a feature has multiple temporal properties, it is the decision of the\nserver whether only a single temporal property is used to determine\nthe extent or all relevant temporal properties.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"collections","description":"Only returns the collections specified\n\nArray of Collection IDs to include in the search for items.\nOnly Items in one of the provided Collections will be searched.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"ids","description":"Only returns items that match the array of given ids\n\nArray of Item ids to return. All other filter parameters that further\nrestrict the number of search results are ignored","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"limit","description":"Only returns maximum number of results (page size)\n\nThe maximum number of results to return (page size). Defaults to 10","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"10"},{"name":"offset","description":"Only returns items beginning from the offset number of results (page number)\nThe offset number of results to return (page number).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"intersection","description":null,"type":{"kind":"INPUT_OBJECT","name":"GeoJSONShapeInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ItemCollection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"item","description":"The STAC item by id within a collection. Null if no item with the given id exists in the given collection.","args":[{"name":"itemId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"collectionId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FeatureItem","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"accountInformation","description":"Returns an overview over the account to which the currently logged in user belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"AccountDetailUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"accountMembers","description":"Returns an overview over the account members.","args":[{"name":"orderBy","description":null,"type":{"kind":"ENUM","name":"AccountMembersOrderEnum","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"AccountMembersResultUnion","ofType":null}},"isDeprecated":true,"deprecationReason":"Termination planned for 2028-09-30 in favor of accountMembersV2."},{"name":"accountMembersV2","description":"V2 of accountMembers. Returns the caller's account members — filterable by name/email,\norderable, and paginated.","args":[{"name":"params","description":null,"type":{"kind":"INPUT_OBJECT","name":"AccountMembersV2Input","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"AccountMembersV2Union","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"externalAccountMembers","description":"Returns an overview of the external account members.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ExternalAccountMembersResultUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"accountMembersOfAccount","description":"Returns an overview of account members of given account.\n\nOnly for users with the CAN_ACCESS_ALL_ENTITIES platform capability.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AccountMembersOfAccountInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"AccountMembersResultUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"externalAccountMembersOfAccount","description":"Returns an overview of external account members of given account.\n\nOnly for users with the CAN_ACCESS_ALL_ENTITIES platform capability.","args":[{"name":"accountId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ExternalAccountMembersResultUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"rolesOfProjectUsers","description":"Returns the roles of all users in the project with given id","args":[{"name":"projectUUID","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"UserProjectRoleUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"userAccessibleProjects","description":"Returns all project/role pair that user UUID has access to","args":[{"name":"userUUID","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"UserAccessibleProjectUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tenant","description":"Returns the tenant for the given id.\n\nOnly for tenant admins and users with the CAN_VIEW_TENANT platform capability.","args":[{"name":"tenantId","description":null,"type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"TenantUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tenants","description":"Returns all tenants in the system.\n\nOnly for users with the CAN_VIEW_TENANT platform capability.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"TenantsUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"loadUserCacheAsMine","description":"Load a specific user cache into the system, of the logged in user.\n\nOnly for users with the CAN_ACCESS_ALL_ENTITIES platform capability.","args":[{"name":"params","description":null,"type":{"kind":"INPUT_OBJECT","name":"UserInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":true,"deprecationReason":"Support users automatically get access on demand. To list all projects a users has access to, the admin panel should expose `projectsOfUser` instead. It's recommended to also expose `projectsOfAccount` and `projectsOfTenant`. This query will be terminated once the usage in the admin panel is removed or at the latest 2027-03-31."},{"name":"provideTemporaryAccessToEntities","description":"Loads a specific entity (e.g. user, project etc) cache into the system, for a caller.\n\nOnly for users with the CAN_ACCESS_ALL_ENTITIES platform capability.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"EntityInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"EntityAccessUnion","ofType":null}},"isDeprecated":true,"deprecationReason":"Support users automatically get access on demand. There is no need to use this anymore. Termination planned for 2026-09-30."},{"name":"sharedGroupedAsset","description":"Returns shared grouped asset id and authentication","args":[{"name":"sharingCodeId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SharedGroupedAssetUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"accountCapabilities","description":"Returns a list of the account capabilities for the authenticated user.\nAn account capability is an action relating to the account that the user is allowed to do.\nPlease implement handling of the AccountCapabilityEnum in a way that allows adding new members without\nbreaking implementation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"AccountCapabilitiesUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tenantCapabilities","description":"Returns a list of the tenant capabilities for the authenticated user.\nA tenant capability is an action relating to the tenant that the user is allowed to do.\nPlease implement handling of the TenantCapabilityEnum in a way that allows adding new members without\nbreaking implementation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"TenantCapabilitiesUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"projectCapabilities","description":"Returns a list of the project capabilities for the authenticated user for the given project.\nA project capability is an action relating to the project (or folder or grouped asset in a project)\nthat the user is allowed to do.\nPlease implement handling of the ProjectCapabilityEnum in a way that allows adding new members without\nbreaking implementation.","args":[{"name":"projectId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ProjectCapabilitiesUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"getSubscriptionTiersV2","description":"Load all available subscription tiers","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SubscriptionTiersUnion","ofType":null}},"isDeprecated":true,"deprecationReason":"Stripe subscriptions are no longer supported, termination planned for 2026-09-30"},{"name":"getSubscriptionQuotationV2","description":"Load quotation for a specific subscription tier","args":[{"name":"params","description":null,"type":{"kind":"INPUT_OBJECT","name":"SubscriptionQuotationInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SubscriptionQuotationUnion","ofType":null}},"isDeprecated":true,"deprecationReason":"Stripe subscriptions are no longer supported, termination planned for 2026-09-30"},{"name":"getCurrentSubscriptionV2","description":"Load current active subscription for an account.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SubscriptionUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"getAllSubscriptionsV2","description":"Load all subscriptions for an account.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SubscriptionsUnion","ofType":null}},"isDeprecated":true,"deprecationReason":"Stripe subscriptions are no longer supported, termination planned for 2026-09-30"},{"name":"getAllSubscriptionOrdersV2","description":"Load all invoice for an account (SHOULD BE REMOVED ONCE FE)","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SubscriptionOrdersUnion","ofType":null}},"isDeprecated":true,"deprecationReason":"Was never used or implemented, termination planned for 2026-09-30"},{"name":"getAllSubscriptionInvoicesV2","description":"Load all invoices for a given payment system account related to its subscriptions","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SubscriptionInvoicesUnion","ofType":null}},"isDeprecated":true,"deprecationReason":"Stripe subscriptions are no longer supported, termination planned for 2026-09-30"},{"name":"streamingSubscriptions","description":"Retrieve the streaming subscription of the given account (ADMIN only) or of the account of\nthe logged-in user.","args":[{"name":"accountUUID","description":null,"type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"StreamingSubscriptionsUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"getAccountUsageV3","description":"Retrieve usage of an account.\n\nIf requesting usage from another account in the same tenant, the acting user must have the CAN_VIEW_TENANT_USAGE\ntenant capability or the CAN_VIEW_USAGE platform capability.\n\nIf requesting usage from another account in a different tenant, the acting user must have the CAN_VIEW_USAGE\nplatform capability.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AccountUsageInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"AccountUsageUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tenantUsageV2","description":"Retrieve tenant usage of an account.\n\nIf requesting usage from another account in the same tenant, the acting user must have the CAN_VIEW_TENANT_USAGE\ntenant capability or the CAN_VIEW_USAGE platform capability.\n\nIf requesting usage from another account in a different tenant, the acting user must have the CAN_VIEW_USAGE\nplatform capability.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UsageTenantInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"UsageTenantUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tokenWallet","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"WalletUnion","ofType":null}},"isDeprecated":true,"deprecationReason":"Stripe subscriptions are no longer supported, termination planned for 2026-09-30"},{"name":"tokensTransactions","description":null,"args":[{"name":"params","description":null,"type":{"kind":"INPUT_OBJECT","name":"TokensTransactionsPageInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"TokensTransactionsUnion","ofType":null}},"isDeprecated":true,"deprecationReason":"Stripe subscriptions are no longer supported, termination planned for 2026-09-30"},{"name":"getAllBaselayers","description":null,"args":[{"name":"paging","description":null,"type":{"kind":"INPUT_OBJECT","name":"BaselayerPageInput","ofType":null},"defaultValue":null},{"name":"filter","description":null,"type":{"kind":"ENUM","name":"AddressViewingModeEnum","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"BaselayerResultOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"notUsed","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"scenes","description":"Get all scenes in a project.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ScenesInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ScenesUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"scene","description":"Get a specific scene.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SceneInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SceneUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sceneNode","description":"Get a specific scene node by ID.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SceneNodeInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SceneNodeQueryUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sceneNodes","description":"Gets all scene nodes for giving ids. Max number of ids is 1000.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SceneNodesInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SceneNodesQueryUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sceneLocks","description":"Gets all locks in a scene with a given id.","args":[{"name":"sceneId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SceneLocksUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"groupedAssetReferences","description":"Retrieve list of scene nodes that reference a specific grouped asset.","args":[{"name":"params","description":null,"type":{"kind":"INPUT_OBJECT","name":"GroupedAssetReferencesInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"GroupedAssetReferencesUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"product","description":"Returns the product with the given code.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ProductInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ProductUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"products","description":"Returns all active products.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"folder","description":"Retrieves the specified folder, provided the user has access to it.","args":[{"name":"folderId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"FolderUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"asset","description":"Retrieves the specified asset, provided the user has access to it.","args":[{"name":"groupedAssetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"UNION","name":"AssetUnion","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"assets","description":"Retrieves the specified assets if accessible to the user, plus errors for those which are not accessible.","args":[{"name":"groupedAssetIds","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"type":{"kind":"UNION","name":"AssetsUnion","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"assetsInFolder","description":"Retrieve all the assets contained in a Folder, this method is out of federation\nmostly used for testing purposes\nit is suggested to use getFolders()\n\nThe user must have the CAN_VIEW_ASSET platform capability to perform this operation.","args":[{"name":"folderId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"UNION","name":"AssetsInFolderUnion","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"assetsInAccount","description":"Retrieve all the assets contained in an account and filter and paginate on them.","args":[{"name":"paging","description":null,"type":{"kind":"INPUT_OBJECT","name":"AssetPageInput","ofType":null},"defaultValue":null},{"name":"filter","description":null,"type":{"kind":"INPUT_OBJECT","name":"FilterAssetInput","ofType":null},"defaultValue":null},{"name":"orderBy","description":null,"type":{"kind":"ENUM","name":"AssetOrderEnum","ofType":null},"defaultValue":null}],"type":{"kind":"UNION","name":"AssetsInAccountUnion","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"multipartUploadURL","description":"In order to understand how to use pre-sign functionality have a look at\n[url](https://docs.aws.amazon.com/AmazonS3/latest/userguide/mpuoverview.html)\n\nWhenever you upload a part, Amazon S3 returns an ETag header in its response.\nFor each part upload, you must record the part number and the ETag value.\nYou must include these values in the subsequent request to complete the multipart upload.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MultipartUploadUrlInput","ofType":null}},"defaultValue":null}],"type":{"kind":"UNION","name":"MultipartUploadUrlUnion","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"getFiles","description":"Given the Id of the assetout call and filters, orderBy clause and paging,\nit returns the files according to the filters in input grouped by their status","args":[{"name":"assetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"paging","description":null,"type":{"kind":"INPUT_OBJECT","name":"FilePageInput","ofType":null},"defaultValue":null},{"name":"filter","description":null,"type":{"kind":"INPUT_OBJECT","name":"FilterFileInput","ofType":null},"defaultValue":null},{"name":"orderBy","description":null,"type":{"kind":"ENUM","name":"FileOrderEnum","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"FileResultOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"getUploadedParts","description":"Given a fileId, this method will give back a list of all its multipart parts\nwith the Amazon ETag, part number and their size, if the file exists.","args":[{"name":"fileId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"MultipartUploadPartsOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"getFileStatus","description":"Given a fileId, return the file information if it exists.","args":[{"name":"fileId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"assetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"FileStatusOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"getGroupedAssetGeoreference","description":"Retrieve the Georeference with ID","args":[{"name":"georeferenceId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"parentId","description":null,"type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"GroupedAssetGeoreferenceOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"project","description":"Retrieves the specified project if it exists, null otherwise.\n\nRequires access to the project or the CAN_VIEW_PROJECT platform capability.","args":[{"name":"projectId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ProjectUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"projects","description":"**DEPRECATED in favour of query `projectsV2`, termination planned for 2026-01-31**\nRetrieves all projects the user has access to, filtered and ordered by\nas specified.","args":[{"name":"params","description":null,"type":{"kind":"INPUT_OBJECT","name":"GetProjectsInput","ofType":null},"defaultValue":null}],"type":{"kind":"UNION","name":"ProjectsUnion","ofType":null},"isDeprecated":true,"deprecationReason":"No longer supported, in favour of query `projectsV2`, termination planned for 2026-01-31"},{"name":"projectsV2","description":"Retrieves all projects the user has access to, filtered and ordered\nas specified. Account admins have access to all projects in the account.","args":[{"name":"params","description":null,"type":{"kind":"INPUT_OBJECT","name":"ProjectsInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ProjectsUnionV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"demoProjects","description":"Retrieves all demo projects in the tenancy","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"DemoProjectsUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"searchProjectV2","description":"Retrieves all folders and assets the user has access to in a project, filtered and ordered by\nas specified.\n\nRequires access to the project or the CAN_VIEW_PROJECT platform capability.","args":[{"name":"projectId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SearchProjectUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"getProjectMember","description":"Retrieves the specified user profile if both that user and the authenticated user are members of the given project","args":[{"name":"userId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"projectId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SimpleUserProfileUnion","ofType":null}},"isDeprecated":true,"deprecationReason":"No longer supported, query ProjectMembers on the ProjectOutput, termination planned for 2025-09-30"},{"name":"allowedStorageRegions","description":"Retrieve allowed storage regions","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"getGroupedAssetTour","description":null,"args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"GetGroupedAssetTourInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"GroupedAssetTourOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"_noop","description":null,"args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"searchLabels","description":"Retrieves all the labels available to the user and according to the input criteria","args":[{"name":"input","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SearchLabelsInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SearchLabelsUnion","ofType":null}},"isDeprecated":true,"deprecationReason":"No longer supported, in favour of query `searchLabelsV2`, termination planned for 2027-03-31"},{"name":"searchLabelsV2","description":"Search among all labels available to the user within a project or asset, given a search term.\n\nA user with the platform capability CAN_VIEW_LABEL, can search the labels on any parent.","args":[{"name":"input","description":null,"type":{"kind":"INPUT_OBJECT","name":"SearchLabelsInputV2","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SearchLabelsUnionV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"gatewayInfo","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"GatewayInfoOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Mutation","description":null,"fields":[{"name":"triggerProcessingV2","description":"Manually trigger the processing pipeline defined in the input parameter.\n\nHXDR_ZIPPER can only be triggered by users with the CAN_ZIP_PIPELINE_RESULT platform capability.\n\nUsers with the CAN_TRIGGER_ANY_PIPELINE platform capability can trigger a pipeline on any grouped asset.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"TriggerInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"TriggerProcessingUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"triggerUavProcessing","description":"Manually trigger the UAV processing pipeline.\n\nUsers with the CAN_TRIGGER_ANY_PIPELINE platform capability can trigger a pipeline on any grouped asset.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"TriggerUavProcessingInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"TriggerProcessingUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"triggerMeshingV2","description":"Manually trigger the meshing pipeline v2\n\nInput: TriggerMeshingInput where grouped assetUUID and ScanningDeviceType are required.\n\nUsers with the CAN_TRIGGER_ANY_PIPELINE platform capability can trigger a pipeline on any grouped asset.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"TriggerMeshingInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"TriggerProcessingUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"triggerPointCloudClassification","description":"Trigger processing for a point cloud classification.\n\nUsers with the CAN_TRIGGER_ANY_PIPELINE platform capability can trigger a pipeline on any grouped asset.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"TriggerPointCloudClassificationInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"TriggerProcessingUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createArtifact","description":"Create an artifact.\nDEPRECATED in favor of `createArtifactV2` with an ASSET parent.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateArtifactInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ArtifactUnion","ofType":null}},"isDeprecated":true,"deprecationReason":"No longer supported, in favour of mutation createArtifactV2 with an ASSET parent, termination planned for 2028-07-31"},{"name":"createArtifactV2","description":"Create an artifact attached to a parent identified by its type and id.\nSupports parents of type ASSET, SCENE_NODE and ANALYSIS. FLOOR_PLAN is accepted by the schema\nbut rejected at runtime as it is not supported.\nFor an ASSET parent, parentId is the id of the grouped asset the artifact belongs to.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateArtifactInputV2","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ArtifactUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"patchArtifact","description":"Patch an artifact by adding/replacing a file in it if the artifact is not marked as: complete, processing or failed.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"PatchArtifactInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"PatchArtifactUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"completeUpload","description":"Signal the completion of an upload.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CompleteUploadInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"CompleteUploadUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deleteArtifact","description":"Delete an artifact","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteArtifactInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"DeleteArtifactUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"completeArtifact","description":"Mark the artifact as complete. Completed artifacts cannot be patched anymore.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CompleteArtifactInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ArtifactUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updateMediaType","description":"Change the media type of an existing, completed artifact.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateMediaTypeInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ArtifactUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createLabelAnnotationV2","description":"Creates a new label annotation with the given properties.","args":[{"name":"createLabelAnnotationInput","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateLabelAnnotationInputV2","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"CreateLabelAnnotationUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updateLabelAnnotationV2","description":"Updates a given label annotation with the given properties.","args":[{"name":"updateLabelAnnotationInput","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateLabelAnnotationInputV2","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"UpdateLabelAnnotationUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createMeasurementAnnotationV2","description":"Creates a new measurement annotation with the given properties.","args":[{"name":"createMeasurementAnnotationInput","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateMeasurementAnnotationInputV2","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"CreateMeasurementAnnotationUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updateMeasurementAnnotationV2","description":"Updates a given measurement annotation with the given properties.","args":[{"name":"updateMeasurementAnnotationInput","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateMeasurementAnnotationInputV2","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"UpdateMeasurementAnnotationUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createLimitingBoxAnnotationV2","description":"Creates a new limiting box annotation with the given properties.","args":[{"name":"createLimitingBoxAnnotationInput","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateLimitingBoxAnnotationInputV2","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"CreateLimitingBoxAnnotationUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updateLimitingBoxAnnotationV2","description":"Updates a given limiting box annotation with the given properties.","args":[{"name":"updateLimitingBoxAnnotationInput","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateLimitingBoxAnnotationInputV2","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"UpdateLimitingBoxAnnotationUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deleteAnnotationV2","description":"Deletes the annotation with the given ID.","args":[{"name":"annotationId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"DeleteAnnotationUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"uploadThumbnailToAnnotationV2","description":"Upload a thumbnail image for the annotation with the given ID.","args":[{"name":"annotationId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"AnnotationThumbnailUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createAnnotationTextCategory","description":"Create a text-category in the specified project","args":[{"name":"createAnnotationTextCategoryInput","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateAnnotationTextCategoryInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"CreateAnnotationTextCategoryUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updateAnnotationTextCategory","description":"Update an existing text-category","args":[{"name":"updateAnnotationTextCategoryInput","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateAnnotationTextCategoryInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"UpdateAnnotationTextCategoryUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createAnnotationCategoryPredefinedList","description":"Create a list-category in the specified project (with predefined values)","args":[{"name":"annotationCategory","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateAnnotationCategoryPredefinedListInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"CreateAnnotationCategoryPredefinedListUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updateAnnotationCategoryPredefinedList","description":"Update an existing list-category","args":[{"name":"annotationCategory","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateAnnotationCategoryPredefinedListInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"UpdateAnnotationCategoryPredefinedListUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deleteAnnotationCategory","description":"Delete an annotation-category.","args":[{"name":"categoryId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"DeleteAnnotationCategoryUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createLevel","description":"Creates a new level with the given properties.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateLevelInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"CreateLevelUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updateLevel","description":"Updates a given level with the given properties.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateLevelInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"UpdateLevelUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deleteLevel","description":"Deletes the level with the given ID.","args":[{"name":"levelId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"DeleteLevelUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updateAccount","description":"Updates the details of the account the logged in user belongs to.\nshould guarantee that the return values are already reflected in the cache\n\nThis Mutation can be called only with a bearer token.","args":[{"name":"update","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AccountUpdateInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AccountInfoOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updateAccountV2","description":"Updates the details of the account the logged in user belongs to.\nshould guarantee that the return values are already reflected in the cache\n\nThis Mutation can be called only with a bearer token.","args":[{"name":"update","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AccountUpdateInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"AccountInfoUpdateUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"setAccountProperties","description":"Update the account info adding additional information to it.\nThis Mutation can be called only with a bearer token.\n\nRequires platform capability CAN_EDIT_ACCOUNT to set properties in any tenant, or the\nCAN_SET_ACCOUNT_PROPERTIES tenant capability to set properties within the user's own tenant.","args":[{"name":"param","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AccountPropertiesInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AccountInfoOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"setupPaymentCardCreation","description":"Create a setup intent so that to create card in external payment system\n\nThis Mutation can be called only with a bearer token.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SetupPaymentCardCreationOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatePaymentCard","description":"Update payment card in external payment system\n\nThis Mutation can be called only with a bearer token.","args":[{"name":"params","description":null,"type":{"kind":"INPUT_OBJECT","name":"PaymentCardInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PaymentCardOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deletePaymentCard","description":"Delete card in external payment system\n\nThis Mutation can be called only with a bearer token.","args":[{"name":"params","description":null,"type":{"kind":"INPUT_OBJECT","name":"DeletedPaymentCardInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DeletedPaymentCardOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"setActivePaymentCard","description":"Set active payment card for subscription\n\nThis Mutation can be called only with a bearer token.","args":[{"name":"params","description":null,"type":{"kind":"INPUT_OBJECT","name":"SetActivePaymentCardInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SetActivePaymentCardOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"changeAccountStorageRegion","description":"Changes the storage region of the specified account, exposed as AccountInfoOutput.defaultStorageRegion.\nOnly projects created after this change are in the new region; already stored data is not moved.\n\n\nRequires the platform capability CAN_EDIT_ACCOUNT. Elevated roles such as support or application\nadmin do not grant this capability.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ChangeAccountStorageRegionInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ChangeAccountStorageRegionUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updateUser","description":"Updates the profile details of the currently logged in user.","args":[{"name":"update","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UserUpdateInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"uploadProfilePicture","description":"Updates the profile picture of the currently logged in user.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProfilePictureOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"removeProfilePicture","description":"Removes the profile picture of the currently logged in user.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"setUploadConsent","description":"Updates the time for the last consent","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"setUserFlag","description":"Adds consent to the users list of consents","args":[{"name":"userFlag","description":null,"type":{"kind":"INPUT_OBJECT","name":"UserFlagInput","ofType":null},"defaultValue":null}],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"removeUserFlag","description":"**DEPRECATED**\nRemove consent from the users list of consents","args":[{"name":"userFlag","description":null,"type":{"kind":"ENUM","name":"UserFlagEnum","ofType":null},"defaultValue":null}],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":true,"deprecationReason":"No longer supported. UserFlagInput.valid can be set to false in some cases, but the flag cannot be completely removed. Termination planned for 2025-09-01"},{"name":"updateUserSettingsV2","description":"**DEPRECATED** use updateUserSettingsV3 instead.\nUpdates the user settings for the currently logged in user","args":[{"name":"userSettings","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UserSettingsInputV2","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"UpdateUserSettingsUnion","ofType":null}},"isDeprecated":true,"deprecationReason":"Use updateUserSettingsV3 instead, which accepts the granular UserSettingsMeasurementEnumV2"},{"name":"updateUserSettingsV3","description":"Updates the user settings for the currently logged in user.\nPrefer this over updateUserSettingsV2: this version accepts the granular\nUserSettingsMeasurementEnumV2 (IMPERIAL_INTERNATIONAL_FEET, IMPERIAL_SURVEY_FEET, etc.)\ninstead of the coarse two-value UserSettingsMeasurementEnum.","args":[{"name":"userSettings","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UserSettingsInputV3","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"UpdateUserSettingsUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"addExternalUserToProject","description":"**DEPRECATED** use addExternalUserToProjectV2 instead.\nAdd user to project via email address","args":[{"name":"externalProjectMemberInput","description":null,"type":{"kind":"INPUT_OBJECT","name":"ExternalProjectMemberInput","ofType":null},"defaultValue":null}],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":true,"deprecationReason":"No longer supported, in favour of mutation addExternalUserToProjectV2, termination planned for 2025-12-31"},{"name":"addExternalUserToProjectV2","description":"Add user to project via email address","args":[{"name":"externalProjectMemberInput","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ExternalProjectMemberInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"AddExternalUserToProjectUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"addItemToCart","description":"Add an item to the cart","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AddCartItemInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"removeItemFromCart","description":"Remove an item from the cart","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"RemoveCartItemInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"placeOrder","description":"Initiate the payment of the items in the cart\nIf the payment fails the cart is perserved","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"PlaceOrderInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CheckoutOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deleteCart","description":"Delete the cart entirely","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"uploadThumbnailToCartItem","description":null,"args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CartItemThumbnailInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartItemThumbnailOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"uploadPolygon","description":"Generates a presigned URL for uploading the polygon, returns the URL\nand the path to the upload location.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PolygonOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"resetPayment","description":"put back the cart from payment pending to Active state","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"finalizePayment","description":"Call back for the Front end that the payment with stripe was successful\nand the cart now needs to wait for the call back from stripe","args":[],"type":{"kind":"OBJECT","name":"CartOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"triggerShopProcessingPipeline","description":"This graphql mutation allows a user to trigger shop processing pipelines.\n\nTo trigger this pipeline an Cyclomedia bearer token is required,\nor the acting user must have the CAN_TRIGGER_ANY_PIPELINE platform capability.\n\nAdditionally a prerequisite to trigger this pipeline, is for the user to perform the `uploadPolygon` mutation,\nand upload the geojson via the returned presigned S3 url. The path returned by the above mutation, needs to be\nused to execute the `triggerShopProcessingPipeline` mutation.\n\nSuccessfully triggered pipeline will have the following status: \"CREATED\"","args":[{"name":"triggerObject","description":null,"type":{"kind":"INPUT_OBJECT","name":"ProcessingPipelineTriggerInput","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ProcessingPipelineTriggerOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"triggerHSPCClipperProcessingPipeline","description":"This graphql mutation allows a user to trigger MYVR_HSPC_TO_LAS pipeline\n\nAdditionally a prerequisite to trigger this pipeline, is for the user to perform the `uploadPolygon` mutation,\nand upload the geojson/shape file via the returned presigned S3 url. The path returned by the above mutation, needs to be\nused to execute the `triggerHSPCClipperProcessingPipeline` mutation.\n\nSuccessfully triggered pipeline will have the following status: \"CREATED\"","args":[{"name":"triggerObject","description":null,"type":{"kind":"INPUT_OBJECT","name":"ProcessingPipelineTriggerInput","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ProcessingPipelineTriggerOutput","ofType":null},"isDeprecated":true,"deprecationReason":"in favor of triggerShopProcessingPipeline, termination planned for 2027-03-31"},{"name":"generateReport","description":"Trigger sales report generation.\nCan be done by platform admins and users with tenant capability CAN_GENERATE_SALES_REPORT.\nThe sales report is always for all accounts, not limited to a specific tenant.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ReportGenerationInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ReportGenerationOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"generateInvitationV2","description":"Generates an invitation containing a signed URL that can be used to signup a user to an existing account.\nThe user will receive the specified account user role.\n\nNo longer returns AcsErrorSeatLimitReachedOutput.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"GenerateInviteInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"GenerateInvitationUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"generateVoucherV2","description":"Generates a voucher containing a signed URL that can be used to signup a new user in a new account.\nThe user will receive the account ADMIN user role.\n\nOnly for users with the CAN_GENERATE_VOUCHER platform capability,\nor the CAN_GENERATE_VOUCHER tenant capability for vouchers within the users tenant.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"GenerateVoucherInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"VoucherUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"signupFromInviteV4","description":"Creates the user with the provided details based on a sent out invite, protected by a provided signature.\n\nThe user is created within the account specified in the SignupFromInviteInputV3.\nSupports extended measurement units via UserSettingsMeasurementEnumV2.\n\nNo longer returns AcsErrorSeatLimitReachedOutput.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SignupFromInviteInputV3","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SignupFromInviteUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"signupV5","description":"Creates a new account with a new account admin, using the provided details.\nIf the signature is provided, the information inside the signature will be used.\nThe address provided will be validated. Supports extended measurement units via UserSettingsMeasurementEnumV2.\n\nCurrent version of HxDR only allows signature-based sign ups.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SignupInputV3","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SignupWithAddressValidationUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deleteAccount","description":"Deletes the account from the system.\n\nFor accounts in the same tenancy, requires the tenant capability CAN_DELETE_ACCOUNT or the platform capability\nCAN_DELETE_ACCOUNT.\nFor accounts in a different tenancy, requires the platform capability CAN_DELETE_ACCOUNT.","args":[{"name":"accountId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"AccountDeletionUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deleteUserV2","description":"Deletes the user from the system.\n\nRequires the account capability CAN_DELETE_USER if the user is in the same account,\notherwise requires the platform capability CAN_DELETE_USER.","args":[{"name":"userId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"UserDeletionUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"changeAccountRoleOfUserV2","description":"Changes the role of another user within an account.\n\nIf the targeted user is in the same account, the acting user must have the CAN_CHANGE_ACCOUNT_ROLE account\ncapability or the CAN_CHANGE_ACCOUNT_ROLE platform capability.\n\nIf the targeted user is in a different account, the acting user must have the CAN_CHANGE_ACCOUNT_ROLE platform\ncapability.","args":[{"name":"params","description":null,"type":{"kind":"INPUT_OBJECT","name":"AccountMemberInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SimpleResultUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"addUserToProjectV2","description":"Adds a user to the project as project member.\nThe user must belong to the same account as the project owner.","args":[{"name":"params","description":null,"type":{"kind":"INPUT_OBJECT","name":"ProjectMemberInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SimpleResultUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"removeUserFromProjectV2","description":"Removes a user from a project.\nTheir uploaded assets, folders, and other contributions to the project\nremain unchanged on the project.","args":[{"name":"userId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"projectId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SimpleResultUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"changeProjectRoleOfUserV2","description":"Changes the role of another user within a project.\nCan only target members of the project. Use `addUserToProject` if you want\nto add a new member with a specific role.\n\nChanging a project role is restricted to project owners / editors, and\nthe account admin. If a user is promoted to Project Owner this way,\nthe previous owner gets demoted to Project Editor.\n\nNo longer returns AcsErrorSeatLimitReachedOutput.","args":[{"name":"params","description":null,"type":{"kind":"INPUT_OBJECT","name":"ProjectMemberInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ChangeProjectRoleUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"leaveProjectV2","description":"Allows a user to leave a project.\n\nThe project owner cannot leave the project; they must first call changeProjectRoleOfUser\nand promote another member of the project to owner before calling this endpoint.\n\nThrows a 403 if the user has no access to this project, and 400 if the user is an owner\nor not a member of the project.","args":[{"name":"projectId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SimpleResultUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"changeProjectOwner","description":"Changes the owner of a project.\n\nThis mutation can be called by a user with either the CAN_CHANGE_PROJECT_OWNER platform capability or\nthe CAN_CHANGE_PROJECT_OWNER tenant capability.\n\nAs a result of this mutation:\n- all existing users of the project are removed\n- the (tenant) admin that performs the call will be added as viewer\n- the user indicated in the call becomes the new owner\n- the account indicated in the call will own the project, and the consumption of that project\nwill be added to the usage count of the targeting account\n\nNo longer returns AcsErrorSeatLimitReachedOutput.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ChangeProjectOwnerInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ChangeProjectOwnerUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createTenantV2","description":"Creates a new tenant.\n\nOnly for users with the CAN_CREATE_TENANT platform capability.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateTenantInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"TenantUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updateTenantV2","description":"Updates an existing tenant. Only accessible to application admins.\n\nOnly for users with the CAN_UPDATE_TENANT platform capability, or who are tenant admin in the same tenant..","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateTenantInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"TenantUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"setDefaultTenantV2","description":"Sets a tenant as the default tenant.\n\nOnly for users with the CAN_SET_DEFAULT_TENANT platform capability.","args":[{"name":"tenantId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"TenantUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deleteTenantV2","description":"Deletes the tenant from the system.\nIf the migration tenant is supplied, all the accounts of the deleted tenant will be migrated to that tenant.\nOtherwise the default tenant will be used.\n\nOnly for users with the CAN_DELETE_TENANT platform capability.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteTenantInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"TenantDeletionUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"assignAccountToTenantV2","description":"Assigns an account to a tenant.\n\nOnly for users with the CAN_ASSIGN_ACCOUNT_TO_TENANT platform capability.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AssignAccountToTenantInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SimpleResultUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"assignTenantRoleToUserV2","description":"Assigns an account to a tenant.\n\nOnly for users with the CAN_CHANGE_TENANT_ROLE platform capability, or who are tenant admin in the same tenant.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AssignTenantRoleToUserInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SimpleResultUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updateAccountWithTenantInfoV2","description":"Assigns all the accounts in dr-account-info to a tenant. Only available for Application Admins.\n\nOnly for users with the CAN_ASSIGN_ACCOUNTS_TO_TENANT platform capability.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SimpleResultUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updateUserWithTenantInfoV2","description":"Assigns all the accounts in dr-user-info to a tenant.\n\nOnly for users with the CAN_TRIGGER_SYNC_JOB platform capability.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SimpleResultUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updateUserWithTenantRoleV2","description":"Sync tenant roles of user from dr-acs to dr-user-info.\n\nOnly for users with the CAN_TRIGGER_SYNC_JOB platform capability.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SimpleResultUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"signupFromInviteV3","description":"**DEPRECATED in favour of mutation signupFromInviteV4**\nCreates the user with the provided details based on a sent out invite, protected by a provided signature.\n\nThe user is created within the account specified in the SignupFromInviteInputV2.\n\nNo longer returns AcsErrorSeatLimitReachedOutput.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SignupFromInviteInputV2","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SignupFromInviteUnion","ofType":null}},"isDeprecated":true,"deprecationReason":"No longer supported, in favour of signupFromInviteV4, termination planned for 2028-03-31"},{"name":"signupV4","description":"**DEPRECATED in favour of mutation signupV5**\n\nCreates a new account with a new account admin, using the provided details.\nIf the signature is provided, the information inside the signature will be used.\nThe address provided will be validated.\n\nCurrent version of HxDR only allows signature-based sign ups.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SignupInputV2","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SignupWithAddressValidationUnion","ofType":null}},"isDeprecated":true,"deprecationReason":"No longer supported, in favour of signupV5, termination planned for 2028-03-31"},{"name":"signupFromInviteV2","description":"**DEPRECATED in favour of mutation signupFromInviteV3**\nCreates the user with the provided details based on a sent out invite, protected by a provided signature.\n\nThe user is created within the account specified in the SignupFromInviteInput.\n\nNo longer returns AcsErrorSeatLimitReachedOutput.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SignupFromInviteInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SignupFromInviteUnion","ofType":null}},"isDeprecated":true,"deprecationReason":"No longer supported, in favour of mutation signupFromInviteV3, termination planned for 2026-02-18"},{"name":"signupV3","description":"**DEPRECATED in favour of mutation signupV4**\n\nCreates a new account with a new account admin, using the provided details.\nIf the signature is provided, the information inside the signature will be used.\nThe address provided will be validated.\n\nCurrent version of HxDR only allows signature-based sign ups.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SignupInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SignupWithAddressValidationUnion","ofType":null}},"isDeprecated":true,"deprecationReason":"No longer supported,in favour of mutation signupV4, termination planned for 2026-02-18"},{"name":"shareGroupedAsset","description":"Generates a code for sharing the grouped asset\nIf canDownload is set to true, the code can be used to download the asset.\nIf an expiration date is provided, the code will be valid until that date, otherwise it will be valid forever.","args":[{"name":"groupedAssetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"canDownload","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"expireAt","description":null,"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SharingCodeUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"unshareGroupedAsset","description":"Removes the access to a shared grouped asset","args":[{"name":"groupedAssetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"UnsharedGroupedAssetUnion","ofType":null}},"isDeprecated":true,"deprecationReason":"Use removeSharing to remove a specific sharing code, termination planned for 2025-06-30"},{"name":"changePlatformRole","description":"Only users with platform capability CAN_CHANGE_PLATFORM_ROLE can call this mutation.\nThis capability should only be assigned to a superadmin role,\nas any platform role elevation will have to go through an approval process,\nsimilar to what is needed when requesting access to confluence, slack etc.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ChangePlatformRoleInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ChangePlatformRoleUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createAutomationUser","description":"Creates a new automation user and returns client credentials (clientId and clientSecret).\nThe clientSecret is returned only once and cannot be retrieved again.\nRequires the CAN_CREATE_CLIENT_CREDENTIALS account capability.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateAutomationUserInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"CreateAutomationUserUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"confirmSubscriptionOrderV2","description":"**DEPRECATED in favor of mutation `buySubscriptionV2`**","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ConfirmSubscriptionUnion","ofType":null}},"isDeprecated":true,"deprecationReason":"Stripe subscriptions are no longer supported, termination planned for 2026-09-30"},{"name":"buySubscriptionV2","description":"Buy a subscription by create it into payment system.","args":[{"name":"params","description":null,"type":{"kind":"INPUT_OBJECT","name":"CreationSubscriptionInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SubscriptionUnion","ofType":null}},"isDeprecated":true,"deprecationReason":"Stripe subscriptions are no longer supported, termination planned for 2026-09-30"},{"name":"buySubscriptionV3","description":"Buy a subscription by create it into payment system.","args":[{"name":"params","description":null,"type":{"kind":"INPUT_OBJECT","name":"CreationSubscriptionInputV3","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SubscriptionUnion","ofType":null}},"isDeprecated":true,"deprecationReason":"Stripe subscriptions are no longer supported, termination planned for 2026-09-30"},{"name":"cancelCurrentSubscriptionV2","description":"Cancel current subscription from payment system.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"CancelCurrentSubscriptionUnion","ofType":null}},"isDeprecated":true,"deprecationReason":"Stripe subscriptions are no longer supported, termination planned for 2026-09-30"},{"name":"stopPendingSubscriptionDowngrade","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":true,"deprecationReason":"Stripe subscriptions are no longer supported, termination planned for 2026-09-30"},{"name":"stopPendingSubscriptionCancellation","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":true,"deprecationReason":"Stripe subscriptions are no longer supported, termination planned for 2026-09-30"},{"name":"refundTokens","description":"Refund tokens for an account","args":[{"name":"params","description":null,"type":{"kind":"INPUT_OBJECT","name":"TokensRefundInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"WalletRefundUnion","ofType":null}},"isDeprecated":true,"deprecationReason":"Stripe subscriptions are no longer supported, termination planned for 2026-09-30"},{"name":"createStreamingSubscriptionAdmin","description":"Create a new streaming subscription.\n\nOnly for users with the CAN_EDIT_STREAMING_SUBSCRIPTION platform capability.","args":[{"name":"params","description":null,"type":{"kind":"INPUT_OBJECT","name":"CreateStreamingSubscriptionInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"CreateStreamingSubscriptionUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updateStreamingSubscriptionAdmin","description":"Update an existing streaming subscription\n\n\nOnly for users with the CAN_EDIT_STREAMING_SUBSCRIPTION platform capability.","args":[{"name":"params","description":null,"type":{"kind":"INPUT_OBJECT","name":"UpdateStreamingSubscriptionInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"UpdateStreamingSubscriptionUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deleteStreamingSubscriptionAdmin","description":"Delete a streaming subscription\n\n\nOnly for users with the CAN_EDIT_STREAMING_SUBSCRIPTION platform capability.","args":[{"name":"params","description":null,"type":{"kind":"INPUT_OBJECT","name":"DeleteStreamingSubscriptionInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"DeleteStreamingSubscriptionUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createLtsBaselayer","description":"Only for users with the CAN_EDIT_BASELAYER platform capability.","args":[{"name":"props","description":null,"type":{"kind":"INPUT_OBJECT","name":"LTSInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"BaselayerOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createOgc3dBaselayer","description":"Only for users with the CAN_EDIT_BASELAYER platform capability.","args":[{"name":"props","description":null,"type":{"kind":"INPUT_OBJECT","name":"OGC3DInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"BaselayerOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createHspcBaselayer","description":"Only for users with the CAN_EDIT_BASELAYER platform capability.","args":[{"name":"props","description":null,"type":{"kind":"INPUT_OBJECT","name":"HSPCInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"BaselayerOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createPanoramicBaselayer","description":"Only for users with the CAN_EDIT_BASELAYER platform capability.","args":[{"name":"props","description":null,"type":{"kind":"INPUT_OBJECT","name":"PanoramicInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"BaselayerOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createWfsBaselayer","description":"Only for users with the CAN_EDIT_BASELAYER platform capability.","args":[{"name":"props","description":null,"type":{"kind":"INPUT_OBJECT","name":"WFSInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"BaselayerOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createWmsBaselayer","description":"Only for users with the CAN_EDIT_BASELAYER platform capability.","args":[{"name":"props","description":null,"type":{"kind":"INPUT_OBJECT","name":"WMSInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"BaselayerOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createWmtsBaselayer","description":"Only for users with the CAN_EDIT_BASELAYER platform capability.","args":[{"name":"props","description":null,"type":{"kind":"INPUT_OBJECT","name":"WMTSInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"BaselayerOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createUrlBaselayer","description":"Only for users with the CAN_EDIT_BASELAYER platform capability.","args":[{"name":"props","description":null,"type":{"kind":"INPUT_OBJECT","name":"UrlInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"BaselayerOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createScene","description":"Create a new Scene inside a project.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateSceneInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"CreateSceneUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createSceneFromFolder","description":"Triggers the generation of a GENERIC scene from the input source folder.\nThe recursive layout of the folder will be reflected into the hierarchical structure of the scene,\nincluding the relevant grouped assets stored in all subfolders.\nThis mutation returns quickly to the client, and the status of the generation is exposed in SceneOutput.sceneGenerationStatus","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateSceneFromFolderInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"CreateSceneUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updateScene","description":"Update an existing Scene.\nA Scene can not be moved to a different project.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateSceneInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"UpdateSceneUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deleteScene","description":"Delete an existing Scene and all of the nodes belonging to this scene.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteSceneInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"DeleteSceneUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createSceneLeafNode","description":"Create a new leaf node inside a scene.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateSceneLeafNodeInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"CreateSceneLeafNodeUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updateSceneLeafNode","description":"Update an existing leaf node in a scene.\nA scene node can not be moved to a different scene.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateSceneLeafNodeInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"UpdateSceneLeafNodeUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createSceneGroupNode","description":"Create a new group node inside a scene.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateSceneGroupNodeInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"CreateSceneGroupNodeUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updateSceneGroupNode","description":"Update an existing Group node in a scene.\nA scene node can not be moved to a different scene.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateSceneGroupNodeInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"UpdateSceneGroupNodeUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"moveSceneNode","description":"Move an existing scene node in a scene under a different parent. Also re-calculate and set its relative\ntransformation according to the new parent's absolute transformation.\nRoot nodes can not be moved.\nA scene node can not be moved to a different scene.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MoveSceneNodeInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"MoveSceneNodeUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deleteSceneNode","description":"Delete an existing scene node and all of the subnodes. Root scene nodes can not be deleted.","args":[{"name":"sceneNodeId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"DeleteSceneNodeUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"removeSceneNodeEffects","description":"Remove an existing scene node effect.","args":[{"name":"sceneNodeId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"RemoveSceneNodeEffectsUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createSceneLock","description":"Create a lock on a scene.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateSceneLockInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"CreateSceneLockUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"releaseSceneLock","description":"Release an existing lock on a scene.","args":[{"name":"sceneLockId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ReleaseSceneLockUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"addToSceneLock","description":"Add nodes to an existing lock.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AddToSceneLockInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"AddToSceneLockUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"startSceneTransaction","description":"Start a scene transaction. A transaction creates a temporary lock that allows making multiple changes\nas a group. Use endSceneTransaction to either commit or abort all changes made during the transaction.\nThe user owning the transaction can edit the non-default nodes which will become default\nwhen committing the transaction or be removed when aborting it.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"StartSceneTransactionInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"StartSceneTransactionUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endSceneTransaction","description":"End a scene transaction.\nThe EndSceneTransactionInput controls whether to save or abort the changes made in the transaction prior to ending\nit.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"EndSceneTransactionInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"EndSceneTransactionUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createFolderV2","description":"Creates a folder on the specified parent folder (either project root folder\nor any other folder), provided that the user has the capability to edit\nthis project.\n\nReturns the newly created folder if the operation was successful, null\notherwise.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateFolderInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"CreateFolderUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updateFolderV2","description":"Updates a specified folder, provided that the user has the capability to edit\nthis project.\n\nReturns the newly updated folder if the operation was successful, null\notherwise.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateFolderInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"UpdateFolderUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deleteFolderV2","description":"Deletes a folder from a project, provided that the user has the capability to\nedit this project.\n\nThis deletion will propagate a deletion to all nested subfolders and all assets\ncontained in them.\n\nReturns true if the operation was successful.","args":[{"name":"folderId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"projectId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"DeleteFolderUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"generateMultiFolderDownloadLink","description":"Generates a download link for the multiple folders uuids received as input\nThe result will be a zip package","args":[{"name":"input","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MultiFolderDownloadLinkInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"GenerateMultiFolderDownloadLinkUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"persistAssetV2","description":"Endpoint to persist an Asset. Is mostly used for testing purposes.\nThe user must have the CAN_PERSIST_ASSET platform capability to perform this operation.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"PersistAssetInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"PersistAssetUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createAssetV3","description":"Creates an asset in the specified folder.\n\nThe folderId is mandatory, no fallback is provided.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateAssetInputV3","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"CreateAssetUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updateAssetV2","description":"Updates the specified asset, provided it exists and the user has the capability.\n\nThe assetType field in the input is ignored as the asset type should never change.\n\nReturns the updated asset if the operation was successful.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateAssetInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"UpdateAssetUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deleteAssetV2","description":"Deletes the asset from the folder, provided it exists and the user has the capability.\nIf the asset was copied to any other folders or projects, it will not be affected by this deletion.\nIf it is the last instance of the asset, it will be deleted entirely.\n\nReturns true if the operation was successful.","args":[{"name":"groupedAssetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"DeleteAssetUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"copyAssetToFolderV2","description":"Copies the specified asset to a folder, provided both exist and the user has the capability\nto modify both folders. The copied asset has a new ID.\n\nThe source and target folders must be in the same account, unless the user performing the action\nhas platform capability CAN_MOVE_COPY_ASSET.\n\nReturns true if the operation was successful.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CopyAssetInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"CopyAssetToFolderUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"copyMultiGroupedAssetsToFolder","description":"Copies the list of grouped assets to a folder, provided they exist and the user has the\ncapability to modify both source and target folders. The copied GA will have a new ID.\n\nThe source and target folders must be in the same account, unless the user performing the action\nhas platform capability CAN_MOVE_COPY_ASSET.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MultiGroupedAssetCopyInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"MultiGroupedAssetCopyUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"moveAssetToFolderV2","description":"Moves the specified GA to a folder, provided both exist and the user has the capability\nto modify both folders. The moved asset retains the same ID as before.\n\nThe source and target folders must be in the same account, unless the user performing the action\nhas platform capability CAN_MOVE_COPY_ASSET.\n\nReturns true if the operation was successful.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MoveAssetInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"MoveAssetToFolderUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"moveMultiGroupedAssetsToFolder","description":"Moves the specified grouped assets to a folder, provided both exist and the user has the\ncapability to modify both folders. The moved GAs retains the same ID as before.\n\nThe source and target folders must be in the same account, unless the user performing the action\nhas platform capability CAN_MOVE_COPY_ASSET.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MultiGroupedAssetMoveInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"MultiGroupedAssetMoveUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createAssetThumbnailV2","description":"Creates a thumbnail on the asset, provided it exists and the user has access to it.\n\nReturns the asset thumbnail if the operation was successful.","args":[{"name":"groupedAssetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"CreateAssetThumbnailUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deleteAssetThumbnail","description":"Removes an asset thumbnail if one exists, provided the user has access to it.\n\nReturns true if the operation was successful.","args":[{"name":"groupedAssetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"DeleteAssetThumbnailUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"autoRegisterAssetsV2","description":"Given a list of asset uuids, this method returns the new asset created in the folder specified by the user,\nwith the name specified by the user; The result will contain the point-cloud generated by auto-registering the\nassets given as an input","args":[{"name":"input","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AutoRegistrationInputV2","ofType":null}},"defaultValue":null},{"name":"newAsset","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateAssetInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"AutoRegisterAssetsUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"addFileV2","description":"Given a file and its groupedAssetId it belongs to, this method will generate the metadata\nfor it, the remote path on the remote bucket, add it to the connected Asset and return\nthe file information with its remote path and expiration date.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AddFileInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"AddFileUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"completeMultipartUpload","description":"This method allows the front end to flag all the multiparts of the given file to be flagged\nas confirmed. The method will return a boolean to flag if the operation was carried out\nsuccessfully.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MultipartUploadCompleteInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ExecutedOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"completeAssetFileList","description":"Given the groupedAssetId, this method marks the asset as complete.\nIt returns a boolean indicating if all the files are in complete status","args":[{"name":"groupedAssetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ExecutedOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"generateMultiAssetDownloadLinkV2","description":"Generates a download link for the multiple grouped asset uuids received as input\nThe result will be a zip package","args":[{"name":"input","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MultiAssetDownloadLinkInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"GenerateMultiAssetDownloadLinkUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"upgradeAsset","description":"**DEPRECATED in favour of mutation upgradeAssetV2**\nCreate a new version for an existing grouped asset.","args":[{"name":"groupedAssetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"UpgradeAssetUnion","ofType":null}},"isDeprecated":true,"deprecationReason":"No longer supported, in favour of mutation upgradeAssetV2, termination planned for 2028-03-31"},{"name":"upgradeAssetV2","description":"Create a new version for an existing grouped asset.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpgradeAssetInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"UpgradeAssetUnionV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"completeAsset","description":"Mark a specific version of an asset as complete.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CompleteAssetInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"CompleteAssetUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"setAssetVersion","description":"Set the default version of the specified grouped asset.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SetAssetVersionInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SetAssetVersionUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deleteAssetVersion","description":"Delete a non-default version of the specified grouped asset.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteAssetVersionInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"DeleteAssetVersionUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reprocessAsset","description":"Reprocess an asset.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ReprocessAssetInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ReprocessAssetUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createGroupedAssetGeoreference","description":null,"args":[{"name":"georeference","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateGroupedAssetGeoreferenceInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"GroupedAssetGeoreferenceOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updateGroupedAssetGeoreference","description":null,"args":[{"name":"georeference","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateGroupedAssetGeoreferenceInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"GroupedAssetGeoreferenceOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deleteGroupedAssetGeoreference","description":null,"args":[{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createProjectV2","description":"Creates a project for the user, returns the project if project creation\nwas successful, null otherwise.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateProjectInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"CreateProjectUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updateProjectV2","description":"Updates the specified project's metadata and returns the updated project.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateProjectInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"UpdateProjectUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deleteProjectV2","description":"Deletes the specified project.\n\nThis deletion will trigger a deletion of all nested folders and any assets\nthey may contain.\n\nReturns true if the project was successfully deleted.","args":[{"name":"projectId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"DeleteProjectUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deleteProjectThumbnail","description":"Removes the specified project's thumbnail, if it exists.\n\nReturns true if the operation was successful.","args":[{"name":"projectId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"DeleteProjectThumbnailUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"uploadThumbnailToProjectV2","description":"Uploads a thumbnail to the specified project if it exists.\n\nReturns the project thumbnail if the operation was successful, null otherwise.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ProjectThumbnailInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"UploadThumbnailToProjectUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updateDemoProjectStatus","description":"Updates the specified project's metadata and returns the updated project.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateDemoProjectInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"UpdateDemoProjectStatusUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"replayDlqMessages","description":"Replay messages that got sent to the dead letter queue with a filter.\nMessages that were already replayed or resolved that match the filter will not be replayed.\n\nRequires the CAN_EDIT_DLQ_MESSAGE platform capability.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ReplayDlqMessagesInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ReplayDlqMessagesUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"resolveDlqMessages","description":"Resolve messages that got sent to the dead letter queue with a filter without replaying them.\nMessages that were already resolved that match the filter will not be updated.\nIf the replay mutation is called with a filter matching message that is already resolved, it will not be replayed.\n\nRequires the CAN_EDIT_DLQ_MESSAGE platform capability.","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ResolveDlqMessagesInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ResolveDlqMessagesUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createGroupedAssetTour","description":null,"args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateGroupedAssetTourInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"GroupedAssetTourOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updateGroupedAssetTour","description":null,"args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateGroupedAssetTourInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"GroupedAssetTourOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deleteGroupedAssetTour","description":null,"args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteGroupedAssetTourInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createGroupedAssetTourKeyframe","description":null,"args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateGroupedAssetTourKeyframeInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"GroupedAssetTourKeyframeOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updateGroupedAssetTourKeyframe","description":null,"args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateGroupedAssetTourKeyframeInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"GroupedAssetTourKeyframeOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"recalculateGroupedAssetTourKeyframes","description":null,"args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"RecalculateGroupedAssetTourKeyframesInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"GroupedAssetTourOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deleteGroupedAssetTourKeyframe","description":null,"args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteGroupedAssetTourKeyframeInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createGroupedAssetTourThumbnail","description":null,"args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateGroupedAssetTourThumbnailInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TourThumbnailOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deleteGroupedAssetTourThumbnail","description":null,"args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteGroupedAssetTourThumbnailInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"setViewpoint","description":"Sets a ViewPoint for the given entity (creates, or updates, or deletes the ViewPoint)","args":[{"name":"params","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SetViewpointInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SetViewpointUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"_noop","description":null,"args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"addLabels","description":"Adds labels to the referred entity","args":[{"name":"input","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AddLabelsInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"AddLabelsUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"removeLabels","description":"Removes labels from the referred entity","args":[{"name":"input","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"RemoveLabelsInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"RemoveLabelsUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ProcessingPipelineNameForTokenQuotation","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AUTOREGISTRATION_B2G_TO_HSPC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"AUTOREGISTRATION_E57_TO_HSPC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TECHNODIGIT_HSPC_TO_OGC3DTILES","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ProcessingStatus","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CREATED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"WAITING_FOR_RESOURCE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PREPARING","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PENDING","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"RUNNING","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SUCCESS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SUCCESS_NO_OUTPUT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CANCELED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SKIPPED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MANUAL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SCHEDULED","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ProcessingErrorLevel","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"WARNING","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ERROR","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ProcessingErrorType","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"TOKENS_LIMIT_EXCEEDED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"INVALID_INPUT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"INVALID_ACCOUNT_OR_ADDRESS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"INTERNAL_ERROR","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MISSING_ARTIFACTS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UNDEFINED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NO_DATA","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"OutputFormat","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"LAS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PTS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"E57","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"OGC3D_TILES","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ZIP","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"BINARY_MAP","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"WMS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"WMTS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"WFS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LTS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"COG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"OBJ","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GLB","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SPZ","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"FOLDER_ZIPPED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"USDZ","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ProcessingPipelineName","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AI_HUB_IMAGE_BEAUTIFICATION","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MELOWN_GAUSSIAN_SPLATTING","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MYVR_HSPC_TO_LAS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MYVR_HSPC_TO_PTS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MYVR_HSPC_TO_E57","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TECHNODIGIT_HSPC_TO_OGC3DTILES","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TECHNODIGIT_HSPC_TO_LOW_QUALITY_OGC3DTILES","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"IMMERSAL_COARSE_REGISTRATION_TO_VISUAL_MAP","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LUCIAD_VECTOR_OR_RASTER_TO_WMS","description":null,"isDeprecated":true,"deprecationReason":"No longer supported, termination planned for 2027-03-31."},{"name":"LUCIAD_VECTOR_OR_RASTER_TO_WMTS","description":null,"isDeprecated":true,"deprecationReason":"No longer supported, termination planned for 2027-03-31."},{"name":"LUCIAD_VECTOR_TO_WFS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LUCIAD_FUSION_COVERAGE_TO_LTS","description":null,"isDeprecated":true,"deprecationReason":"No longer supported, termination planned for 2027-03-31."},{"name":"LUCIAD_TIFF_TO_COG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LUCIAD_USD_CONVERTER","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LUCIAD_DXF_TO_OGC3DTILES","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LUCIAD_DXF_TO_OGC3DTILES_POST_PROCESSING","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"HXDR_ZIPPER","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"SavedFormat","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ASCII_XYZ_GRID_ZIPPED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"AUTOREGISTRATION_DATASET_INDEX_MAPPING","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"B2G","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"BINARY_MAP","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"BINARY_MAP_FILE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"COG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TRUE_ORTHO_COG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DSM_COG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DTM_COG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LAND_COVER_COG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DBX","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"E57_POINT_CLOUD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"E57_REFERENCE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"E57_REFERENCE_BOUNDS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ER_MAPPER_BIN_GRID_ZIPPED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ESRI_ARCGRID_ZIPPED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"FLOOR_PLANS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"FOLDER_STRUCTURE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"FOLDER_ZIPPED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GEOJSON","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GEOTIFF","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GEOTIFF_ZIPPED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GLB","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"HSPC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"HSPC_PACK","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"IMAGES","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"IMMERSAL_COARSE_REGISTRATION","description":null,"isDeprecated":true,"deprecationReason":"In favour of COARSE_ALIGNMENT"},{"name":"JPG_ZIPPED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LABEL_ANNOTATION","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LAS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LGS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LGSX","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LTS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LUCIAD_PANORAMIC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LUCIAD_PANORAMIC_NONTILED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LWPO","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"FINE_ALIGNMENT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"COARSE_ALIGNMENT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CONTROL_POINTS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"METADATA","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"METADATA_JSON","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MYVR_HSPC_EXPORTER_UAV_CONFIG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MELOWN_VEF_CLIPPER_UAV_CONFIG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"OBJ","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"OBJ_MTL_ZIPPED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"OGC3D_TILES","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"OGC3D_TILES_ZIPPED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PANORAMA_IMAGE_TILES","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PANORAMA_IMAGE_TILES_ZIPPED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PANORAMIC_JXR_HDR","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PANORAMIC_JXR_SCANDEPTH","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SENSOR_INFO","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PNG_ZIPPED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PROJECTION","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PTS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"RECTIFIED_COLORED_IMAGES_WITH_METADATA","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"RECTIFIED_COLORED_IMAGES_WITH_METADATA_FULL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DISTORTED_COLORED_IMAGES_WITH_METADATA","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GS_PLY","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SPZ","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"RECTIFIED_GRAYSCALED_IMAGES_WITH_METADATA","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"REFERENCE_BOUNDS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SAN_RAMON_FINE_COARSE","description":null,"isDeprecated":true,"deprecationReason":"In favour of FINE_ALIGNMENT"},{"name":"SAN_RAMON_INTERMEDIATE_RESULT_ZIPPED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SLPK","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SURFER_BINARY_GRID_ZIPPED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TEXTURING_IMAGE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SCENE_NODE_POSITIONING","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TRAJECTORY","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"RAW_TRAJECTORY","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TRUE_ORTHO_INTERMEDIATE_RESULT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DSM_INTERMEDIATE_RESULT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DTM_INTERMEDIATE_RESULT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LAND_COVER_INTERMEDIATE_RESULT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UCS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UNSPECIFIED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"USDZ","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"WFS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"WMS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"WMTS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PCC_CLASSES","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ZIP","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"IFC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"BINZ","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"REVIT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NWD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DXF","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GPR_SURVEY","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SHP","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GML","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"OUTPUT_PROJECTION","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ImplementedProcessingPipelines","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AUTOREGISTRATION_B2G_TO_HSPC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"AUTOREGISTRATION_E57_TO_HSPC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CYCLONE_SAN_RAMON_LGS_TO_HSPC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GENERATE_FOLDER_STRUCTURE_FILE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"HTC_GPR_SURVEY_TO_HSPC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"HXDR_CATALOG_STREAMING_TILESET_MERGER","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"HXDR_CONVERT_ASSET_TO_ARTIFACT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"HXDR_SCENE_NODE_REGISTRATION","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"HXDR_SCENE_BIM_AUTO_ALIGNMENT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"HXDR_SCENE_DEVIATION_ANALYSIS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"HXDR_SCENE_TO_ASSET","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"HXDR_ZIPPER","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"IMMERSAL_COARSE_REGISTRATION_TO_VISUAL_MAP","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LUCIAD_BINZ_TO_OGC3DTILES","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LUCIAD_E57_TO_CUBEMAP","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LUCIAD_E57_TO_CUBEMAP_POST_PROCESSING","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LUCIAD_FUSION_COVERAGE_TO_LTS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LUCIAD_GLB_TO_OGC3DTILES","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LUCIAD_IFC_TO_OGC3DTILES","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LUCIAD_LGS_CONVERTER","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LUCIAD_LGS_CONVERTER_POST_PROCESSING","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LUCIAD_OBJ_TO_OGC3DTILES","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LUCIAD_PANORAMIC_CONVERSION","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LUCIAD_REVIT_TO_OGC3DTILES","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LUCIAD_NWD_TO_OGC3DTILES","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LUCIAD_TIFF_TO_COG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LUCIAD_USD_CONVERTER","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LUCIAD_DXF_TO_OGC3DTILES","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LUCIAD_DXF_TO_OGC3DTILES_POST_PROCESSING","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LUCIAD_VECTOR_OR_RASTER_TO_WMS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LUCIAD_VECTOR_OR_RASTER_TO_WMTS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LUCIAD_VECTOR_TO_WFS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MELOWN_UAV_CONVERTER","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MELOWN_GAUSSIAN_SPLATTING","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MELOWN_VEF_TO_OGC3DTILES_CLIP","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MELOWN_VEF_TO_SLPK_CLIP","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MELOWN_VEF_TO_VEF_CLIP","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MYVR_E57_TO_HSPC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MYVR_HSPC_TO_E57","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MYVR_HSPC_TO_LAS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MYVR_HSPC_TO_LAS_AOI","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MYVR_HSPC_TO_PTS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MYVR_LAS_TO_HSPC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GMAT_DBX_CONVERTER","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TECHNODIGIT_GENERATE_DEPTHMAPS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TECHNODIGIT_HSPC_TO_LOW_QUALITY_OGC3DTILES","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TECHNODIGIT_HSPC_TO_OGC3DTILES","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TUKAN_B2G_TO_HSPC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"AI_HUB_POINT_CLOUD_CLASSIFICATION","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"AI_HUB_IMAGE_BEAUTIFICATION","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"PointCloudClassificationModelEnum","description":"Point Cloud Classification models","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"PCC_IND_GEN","description":"Point cloud classification model for indoor scenes.\nThe model works best on data from terrestrial and kinematic laser scanners.","isDeprecated":false,"deprecationReason":null},{"name":"PCC_INDCS_GEN","description":"Point cloud classification model for indoor construction scenes.\nThe model works best on data from terrestrial and kinematic laser scanners.","isDeprecated":false,"deprecationReason":null},{"name":"PCC_OUTD_TLS","description":"Point cloud classification model for outdoor scenes.\nThe model works best on data from terrestrial laser scanners.","isDeprecated":false,"deprecationReason":null},{"name":"PCC_OUTDHCS_UAV","description":"Point cloud classification model for heavy construction sites in outdoor scenarios.\nThe model works best on photogrammetry data from UAVs.","isDeprecated":false,"deprecationReason":null},{"name":"PCC_PLANT_TLS","description":"Point cloud classification model for industrial plant scenes.\nThe model works best on data from terrestrial laser scanners.","isDeprecated":false,"deprecationReason":null},{"name":"PCC_RAIL_MMS","description":"Point cloud classification model for rail scenes.\nThe model works best on data from mobile mapping systems.","isDeprecated":false,"deprecationReason":null},{"name":"PCC_ROAD_MMS","description":"Point cloud classification model for road scenes.\nThe model works best on data from mobile mapping systems.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ScanningDeviceType","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BLK2GO","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"BLK2GO_PULSE","description":null,"isDeprecated":true,"deprecationReason":"deprecated in favor of BLK2GO, termination planned for 2027-03-31."},{"name":"BLK2FLY","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"BLKARC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"BLK360","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"BLK360_G1","description":null,"isDeprecated":true,"deprecationReason":"deprecated in favor of BLK360, termination planned for 2027-03-31."},{"name":"GENERIC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MAGPIE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"RTC360","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"InputType","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ASSET","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ARTIFACT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PREVIOUS_OUTPUT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CONFIG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"AOI","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DATASET","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LIMIT_BOX","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UNDEFINED","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"PipelineResultAvailabilityEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ALWAYS","description":"The pipeline result is always available after the pipeline has finished, regardless of the input data.","isDeprecated":false,"deprecationReason":null},{"name":"DEPENDS_ON_INPUT_DATA","description":"The pipeline result is only available if the input data meets certain criteria.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"PipelineResultDataCategoryEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"DIRECTIONAL_POINT_CLOUD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GENERIC_SINGLE_FILE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"IMAGE_2D_ORTHO","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LOCALIZATION","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MESH","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PANORAMIC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"POINT_CLOUD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SUB_SAMPLED_POINT_CLOUD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"USD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"VECTOR_OR_RASTER","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GAUSSIAN_SPLATS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TRAJECTORY","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TriggerInput","description":null,"fields":null,"inputFields":[{"name":"groupedAssetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"outputFormat","description":null,"type":{"kind":"ENUM","name":"OutputFormat","ofType":null},"defaultValue":null},{"name":"processingPipelineName","description":null,"type":{"kind":"ENUM","name":"ProcessingPipelineName","ofType":null},"defaultValue":null},{"name":"options","description":null,"type":{"kind":"INPUT_OBJECT","name":"TriggerOptionsInput","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"ID","description":"The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TriggerOptionsInput","description":"Input containing optional options used for triggering pipelines, which includes the ability for defining the docker\nimage versions used in the pipeline. To understand what docker images and their current versions are being used in a\npipeline, use the \"getPipelineDockerImageDefinitions\" endpoint","fields":null,"inputFields":[{"name":"limitBoxId","description":null,"type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"artifactSelectionForZippingPipeline","description":"Allows overriding a specific docker image version, mostly used for testing purposes","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SavedFormat","ofType":null}}},"defaultValue":null},{"name":"imageVersionOverrides","description":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DockerImageVersionOverrideInput","ofType":null}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TriggerUavProcessingInput","description":"Input for triggering the UAV pipeline","fields":null,"inputFields":[{"name":"groupedAssetId","description":"GroupedAssetId of the input to process, this should refer to a set of images with exif data.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"outputProjection","description":"Desired coordinate reference system of the output. Example input: \"EPSG:4978\".\nWhen not specified will use the default provided by the integrator.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TriggerMeshingInput","description":null,"fields":null,"inputFields":[{"name":"groupedAssetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"scanningDeviceType","description":null,"type":{"kind":"ENUM","name":"ScanningDeviceType","ofType":null},"defaultValue":null},{"name":"autoCleaning","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"vegetation","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"imageVersionOverrides","description":"Allows overriding a specific docker image version, mostly used for testing purposes","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DockerImageVersionOverrideInput","ofType":null}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"Boolean","description":"The `Boolean` scalar type represents `true` or `false`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TriggerPointCloudClassificationInput","description":null,"fields":null,"inputFields":[{"name":"groupedAssetId","description":"Id of the grouped asset, for which the assigned hspc artifact should be classified","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"model","description":"Model used for the classification","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PointCloudClassificationModelEnum","ofType":null}},"defaultValue":null},{"name":"imageVersionOverrides","description":"Allows overriding a specific docker image version, mostly used for testing purposes","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DockerImageVersionOverrideInput","ofType":null}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ProcessingTokenQuotationInput","description":null,"fields":null,"inputFields":[{"name":"groupedAssetIds","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null},{"name":"processingPipelineNameForTokenQuotation","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ProcessingPipelineNameForTokenQuotation","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DockerImageVersionOverrideInput","description":null,"fields":null,"inputFields":[{"name":"dockerImageName","description":"Name of the docker image to override","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"dockerImageVersion","description":"Version that should be used for this image","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"BaseProcessingErrorInterface","description":"Basic error interface all soft errors are implementing","fields":[{"name":"message","description":"A pseudo-user friendly explanation on what happened and how to fix the issue.\nThis will usually not be presented to the end user, but could be used as a fallback for backwards\ncompatibility in case the error __typename is not implemented yet on consumers.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProcessingErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ProcessingErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ProcessingErrorProcessingLimitReachedOutput","ofType":null},{"kind":"OBJECT","name":"ProcessingErrorStorageLimitReachedOutput","ofType":null},{"kind":"OBJECT","name":"ProcessingErrorAccountNotInSyncOrInvalidAddressErrorOutput","ofType":null},{"kind":"OBJECT","name":"ProcessingErrorInvalidInputForProcessingPaymentErrorOutput","ofType":null},{"kind":"OBJECT","name":"ProcessingErrorResourceNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ProcessingErrorInputValidationFailedOutput","ofType":null}]},{"kind":"INTERFACE","name":"BaseProcessingTokenQuotationErrorInterface","description":null,"fields":[{"name":"message","description":"A pseudo-user friendly explanation on what happened and how to fix the issue.\nThis will usually not be presented to the end user, but could be used as a fallback for backwards\ncompatibility in case the error __typename is not implemented yet on consumers.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProcessingTokenQuotationRemoteServiceErrorOutput","ofType":null}]},{"kind":"OBJECT","name":"AddressHspcOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"processingPipelineInfo","description":null,"args":[],"type":{"kind":"OBJECT","name":"ProcessingPipelineInfoOutput","ofType":null},"isDeprecated":true,"deprecationReason":"Use processingPipelineInfoV2 and generatedPipelineArtifactInfo instead. Termination planned for 2026-12-01."},{"name":"processingPipelineInfoV2","description":null,"args":[],"type":{"kind":"OBJECT","name":"ProcessingPipelineInfoOutputV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"generatedPipelineArtifactInfo","description":null,"args":[],"type":{"kind":"OBJECT","name":"GeneratedPipelineArtifactInfoOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpointStorageRegion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"serviceType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ServiceTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"consumptionType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ConsumptionTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Renderable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AddressLtsOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"processingPipelineInfo","description":null,"args":[],"type":{"kind":"OBJECT","name":"ProcessingPipelineInfoOutput","ofType":null},"isDeprecated":true,"deprecationReason":"Use processingPipelineInfoV2 and generatedPipelineArtifactInfo instead. Termination planned for 2026-12-01."},{"name":"processingPipelineInfoV2","description":null,"args":[],"type":{"kind":"OBJECT","name":"ProcessingPipelineInfoOutputV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"generatedPipelineArtifactInfo","description":null,"args":[],"type":{"kind":"OBJECT","name":"GeneratedPipelineArtifactInfoOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpointStorageRegion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"serviceType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ServiceTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"consumptionType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ConsumptionTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"datasetId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Renderable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AddressOgc3DOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"processingPipelineInfo","description":null,"args":[],"type":{"kind":"OBJECT","name":"ProcessingPipelineInfoOutput","ofType":null},"isDeprecated":true,"deprecationReason":"Use processingPipelineInfoV2 and generatedPipelineArtifactInfo instead. Termination planned for 2026-12-01."},{"name":"processingPipelineInfoV2","description":null,"args":[],"type":{"kind":"OBJECT","name":"ProcessingPipelineInfoOutputV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"generatedPipelineArtifactInfo","description":null,"args":[],"type":{"kind":"OBJECT","name":"GeneratedPipelineArtifactInfoOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpointStorageRegion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"serviceType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ServiceTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"consumptionType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ConsumptionTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"qualityFactor","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Renderable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AddressCogOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"processingPipelineInfoV2","description":null,"args":[],"type":{"kind":"OBJECT","name":"ProcessingPipelineInfoOutputV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"generatedPipelineArtifactInfo","description":null,"args":[],"type":{"kind":"OBJECT","name":"GeneratedPipelineArtifactInfoOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpointStorageRegion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"serviceType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ServiceTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"consumptionType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ConsumptionTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Renderable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AddressCubemapJsonOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"processingPipelineInfo","description":null,"args":[],"type":{"kind":"OBJECT","name":"ProcessingPipelineInfoOutput","ofType":null},"isDeprecated":true,"deprecationReason":"Use processingPipelineInfoV2 and generatedPipelineArtifactInfo instead. Termination planned for 2026-12-01."},{"name":"processingPipelineInfoV2","description":null,"args":[],"type":{"kind":"OBJECT","name":"ProcessingPipelineInfoOutputV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"generatedPipelineArtifactInfo","description":null,"args":[],"type":{"kind":"OBJECT","name":"GeneratedPipelineArtifactInfoOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpointStorageRegion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"serviceType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ServiceTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"consumptionType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ConsumptionTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Renderable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AddressDownloadableOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"processingPipelineInfo","description":null,"args":[],"type":{"kind":"OBJECT","name":"ProcessingPipelineInfoOutput","ofType":null},"isDeprecated":true,"deprecationReason":"Use processingPipelineInfoV2 and generatedPipelineArtifactInfo instead. Termination planned for 2026-12-01."},{"name":"processingPipelineInfoV2","description":null,"args":[],"type":{"kind":"OBJECT","name":"ProcessingPipelineInfoOutputV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"generatedPipelineArtifactInfo","description":null,"args":[],"type":{"kind":"OBJECT","name":"GeneratedPipelineArtifactInfoOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpointStorageRegion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"serviceType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ServiceTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"consumptionType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ConsumptionTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":true,"deprecationReason":"No longer filled"},{"name":"mediaType","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Renderable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AddressWmsOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"processingPipelineInfo","description":null,"args":[],"type":{"kind":"OBJECT","name":"ProcessingPipelineInfoOutput","ofType":null},"isDeprecated":true,"deprecationReason":"Use processingPipelineInfoV2 and generatedPipelineArtifactInfo instead. Termination planned for 2026-12-01."},{"name":"processingPipelineInfoV2","description":null,"args":[],"type":{"kind":"OBJECT","name":"ProcessingPipelineInfoOutputV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"generatedPipelineArtifactInfo","description":null,"args":[],"type":{"kind":"OBJECT","name":"GeneratedPipelineArtifactInfoOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpointStorageRegion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"serviceType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ServiceTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"consumptionType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ConsumptionTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"datasetId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Renderable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AddressWmtsOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"processingPipelineInfo","description":null,"args":[],"type":{"kind":"OBJECT","name":"ProcessingPipelineInfoOutput","ofType":null},"isDeprecated":true,"deprecationReason":"Use processingPipelineInfoV2 and generatedPipelineArtifactInfo instead. Termination planned for 2026-12-01."},{"name":"processingPipelineInfoV2","description":null,"args":[],"type":{"kind":"OBJECT","name":"ProcessingPipelineInfoOutputV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"generatedPipelineArtifactInfo","description":null,"args":[],"type":{"kind":"OBJECT","name":"GeneratedPipelineArtifactInfoOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpointStorageRegion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"serviceType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ServiceTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"consumptionType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ConsumptionTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"datasetId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Renderable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AddressWfsOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"processingPipelineInfo","description":null,"args":[],"type":{"kind":"OBJECT","name":"ProcessingPipelineInfoOutput","ofType":null},"isDeprecated":true,"deprecationReason":"Use processingPipelineInfoV2 and generatedPipelineArtifactInfo instead. Termination planned for 2026-12-01."},{"name":"processingPipelineInfoV2","description":null,"args":[],"type":{"kind":"OBJECT","name":"ProcessingPipelineInfoOutputV2","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"generatedPipelineArtifactInfo","description":null,"args":[],"type":{"kind":"OBJECT","name":"GeneratedPipelineArtifactInfoOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpointStorageRegion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"serviceType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ServiceTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"consumptionType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ConsumptionTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"datasetId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"styleUrl","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Renderable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AddressPanoramicOutput","description":"Deprecated - to be removed in https://hexagon.atlassian.net/browse/HXDR-5940 after 01.07.2025","fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"processingPipelineInfo","description":null,"args":[],"type":{"kind":"OBJECT","name":"ProcessingPipelineInfoOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpointStorageRegion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"serviceType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ServiceTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"consumptionType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ConsumptionTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Renderable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AddressDownloadOutput","description":"Deprecated - to be removed in https://hexagon.atlassian.net/browse/HXDR-5940 after 01.07.2025","fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"processingPipelineInfo","description":null,"args":[],"type":{"kind":"OBJECT","name":"ProcessingPipelineInfoOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpointStorageRegion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"serviceType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ServiceTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"consumptionType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ConsumptionTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":true,"deprecationReason":"No longer filled"}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Renderable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LimitingBoxAnnotationOutput","description":null,"fields":[{"name":"id","description":"The limiting box's ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"originalId","description":"External identifier for lineage tracking. For copied limiting boxes, this references\nthe original limiting box. For non-copied limiting boxes or imports, this may be the\nannotation's UUID or an external system uuid.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The limiting box's title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The limiting box's description.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"thumbnailPath","description":"The limiting box's thumbnail path.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdBy","description":"The user who created this limiting box.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The limiting box's creation time.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedBy","description":"The latest user to modify this limiting box.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedAt","description":"The limiting box's latest modification time.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"files","description":"File attachments","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AnnotationFileAttachmentOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"links","description":"Urls or paths of network resources","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AnnotationLinkOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"categories","description":"Categories associated to the annotation","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AnnotationCategoryAssignmentOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"data","description":"The limiting box's data.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LimitingBoxAnnotationDataOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"AnnotationInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArtifactKindPointCloudOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"classificationInfo","description":"If the point cloud is classified, this contains info about the classification.\nIf the point cloud is not classified, this is null.","args":[],"type":{"kind":"OBJECT","name":"ClassificationInfoOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"limitBox","description":"The limiting box information associated with this point cloud.\nResolves to the limiting box annotation if the point cloud was generated from a limit box that still exists,\nto ErrorLimitBoxDeletedOutput if the source limit box has since been deleted,\nor to ErrorNoRelatedLimitBoxOutput if the point cloud was not generated from a limit box.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"LimitBoxUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"format","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SavedFormatEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subsampled","description":"True if the point cloud has been subsampled.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"directional","description":"True if the point cloud is directional.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"ArtifactKindInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArtifactKindMeshOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"simplified","description":"True if the mesh has been simplified.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"beautified","description":"True if the mesh has been beautified.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"format","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SavedFormatEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"ArtifactKindInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArtifactKindPanoramicOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"beautified","description":"True if the panoramic image has been beautified.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"format","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SavedFormatEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"ArtifactKindInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProcessingPipelineFailedInfoOutput","description":null,"fields":[{"name":"processingPipelineId","description":"The ID of the processing pipeline that failed.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Display name of the processing pipeline.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"errorsV2","description":"Detailed errors that caused the pipeline to fail.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProcessingDetailedErrorOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"inputs","description":"The inputs that were fed to the pipeline.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProcessingStepInputOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"artifactId","description":"Internal, allows dr-processing-orchestrator to fill in the rest.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArtifactStatusProcessingOutput","description":null,"fields":[{"name":"id","description":"The ID of the address this status belongs to, identical to the ID of the enclosing payload.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"processingPipelineInfo","description":"Information about the currently running pipeline for this artifact.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ProcessingPipelineInfoUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AssetOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"groupedAssetId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"availableProcessingPipelines","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"AvailableProcessingPipelinesUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"anchorPoint","description":null,"args":[],"type":{"kind":"OBJECT","name":"Point3DOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"artifacts","description":null,"args":[{"name":"paging","description":null,"type":{"kind":"INPUT_OBJECT","name":"ArtifactPageInput","ofType":null},"defaultValue":null},{"name":"filter","description":null,"type":{"kind":"ENUM","name":"ArtifactTypeEnum","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ArtifactResultOutput","ofType":null},"isDeprecated":true,"deprecationReason":"Use artifactsV2 instead"},{"name":"artifactsV2","description":null,"args":[{"name":"paging","description":null,"type":{"kind":"INPUT_OBJECT","name":"ArtifactPageInput","ofType":null},"defaultValue":null},{"name":"filter","description":null,"type":{"kind":"ENUM","name":"DataCategoryEnum","ofType":null},"defaultValue":null},{"name":"artifactId","description":null,"type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"artifactOrderEnum","description":null,"type":{"kind":"ENUM","name":"ArtifactOrderEnum","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ArtifactResultOutputV2","ofType":null},"isDeprecated":true,"deprecationReason":"No longer supported, in favour of query `artifactsV3`, termination planned for 2027-09-30"},{"name":"artifactsV3","description":null,"args":[{"name":"paging","description":null,"type":{"kind":"INPUT_OBJECT","name":"PaginationInput","ofType":null},"defaultValue":null},{"name":"filter","description":null,"type":{"kind":"INPUT_OBJECT","name":"ArtifactFilterInput","ofType":null},"defaultValue":null},{"name":"orderBy","description":null,"type":{"kind":"ENUM","name":"ArtifactOrderEnum","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ArtifactResultOutputV3","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"withEmbeddedGeoreference","description":null,"args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"referencedBounds","description":null,"args":[],"type":{"kind":"OBJECT","name":"ReferencedBoundsOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"storageRegion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"files","description":null,"args":[{"name":"paging","description":null,"type":{"kind":"INPUT_OBJECT","name":"FilePageInput","ofType":null},"defaultValue":null},{"name":"filter","description":null,"type":{"kind":"INPUT_OBJECT","name":"FilterFileInput","ofType":null},"defaultValue":null},{"name":"orderBy","description":null,"type":{"kind":"ENUM","name":"FileOrderEnum","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FileResultOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"jobSummary","description":null,"args":[],"type":{"kind":"OBJECT","name":"JobSummaryGQL","ofType":null},"isDeprecated":true,"deprecationReason":"No longer supported, see https://docs.hxdr.app/featuredoc/_quickstart/pipelines/status/status-retrieval, termination planned for 2025-06-31"},{"name":"jobDetail","description":null,"args":[{"name":"paging","description":null,"type":{"kind":"INPUT_OBJECT","name":"JobDetailPageableGQL","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"JobPage","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"primaryArtifact","description":"The primary artifact of the asset. Set to the first artifact uploaded for an asset that has no files.\nNull when no primary artifact has been set yet.","args":[],"type":{"kind":"OBJECT","name":"ArtifactPayloadOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"ucs","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UcsOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StreamingSubscriptionOutput","description":null,"fields":[{"name":"streamingSubscriptionUuid","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"processingPipelineInfo","description":null,"args":[],"type":{"kind":"OBJECT","name":"ProcessingPipelineInfoOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userUuid","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalUsage","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"averageUsagePerDay","description":"provides the average daily consumption based on the difference between the first and last date\ndata has been streamed","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"productCode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quadrants","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"enabled","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"volumeInGB","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"downloadMetricsUri","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SimpleUserProfileOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"signedUpAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"profilePictureUrl","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"applicationRoles","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":true,"deprecationReason":"This was never filled in, no alternative provided. Termination planned for 2027-09-31"},{"name":"firstName","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"jobTitle","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userFlags","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"UserFlagOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"userSettings","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserSettingsOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deleted","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"accountRole","description":"The role of the user in their own account.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AccountRoleEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tenantRole","description":"The role of the user in the tenant of their account.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TenantRoleEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"platformRole","description":"The role of the user on the platform.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PlatformRoleEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"companyInfo","description":"Information about the account the user belongs to.","args":[],"type":{"kind":"OBJECT","name":"SimpleAccountInfoOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"lastLoginAt","description":"The timestamp of the user's last login.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AvailableProcessingPipelinesOutput","description":"Output type for available processing pipelines.\nA pipeline drops out of both lists as soon as it has been triggered on the asset once.\nA pipeline that succeeded, failed, was canceled or was deleted is not reported again.","fields":[{"name":"triggerable","description":"List of pipelines that have not been triggered on the asset yet and can be triggered with the given input data.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TriggerablePipelineOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"untriggerable","description":"List of pipelines that have not been triggered on the asset yet but can't be triggered with the given input data.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UntriggerablePipelineOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TriggerablePipelineOutput","description":"A pipeline that can be triggered with the given input data.","fields":[{"name":"pipelineName","description":"Name of the pipeline","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ImplementedProcessingPipelines","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"resultTypes","description":"Results of the pipeline when triggered.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PipelineResultTypeOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PipelineResultTypeOutput","description":"Result of a pipeline if it would be triggered.","fields":[{"name":"format","description":"Saved format of the created artifact.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SavedFormat","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"category","description":"Data category of the created artifact.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PipelineResultDataCategoryEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"availability","description":"Whether the pipeline result is always available after the pipeline has finished,\nregardless of the input data, or only available if the input data meets certain criteria.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PipelineResultAvailabilityEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UntriggerablePipelineOutput","description":"Output of pipeline that can't be triggered with the given input data.","fields":[{"name":"pipelineName","description":"Name of the pipeline.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ImplementedProcessingPipelines","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProcessingErrorOperationNotAllowedOutput","description":"Access to the requested action denied. You do not have the required rights or your authentication token is incorrect.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseProcessingErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProcessingErrorResourceAccessDeniedOutput","description":"Access to a requested resource denied.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseProcessingErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProcessingErrorProcessingLimitReachedOutput","description":"The processing time limitation has been reached.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseProcessingErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProcessingErrorStorageLimitReachedOutput","description":"The processing can not be started because the storage limit has been reached.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseProcessingErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProcessingErrorAccountNotInSyncOrInvalidAddressErrorOutput","description":"The processing can not be started the account is not synced or the address is not valid","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseProcessingErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProcessingErrorInvalidInputForProcessingPaymentErrorOutput","description":"The processing can not be started because the processing payment failed because of invalid input","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseProcessingErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProcessingErrorResourceNotFoundOutput","description":"The processing can not be started because ome of the resources needed for the processing was not found","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseProcessingErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProcessingTokenQuotationRemoteServiceErrorOutput","description":"The remote quotation service doesn't work.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseProcessingTokenQuotationErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProcessingErrorInputValidationFailedOutput","description":"The input for the pipeline is invalid.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseProcessingErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ErrorPipelineAlreadyTriggeredOutput","description":"The processing can not be started because there is already a pipeline running for that input","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ErrorPipelineInformationNotYetAvailableOutput","description":"Returned when pipeline information for a processing artifact is temporarily unavailable,\ntypically due to a short propagation delay after pipeline creation.","fields":[{"name":"message","description":"A message explaining why the pipeline information is not available.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ErrorLimitBoxDeletedOutput","description":"The point cloud was generated from a limit box, but that limit box has since been deleted.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ErrorNoRelatedLimitBoxOutput","description":"The point cloud was not generated from a limit box, so no limiting box annotation is associated with it.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProcessingPipelineRunningInfoOutput","description":"Information about a pipeline that is currently processing an artifact.","fields":[{"name":"processingPipelineId","description":"The ID of the processing pipeline.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Display name of the processing pipeline.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"inputs","description":"The inputs that were fed to the pipeline.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProcessingStepInputOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ClassificationInfoOutput","description":"Information about a classified artifact.","fields":[{"name":"classifierModel","description":"The identifier of the classifier model used.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProcessingPipelineInfoOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":null,"args":[],"type":{"kind":"ENUM","name":"ProcessingStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"errors","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProcessingErrorOutput","ofType":null}}}},"isDeprecated":true,"deprecationReason":"Use errorsV2 instead. Termination planned for 2026-07-01."},{"name":"errorsV2","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProcessingDetailedErrorOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"inputs","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProcessingStepInputOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProcessingPipelineInfoOutputV2","description":null,"fields":[{"name":"processingPipelineId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"GeneratedPipelineArtifactInfoOutput","description":null,"fields":[{"name":"status","description":null,"args":[],"type":{"kind":"ENUM","name":"ProcessingStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"errorsV2","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProcessingDetailedErrorOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"inputs","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProcessingStepInputOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProcessingErrorOutput","description":null,"fields":[{"name":"level","description":null,"args":[],"type":{"kind":"ENUM","name":"ProcessingErrorLevel","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"ENUM","name":"ProcessingErrorType","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProcessingStepInputOutput","description":null,"fields":[{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"InputType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"path","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"size","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProcessingDetailedErrorOutput","description":"Output representing a message with details about an error,\noccurred during pipeline step execution","fields":[{"name":"type","description":"A unique identifier representing an error type containing only\nletters and underscore (e.g. PROCESSOR_NOT_STARTED_MISSING_CONF)","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"Generic description of the error","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"details","description":"List of more detailed descriptions of the actual error, with more\nconcrete information (e.g. \"Necessary config.json is missing\")","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"troubleshooting","description":"List of troubleshooting steps (if possible) to potentially solve\nthe current issue. Each list entry can provide a possible solution,\nto fix the error occurred during pipeline step execution.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProcessingTypeOutput","description":null,"fields":[{"name":"outputFormat","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OutputFormat","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"processingPipelineName","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ProcessingPipelineName","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TriggerProcessingOutput","description":null,"fields":[{"name":"success","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProcessingTokenQuotationOutput","description":null,"fields":[{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"Int","description":"The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PipelineDockerDefinitionOutput","description":null,"fields":[{"name":"dockerImageDefinitions","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DockerDefinitionOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DockerDefinitionOutput","description":null,"fields":[{"name":"imageName","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"imageVersion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"TriggerProcessingUnion","description":"Result of mutation triggerProcessing.\nOf type TriggerProcessingOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"TriggerProcessingOutput","ofType":null},{"kind":"OBJECT","name":"ProcessingErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ProcessingErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ProcessingErrorProcessingLimitReachedOutput","ofType":null},{"kind":"OBJECT","name":"ProcessingErrorStorageLimitReachedOutput","ofType":null},{"kind":"OBJECT","name":"ProcessingErrorAccountNotInSyncOrInvalidAddressErrorOutput","ofType":null},{"kind":"OBJECT","name":"ProcessingErrorInvalidInputForProcessingPaymentErrorOutput","ofType":null},{"kind":"OBJECT","name":"ProcessingErrorResourceNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ProcessingErrorInputValidationFailedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorPipelineAlreadyTriggeredOutput","ofType":null}]},{"kind":"UNION","name":"PipelineInformationUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ErrorInputValidationFailedOutput","ofType":null}]},{"kind":"UNION","name":"PipelineLogsDownloadLinkOutputUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ErrorInputValidationFailedOutput","ofType":null}]},{"kind":"UNION","name":"PipelineZipperResultsDownloadLinkOutputUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ErrorInputValidationFailedOutput","ofType":null}]},{"kind":"UNION","name":"ProcessingTokenQuotationUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProcessingTokenQuotationOutput","ofType":null},{"kind":"OBJECT","name":"ProcessingTokenQuotationRemoteServiceErrorOutput","ofType":null}]},{"kind":"UNION","name":"AvailableProcessingPipelinesUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AvailableProcessingPipelinesOutput","ofType":null},{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null}]},{"kind":"UNION","name":"ProcessingPipelineInfoUnion","description":"Result of querying pipeline information for an artifact in PROCESSING state.\nReturns the pipeline information or an error when the information is temporarily unavailable.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProcessingPipelineRunningInfoOutput","ofType":null},{"kind":"OBJECT","name":"ErrorPipelineInformationNotYetAvailableOutput","ofType":null}]},{"kind":"UNION","name":"LimitBoxUnion","description":"The limit box information for a point cloud artifact.\nOf type LimitingBoxAnnotationOutput when the point cloud was generated from a limit box that still exists,\notherwise one of the errors explaining why no limiting box annotation is available.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"LimitingBoxAnnotationOutput","ofType":null},{"kind":"OBJECT","name":"ErrorLimitBoxDeletedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorNoRelatedLimitBoxOutput","ofType":null}]},{"kind":"INTERFACE","name":"BaseErrorInterface","description":"Basic error interface all soft errors are implementing","fields":[{"name":"message","description":"A pseudo-user friendly explanation on what happened and how to fix the issue.\nThis will usually not be presented to the end user, but could be used as a fallback for backwards\ncompatibility in case the error __typename is not implemented yet on consumers.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProcessingErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ProcessingErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ProcessingErrorProcessingLimitReachedOutput","ofType":null},{"kind":"OBJECT","name":"ProcessingErrorStorageLimitReachedOutput","ofType":null},{"kind":"OBJECT","name":"ProcessingErrorAccountNotInSyncOrInvalidAddressErrorOutput","ofType":null},{"kind":"OBJECT","name":"ProcessingErrorInvalidInputForProcessingPaymentErrorOutput","ofType":null},{"kind":"OBJECT","name":"ProcessingErrorResourceNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ProcessingTokenQuotationRemoteServiceErrorOutput","ofType":null},{"kind":"OBJECT","name":"ProcessingErrorInputValidationFailedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorPipelineAlreadyTriggeredOutput","ofType":null},{"kind":"OBJECT","name":"ErrorPipelineInformationNotYetAvailableOutput","ofType":null},{"kind":"OBJECT","name":"ErrorLimitBoxDeletedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorNoRelatedLimitBoxOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorOperationNotPossibleOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ErrorDuplicateNameOutput","ofType":null},{"kind":"OBJECT","name":"ErrorLockViolationOutput","ofType":null},{"kind":"OBJECT","name":"ErrorLimitReachedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorInputValidationFailedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorCrossAccountOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorUserNotEligibleForPromotionOutput","ofType":null},{"kind":"OBJECT","name":"ErrorInvalidDateOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactErrorResourceNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactErrorAssetVersionNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactErrorNotEnoughStorageOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactErrorInvalidUploadTokenOutput","ofType":null},{"kind":"OBJECT","name":"AnnotationErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AnnotationErrorAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"AnnotationErrorEntityNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ErrorNegativeOrderOutput","ofType":null},{"kind":"OBJECT","name":"SystemMonitorErrorAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"SystemMonitorErrorMaxStepsExceededOutput","ofType":null},{"kind":"OBJECT","name":"ErrorMaxStepsExceededOutput","ofType":null},{"kind":"OBJECT","name":"SystemMonitorErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AccountInfoErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AccountInfoAccountAddressIsNotValidOutput","ofType":null},{"kind":"OBJECT","name":"AccountInfoAccountEmailIsNotValidOutput","ofType":null},{"kind":"OBJECT","name":"AccountInfoAccountCompanyNameIsNotValidOutput","ofType":null},{"kind":"OBJECT","name":"AccountInfoAccountLegalEntityCouldNotBeChangedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorStorageRegionIsNotValidOutput","ofType":null},{"kind":"OBJECT","name":"UserSettingsErrorInvalidLanguageOutput","ofType":null},{"kind":"OBJECT","name":"UserNotFoundError","ofType":null},{"kind":"OBJECT","name":"UserErrorOperationNotPossibleOutput","ofType":null},{"kind":"OBJECT","name":"ShopErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ShopErrorBackendFailedOutput","ofType":null},{"kind":"OBJECT","name":"ShopErrorProductPricingNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ShopErrorProductNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ShopErrorNoOverlapWithProductOutput","ofType":null},{"kind":"OBJECT","name":"CatalogErrorNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"SecurityGroupAlreadyExistsOutput","ofType":null},{"kind":"OBJECT","name":"InvalidSecurityGroupConfigurationOutput","ofType":null},{"kind":"OBJECT","name":"SecurityGroupNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"SecurityGroupStillLinkedToFeatureOutput","ofType":null},{"kind":"OBJECT","name":"CatalogErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"CatalogErrorInvalidItemInputOutput","ofType":null},{"kind":"OBJECT","name":"CatalogErrorNotEmptyOutput","ofType":null},{"kind":"OBJECT","name":"CatalogErrorInvalidLayerInputOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorSeatLimitReachedOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorStorageLimitReachedOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotPossibleOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorUserAlreadyExistsInOtherAccountOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorUserAlreadyExistsInAccountOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorUserAlreadyExistsOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorInvalidVoucherOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorVoucherAlreadyUsedOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorTooManyRequestsOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorInvalidInvitationSignatureOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorUserNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorProjectNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorTenantNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorEntityNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorInvalidAddressOutput","ofType":null},{"kind":"OBJECT","name":"ErrorConcurrentModificationOutput","ofType":null},{"kind":"OBJECT","name":"ErrorSchemaInvalidOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorDuplicateWithSameAddonOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionNoValidIsoCountryFoundOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorAccountNotSyncedOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorFeatureNotAvailableOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorBadRequestOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorBadParentTypeOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorInvalidChildOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorGroupedAssetInDifferentProjectOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorArtifactNotInGroupedAssetOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorInvalidColorOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorSceneNodeDoesNotExistOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorInvalidLockDefinitionOutput","ofType":null},{"kind":"OBJECT","name":"SceneDeleteTransactionLockViolationOutput","ofType":null},{"kind":"OBJECT","name":"QuotationErrorProductNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorDuplicateNameOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorTooManyRequestsOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorResourceNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorNameBlacklistedCharactersOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorNameBlankOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorNameForbiddenOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorNameForwardSlashOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorNameLeadingOrTrailingSpaceOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorNameTrailingDotOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorNameTwoDotsInRowOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorDuplicateNameOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorTooManyRequestsOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotPossibleOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameBlacklistedCharactersOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameBlankOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameForbiddenOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameForwardSlashOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameLeadingOrTrailingSpaceOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameTrailingDotOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameTwoDotsInRowOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorFeatureNotAvailableOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorStorageLimitReachedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorProcessingLimitReachedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorDownloadLimitReachedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorGroupedAssetsNotUnderSameFolderOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorGroupedAssetRegistrationLimitOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorCoarseRegistrationLimitOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorCoarseRegistrationInputNotFound","ofType":null},{"kind":"OBJECT","name":"AssetErrorVersionNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorIllegalVersionDeleteOutput","ofType":null},{"kind":"OBJECT","name":"ErrorVersionUpgradeFailedOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorDuplicateNameOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorTooManyRequestsOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorResourceAccessDeniedForTargetUserOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorNameBlacklistedCharactersOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorNameBlankOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorNameForbiddenOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorNameForwardSlashOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorNameLeadingOrTrailingSpaceOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorNameTrailingDotOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorNameTwoDotsInRowOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorInvalidInputOutput","ofType":null},{"kind":"OBJECT","name":"ProjectsErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"LabelErrorTooManyLabelsOutput","ofType":null},{"kind":"OBJECT","name":"LabelErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","description":"The user does not have access to the requested resource.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","description":"The user is not allowed to perform the query or mutation.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ErrorOperationNotPossibleOutput","description":"The operation cannot be performed due to a generic issue (e.g. a field being null in the DB)","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ErrorResourceNotFoundOutput","description":"The requested resource could not be found.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ErrorDuplicateNameOutput","description":"The requested name is already in use, it cannot be duplicated.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ErrorLockViolationOutput","description":"The action is forbidden by a Lock.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ErrorLimitReachedOutput","description":"The operation is not possible because the upload/download/processing limit has been reached.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ErrorInputValidationFailedOutput","description":"The input is invalid.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ErrorCrossAccountOperationNotAllowedOutput","description":"The user is not allowed to perform the requested operation\nfrom or to a different account.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ErrorUserNotEligibleForPromotionOutput","description":"When the user is not Hexagon SSO.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ErrorInvalidDateOutput","description":"The provided value is outside the allowed range or set of permitted values.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SortOrderEnum","description":"The direction in which a sorted field is ordered.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ASC","description":"Ascending order: smallest value first, e.g. the oldest date or A before Z.","isDeprecated":false,"deprecationReason":null},{"name":"DESC","description":"Descending order: largest value first, e.g. the newest date or Z before A.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"PaginationInput","description":null,"fields":null,"inputFields":[{"name":"pageNumber","description":"Page index, starts at 0. If an invalid page number is specified,\nit gets rectified and the applied page number gets returned in the return object.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"pageSize","description":"Page size, max value is usually 32, but might change or differ without notice.\nIf an invalid page size is specified,\nit gets rectified and the applied page size gets returned in the return object.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"OffsetPaginationInput","description":null,"fields":null,"inputFields":[{"name":"pageNumber","description":"Page index, starts at 0. If an invalid page number is specified,\nit gets rectified and the applied page number gets returned in the return object.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"pageSize","description":"Page size, max value is usually 32, but might change or differ without notice.\nIf an invalid page size is specified,\nit gets rectified and the applied page size gets returned in the return object.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"pageOffset","description":"Offsets the page by the given amount, must be positive and smaller than the max pageSize.\nDefault is 0, and must be positive.\nIf an invalid page offset is specified,\nit gets rectified and the applied page offset gets returned in the return object.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"Vector3Input","description":"Request input to be used for any vector3 input.","fields":null,"inputFields":[{"name":"x","description":"x-component","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"y","description":"y-component","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"z","description":"z-component","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"Float","description":"The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"DateTime","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"BigInteger","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"BigDecimal","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeleteOperationOutput","description":"Response output to be used for any single delete mutation.","fields":[{"name":"id","description":"The ID of the object that was successfully deleted.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AppliedPaginationOutput","description":"The applied pagination. This may be different from the requested pagination if the requested pagination is out of bounds.","fields":[{"name":"pageNumber","description":"The number of the page that is returned. Starts at 0.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":"The maximum amount of items that are returned per page.\nIf there are not enough items to fill the (last) page, less items may be contained in the result.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AppliedOffsetPaginationOutput","description":"The applied pagination with offset. This may be different from the requested pagination if the requested pagination is out of bounds.","fields":[{"name":"pageNumber","description":"The number of the page that is returned. Starts at 0.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":"The maximum amount of items that are returned per page.\nIf there are not enough items to fill the (last) page, less items may be contained in the result.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageOffset","description":"The applied pageOffset, i.e. the number of items that are skipped.\nTypically used if not all items of the previous page were displayed or if the page size differs compared to the previous page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Vector3Output","description":"Response output to be used for any vector3 output.","fields":[{"name":"x","description":"x-component","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"y","description":"y-component","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"z","description":"z-component","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"_Any","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"_Entity","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AddressHspcOutput","ofType":null},{"kind":"OBJECT","name":"AddressLtsOutput","ofType":null},{"kind":"OBJECT","name":"AddressOgc3DOutput","ofType":null},{"kind":"OBJECT","name":"AddressCogOutput","ofType":null},{"kind":"OBJECT","name":"AddressCubemapJsonOutput","ofType":null},{"kind":"OBJECT","name":"AddressDownloadableOutput","ofType":null},{"kind":"OBJECT","name":"AddressWmsOutput","ofType":null},{"kind":"OBJECT","name":"AddressWmtsOutput","ofType":null},{"kind":"OBJECT","name":"AddressWfsOutput","ofType":null},{"kind":"OBJECT","name":"AddressPanoramicOutput","ofType":null},{"kind":"OBJECT","name":"AddressDownloadOutput","ofType":null},{"kind":"OBJECT","name":"LimitingBoxAnnotationOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactKindPointCloudOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactKindMeshOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactKindPanoramicOutput","ofType":null},{"kind":"OBJECT","name":"ProcessingPipelineFailedInfoOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactStatusProcessingOutput","ofType":null},{"kind":"OBJECT","name":"AssetOutput","ofType":null},{"kind":"OBJECT","name":"StreamingSubscriptionOutput","ofType":null},{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null},{"kind":"OBJECT","name":"FloorPlanOutput","ofType":null},{"kind":"OBJECT","name":"GeoreferenceArtifactResultOutput","ofType":null},{"kind":"OBJECT","name":"UsageOutput","ofType":null},{"kind":"OBJECT","name":"AccountUsageOutput","ofType":null},{"kind":"OBJECT","name":"UsageTenantOutput","ofType":null},{"kind":"OBJECT","name":"AddressPageOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactItemOutput","ofType":null},{"kind":"OBJECT","name":"VisibleArtifactPayloadsOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactPayloadOutput","ofType":null},{"kind":"OBJECT","name":"GroupedAssetOutput","ofType":null},{"kind":"OBJECT","name":"LabelAnnotationOutput","ofType":null},{"kind":"OBJECT","name":"MeasurementAnnotationOutput","ofType":null},{"kind":"OBJECT","name":"AccountInfoOutput","ofType":null},{"kind":"OBJECT","name":"SimpleAccountInfoOutput","ofType":null},{"kind":"OBJECT","name":"UserProfileOutput","ofType":null},{"kind":"OBJECT","name":"OrderGQL","ofType":null},{"kind":"OBJECT","name":"OrderItemGQL","ofType":null},{"kind":"OBJECT","name":"ProjectOutput","ofType":null},{"kind":"OBJECT","name":"ProjectMemberOutput","ofType":null},{"kind":"OBJECT","name":"SceneNodeSubscriptionOutput","ofType":null},{"kind":"OBJECT","name":"SceneOutput","ofType":null},{"kind":"OBJECT","name":"SceneRootNodeOutput","ofType":null},{"kind":"OBJECT","name":"SceneGroupNodeOutput","ofType":null},{"kind":"OBJECT","name":"SceneLeafNodeOutput","ofType":null},{"kind":"OBJECT","name":"SearchOutput","ofType":null},{"kind":"OBJECT","name":"FolderOutput","ofType":null},{"kind":"OBJECT","name":"JobPage","ofType":null},{"kind":"OBJECT","name":"JobSummaryGQL","ofType":null},{"kind":"OBJECT","name":"FileOutput","ofType":null},{"kind":"OBJECT","name":"LevelOutput","ofType":null}]},{"kind":"SCALAR","name":"String","description":"The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"PipelineUsageFilterInput","description":null,"fields":null,"inputFields":[{"name":"pipelineName","description":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ImplementedProcessingPipelines","ofType":null}}},"defaultValue":null},{"name":"userUuid","description":null,"type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"accountUuid","description":null,"type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"processingStatus","description":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ProcessingStatus","ofType":null}}},"defaultValue":null},{"name":"tenantUuid","description":null,"type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"startDate","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"endDate","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"processingRegion","description":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"storageRegion","description":"Filter results to runs whose data is stored in one of these regions.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PipelineUsageOutput","description":null,"fields":[{"name":"pipelineCompleteCount","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pipelineCompleteDurationSeconds","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"completeInputFileSizeInBytes","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"completeOutputFileSizeInBytes","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"singularPipelineUsages","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SingularPipelineUsageOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SingularPipelineUsageOutput","description":null,"fields":[{"name":"pipelineName","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ImplementedProcessingPipelines","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pipelineCount","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pipelineCompleteDurationSeconds","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"processingRegion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"storageRegion","description":"Regions where this pipeline's data is stored. May differ from processingRegion for storage-only regions.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pipelineUsageStatistics","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PipelineUsageStatisticsOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"errorStatistics","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PipelineErrorStatisticsOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PipelineUsageStatisticsOutput","description":null,"fields":[{"name":"savedFormat","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SavedFormat","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"durationInSeconds","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"inputFileSizeInBytes","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"outputFileSizeInBytes","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"ec2Instance","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PipelineErrorStatisticsOutput","description":null,"fields":[{"name":"dockerImageName","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"dockerImageVersions","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PipelineErrorVersionOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PipelineErrorVersionOutput","description":null,"fields":[{"name":"dockerImageVersion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"dockerImageErrors","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PipelineImageErrorOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PipelineImageErrorOutput","description":null,"fields":[{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"count","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"exitCode","description":null,"args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"AddressTypeEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"OGC_3D_TILES","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"WFS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"WMS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LTS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"WMTS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PANORAMIC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"HSPC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DOWNLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DOWNLOAD_ASSET_FILE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ZIP","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"JSON","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"URL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UNDEFINED","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"AddressTypeEnumV2","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"DOWNLOADABLE","description":"The artifact is intended to be persisted on the clients device.","isDeprecated":false,"deprecationReason":null},{"name":"STREAMABLE","description":"The artifact is intended to be streamed and visualized by clients without downloading the whole file.","isDeprecated":false,"deprecationReason":null},{"name":"VISUALIZABLE","description":"The artifact is intended to be shown in full by the client without persisting it on the device.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ServiceTypeEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"OGC_3D_TILES","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"WFS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"WMS","description":null,"isDeprecated":true,"deprecationReason":"No longer supported, termination planned for 2028-09-30"},{"name":"LTS","description":null,"isDeprecated":true,"deprecationReason":"No longer supported, termination planned for 2028-09-30"},{"name":"WMTS","description":null,"isDeprecated":true,"deprecationReason":"No longer supported, termination planned for 2028-09-30"},{"name":"HSPC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"JSON","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GEOJSON","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ZIP","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GENERIC_FILE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LAS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PTS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"E57","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"OBJ","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SLPK","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"B2G","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LGS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GEOTIFF","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GLB","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CUBEMAP_JSON","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PACK","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"BINARY_MAP","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"USD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"COG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ZIP_ALL_FILES","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PANORAMIC","description":null,"isDeprecated":true,"deprecationReason":"To be removed - added for the moment just for backwards compatibility"},{"name":"DOWNLOAD","description":null,"isDeprecated":true,"deprecationReason":"To be removed - added for the moment just for backwards compatibility"},{"name":"DOWNLOAD_ASSET_FILE","description":null,"isDeprecated":true,"deprecationReason":"To be removed - added for the moment just for backwards compatibility"}],"possibleTypes":null},{"kind":"ENUM","name":"ConsumptionTypeEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"STREAMABLE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DOWNLOADABLE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"STREAMABLE_AND_DOWNLOADABLE","description":"deprecated\nReason: we will generate 2 different addresses when an artifact is both","isDeprecated":true,"deprecationReason":" To be removed - added for the moment just for backwards compatibility"}],"possibleTypes":null},{"kind":"ENUM","name":"DownloadTypeEnum","description":"Deprecated, use the service type and consumption type combination","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"GENERIC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ZIP","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"JSON","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PTS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LAS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"E57","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"OBJ","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"IMAGES","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"B2G","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NOT_APPLICABLE","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"AddressOrderEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"MODIFIED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MODIFIED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ArtifactTypeEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"MESH","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"POINT_CLOUD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PANORAMIC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"IMAGE_2D_ORTHO","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LIDAR","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LOCALIZATION","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"VECTOR_OR_RASTER","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ZIP","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UNDEFINED","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"DataCategoryEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"PANORAMIC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MESH","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SUB_SAMPLED_POINT_CLOUD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"POINT_CLOUD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PURCHASED_DATA","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"IMAGE_2D_ORTHO","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LIDAR","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LOCALIZATION","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DOCKER_IMAGE_CONFIG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"VECTOR_OR_RASTER","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"FOLDER","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"INTERMEDIATE_RESULT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"USD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GENERIC_SINGLE_FILE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GENERIC_MULTI_FILE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DIRECTIONAL_POINT_CLOUD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CAD_MODEL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GPR_RAW","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GAUSSIAN_SPLATS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TRAJECTORY","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SCENE_ATTACHMENT","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"SavedFormatEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"HSPC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"HSPC_PACK","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"IMMERSAL_COARSE_REGISTRATION","description":null,"isDeprecated":true,"deprecationReason":"In favour of COARSE_ALIGNMENT"},{"name":"AUTOREGISTRATION_DATASET_INDEX_MAPPING","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"IMAGES","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PTS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"OBJ","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"OBJ_MTL_ZIPPED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LAS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LGS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LGSX","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LUCIAD_PANORAMIC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LUCIAD_PANORAMIC_NONTILED","description":null,"isDeprecated":true,"deprecationReason":"In favour of TEXTURING_IMAGE"},{"name":"PANORAMIC_JXR_HDR","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PANORAMIC_JXR_SCANDEPTH","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SENSOR_INFO","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LABEL_ANNOTATION","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"COARSE_ALIGNMENT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CONTROL_POINTS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"FINE_ALIGNMENT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PANORAMA_IMAGE_TILES","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PANORAMA_IMAGE_TILES_ZIPPED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"OGC3D_TILES","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"OGC3D_TILES_ZIPPED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SLPK","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"E57_POINT_CLOUD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"E57_REFERENCE","description":null,"isDeprecated":true,"deprecationReason":"In favour of PROJECTION"},{"name":"E57_REFERENCE_BOUNDS","description":null,"isDeprecated":true,"deprecationReason":"In favour of REFERENCE_BOUNDS"},{"name":"REFERENCE_BOUNDS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PROJECTION","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"OUTPUT_PROJECTION","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GLB","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GEOTIFF","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"COG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TRUE_ORTHO_COG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DSM_COG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DTM_COG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LAND_COVER_COG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TRUE_ORTHO_INTERMEDIATE_RESULT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DSM_INTERMEDIATE_RESULT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DTM_INTERMEDIATE_RESULT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LAND_COVER_INTERMEDIATE_RESULT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"FOLDER_ZIPPED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"FOLDER_STRUCTURE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SAN_RAMON_INTERMEDIATE_RESULT_ZIPPED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SAN_RAMON_FINE_COARSE","description":null,"isDeprecated":true,"deprecationReason":"In favour of FINE_ALIGNMENT"},{"name":"RECTIFIED_GRAYSCALED_IMAGES_WITH_METADATA","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"RECTIFIED_COLORED_IMAGES_WITH_METADATA","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"RECTIFIED_COLORED_IMAGES_WITH_METADATA_FULL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DISTORTED_COLORED_IMAGES_WITH_METADATA","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GS_PLY","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SPZ","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"B2G","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TRAJECTORY","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"RAW_TRAJECTORY","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TEXTURING_IMAGE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SCENE_NODE_POSITIONING","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MYVR_HSPC_EXPORTER_UAV_CONFIG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MELOWN_VEF_CLIPPER_UAV_CONFIG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"METADATA_JSON","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"METADATA","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"BINARY_MAP_FILE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"BINARY_MAP","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"JPG_ZIPPED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GEOTIFF_ZIPPED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PNG_ZIPPED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ASCII_XYZ_GRID_ZIPPED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ER_MAPPER_BIN_GRID_ZIPPED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ESRI_ARCGRID_ZIPPED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SURFER_BINARY_GRID_ZIPPED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UNSPECIFIED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"WMS","description":null,"isDeprecated":true,"deprecationReason":"No longer supported, termination planned for 2028-09-30"},{"name":"WMTS","description":null,"isDeprecated":true,"deprecationReason":"No longer supported, termination planned for 2028-09-30"},{"name":"WFS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LTS","description":null,"isDeprecated":true,"deprecationReason":"No longer supported, termination planned for 2028-09-30"},{"name":"USDZ","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LWPO","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DBX","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UCS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PCC_CLASSES","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ZIP","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GEOJSON","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"IFC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"BINZ","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"REVIT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NWD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DXF","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GPR_SURVEY","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SHP","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GML","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"FLOOR_PLANS","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ArtifactParentTypeEnum","description":"The type of entity an artifact is attached to.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ASSET","description":"The artifact is attached to an asset (through its grouped asset).","isDeprecated":false,"deprecationReason":null},{"name":"SCENE_NODE","description":"The artifact is attached to a scene node.","isDeprecated":false,"deprecationReason":null},{"name":"ANALYSIS","description":"The artifact is attached to an analysis.","isDeprecated":false,"deprecationReason":null},{"name":"FLOOR_PLAN","description":"The artifact is attached to a floor plan.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ArtifactOrderEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"MODIFIED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MODIFIED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ChecksumAlgorithmEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"SHA1","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SHA256","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ArtifactStatusEnum","description":"Status of an artifact. Uploaded artifacts go through UPLOADING → COMPLETE. Pipeline-produced artifacts start as PROCESSING and transition to COMPLETE or FAILED.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"UPLOADING","description":"The artifact is being uploaded by a client.","isDeprecated":false,"deprecationReason":null},{"name":"PROCESSING","description":"The artifact is being processed on HxDR.","isDeprecated":false,"deprecationReason":null},{"name":"COMPLETE","description":"The artifact is complete and will not change anymore.","isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":"Creation of the artifact failed, for example due to failed processing.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ArtifactFileOrderEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"NAME_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ArtifactOrderEnumV2","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CREATED_AT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MODIFIED_AT","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"DownloadableFormatEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"GENERIC_FILE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GEOTIFF","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"B2G","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"E57","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"BINARY_MAP","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LAS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PTS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GLB","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LGS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"JSON","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ZIP","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"OBJ","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SLPK","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"USD","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"StreamableFormatEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"HSPC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"HSPC_PACK","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"WFS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"OGC_3D_TILES","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CUBEMAP_JSON","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"COG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GEOJSON","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"VisualizableFormatEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"GENERIC_SINGLE_FILE","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AddressFilterInput","description":null,"fields":null,"inputFields":[{"name":"byAddressID","description":null,"type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"byServiceType","description":null,"type":{"kind":"ENUM","name":"ServiceTypeEnum","ofType":null},"defaultValue":null},{"name":"byConsumptionType","description":null,"type":{"kind":"ENUM","name":"ConsumptionTypeEnum","ofType":null},"defaultValue":null},{"name":"or","description":null,"type":{"kind":"INPUT_OBJECT","name":"AddressOrFilterInput","ofType":null},"defaultValue":null},{"name":"andNot","description":null,"type":{"kind":"INPUT_OBJECT","name":"AddressNotFilterInput","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AddressOrFilterInput","description":null,"fields":null,"inputFields":[{"name":"byServiceType","description":null,"type":{"kind":"ENUM","name":"ServiceTypeEnum","ofType":null},"defaultValue":null},{"name":"byConsumptionType","description":null,"type":{"kind":"ENUM","name":"ConsumptionTypeEnum","ofType":null},"defaultValue":null},{"name":"or","description":null,"type":{"kind":"INPUT_OBJECT","name":"AddressOrFilterInput","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AddressNotFilterInput","description":null,"fields":null,"inputFields":[{"name":"byServiceType","description":null,"type":{"kind":"ENUM","name":"ServiceTypeEnum","ofType":null},"defaultValue":null},{"name":"byConsumptionType","description":null,"type":{"kind":"ENUM","name":"ConsumptionTypeEnum","ofType":null},"defaultValue":null},{"name":"andNot","description":null,"type":{"kind":"INPUT_OBJECT","name":"AddressNotFilterInput","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AddressPageInput","description":null,"fields":null,"inputFields":[{"name":"pageNumber","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"pageSize","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"Point3DInput","description":null,"fields":null,"inputFields":[{"name":"x","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"y","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"z","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ArtifactPageInput","description":null,"fields":null,"inputFields":[{"name":"pageNumber","description":"Pages are 0-based so the first page is 0.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"pageSize","description":"Answers are limited to a fixed amount of 32 artifacts.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateArtifactInput","description":null,"fields":null,"inputFields":[{"name":"groupedAssetId","description":"The ID of the grouped asset this artifact belongs to.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"groupedAssetVersion","description":"The version of the grouped asset this artifact belongs to. If not provided, the first version will be used.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"},{"name":"uploadToken","description":"Token that must match the upload token of the target asset version.\nRequired when groupedAssetVersion > 1.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"dataCategory","description":"Category of the data contained in the artifact.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DataCategoryEnum","ofType":null}},"defaultValue":null},{"name":"savedFormat","description":"Format in which the artifact is saved, this will be used to start a pipeline that transforms\nthe original uploaded file to other formats.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SavedFormatEnum","ofType":null}},"defaultValue":null},{"name":"originalAssetFiles","description":"Flag indicating if the artifact is representing the original asset files, meaning it is created during the asset\nupload/creation phase","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"mainFileName","description":"The name of the main file that is being uploaded.\nThis can be the original file name when it is a single file, or the index file name when a multi files artifact.\nFor dataCategory = GENERIC_SINGLE_FILE this property is obligatory.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"mediaType","description":"Media type of the file represented by this artifact. Provide it when the media type is already known, or to store\na custom one. The value is returned unchanged and is served as the Content-Type of the artifact download.\nWhen omitted, a media type is derived from the file.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateArtifactInputV2","description":null,"fields":null,"inputFields":[{"name":"parentType","description":"The type of the parent entity the artifact is attached to.\nSupported values are ASSET, SCENE_NODE and ANALYSIS. FLOOR_PLAN is not supported.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ArtifactParentTypeEnum","ofType":null}},"defaultValue":null},{"name":"parentId","description":"The id of the parent entity the artifact is attached to.\nWhen parentType is ASSET this is the id of the grouped asset, when parentType is SCENE_NODE\nthis is the id of the scene node, and when parentType is ANALYSIS this is the id of the analysis.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"groupedAssetVersion","description":"The version of the grouped asset this artifact belongs to, when parentType is ASSET. Ignored for\nother parent types. If not provided, the first version will be used.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"},{"name":"uploadToken","description":"Token that must match the upload token of the target parent.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"dataCategory","description":"Category of the data contained in the artifact.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DataCategoryEnum","ofType":null}},"defaultValue":null},{"name":"savedFormat","description":"Format in which the artifact is saved, this will be used to start a pipeline that transforms\nthe original uploaded file to other formats.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SavedFormatEnum","ofType":null}},"defaultValue":null},{"name":"originalAssetFiles","description":"Flag indicating if the artifact is representing the original asset files, meaning it is created during the asset\nupload/creation phase.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"mainFileName","description":"The name of the main file that is being uploaded.\nThis can be the original file name when it is a single file, or the index file name when a multi files artifact.\nFor dataCategory = GENERIC_SINGLE_FILE this property is obligatory.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"mediaType","description":"Media type of the file represented by this artifact. Provide it when the media type is already known, or to store\na custom one. The value is returned unchanged and is served as the Content-Type of the artifact download.\nWhen omitted, a media type is derived from the file.\n\nMust parse as a media type (\"type/subtype\", optional parameters). Any parseable value is accepted, including\nvendor-specific ones such as \"custom/media-type\".","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"PatchArtifactInput","description":null,"fields":null,"inputFields":[{"name":"groupedAssetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"groupedAssetVersion","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"},{"name":"artifactId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"filename","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"filePart","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"partSize","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"checksumAlgorithm","description":"The algorithm to use for calculating the checksum. Effective only when filePart is equal to 1. No checksum control\nif not set.","type":{"kind":"ENUM","name":"ChecksumAlgorithmEnum","ofType":null},"defaultValue":null},{"name":"checksum","description":"The checksum value of the part.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CompletedUploadPartInput","description":null,"fields":null,"inputFields":[{"name":"filePart","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"etag","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"checksum","description":"The checksum value of the part.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CompleteUploadInput","description":null,"fields":null,"inputFields":[{"name":"groupedAssetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"groupedAssetVersion","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"},{"name":"artifactId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"filename","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"parts","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CompletedUploadPartInput","ofType":null}}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteArtifactInput","description":null,"fields":null,"inputFields":[{"name":"groupedAssetUuid","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"artifactUuid","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"version","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MultiArtifactDownloadLinkInput","description":null,"fields":null,"inputFields":[{"name":"artifacts","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ArtifactsOfGroupedAssetInput","ofType":null}}}},"defaultValue":null},{"name":"resultFileName","description":"Filename of the returned zip file without the extension.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ArtifactsOfGroupedAssetInput","description":null,"fields":null,"inputFields":[{"name":"groupedAssetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"groupedAssetVersion","description":"If not provided, the first version will be used.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"},{"name":"artifactUuids","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ArtifactFilterInput","description":"Provide filter conditions for the returned artifacts.\nWhen multiple conditions are given the returned results will match them all combined.","fields":null,"inputFields":[{"name":"artifactId","description":null,"type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"dataCategories","description":"Returned artifacts must have a DataCategory from this list.\nIf not provided (null or []) returned results are not filtered based on DataCategory.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DataCategoryEnum","ofType":null}}},"defaultValue":null},{"name":"savedFormats","description":"Returned artifacts must have a SavedFormat from this list.\nIf not provided (null or []) returned results are not filtered based on SavedFormat.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SavedFormatEnum","ofType":null}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CompleteArtifactInput","description":null,"fields":null,"inputFields":[{"name":"groupedAssetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"groupedAssetVersion","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"},{"name":"artifactId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateMediaTypeInput","description":null,"fields":null,"inputFields":[{"name":"groupedAssetId","description":"The grouped asset the artifact belongs to. Used to authorize the change and to verify that the artifact really is\npart of it.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"artifactId","description":"The artifact to re-type. It must be complete and must belong to the current asset of the specified grouped asset.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"mediaType","description":"The new media type. Must parse as a media type (\"type/subtype\", optional parameters). It is not checked\nagainst a list of known media types, so custom values such as \"custom/media-type\" are accepted. It is\nserved as the Content-Type of the download.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"FilterArtifactFileInput","description":null,"fields":null,"inputFields":[{"name":"completed","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ArtifactsFilterInput","description":null,"fields":null,"inputFields":[{"name":"format","description":"Only return artifacts with the given saved format. If not provided, all formats are included.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SavedFormatEnum","ofType":null}}},"defaultValue":null},{"name":"dataCategory","description":"Only return artifacts with the given data category. If not provided, all data categories are included.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DataCategoryEnum","ofType":null}}},"defaultValue":null},{"name":"status","description":"Only return artifacts with the given artifact status. If not provided, all statuses are included.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ArtifactStatusEnum","ofType":null}}},"defaultValue":null},{"name":"type","description":"Only return artifacts with the given address type. If not provided, all types are included.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressTypeEnumV2","ofType":null}}},"defaultValue":null},{"name":"artifactId","description":"Only return artifacts with the given artifact id. If not provided, no filtering on artifact id is applied.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ArtifactsSortingInput","description":null,"fields":null,"inputFields":[{"name":"field","description":"The field by which the returned artifacts will be sorted. This field is required, if sorting is provided.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ArtifactOrderEnumV2","ofType":null}},"defaultValue":null},{"name":"order","description":"The order in which the returned artifacts will be sorted. Default is ascending.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SortOrderEnum","ofType":null}},"defaultValue":"ASC"}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"AddressInterface","description":null,"fields":[{"name":"endpoint","description":"The path of the object. Needs to be appended to the domain of the backend to form a complete URL.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"storageRegion","description":"The region where the object is stored.\nSee query allowedStorageRegions for possible values. The possible values may change without notice.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"StreamableAddressOutput","ofType":null},{"kind":"OBJECT","name":"DownloadableAddressOutput","ofType":null},{"kind":"OBJECT","name":"VisualizableAddressOutput","ofType":null}]},{"kind":"INTERFACE","name":"Renderable","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpointStorageRegion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"serviceType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ServiceTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"consumptionType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ConsumptionTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AddressHspcOutput","ofType":null},{"kind":"OBJECT","name":"AddressLtsOutput","ofType":null},{"kind":"OBJECT","name":"AddressOgc3DOutput","ofType":null},{"kind":"OBJECT","name":"AddressCogOutput","ofType":null},{"kind":"OBJECT","name":"AddressCubemapJsonOutput","ofType":null},{"kind":"OBJECT","name":"AddressDownloadableOutput","ofType":null},{"kind":"OBJECT","name":"AddressWmsOutput","ofType":null},{"kind":"OBJECT","name":"AddressWmtsOutput","ofType":null},{"kind":"OBJECT","name":"AddressWfsOutput","ofType":null},{"kind":"OBJECT","name":"AddressPanoramicOutput","ofType":null},{"kind":"OBJECT","name":"AddressDownloadOutput","ofType":null},{"kind":"OBJECT","name":"AddressZipOutput","ofType":null},{"kind":"OBJECT","name":"AddressJsonOutput","ofType":null},{"kind":"OBJECT","name":"AddressVisualizableOutput","ofType":null},{"kind":"OBJECT","name":"AddressZipAllFilesOutput","ofType":null},{"kind":"OBJECT","name":"AddressGeoJsonOutput","ofType":null},{"kind":"OBJECT","name":"AddressPackOutput","ofType":null},{"kind":"OBJECT","name":"AddressAssetFileDownloadOutput","ofType":null}]},{"kind":"INTERFACE","name":"BaseArtifactErrorInterface","description":"Basic error interface all soft errors are implementing","fields":[{"name":"message","description":"A pseudo-user friendly explanation on what happened and how to fix the issue.\nThis will usually not be presented to the end user, but could be used as a fallback for backwards\ncompatibility in case the error __typename is not implemented yet on consumers.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ArtifactErrorResourceNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactErrorAssetVersionNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactErrorNotEnoughStorageOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactErrorInvalidUploadTokenOutput","ofType":null}]},{"kind":"INTERFACE","name":"ArtifactKindInterface","description":null,"fields":[{"name":"id","description":"The uuid of the artifact this kind belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"format","description":"The format of the stored artifact.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SavedFormatEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ArtifactKindPointCloudOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactKindMeshOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactKindPanoramicOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactKindGaussianSplatsOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactKindVectorOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactKindRasterOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactKindVectorAndRasterOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactKindGenericOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactKindFolderZippedOutput","ofType":null}]},{"kind":"OBJECT","name":"AddressZipOutput","description":"Deprecated - to be removed after 01.03.2027","fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"parentUUID","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpointStorageRegion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"serviceType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ServiceTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"consumptionType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ConsumptionTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"s3Location","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":true,"deprecationReason":"No longer filled"},{"name":"downloadType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DownloadTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Renderable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AddressJsonOutput","description":"Deprecated - to be removed after 01.03.2027","fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"parentUUID","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpointStorageRegion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"serviceType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ServiceTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"consumptionType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ConsumptionTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"s3Location","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":true,"deprecationReason":"No longer filled"},{"name":"downloadType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DownloadTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Renderable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AddressVisualizableOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpointStorageRegion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"serviceType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ServiceTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"consumptionType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ConsumptionTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mediaType","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Renderable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AddressZipAllFilesOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpointStorageRegion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"serviceType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ServiceTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"consumptionType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ConsumptionTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mediaType","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Renderable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AddressGeoJsonOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpointStorageRegion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"serviceType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ServiceTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"consumptionType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ConsumptionTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Renderable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AddressPackOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpointStorageRegion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"serviceType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ServiceTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"consumptionType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ConsumptionTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":true,"deprecationReason":"No longer filled"}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Renderable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AddressAssetFileDownloadOutput","description":"Deprecated - to be removed in https://hexagon.atlassian.net/browse/HXDR-5940 after 01.07.2025","fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpointStorageRegion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"serviceType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ServiceTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"consumptionType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ConsumptionTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":true,"deprecationReason":"No longer filled"},{"name":"label","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Renderable","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"AddressOutput","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AddressWmtsOutput","ofType":null},{"kind":"OBJECT","name":"AddressWmsOutput","ofType":null},{"kind":"OBJECT","name":"AddressWfsOutput","ofType":null},{"kind":"OBJECT","name":"AddressOgc3DOutput","ofType":null},{"kind":"OBJECT","name":"AddressLtsOutput","ofType":null},{"kind":"OBJECT","name":"AddressHspcOutput","ofType":null},{"kind":"OBJECT","name":"AddressCubemapJsonOutput","ofType":null},{"kind":"OBJECT","name":"AddressGeoJsonOutput","ofType":null},{"kind":"OBJECT","name":"AddressDownloadableOutput","ofType":null},{"kind":"OBJECT","name":"AddressVisualizableOutput","ofType":null},{"kind":"OBJECT","name":"AddressPackOutput","ofType":null},{"kind":"OBJECT","name":"AddressPanoramicOutput","ofType":null},{"kind":"OBJECT","name":"AddressDownloadOutput","ofType":null},{"kind":"OBJECT","name":"AddressAssetFileDownloadOutput","ofType":null},{"kind":"OBJECT","name":"AddressZipOutput","ofType":null},{"kind":"OBJECT","name":"AddressJsonOutput","ofType":null},{"kind":"OBJECT","name":"AddressCogOutput","ofType":null},{"kind":"OBJECT","name":"AddressZipAllFilesOutput","ofType":null}]},{"kind":"OBJECT","name":"FloorPlanOutput","description":"A floor plan placed in 3D space within a grouped asset, optionally associated with one or more levels.","fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"artifact","description":"The artifact associated with this floor plan. Returns null if the floor plan\nhas no artifact yet. If multiple artifacts share this floor plan as their\nparent, the most recently created one is returned.","args":[],"type":{"kind":"OBJECT","name":"ArtifactItemOutput","ofType":null},"isDeprecated":true,"deprecationReason":"No longer supported, in favour of field `artifactV2`, termination planned for 2028-09-30."},{"name":"artifactV2","description":"The artifact payload associated with this floor plan.\nResolves the floor plan's most recently created artifact and returns one of its\nartifact payloads, preferring a visualizable one, then a streamable one, then a\ndownloadable one. Returns null if the floor plan has no artifact payloads yet.","args":[],"type":{"kind":"OBJECT","name":"ArtifactPayloadOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"displayName","description":"Human-readable display name of the floor plan.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"position","description":"Position of the floor plan's origin in the parent grouped asset's coordinate system (meters).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Vector3Output","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"rotation","description":"Rotation around the Z axis in degrees, clockwise.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"width","description":"Width of the floor plan in meters.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"height","description":"Height of the floor plan in meters.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"GeoreferenceArtifactResultOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"artifact","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ArtifactItemOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"visible","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UsageOutput","description":"The Usage Account Output federated\n@deprecated UsageOutput, use AccountUsageOutput instead","fields":[{"name":"accountID","description":"Account UUID","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"storageArtifacts","description":"Storage Artifacts","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"streaming","description":null,"args":[{"name":"startDate","description":null,"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"defaultValue":null},{"name":"endDate","description":null,"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StreamingUsageOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"processing","description":null,"args":[{"name":"startDate","description":null,"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"defaultValue":null},{"name":"endDate","description":null,"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProcessingUsageOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"seats","description":"Seats","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"storageAssets","description":"Storage Asset","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"projects","description":"Number of Projects","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AccountUsageOutput","description":"The Account Usage Output federated","fields":[{"name":"accountID","description":"Account UUID","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"storageArtifacts","description":"Storage Artifacts","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"streaming","description":null,"args":[{"name":"startDate","description":null,"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"defaultValue":null},{"name":"endDate","description":null,"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StreamingUsageOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"processing","description":null,"args":[{"name":"startDate","description":null,"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"defaultValue":null},{"name":"endDate","description":null,"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProcessingUsageOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"upload","description":null,"args":[{"name":"startDate","description":null,"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"defaultValue":null},{"name":"endDate","description":null,"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UploadUsageOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalProcessingInBytes","description":null,"args":[{"name":"startDate","description":null,"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"defaultValue":null},{"name":"endDate","description":null,"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProcessingInBytesUsageOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"seats","description":"Seats","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"internalUsers","description":"Number of internal users.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"externalUsers","description":"Number of external users.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"storageAssets","description":"Storage Asset","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"projects","description":"Number of Projects","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UsageTenantOutput","description":"The usage Tenant Output federated","fields":[{"name":"tenantID","description":"Tenant UUID","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"storageArtifacts","description":"Storage Artifacts","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"streaming","description":null,"args":[{"name":"startDate","description":null,"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"defaultValue":null},{"name":"endDate","description":null,"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StreamingUsageOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"processing","description":null,"args":[{"name":"startDate","description":null,"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"defaultValue":null},{"name":"endDate","description":null,"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProcessingUsageOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"seats","description":"Seats","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"storageAssets","description":"Storage Asset","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"projects","description":"Number of Projects","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DownloadableAddressTypeOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"format","description":"The format of the downloaded file.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DownloadableFormatEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StreamableAddressTypeOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"format","description":"The format of the streamable file.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"StreamableFormatEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"formatInfo","description":"Extra information specific to the format of the streamable file.","args":[],"type":{"kind":"UNION","name":"StreamableFormatInfoUnion","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"VisualizableAddressTypeOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"format","description":"The format of the visualizable file.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"VisualizableFormatEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StreamableAddressOutput","description":null,"fields":[{"name":"endpoint","description":"The path of the object. Needs to be appended to the domain of the backend to form a complete URL.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"storageRegion","description":"The region where the object is stored.\nSee query allowedStorageRegions for possible values. The possible values may change without notice.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"AddressInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DownloadableAddressOutput","description":null,"fields":[{"name":"endpoint","description":"The path of the object. Needs to be appended to the domain of the backend to form a complete URL.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"storageRegion","description":"The region where the object is stored.\nSee query allowedStorageRegions for possible values. The possible values may change without notice.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mediaType","description":"The media type of the downloadable file, e.g. \"application/pdf\" or \"image/png\".","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"zipped","description":"Multi file formats (e.g. HSPC) are zipped when downloaded. This field indicates whether the file is zipped or not.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"AddressInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"VisualizableAddressOutput","description":null,"fields":[{"name":"endpoint","description":"The path of the object. Needs to be appended to the domain of the backend to form a complete URL.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"storageRegion","description":"The region where the object is stored.\nSee query allowedStorageRegions for possible values. The possible values may change without notice.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mediaType","description":"The media type of the visualizable file, e.g. \"application/pdf\" or \"image/png\".","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"AddressInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AddressPageOutput","description":null,"fields":[{"name":"parentId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"addressId","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"groupedAssetId","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"pageNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"filterType","description":null,"args":[],"type":{"kind":"ENUM","name":"AddressTypeEnum","ofType":null},"isDeprecated":true,"deprecationReason":"In favor of filterByServiceType"},{"name":"filterByServiceType","description":null,"args":[],"type":{"kind":"ENUM","name":"ServiceTypeEnum","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contents","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"AddressOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AddressPageOutputV2","description":null,"fields":[{"name":"parentId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"groupedAssetId","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"appliedPagination","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AddressAppliedPaginationOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"appliedFilters","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AddressAppliedFilterOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressOrderEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contents","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"AddressOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AddressAppliedPaginationOutput","description":null,"fields":[{"name":"pageNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AddressAppliedFilterOutput","description":null,"fields":[{"name":"byAddressID","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"byServiceType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AddressAppliedFilterByServiceTypeOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"byConsumptionType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AddressAppliedFilterByConsumptionTypeOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AddressAppliedFilterByServiceTypeOutput","description":null,"fields":[{"name":"or","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ServiceTypeEnum","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"not","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ServiceTypeEnum","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AddressAppliedFilterByConsumptionTypeOutput","description":null,"fields":[{"name":"or","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ConsumptionTypeEnum","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"not","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ConsumptionTypeEnum","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArtifactResultOutput","description":null,"fields":[{"name":"parentId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"filterType","description":null,"args":[],"type":{"kind":"ENUM","name":"ArtifactTypeEnum","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"appliedPagination","description":null,"args":[],"type":{"kind":"OBJECT","name":"ArtifactAppliedPageOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contents","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ArtifactItemOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArtifactResultOutputV2","description":"DEPRECATED in favor of type `ArtifactResultOutputV3`","fields":[{"name":"parentId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"filterType","description":null,"args":[],"type":{"kind":"ENUM","name":"DataCategoryEnum","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":null,"args":[],"type":{"kind":"ENUM","name":"ArtifactOrderEnum","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"appliedPagination","description":null,"args":[],"type":{"kind":"OBJECT","name":"ArtifactAppliedPageOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contents","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ArtifactItemOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArtifactResultOutputV3","description":null,"fields":[{"name":"parentId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"appliedPagination","description":null,"args":[],"type":{"kind":"OBJECT","name":"AppliedPaginationOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"appliedFilter","description":null,"args":[],"type":{"kind":"OBJECT","name":"ArtifactAppliedFilterOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contents","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ArtifactItemOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArtifactAppliedPageOutput","description":null,"fields":[{"name":"pageNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArtifactAppliedFilterOutput","description":null,"fields":[{"name":"artifactId","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"dataCategories","description":"Returned artifacts' DataCategory belongs to this list.\nIf not provided (null or []) returned results are not filtered based on DataCategory.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DataCategoryEnum","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"savedFormats","description":"Returned artifacts' SavedFormat belongs to this list.\nIf not provided (null or []) returned results are not filtered based on SavedFormat.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SavedFormatEnum","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeleteArtifactOutput","description":null,"fields":[{"name":"success","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArtifactItemOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"groupedAssetId","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"parentType","description":"The type of the parent entity this artifact is attached to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ArtifactParentTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"parentId","description":"The id of the parent entity this artifact is attached to.\nWhen parentType is ASSET this is the id of the asset itself (not the grouped asset).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"dataCategory","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DataCategoryEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"savedFormat","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SavedFormatEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contentPath","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"size","description":"Capped to MaxInt","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":true,"deprecationReason":"Use sizeV2 instead. Termination planned for 2026-12-31"},{"name":"sizeV2","description":"Size of the artifact in bytes","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"countsForStorage","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ArtifactStatusEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"files","description":"The list of files if the artifact is in UPLOADING state. Error otherwise.","args":[{"name":"paging","description":null,"type":{"kind":"INPUT_OBJECT","name":"PaginationInput","ofType":null},"defaultValue":null},{"name":"filter","description":null,"type":{"kind":"INPUT_OBJECT","name":"FilterArtifactFileInput","ofType":null},"defaultValue":null},{"name":"orderBy","description":null,"type":{"kind":"ENUM","name":"ArtifactFileOrderEnum","ofType":null},"defaultValue":"NAME_ASC"}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ArtifactFilesUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"addressesV2","description":null,"args":[{"name":"paging","description":null,"type":{"kind":"INPUT_OBJECT","name":"AddressPageInput","ofType":null},"defaultValue":null},{"name":"filter","description":null,"type":{"kind":"INPUT_OBJECT","name":"AddressFilterInput","ofType":null},"defaultValue":null},{"name":"orderBy","description":null,"type":{"kind":"ENUM","name":"AddressOrderEnum","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AddressPageOutputV2","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArtifactOutputV2","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"dataCategory","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DataCategoryEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"savedFormat","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SavedFormatEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"originalAssetFiles","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ArtifactStatusEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PatchArtifactOutput","description":null,"fields":[{"name":"url","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CompleteUploadOutput","description":null,"fields":[{"name":"success","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"checksum","description":"The composite checksum of all parts.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MultiArtifactDownloadLinkOutput","description":null,"fields":[{"name":"multiArtifactDownloadLink","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArtifactFileOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"filename","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"size","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"complete","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"checksumAlgorithm","description":null,"args":[],"type":{"kind":"ENUM","name":"ChecksumAlgorithmEnum","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArtifactFilesOutput","description":null,"fields":[{"name":"contents","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ArtifactFileOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"appliedPagination","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AppliedPaginationOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"appliedOrdering","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ArtifactFileOrderEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArtifactsOutput","description":null,"fields":[{"name":"total","description":"The total number of artifacts that match the filter criteria, regardless of pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"appliedPagination","description":"The pagination details that were applied to the query, these may be different from the requested pagination,\ne.g. if no pagination was requested, or if the requested pagination was invalid.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AppliedPaginationOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contents","description":"The list of artifacts that match the filter criteria and pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ArtifactPayloadOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"VisibleArtifactPayloadsOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"payloads","description":"Every payload of the artifact, one per address. Pass `filter` to keep only the payloads whose address has\none of the given types; when it is omitted or empty, all payloads are returned.","args":[{"name":"filter","description":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressTypeEnumV2","ofType":null}}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ArtifactPayloadOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArtifactPayloadOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"Information specific to the status of the artifact.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ArtifactStatusUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Information specific to the type of the address of the artifact.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"AddressTypeUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":"Information specific to the artifact kind.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ArtifactKindUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"size","description":"The total size of all files in the artifact in bytes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"countsForStorage","description":"Whether the artifact is counted for storage.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The creation date of the artifact.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdBy","description":"The user who created the artifact. This includes direct creation and creation via triggering of a pipeline.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedAt","description":"The last modification date of the artifact.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedBy","description":"The user who last modified the artifact.","args":[],"type":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArtifactStatusUploadingOutput","description":null,"fields":[{"name":"id","description":"The ID of the address this status belongs to, identical to the ID of the enclosing payload.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"files","description":"The list of files that have been created on the artifact so far.","args":[{"name":"paging","description":null,"type":{"kind":"INPUT_OBJECT","name":"PaginationInput","ofType":null},"defaultValue":null},{"name":"filter","description":null,"type":{"kind":"INPUT_OBJECT","name":"FilterArtifactFileInput","ofType":null},"defaultValue":null},{"name":"orderBy","description":null,"type":{"kind":"ENUM","name":"ArtifactFileOrderEnum","ofType":null},"defaultValue":"NAME_ASC"}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ArtifactFilesUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArtifactStatusCompletedOutput","description":null,"fields":[{"name":"id","description":"The ID of the address this status belongs to, identical to the ID of the enclosing payload.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"address","description":"Information for downloading, streaming, or visualizing the artifact files.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"AddressUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArtifactStatusFailedOutput","description":null,"fields":[{"name":"id","description":"The ID of the address this status belongs to, identical to the ID of the enclosing payload.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reason","description":"Information about the failure","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ArtifactFailedReasonUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArtifactKindGaussianSplatsOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"format","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SavedFormatEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"ArtifactKindInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArtifactKindVectorOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"format","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SavedFormatEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"ArtifactKindInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArtifactKindRasterOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"format","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SavedFormatEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"ArtifactKindInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArtifactKindVectorAndRasterOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"format","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SavedFormatEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"ArtifactKindInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArtifactKindGenericOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"format","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SavedFormatEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"ArtifactKindInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArtifactKindFolderZippedOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"format","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SavedFormatEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"ArtifactKindInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ReferencedBoundsDimensionsOutput","description":null,"fields":[{"name":"width","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"height","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"depth","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArtifactErrorResourceNotFoundOutput","description":"An artifact with the given uuid cannot be found in the DB.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseArtifactErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArtifactErrorAssetVersionNotFoundOutput","description":"The combination of the groupedAssetId and the optionally specified version does not point to any existing asset.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseArtifactErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArtifactErrorResourceAccessDeniedOutput","description":"Access to the requested action denied. You do not have the required rights or your authentication token is incorrect.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseArtifactErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArtifactErrorNotEnoughStorageOutput","description":"There is not enough storage left for uploading.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseArtifactErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArtifactErrorOperationNotAllowedOutput","description":"An external service, e.g. a cloud storage service, does not allow the operation.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseArtifactErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ArtifactErrorInvalidUploadTokenOutput","description":"The provided upload token does not match the token of the target asset version,\nor the token is missing for an asset version > 1.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseArtifactErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Ogc3dTilesInfoOutput","description":null,"fields":[{"name":"qualityFactor","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"WfsInfoOutput","description":null,"fields":[{"name":"datasetId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ReferencedBoundsGeolocationOutput","description":null,"fields":[{"name":"longitude","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"latitude","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"height","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Point3DOutput","description":null,"fields":[{"name":"x","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"y","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"z","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ReferencedBoundsOutput","description":null,"fields":[{"name":"originGeolocation","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ReferencedBoundsGeolocationOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"cartesianBounds","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartesianBoundsOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartesianBoundsOutput","description":null,"fields":[{"name":"origin","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Point3DOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"dimensions","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ReferencedBoundsDimensionsOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"AddressTypeUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"DownloadableAddressTypeOutput","ofType":null},{"kind":"OBJECT","name":"StreamableAddressTypeOutput","ofType":null},{"kind":"OBJECT","name":"VisualizableAddressTypeOutput","ofType":null}]},{"kind":"UNION","name":"AddressUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"StreamableAddressOutput","ofType":null},{"kind":"OBJECT","name":"DownloadableAddressOutput","ofType":null},{"kind":"OBJECT","name":"VisualizableAddressOutput","ofType":null}]},{"kind":"UNION","name":"ArtifactUnion","description":"Result of create artifact mutation.\nArtifactOutputV2 in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ArtifactOutputV2","ofType":null},{"kind":"OBJECT","name":"ArtifactErrorAssetVersionNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactErrorInvalidUploadTokenOutput","ofType":null},{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null}]},{"kind":"UNION","name":"PatchArtifactUnion","description":"Result of patch artifact mutation.\nArtifactUploadOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"PatchArtifactOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactErrorResourceNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactErrorAssetVersionNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactErrorNotEnoughStorageOutput","ofType":null},{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorInputValidationFailedOutput","ofType":null}]},{"kind":"UNION","name":"CompleteUploadUnion","description":"Result of complete upload mutation.\nCompleteUploadOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"CompleteUploadOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactErrorResourceNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactErrorAssetVersionNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"UNION","name":"DeleteArtifactUnion","description":"Result of delete artifact mutation.\nOf type DeleteArtifactOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"DeleteArtifactOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactErrorResourceNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactErrorAssetVersionNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"UNION","name":"MultiArtifactDownloadLinkUnion","description":"Result of mutation generateMultiAssetDownloadLink.\nOf type MultiAssetDownloadLinkOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"MultiArtifactDownloadLinkOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactErrorResourceAccessDeniedOutput","ofType":null}]},{"kind":"UNION","name":"ArtifactFilesUnion","description":"The list of artifact files if the artifact is in UPLOADING state; error otherwise.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ArtifactFilesOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"UNION","name":"ArtifactStatusUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ArtifactStatusUploadingOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactStatusProcessingOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactStatusCompletedOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactStatusFailedOutput","ofType":null}]},{"kind":"UNION","name":"ArtifactKindUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ArtifactKindMeshOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactKindPointCloudOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactKindPanoramicOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactKindGaussianSplatsOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactKindVectorOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactKindRasterOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactKindVectorAndRasterOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactKindGenericOutput","ofType":null},{"kind":"OBJECT","name":"ArtifactKindFolderZippedOutput","ofType":null}]},{"kind":"UNION","name":"StreamableFormatInfoUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"Ogc3dTilesInfoOutput","ofType":null},{"kind":"OBJECT","name":"WfsInfoOutput","ofType":null}]},{"kind":"UNION","name":"ArtifactFailedReasonUnion","description":"Reason an artifact entered the FAILED status. Currently only carries pipeline-failure information;\nadditional failure reason variants may be added in the future.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProcessingPipelineFailedInfoOutput","ofType":null}]},{"kind":"ENUM","name":"AnnotationConflictTypeEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CATEGORY_DIFFERENT_NAME_CONFLICT","description":"Categories/Category values with the same ID were found. The names of the last modified were used.","isDeprecated":true,"deprecationReason":"No longer supported, termination planned for 2028-03-31."},{"name":"CATEGORY_VALUE_CONFLICT","description":"Values in categories were extended to fit both category definitions.","isDeprecated":false,"deprecationReason":null},{"name":"CATEGORY_SAME_PRIORITY_CONFLICT","description":"Different priorities were found for the same Categories/Category\nvalues. The ones found from the last modified were used.","isDeprecated":false,"deprecationReason":null},{"name":"CATEGORY_DIFFERENT_PRIORITY_CONFLICT","description":"Same orders were found for different Categories/Category\nvalues. The ones found from the last modified were used.","isDeprecated":false,"deprecationReason":null},{"name":"CATEGORY_SAME_NAME_CONFLICT","description":"Same names were found for different Categories/Category values.\nThe imported ones were modified to avoid duplications.","isDeprecated":true,"deprecationReason":"No longer supported, termination planned for 2028-03-31."},{"name":"CATEGORY_SAME_NAME_AS_FIELD_CONFLICT","description":"A category and a free text category have the same name. The free\ntext category name was changed to avoid duplication.","isDeprecated":true,"deprecationReason":"No longer supported, termination planned for 2028-03-31."},{"name":"GEOTAGS_IMPORT_FAILED","description":"The geotag import could not be completed due to an internal error.\nThis issue occurs when there is a problem on our side during processing.","isDeprecated":false,"deprecationReason":null},{"name":"GEOTAGS_COPY_FAILED","description":"\"The geotag copy could not be completed due to an internal error. \"","isDeprecated":false,"deprecationReason":null},{"name":"GEOTAG_DIFFERENT_NAME_CONFLICT","description":"Geotags with the same originalId but different names were found.","isDeprecated":false,"deprecationReason":null},{"name":"GEOTAG_TEXT_CATEGORY_SAME_VALUE_CONFLICT","description":"Geotag text category value having the same value","isDeprecated":false,"deprecationReason":null},{"name":"GEOTAG_LIST_CATEGORY_SAME_VALUE_CONFLICT","description":"Geotag list category value having the same value","isDeprecated":false,"deprecationReason":null},{"name":"GEOTAG_ATTACHMENT_DIFFERENT_THUMBNAIL_URI_CONFLICT","description":"Geotag with same attachment external id but different thumbnail uri","isDeprecated":false,"deprecationReason":null},{"name":"GEOTAG_ATTACHMENT_DIFFERENT_FILE_URI_CONFLICT","description":"Geotag with same attachment external id but different file uri","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"MeasurementAnnotationEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AREA","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ORTHOGONAL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PLANAR_AREA","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateAnnotationCategoryPredefinedListInput","description":"The input to create a list-category","fields":null,"inputFields":[{"name":"projectId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"name","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"priority","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"values","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AnnotationCategoryPredefinedValueInput","ofType":null}}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateAnnotationCategoryPredefinedListInput","description":"The input for updating an existing annotation list-category.","fields":null,"inputFields":[{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"name","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"priority","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"values","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AnnotationCategoryPredefinedValueInput","ofType":null}}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AnnotationCategoryPredefinedValueInput","description":null,"fields":null,"inputFields":[{"name":"id","description":"optional. If populated, it refers to an update of an existing list item","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"value","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"color","description":"Accepts hex or rgb(a) color format","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateAnnotationTextCategoryInput","description":"The input for creating a new annotation text-category.","fields":null,"inputFields":[{"name":"projectId","description":"The project's id in which the category is defined.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"name","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"priority","description":"Generic priority; interpretation is up to the client. Eg it can be used as display order.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateAnnotationTextCategoryInput","description":"The input for updating an existing annotation text-category.","fields":null,"inputFields":[{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"name","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"priority","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AnnotationCategoryAssignmentInput","description":null,"fields":null,"inputFields":[{"name":"categoryId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"value","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CopyLabelAnnotationsInput","description":"The input to copy all geotags from one grouped asset to another.","fields":null,"inputFields":[{"name":"sourceGroupedAssetId","description":"The ID of the source grouped asset.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"targetGroupedAssetId","description":"The ID of the target grouped asset.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AnnotationPointInput","description":"A point with an X, Y and Z coordinate.","fields":null,"inputFields":[{"name":"x","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"y","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"z","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AnnotationOrientationInput","description":"A camera position, defined by the yaw, pitch, roll, a reference point and the distance between the camera and that\nreference point.","fields":null,"inputFields":[{"name":"distance","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"pitch","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"roll","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"yaw","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"ref","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AnnotationPointInput","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AnnotationRotationInput","description":"A rotation defined in degrees clockwise around the X, Y and Z axes.","fields":null,"inputFields":[{"name":"x","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"y","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"z","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AnnotationFileAttachmentInput","description":"Type for adding/updating file attachments","fields":null,"inputFields":[{"name":"id","description":"Only specified when updating an existing attachment","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"fileName","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AnnotationLinkInput","description":"Type for adding/updating links","fields":null,"inputFields":[{"name":"link","description":"A valid URL or path to network resources","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateLabelAnnotationInputV2","description":"The input for creating a new label annotation.","fields":null,"inputFields":[{"name":"parentId","description":"The label's parent ID. For example, the ID of the GroupedAsset.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"title","description":"The label's title.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"description","description":"A description of the label.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"files","description":"File attachments","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AnnotationFileAttachmentInput","ofType":null}}},"defaultValue":null},{"name":"links","description":"Urls or paths of network resources","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AnnotationLinkInput","ofType":null}}},"defaultValue":null},{"name":"categories","description":"Categories associated to the annotation","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AnnotationCategoryAssignmentInput","ofType":null}}},"defaultValue":null},{"name":"data","description":"The label's data.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"LabelAnnotationDataInputV2","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateLabelAnnotationInputV2","description":"The input for updating an existing label annotation.","fields":null,"inputFields":[{"name":"annotationId","description":"The ID of the label to update.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"title","description":"The new title of the label. When undefined, the title will remain unchanged.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"description","description":"The new description of the label. When undefined, the description will remain unchanged.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"files","description":"File attachments. When undefined, the files will remain unchanged.\nWhen defined:\n- Attachments without an id are created\n- Existing attachments not in the list are deleted\n- Existing attachments in the list have their fileName updated","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AnnotationFileAttachmentInput","ofType":null}}},"defaultValue":null},{"name":"links","description":"Urls or paths of network resources. When undefined, the uris will remain unchanged","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AnnotationLinkInput","ofType":null}}},"defaultValue":null},{"name":"categories","description":"Categories associated to the annotation. When undefined, the categories will remain unchanged","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AnnotationCategoryAssignmentInput","ofType":null}}},"defaultValue":null},{"name":"data","description":"The new data of the label. When undefined, the data will remain unchanged.","type":{"kind":"INPUT_OBJECT","name":"LabelAnnotationDataInputV2","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"LabelAnnotationDataInputV2","description":null,"fields":null,"inputFields":[{"name":"position","description":"The label position. Usually this is defined in the CRS of the asset.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AnnotationPointInput","ofType":null}},"defaultValue":null},{"name":"lookAt","description":"The camera point of view to look at this label.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AnnotationOrientationInput","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateLevelInput","description":"The input for creating a new level.","fields":null,"inputFields":[{"name":"parentId","description":"The level's parent ID.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"title","description":"The level's title.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"order","description":"The order of the level","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"data","description":"The level's data.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"LevelDataInput","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateLevelInput","description":"The input for updating an existing level.","fields":null,"inputFields":[{"name":"levelId","description":"The ID of the level to update.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"title","description":"The new title of the level. When undefined, the title will remain unchanged.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"order","description":"The order of the level","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"data","description":"The new data of the level. When undefined, the data will remain unchanged.","type":{"kind":"INPUT_OBJECT","name":"LevelDataInput","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"LevelDataInput","description":null,"fields":null,"inputFields":[{"name":"offset","description":"The level's offset. The offset is applied after the rotation.\nWhen undefined, the offset is set to 0 on all axes.","type":{"kind":"INPUT_OBJECT","name":"Vector3Input","ofType":null},"defaultValue":null},{"name":"rotation","description":"The level's rotation, around the asset's center point. The rotation is applied before the offset.\nWhen undefined, the rotation is set to 0 on all axes.","type":{"kind":"INPUT_OBJECT","name":"Vector3Input","ofType":null},"defaultValue":null},{"name":"min","description":"The level's minimum coordinates","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Vector3Input","ofType":null}},"defaultValue":null},{"name":"max","description":"The level's maximum coordinates.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Vector3Input","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateLimitingBoxAnnotationInputV2","description":"The input for creating a new limiting box annotation.","fields":null,"inputFields":[{"name":"parentId","description":"The limiting box's parent ID. For example, the ID of the GroupedAsset.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"title","description":"The limiting box's title.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"description","description":"A description of the limiting box.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"files","description":"File attachments","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AnnotationFileAttachmentInput","ofType":null}}},"defaultValue":null},{"name":"links","description":"Urls or paths of network resources","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AnnotationLinkInput","ofType":null}}},"defaultValue":null},{"name":"categories","description":"Categories associated to the annotation","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AnnotationCategoryAssignmentInput","ofType":null}}},"defaultValue":null},{"name":"data","description":"The limiting box's data.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"LimitingBoxAnnotationDataInputV2","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateLimitingBoxAnnotationInputV2","description":"The input for updating an existing limiting box annotation.","fields":null,"inputFields":[{"name":"annotationId","description":"The ID of the limiting box to update.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"title","description":"The new title of the limiting box. When undefined, the title will remain unchanged.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"description","description":"The new description of the limiting box. When undefined, the description will remain unchanged.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"files","description":"File attachments. When undefined, the files will remain unchanged.\nWhen defined:\n- Attachments without an id are created\n- Existing attachments not in the list are deleted\n- Existing attachments in the list have their fileName updated","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AnnotationFileAttachmentInput","ofType":null}}},"defaultValue":null},{"name":"links","description":"Urls or paths of network resources. When undefined, the uris will remain unchanged","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AnnotationLinkInput","ofType":null}}},"defaultValue":null},{"name":"categories","description":"Categories associated to the annotation. When undefined, the categories will remain unchanged","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AnnotationCategoryAssignmentInput","ofType":null}}},"defaultValue":null},{"name":"data","description":"The new data of the limiting box. When undefined, the data will remain unchanged.","type":{"kind":"INPUT_OBJECT","name":"LimitingBoxAnnotationDataInputV2","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"LimitingBoxAnnotationDataInputV2","description":null,"fields":null,"inputFields":[{"name":"offset","description":"The limiting box's offset. The offset is applied after the rotation.\nWhen undefined, the offset is set to 0 on all axes.","type":{"kind":"INPUT_OBJECT","name":"AnnotationPointInput","ofType":null},"defaultValue":null},{"name":"rotation","description":"The limiting box's rotation, around the asset's center point. The rotation is applied before the offset.\nWhen undefined, the rotation is set to 0 on all axes.","type":{"kind":"INPUT_OBJECT","name":"AnnotationRotationInput","ofType":null},"defaultValue":null},{"name":"lookAt","description":"The camera point of view to look at this limiting box.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AnnotationOrientationInput","ofType":null}},"defaultValue":null},{"name":"minX","description":"The limiting box's minimum X coordinate.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"maxX","description":"The limiting box's maximum X coordinate.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"minY","description":"The limiting box's minimum Y coordinate.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"maxY","description":"The limiting box's maximum Y coordinate.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"minZ","description":"The limiting box's minimum Z coordinate.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"maxZ","description":"The limiting box's maximum Z coordinate.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateMeasurementAnnotationInputV2","description":"The input for creating a new measurement annotation.","fields":null,"inputFields":[{"name":"parentId","description":"The measurement's parent ID. For example, the ID of the GroupedAsset.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"title","description":"The measurement's title.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"description","description":"A description of the measurement.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"files","description":"File attachments","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AnnotationFileAttachmentInput","ofType":null}}},"defaultValue":null},{"name":"links","description":"Urls or paths of network resources","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AnnotationLinkInput","ofType":null}}},"defaultValue":null},{"name":"categories","description":"Categories associated to the annotation","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AnnotationCategoryAssignmentInput","ofType":null}}},"defaultValue":null},{"name":"data","description":"The measurement's data.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MeasurementAnnotationDataInputV2","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateMeasurementAnnotationInputV2","description":"The input for updating an existing measurement annotation.","fields":null,"inputFields":[{"name":"annotationId","description":"The ID of the measurement to update.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"title","description":"The new title of the measurement. When undefined, the title will remain unchanged.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"description","description":"The new description of the measurement. When undefined, the description will remain unchanged.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"files","description":"File attachments. When undefined, the files will remain unchanged.\nWhen defined:\n- Attachments without an id are created\n- Existing attachments not in the list are deleted\n- Existing attachments in the list have their fileName updated","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AnnotationFileAttachmentInput","ofType":null}}},"defaultValue":null},{"name":"links","description":"Urls or paths of network resources. When undefined, the uris will remain unchanged","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AnnotationLinkInput","ofType":null}}},"defaultValue":null},{"name":"categories","description":"Categories associated to the annotation. When undefined, the categories will remain unchanged","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AnnotationCategoryAssignmentInput","ofType":null}}},"defaultValue":null},{"name":"data","description":"The new data of the measurement. When undefined, the data will remain unchanged.","type":{"kind":"INPUT_OBJECT","name":"MeasurementAnnotationDataInputV2","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MeasurementAnnotationDataInputV2","description":null,"fields":null,"inputFields":[{"name":"points","description":"The measurement points. Usually these are defined in the CRS of the asset.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AnnotationPointInput","ofType":null}}}},"defaultValue":null},{"name":"lookAt","description":"The camera point of view to look at this measurement.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AnnotationOrientationInput","ofType":null}},"defaultValue":null},{"name":"measurementType","description":"The measurement type.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MeasurementAnnotationEnum","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"BaseAnnotationErrorInterface","description":"Basic error interface all soft errors are implementing","fields":[{"name":"message","description":"A pseudo-user friendly explanation on what happened and how to fix the issue.\nThis will usually not be presented to the end user, but could be used as a fallback for backwards\ncompatibility in case the error __typename is not implemented yet on consumers.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AnnotationErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AnnotationErrorAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"AnnotationErrorEntityNotFoundOutput","ofType":null}]},{"kind":"INTERFACE","name":"AnnotationCategoryInterface","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"priority","description":null,"args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AnnotationTextCategoryOutput","ofType":null},{"kind":"OBJECT","name":"AnnotationCategoryPredefinedListOutput","ofType":null}]},{"kind":"OBJECT","name":"GroupedAssetOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"labelAnnotations","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LabelAnnotationOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"measurementAnnotations","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MeasurementAnnotationOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"limitingBoxAnnotations","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LimitingBoxAnnotationOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"levels","description":null,"args":[{"name":"paging","description":null,"type":{"kind":"INPUT_OBJECT","name":"PaginationInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LevelResultOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"floorPlans","description":"Retrieve floor plans for this grouped asset.","args":[{"name":"paging","description":null,"type":{"kind":"INPUT_OBJECT","name":"PaginationInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FloorPlanResultOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sharingCode","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":true,"deprecationReason":"Returns only the first sharing code without expiry date - replaced by sharingCodes , termination planned for 2025-06-30"},{"name":"sharingCodes","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SharingCodeOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"asset","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AssetOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"folder","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FolderOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"assetType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AssetTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"assetStatus","description":null,"args":[],"type":{"kind":"ENUM","name":"AssetStatusEnum","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"assetSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdBy","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedBy","description":null,"args":[],"type":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"thumbnailPath","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"bbox","description":null,"args":[],"type":{"kind":"OBJECT","name":"AssetBBoxOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"thumbnailSignatureValidUntil","description":null,"args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"downloadLink","description":"The download link is generated on the fly and is valid for a limited time. It is not stored in the database.\nIf the user is not allowed to download the asset, this field will be an empty string.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"linkedGroupedAssets","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"latestVersion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"versions","description":null,"args":[{"name":"paging","description":null,"type":{"kind":"INPUT_OBJECT","name":"AssetVersionPageInput","ofType":null},"defaultValue":null},{"name":"filter","description":null,"type":{"kind":"INPUT_OBJECT","name":"FilterAssetVersionInput","ofType":null},"defaultValue":null},{"name":"orderBy","description":null,"type":{"kind":"ENUM","name":"AssetVersionOrderEnum","ofType":null},"defaultValue":"VERSION_DESC"}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AssetVersionResultOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"storageRegion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"hidden","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"groupedAssetGeoreferences","description":null,"args":[{"name":"paging","description":null,"type":{"kind":"INPUT_OBJECT","name":"GeoreferencePaginationInput","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"GroupedAssetGeoreferenceResultsOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tours","description":null,"args":[{"name":"params","description":null,"type":{"kind":"INPUT_OBJECT","name":"TourInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"GroupedAssetTourResultOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"viewpoint","description":null,"args":[],"type":{"kind":"OBJECT","name":"ViewpointOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"labels","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LabelsOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"AnnotationInterface","description":"Base interface for all annotation types","fields":[{"name":"id","description":"The annotation's ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"originalId","description":"External identifier for lineage tracking. For copied annotations, this references\nthe original annotation. For non-copied annotations or imports, this may be the\nannotation's UUID or an external system uuid.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The annotation's title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The annotation's description.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"thumbnailPath","description":"The annotation's thumbnail path.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdBy","description":"The user who created this annotation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The annotation's creation time.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedBy","description":"The latest user to modify this annotation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedAt","description":"The annotation's latest modification time.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"files","description":"File attachments","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AnnotationFileAttachmentOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"links","description":"Urls or paths of network resources","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AnnotationLinkOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"categories","description":"Categories associated to the annotation","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AnnotationCategoryAssignmentOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"LimitingBoxAnnotationOutput","ofType":null},{"kind":"OBJECT","name":"LabelAnnotationOutput","ofType":null},{"kind":"OBJECT","name":"MeasurementAnnotationOutput","ofType":null}]},{"kind":"OBJECT","name":"DeleteAnnotationOutput","description":null,"fields":[{"name":"success","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AnnotationTextCategoryOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"priority","description":null,"args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"AnnotationCategoryInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AnnotationCategoryPredefinedListOutput","description":"a category with a list of predefined values","fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"priority","description":null,"args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"values","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AnnotationCategoryPredefinedValueOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"AnnotationCategoryInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AnnotationCategoryPredefinedValueOutput","description":"values, as they appear in a permitted list of values","fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"color","description":"hex or rgb(a) color format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AnnotationCategoriesOutput","description":null,"fields":[{"name":"categories","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"AnnotationCategoryInterface","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AnnotationCategoryAssignmentOutput","description":null,"fields":[{"name":"categoryId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"categoryName","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"color","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"priority","description":null,"args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AnnotationErrorOperationNotAllowedOutput","description":"Note: for many mutations, this error is incorrectly returned instead of a AnnotationErrorAccessDeniedOutput.\n\nWhere both this error and AnnotationErrorAccessDeniedOutput are returned, this error means that the user is not\nallowed to perform the operation. For example because the user does not have the right project capability.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAnnotationErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AnnotationErrorAccessDeniedOutput","description":"Access to the requested action or resource denied.\nYou do not have the required rights or your authentication token is incorrect.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAnnotationErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AnnotationErrorEntityNotFoundOutput","description":"The given annotation (related entity) could not be found.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAnnotationErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ErrorNegativeOrderOutput","description":"Negative order numbers are not allowed to be assigned to levels.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FloorPlanResultOutput","description":"Paginated result of floor plans for a grouped asset.","fields":[{"name":"parentId","description":"The grouped asset ID for which the floor plans were retrieved.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"appliedPagination","description":"Pagination that was actually applied (may differ from requested if values were out of range).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AppliedPaginationOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":"Total number of floor plans for the parent, regardless of pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contents","description":"Floor plans on the current page, ordered by displayName ascending.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FloorPlanOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AnnotationPointOutput","description":"A point with an X, Y and Z coordinate.","fields":[{"name":"x","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"y","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"z","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AnnotationOrientationOutput","description":"A camera position, defined by the yaw, pitch, roll, a reference point and the distance between the camera and that\nreference point.","fields":[{"name":"distance","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pitch","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"roll","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"yaw","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"ref","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AnnotationPointOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AnnotationRotationOutput","description":"A rotation defined in degrees clockwise around the X, Y and Z axes.","fields":[{"name":"x","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"y","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"z","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AnnotationFileAttachmentOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"originalId","description":"External identifier for lineage tracking. For copied attachments, this references\nthe original attachment. For non-copied attachments, this is the attachment's UUID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"fileName","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"uploadUrl","description":"populated only on the first time, when the file attachment is created (so when the input file has an empty `id`)","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"path","description":"where to download the file from","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"visualizablePath","description":"Optional - null until the asynchronous media type detection has completed.\nAlways null for now, we'll revisit this soon.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mediaType","description":"The media type of the attachment (e.g., \"image/jpeg\", \"application/pdf\").\nAlways null for now, we'll revisit this soon.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AnnotationLinkOutput","description":null,"fields":[{"name":"link","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LabelAnnotationOutput","description":null,"fields":[{"name":"id","description":"The label's ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"originalId","description":"External identifier for lineage tracking. For copied labels, this references\nthe original label. For non-copied labels or imports, this may be the\nannotation's UUID or an external system uuid.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The label's title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The label's description.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"thumbnailPath","description":"The label's thumbnail path.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdBy","description":"The user who created this label.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The label's creation time.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedBy","description":"The latest user to modify this label.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedAt","description":"The label's latest modification time.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"files","description":"File attachments","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AnnotationFileAttachmentOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"links","description":"Urls or paths of network resources","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AnnotationLinkOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"categories","description":"Categories associated to the annotation","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AnnotationCategoryAssignmentOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"data","description":"The label's data.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LabelAnnotationDataOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"AnnotationInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LabelAnnotationDataOutput","description":null,"fields":[{"name":"position","description":"The label position. Usually this is defined in the CRS of the asset.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AnnotationPointOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lookAt","description":"The camera point of view to look at this label.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AnnotationOrientationOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LevelResultOutput","description":null,"fields":[{"name":"parentId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"appliedPagination","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AppliedPaginationOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contents","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LevelOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LevelOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The level's title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"order","description":"The order of the level","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdBy","description":"The user who created this level.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The level's creation time.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedBy","description":"The latest user to modify this level.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedAt","description":"The level's latest modification time.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"data","description":"The level's data.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LevelDataOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"floorPlans","description":"The floor plans associated with this level.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FloorPlanOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"viewpoint","description":null,"args":[],"type":{"kind":"OBJECT","name":"ViewpointOutput","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LevelDataOutput","description":null,"fields":[{"name":"offset","description":"The level's offset in meters. The offset is applied after the rotation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Vector3Output","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"rotation","description":"The level's rotation around its origin, in degrees. The rotation is applied before the offset.\nCurrently, only the z-axis rotation is defined, as clockwise.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Vector3Output","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"min","description":"The level's minimum coordinates","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Vector3Output","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"max","description":"The level's maximum coordinates.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Vector3Output","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LimitingBoxAnnotationDataOutput","description":"The data needed to construct a limiting box in 3D, around a given origin.\n\nSteps to construct a limiting box:\n1. Get the origin of the box from the item it belongs to.\nFor non-georeferenced assets, this is the anchor point of the asset.\nFor georeferenced assets, this is the `originGeolocation` of the `ReferencedBoundsOutput` of the asset.\n2. Create an axis-aligned box using the origin and min & max values of the limiting box object.\n3. Rotate that box using the rotation of the limiting box object.\n4. Translate that box along its rotated axes by the offset of the limiting box object.","fields":[{"name":"offset","description":"The limiting box's offset in meters. The offset is applied after the rotation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AnnotationPointOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"rotation","description":"The limiting box's rotation around its origin, in degrees. The rotation is applied before the offset.\nCurrently, only the z-axis rotation is defined, as clockwise.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AnnotationRotationOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lookAt","description":"The camera point of view to look at this limiting box.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AnnotationOrientationOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"minX","description":"The limiting box's minimum X coordinate, in meters.\nIn the georeferenced case, X is east.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"maxX","description":"The limiting box's maximum X coordinate, in meters.\nIn the georeferenced case, X is east.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"minY","description":"The limiting box's minimum Y coordinate, in meters.\nIn the georeferenced case, Y is north.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"maxY","description":"The limiting box's maximum Y coordinate, in meters.\nIn the georeferenced case, Y is north.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"minZ","description":"The limiting box's minimum Z coordinate, in meters.\nIn the georeferenced case, Z is up.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"maxZ","description":"The limiting box's maximum Z coordinate, in meters.\nIn the georeferenced case, Z is up.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MeasurementAnnotationOutput","description":null,"fields":[{"name":"id","description":"The measurement's ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"originalId","description":"External identifier for lineage tracking. For copied measurements, this references\nthe original measurement. For non-copied measurements or imports, this may be the\nannotation's UUID or an external system uuid.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The measurement's title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The measurement's description.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"thumbnailPath","description":"The measurement's thumbnail path.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdBy","description":"The user who created this measurement.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The measurement's creation time.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedBy","description":"The latest user to modify this measurement.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedAt","description":"The measurement's latest modification time.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"files","description":"File attachments","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AnnotationFileAttachmentOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"links","description":"Urls or paths of network resources","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AnnotationLinkOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"categories","description":"Categories associated to the annotation","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AnnotationCategoryAssignmentOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"data","description":"The measurement's data.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MeasurementAnnotationDataOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"AnnotationInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MeasurementAnnotationDataOutput","description":null,"fields":[{"name":"points","description":"The measurement points. Usually these are defined in the CRS of the asset.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AnnotationPointOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"lookAt","description":"The camera point of view to look at this measurement.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AnnotationOrientationOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"measurementType","description":"The measurement type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MeasurementAnnotationEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AnnotationThumbnailOutput","description":null,"fields":[{"name":"path","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"uploadUrl","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"CreateLabelAnnotationUnion","description":"Result of mutation createLabelAnnotationV2.\nOf type LabelAnnotationOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"LabelAnnotationOutput","ofType":null},{"kind":"OBJECT","name":"AnnotationErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"UNION","name":"CreateMeasurementAnnotationUnion","description":"Result of mutation createMeasurementAnnotationV2.\nOf type MeasurementAnnotationOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"MeasurementAnnotationOutput","ofType":null},{"kind":"OBJECT","name":"AnnotationErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"UNION","name":"CreateLimitingBoxAnnotationUnion","description":"Result of mutation createLimitingBoxAnnotationV2.\nOf type LimitingBoxAnnotationOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"LimitingBoxAnnotationOutput","ofType":null},{"kind":"OBJECT","name":"AnnotationErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"UNION","name":"UpdateLabelAnnotationUnion","description":"Result of mutation updateLabelAnnotationV2.\nOf type LabelAnnotationOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"LabelAnnotationOutput","ofType":null},{"kind":"OBJECT","name":"AnnotationErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AnnotationErrorEntityNotFoundOutput","ofType":null}]},{"kind":"UNION","name":"UpdateMeasurementAnnotationUnion","description":"Result of mutation updateMeasurementAnnotationV2.\nOf type MeasurementAnnotationOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"MeasurementAnnotationOutput","ofType":null},{"kind":"OBJECT","name":"AnnotationErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AnnotationErrorEntityNotFoundOutput","ofType":null}]},{"kind":"UNION","name":"UpdateLimitingBoxAnnotationUnion","description":"Result of mutation updateLimitingBoxAnnotationV2.\nOf type LimitingBoxAnnotationOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"LimitingBoxAnnotationOutput","ofType":null},{"kind":"OBJECT","name":"AnnotationErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AnnotationErrorEntityNotFoundOutput","ofType":null}]},{"kind":"UNION","name":"DeleteAnnotationUnion","description":"Result of mutation deleteAnnotationV2.\nOf type DeleteAnnotationOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"DeleteAnnotationOutput","ofType":null},{"kind":"OBJECT","name":"AnnotationErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AnnotationErrorEntityNotFoundOutput","ofType":null}]},{"kind":"UNION","name":"AnnotationThumbnailUnion","description":"Result of mutation uploadThumbnailToAnnotationV2.\nOf type AnnotationThumbnailOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AnnotationThumbnailOutput","ofType":null},{"kind":"OBJECT","name":"AnnotationErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"UNION","name":"AnnotationsUnion","description":"Result of federation of annotations.\nOf type AnnotationsOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AnnotationErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AnnotationErrorAccessDeniedOutput","ofType":null}]},{"kind":"UNION","name":"DeleteAnnotationCategoryUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"DeleteOperationOutput","ofType":null},{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceNotFoundOutput","ofType":null}]},{"kind":"UNION","name":"CreateAnnotationTextCategoryUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AnnotationTextCategoryOutput","ofType":null},{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorDuplicateNameOutput","ofType":null}]},{"kind":"UNION","name":"UpdateAnnotationTextCategoryUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AnnotationTextCategoryOutput","ofType":null},{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ErrorDuplicateNameOutput","ofType":null}]},{"kind":"UNION","name":"CreateAnnotationCategoryPredefinedListUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AnnotationCategoryPredefinedListOutput","ofType":null},{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorDuplicateNameOutput","ofType":null}]},{"kind":"UNION","name":"UpdateAnnotationCategoryPredefinedListUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AnnotationCategoryPredefinedListOutput","ofType":null},{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ErrorDuplicateNameOutput","ofType":null}]},{"kind":"UNION","name":"AnnotationCategoriesUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AnnotationCategoriesOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceNotFoundOutput","ofType":null}]},{"kind":"UNION","name":"CreateLevelUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"LevelOutput","ofType":null},{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorNegativeOrderOutput","ofType":null}]},{"kind":"UNION","name":"UpdateLevelUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"LevelOutput","ofType":null},{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ErrorNegativeOrderOutput","ofType":null}]},{"kind":"UNION","name":"DeleteLevelUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"DeleteOperationOutput","ofType":null},{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceNotFoundOutput","ofType":null}]},{"kind":"OBJECT","name":"SystemMonitorErrorAccessDeniedOutput","description":null,"fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseSystemMonitorErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SystemMonitorErrorMaxStepsExceededOutput","description":null,"fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseSystemMonitorErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ErrorMaxStepsExceededOutput","description":null,"fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SystemMonitorErrorOperationNotAllowedOutput","description":null,"fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseSystemMonitorErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"BaseSystemMonitorErrorInterface","description":"Basic error interface all soft errors are implementing","fields":[{"name":"message","description":"A pseudo-user friendly explanation on what happened and how to fix the issue.\nThis will usually not be presented to the end user, but could be used as a fallback for backwards\ncompatibility in case the error __typename is not implemented yet on consumers.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SystemMonitorErrorAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"SystemMonitorErrorMaxStepsExceededOutput","ofType":null},{"kind":"OBJECT","name":"SystemMonitorErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"OBJECT","name":"ProcessingInBytesUsageOutput","description":"The ProcessingInBytesUsage Output","fields":[{"name":"startDate","description":"The start of the period for which usage was calculated","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endDate","description":"The start of the period for which usage was calculated","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"processingInBytes","description":"Processing usage in bytes","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProcessingUsageOutput","description":"The ProcessingUsage Output","fields":[{"name":"startDate","description":"The start of the period for which usage was calculated","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endDate","description":"The end of the period for which usage was calculated","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Pipeline Name","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"duration","description":"Duration in Seconds.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":true,"deprecationReason":"No longer supported, in favour of durationV2 , termination planned for 2026-10-31"},{"name":"durationV2","description":"Duration in Seconds.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StreamingUsageOutput","description":"The StreamingUsage Output","fields":[{"name":"startDate","description":"The start of the period for which usage was calculated","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endDate","description":"The start of the period for which usage was calculated","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"downloads","description":"Download usage in the specified period in bytes","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"files","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"userStreaming","description":"User streaming usage in bytes. This contains for example streaming usage of WMS services created from\nyour uploaded assets.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"graphQl","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"baseLayerStreamer","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"baseLayer","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"externalServices","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UploadUsageOutput","description":"The UploadsUsage Output","fields":[{"name":"startDate","description":"The start of the period for which usage was calculated","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endDate","description":"The end of the period for which usage was calculated","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"assetUpload","description":"Upload usage in bytes can be asset files that are uploaded or artifacts that were added to assets.\nThis is the total upload usage for the period.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"PaymentMethodEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"PAY_BY_INVOICE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAY_BY_CARD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DEMO","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"AccountProfileOrderEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"NAME_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AccountUpdateInput","description":null,"fields":null,"inputFields":[{"name":"company","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"logo","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"phonenumber","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"accountBillingEmail","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"address","description":null,"type":{"kind":"INPUT_OBJECT","name":"AccountAddressInput","ofType":null},"defaultValue":null},{"name":"vatNumber","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"referrerId","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AccountProfilePageInput","description":null,"fields":null,"inputFields":[{"name":"pageNumber","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"pageSize","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"FilterAccountProfileInput","description":null,"fields":null,"inputFields":[{"name":"tenantUUID","description":null,"type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"byCompanyName","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ChangeAccountStorageRegionInput","description":"Input for the changeAccountStorageRegion mutation.","fields":null,"inputFields":[{"name":"accountId","description":"The account whose storage region is changed.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"storageRegion","description":"The alias of the region the account stores its data in, for example eu-1. The alias is\ncase-insensitive and must be one of the regions configured on this platform \n(The valid list of storage regions can be queried with the allowedStorageRegions gql query)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AccountAddressInput","description":null,"fields":null,"inputFields":[{"name":"street","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"streetNumber","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"postcode","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"state","description":"This field is the state for US addresses, and the region for non-US addresses.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"city","description":"The city can be short form or long form in US addresses.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"country","description":"This field contains the iso country code, use the 'allCountries' query to get the right country iso code.\n\nNot all countries are supported in the shop. Check the 'supportedCountries' query to see which one are supported.\n\nHaving an unsupported country in this address only prevents the use of the shop,\nand the purchase of stripe subscriptions, not of the entire app.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"additionalInfo","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AccountAddressValidationInput","description":null,"fields":null,"inputFields":[{"name":"accountAddressInput","description":null,"type":{"kind":"INPUT_OBJECT","name":"AccountAddressInput","ofType":null},"defaultValue":null},{"name":"tenantId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AccountPropertiesInput","description":null,"fields":null,"inputFields":[{"name":"discountRate","description":null,"type":{"kind":"SCALAR","name":"Float","ofType":null},"defaultValue":null},{"name":"isReseller","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"taxExempt","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"paymentMethods","description":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PaymentMethodEnum","ofType":null}}},"defaultValue":null},{"name":"accountId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"sapAccountNumber","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"vatNumber","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"referrerId","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"PaymentCardInput","description":null,"fields":null,"inputFields":[{"name":"externalPaymentCardId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"expirationMonth","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"expirationYear","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"fullName","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"address","description":null,"type":{"kind":"INPUT_OBJECT","name":"PaymentCardAddressInput","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"PaymentCardAddressInput","description":null,"fields":null,"inputFields":[{"name":"street","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"state","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"country","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"city","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"zip","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeletedPaymentCardInput","description":null,"fields":null,"inputFields":[{"name":"externalPaymentCardId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SetActivePaymentCardInput","description":null,"fields":null,"inputFields":[{"name":"externalPaymentCardId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"BaseAccountInfoErrorInterface","description":"Basic error interface all soft errors are implementing","fields":[{"name":"message","description":"A pseudo-user friendly explanation on what happened and how to fix the issue.\nThis will usually not be presented to the end user, but could be used as a fallback for backwards\ncompatibility in case the error __typename is not implemented yet on consumers.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AccountInfoErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AccountInfoAccountAddressIsNotValidOutput","ofType":null},{"kind":"OBJECT","name":"AccountInfoAccountEmailIsNotValidOutput","ofType":null},{"kind":"OBJECT","name":"AccountInfoAccountCompanyNameIsNotValidOutput","ofType":null},{"kind":"OBJECT","name":"AccountInfoAccountLegalEntityCouldNotBeChangedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorStorageRegionIsNotValidOutput","ofType":null}]},{"kind":"OBJECT","name":"AccountInfoOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"company","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"referrer","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"logo","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"phonenumber","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"accountBillingEmail","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sapAccountNumber","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"address","description":null,"args":[],"type":{"kind":"OBJECT","name":"AccountAddressOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"addressValid","description":null,"args":[],"type":{"kind":"OBJECT","name":"AddressValidOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"discountRate","description":null,"args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isReseller","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"taxExempt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"vatNumber","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"paymentMethods","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PaymentMethodEnum","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"originalExternalAccount","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"financialDetailsSynced","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paymentSystemIds","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PaymentSystemOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"defaultStorageRegion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deleted","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tenantId","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"accountUsageOutput","description":null,"args":[],"type":{"kind":"OBJECT","name":"AccountUsageOutput","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SimpleAccountInfoOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"company","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"logo","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleted","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tenantId","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AccountProfileResultOutput","description":null,"fields":[{"name":"appliedFilters","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FilterAccountProfileAppliedOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AccountProfileOrderEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"appliedPagination","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AccountProfileAppliedPageOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contents","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"AccountInfoOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FilterAccountProfileAppliedOutput","description":null,"fields":[{"name":"tenantUUID","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"byCompanyName","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AccountProfileAppliedPageOutput","description":null,"fields":[{"name":"pageNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ReferrerOutput","description":null,"fields":[{"name":"referrerId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"referrerName","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PaymentSystemOutput","description":null,"fields":[{"name":"paymentSystem","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PaymentSystemEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paymentSystemId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"PaymentSystemEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"STRIPE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LICENSE","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"AddressValidOutput","description":null,"fields":[{"name":"valid","description":"True if the address is valid for making purchases.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"taxable","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reason","description":"Describe the reason why the address is not valid, if it is valid the string is empty","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AccountAddressOutput","description":null,"fields":[{"name":"street","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"streetNumber","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"postcode","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"city","description":"The city can be short form or long form in US addresses.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":"This field is the state for US addresses, and the region for non-US addresses.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"country","description":"This field contains the iso country code.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"additionalInfo","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CountryOutput","description":null,"fields":[{"name":"countryIsoCode","description":"Country iso code","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"alpha3Code","description":"country iso code 3 letters","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"countryName","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"isEuropeanUnion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"localizedNames","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LocalizedNameOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"addressesRequireRegion","description":"True when an address is set with a country that requires specifying a state or region.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LocalizedNameOutput","description":null,"fields":[{"name":"languageAlpha2Code","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"languageAlpha3Code","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AccountInfoErrorOperationNotAllowedOutput","description":"The action can not be performed.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAccountInfoErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AccountInfoAccountAddressIsNotValidOutput","description":"The account address is not valid.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAccountInfoErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AccountInfoAccountEmailIsNotValidOutput","description":"The account email is not valid.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAccountInfoErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AccountInfoAccountCompanyNameIsNotValidOutput","description":"The account company name is not valid.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAccountInfoErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AccountInfoAccountLegalEntityCouldNotBeChangedOutput","description":"The account legal entity could not be changed.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAccountInfoErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ErrorStorageRegionIsNotValidOutput","description":"The specified storage region is not one of the regions configured on this platform.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAccountInfoErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PaymentCardOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"stripeCustomer","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"fullName","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"address","description":null,"args":[],"type":{"kind":"OBJECT","name":"PaymentCardAddressOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"lastDigits","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"expirationMonth","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"expirationYear","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"brand","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"active","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PaymentCardAddressOutput","description":null,"fields":[{"name":"street","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"country","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"city","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"zip","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SetupPaymentCardCreationOutput","description":null,"fields":[{"name":"externalPaymentCardIntentId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"clientSecret","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"publicKey","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeletedPaymentCardOutput","description":null,"fields":[{"name":"externalPaymentCardId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deleted","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SetActivePaymentCardOutput","description":null,"fields":[{"name":"externalPaymentCardId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"active","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"AccountInfoUpdateUnion","description":"Result of mutation updateAccountV2.\nOf type AccountInfoOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AccountInfoOutput","ofType":null},{"kind":"OBJECT","name":"AccountInfoErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AccountInfoAccountEmailIsNotValidOutput","ofType":null},{"kind":"OBJECT","name":"AccountInfoAccountAddressIsNotValidOutput","ofType":null},{"kind":"OBJECT","name":"AccountInfoAccountCompanyNameIsNotValidOutput","ofType":null},{"kind":"OBJECT","name":"AccountInfoAccountLegalEntityCouldNotBeChangedOutput","ofType":null}]},{"kind":"UNION","name":"ChangeAccountStorageRegionUnion","description":"Result of mutation changeAccountStorageRegion.\nOf type AccountInfoOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AccountInfoOutput","ofType":null},{"kind":"OBJECT","name":"AccountInfoErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorStorageRegionIsNotValidOutput","ofType":null}]},{"kind":"ENUM","name":"UserSettingsLanguageEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ENGLISH","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"UserSettingsListLayoutEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"LIST","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TILE","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"UserSettingsMeasurementEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"METRIC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"IMPERIAL","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"UserSettingsMeasurementEnumV2","description":"Measurement system used when presenting distance and length values to the user.\nExtends UserSettingsMeasurementEnum with a finer-grained set of imperial units,\ndistinguishing between international feet (exact SI definition) and US survey feet\n(used in cadastral / land surveying in the US), each with an optional inch subdivision.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"METRIC","description":"SI metric units (meters, centimeters, etc.).","isDeprecated":false,"deprecationReason":null},{"name":"IMPERIAL_INTERNATIONAL_FEET","description":"International feet (1 ft = 0.3048 m exactly, per NIST). Decimal subdivision.\nUse for general engineering and construction workflows outside the US.","isDeprecated":false,"deprecationReason":null},{"name":"IMPERIAL_INTERNATIONAL_FEET_INCH","description":"International feet with feet-and-inches subdivision.\nUse when displaying measurements to end users accustomed to the feet-inch notation.","isDeprecated":false,"deprecationReason":null},{"name":"IMPERIAL_SURVEY_FEET","description":"US Survey feet (1 ft = 1200/3937 m, ~2 ppm larger than international feet).\nUse for cadastral surveying and GIS workflows in the United States.","isDeprecated":false,"deprecationReason":null},{"name":"IMPERIAL_SURVEY_FEET_INCH","description":"US Survey feet with feet-and-inches subdivision.\nUse when displaying US cadastral measurements to end users accustomed to the feet-inch notation.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"TenantRoleEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"TENANT_ROLE_ADMIN","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TENANT_ROLE_USER","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"UserFlagEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"MARKETING_CONSENT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LATEST_TOS_CONSENT","description":null,"isDeprecated":true,"deprecationReason":"Use TOS_CONSENT instead. Termination planned for 2025-09-01"},{"name":"TOS_CONSENT","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"UserProfileOrderEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"LAST_NAME_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LAST_NAME_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ViewMode3DEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"MESH","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PANORAMIC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"POINT_CLOUD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GAUSSIAN_SPLATS","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ExternalProjectMemberInput","description":null,"fields":null,"inputFields":[{"name":"email","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"projectUUID","description":null,"type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UserFlagInput","description":null,"fields":null,"inputFields":[{"name":"flag","description":null,"type":{"kind":"ENUM","name":"UserFlagEnum","ofType":null},"defaultValue":null},{"name":"valid","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UserProfilePageInput","description":null,"fields":null,"inputFields":[{"name":"pageNumber","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"pageSize","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"pageOffset","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"FilterUserProfileInput","description":null,"fields":null,"inputFields":[{"name":"tenantUUID","description":null,"type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"bySearchTerm","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"byTenantRole","description":null,"type":{"kind":"ENUM","name":"TenantRoleEnum","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UserSettingsInput","description":null,"fields":null,"inputFields":[{"name":"measurementUnit","description":null,"type":{"kind":"ENUM","name":"UserSettingsMeasurementEnum","ofType":null},"defaultValue":null},{"name":"language","description":null,"type":{"kind":"ENUM","name":"UserSettingsLanguageEnum","ofType":null},"defaultValue":null},{"name":"listLayout","description":null,"type":{"kind":"ENUM","name":"UserSettingsListLayoutEnum","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UserSettingsInputV2","description":null,"fields":null,"inputFields":[{"name":"measurementUnit","description":null,"type":{"kind":"ENUM","name":"UserSettingsMeasurementEnum","ofType":null},"defaultValue":null},{"name":"isoLanguage","description":"Language according to ISO-639-1 format, e.g. nl, en, fr","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"listLayout","description":null,"type":{"kind":"ENUM","name":"UserSettingsListLayoutEnum","ofType":null},"defaultValue":null},{"name":"preferredViewMode3D","description":"Preferred view mode (mesh/point-cloud/panoramic) when opening 3D objects (assets or scenes)","type":{"kind":"ENUM","name":"ViewMode3DEnum","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UserSettingsInputV3","description":"User settings input for updateUserSettingsV3. Identical to UserSettingsInputV2 except\nmeasurementUnit accepts the granular UserSettingsMeasurementEnumV2 instead of the\ncoarse two-value UserSettingsMeasurementEnum. All fields are optional; omitting a field\nleaves the current stored value unchanged.","fields":null,"inputFields":[{"name":"measurementUnit","description":"Granular measurement unit including international and US survey foot variants.","type":{"kind":"ENUM","name":"UserSettingsMeasurementEnumV2","ofType":null},"defaultValue":null},{"name":"isoLanguage","description":"Language according to ISO-639-1 format, e.g. nl, en, fr","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"listLayout","description":null,"type":{"kind":"ENUM","name":"UserSettingsListLayoutEnum","ofType":null},"defaultValue":null},{"name":"preferredViewMode3D","description":"Preferred view mode (mesh/point-cloud/panoramic) when opening 3D objects (assets or scenes)","type":{"kind":"ENUM","name":"ViewMode3DEnum","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UserUpdateInput","description":null,"fields":null,"inputFields":[{"name":"firstName","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"lastName","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"jobTitle","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"BaseUserErrorInterface","description":"Basic error interface all soft errors are implementing","fields":[{"name":"message","description":"A pseudo-user friendly explanation on what happened and how to fix the issue.\nThis will usually not be presented to the end user, but could be used as a fallback for backwards\ncompatibility in case the error __typename is not implemented yet on consumers.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"UserSettingsErrorInvalidLanguageOutput","ofType":null},{"kind":"OBJECT","name":"UserNotFoundError","ofType":null},{"kind":"OBJECT","name":"UserErrorOperationNotPossibleOutput","ofType":null}]},{"kind":"OBJECT","name":"UserSettingsErrorInvalidLanguageOutput","description":"The supplied language was invalid.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseUserErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UserNotFoundError","description":null,"fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseUserErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UserErrorOperationNotPossibleOutput","description":null,"fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseUserErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProfilePictureOutput","description":null,"fields":[{"name":"uploadUrl","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"path","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SimpleUserResultOutput","description":null,"fields":[{"name":"success","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UserFlagOutput","description":null,"fields":[{"name":"userFlag","description":null,"args":[],"type":{"kind":"ENUM","name":"UserFlagEnum","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"valid","description":null,"args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UserProfileOutput","description":"Detailed information about the user.\nThis information is only available to the users within the same account.","fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"signedUpAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"profilePictureUrl","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"firstName","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"lastName","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"jobTitle","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userFlags","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"UserFlagOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"userSettings","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserSettingsOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deleted","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"accountRole","description":"The role of the user in their own account.\nTo determine what the user can do in their own account, check the `accountCapabilities` field.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AccountRoleEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tenantRole","description":"The role of the user in the tenant of their account.\nTo determine what the user can do in the tenant of their account, check the `tenantCapabilities` field.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TenantRoleEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"platformRole","description":"The role of the user on the platform.\nTo determine what the user can do on the platform, check the `platformCapabilities` field.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PlatformRoleEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"applicationRoles","description":"Use platformRole and / or platformCapabilities instead, will be deprecated soon.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"companyInfo","description":"Information about the account the user belongs to.","args":[],"type":{"kind":"OBJECT","name":"AccountInfoOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"accountCapabilities","description":"The capabilities the user has in their own account.\nUnless mentioned otherwise, the capabilities apply to all entities of the specified type in the account.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AccountCapabilityEnum","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"tenantCapabilities","description":"The capabilities the user has in the tenant of their account.\nUnless mentioned otherwise, the capabilities apply to all entities of the specified type in the tenant.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TenantCapabilityEnum","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"platformCapabilities","description":"The capabilities the user has on the platform.\nUnless mentioned otherwise, the capabilities apply to all entities of the specified type on the entire platform.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PlatformCapabilityEnum","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"lastLoginAt","description":"The timestamp of the user's last login.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"limitedToTenants","description":"null if not ROLE_LIMITED_SUPPORT","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TenantOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"clientInfo","description":"Client credentials issued for this user, if any.\nNon-null for users that have client credentials (currently only automation users).","args":[],"type":{"kind":"OBJECT","name":"ClientInfoOutput","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UserProfileResultOutput","description":null,"fields":[{"name":"appliedFilters","description":null,"args":[],"type":{"kind":"OBJECT","name":"FilterUserProfileAppliedOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":null,"args":[],"type":{"kind":"ENUM","name":"UserProfileOrderEnum","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"appliedPagination","description":null,"args":[],"type":{"kind":"OBJECT","name":"UserProfileAppliedPageOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"pageNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contents","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"UserProfileOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FilterUserProfileAppliedOutput","description":null,"fields":[{"name":"tenantUUID","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"bySearchTerm","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UserProfileAppliedPageOutput","description":null,"fields":[{"name":"pageNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UserSettingsOutput","description":null,"fields":[{"name":"measurementUnit","description":null,"args":[],"type":{"kind":"ENUM","name":"UserSettingsMeasurementEnum","ofType":null},"isDeprecated":true,"deprecationReason":"Use measurementUnitV2 instead, which provides granular imperial unit distinctions"},{"name":"measurementUnitV2","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"UserSettingsMeasurementEnumV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"isoLanguage","description":"Language according to ISO-639-1 format, e.g. nl, en, fr","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"listLayout","description":null,"args":[],"type":{"kind":"ENUM","name":"UserSettingsListLayoutEnum","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"preferredViewMode3D","description":"Preferred view mode (mesh/point-cloud/panoramic) when opening 3D objects (assets or scenes)","args":[],"type":{"kind":"ENUM","name":"ViewMode3DEnum","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"UpdateUserSettingsUnion","description":"Result of updating UserSettings.\nOf type UpdateUserSettingsOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"UserSettingsOutput","ofType":null},{"kind":"OBJECT","name":"UserSettingsErrorInvalidLanguageOutput","ofType":null}]},{"kind":"UNION","name":"AddExternalUserToProjectUnion","description":"Result of adding external user to project.\nOf type SimpleUserResultOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SimpleUserResultOutput","ofType":null},{"kind":"OBJECT","name":"UserNotFoundError","ofType":null},{"kind":"OBJECT","name":"UserErrorOperationNotPossibleOutput","ofType":null}]},{"kind":"ENUM","name":"OrderStatusGQL","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"PENDING","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"STARTED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"COMPLETED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"OrderItemStatusGQL","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"PENDING","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PROCESSING","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"COMPLETED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"OrderGQL","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OrderStatusGQL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedAt","description":null,"args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"orderId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"userId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tax","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"amount","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discountedAmount","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currency","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"orderItems","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrderItemGQL","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"OrderItemGQL","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OrderItemStatusGQL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"supplierOrderId","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"accountUUID","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userUUID","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"folderUUID","description":"DEPRECATED field folderUUID, termination planed for 2026-08-31**","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"projectUUID","description":"DEPRECATED field projectUUID, termination planed for 2026-08-31**","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"assetUUID","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"artifactUUID","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"groupedAssetUUID","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"artifactFilePath","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"thumbnailFilePath","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedAt","description":null,"args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cartId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"cartItemId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"userId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"amount","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discountedAmount","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currency","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"coordinateSystem","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"verticalCoordinateSystem","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"imageFormat","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"productIdentifier","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"dataType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DataTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"polygonDefType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PolygonType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"bbox","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"polygonPath","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"resolutionUnit","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"resolutionValue","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"DataTypeEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ORTHO_2D","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LIDAR","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MESH","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LAND_COVER","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"POINT_CLOUD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DSM","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DTM","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"PaymentMethodShopEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"PAY_BY_INVOICE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAY_BY_CARD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DEMO","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateCartInput","description":null,"fields":null,"inputFields":[{"name":"userUUID","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AddCartItemInput","description":null,"fields":null,"inputFields":[{"name":"quotationItemUUID","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"coordinateSystem","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"verticalCoordinateSystem","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"imageFormat","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"RemoveCartItemInput","description":null,"fields":null,"inputFields":[{"name":"cartItemUUID","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"PlaceOrderInput","description":null,"fields":null,"inputFields":[{"name":"paymentMethod","description":null,"type":{"kind":"ENUM","name":"PaymentMethodShopEnum","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"OrderAddressInput","description":null,"fields":null,"inputFields":[{"name":"street","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"postcode","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"city","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"state","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"country","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ProcessingPipelineTriggerInput","description":"The `ProcessingPipelineTriggerInput` object required to execute the `triggerShopProcessingPipeline` mutation\nrequires the below fields:\n1) pipelineName: ImplementedPipelines! - The pipeline name to be triggered. Currently only MELOWN_VEF_TO_VEF_CLIP\n2) pathToUploadedAoi: String! - The `path` returned by the `uploadPolygon` graphql mutation\n3) catalogFeatureIds: [String]! - The featureIds of the catalog datasets. These are linked to the s3 buckets.\n4) mailResultTo: String - The email address where to send the pipeline completion email.\n5) callbackUrl: String - The API callback URL, to which to perform pipeline completion api callback.\n6) coordinateSystem: String - Coordinate system (CRS) that should be used for the processing\n7) verticalCoordinateSystem: String - Vertical coordinate system (CRS) that should be used for the processing\n\nExample query values:\n{\n catalogFeatureIds: [\"NOB22\", \"NOB21\", \"f7a9d635-4587-4369-a731-a7af535033a4\"],\n mailResultTo:\"test.user@hexagon.com\",\n pathToUploadedAoi: \"shop/polygons/currentQuotation/14bbb1a0-29dd-3d1c-a45b-9fe8042630c5/9e18fcdb-f560-461f-b3ce-f8f5df3ec17e\",\n pipelineName: MELOWN_VEF_TO_VEF_CLIP,\n callbackUrl:\"https://myserver.com/signature?rfwetbdsgghgfb\",\n coordinateSystem:\"EPSG:3857\"\n verticalCoordinateSystem:\"EPSG:5703\"\n}","fields":null,"inputFields":[{"name":"pipelineName","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ImplementedPipeline","ofType":null}},"defaultValue":null},{"name":"pathToUploadedAoi","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"aoiType","description":null,"type":{"kind":"ENUM","name":"PolygonType","ofType":null},"defaultValue":null},{"name":"catalogFeatureIds","description":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"coordinateSystem","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"verticalCoordinateSystem","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"mailResultTo","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"callbackUrl","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ImplementedPipeline","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"MELOWN_VEF_TO_VEF_CLIP","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MELOWN_VEF_TO_OGC3DTILES_CLIP","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MELOWN_VEF_TO_SLPK_CLIP","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MYVR_HSPC_TO_LAS","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SelectionInput","description":null,"fields":null,"inputFields":[{"name":"productIdentifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"dataType","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DataTypeEnum","ofType":null}},"defaultValue":null},{"name":"polygonDefType","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PolygonType","ofType":null}},"defaultValue":null},{"name":"polygonPath","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"bbox","description":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"PolygonType","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BBOX","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GEOJSON","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SHAPEFILE","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ReportGenerationInput","description":null,"fields":null,"inputFields":[{"name":"accountId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"startTime","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"defaultValue":null},{"name":"endTime","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"defaultValue":null},{"name":"emailTo","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"emailCc","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"emailBcc","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CartItemThumbnailInput","description":null,"fields":null,"inputFields":[{"name":"cartItemUUID","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartOutput","description":null,"fields":[{"name":"cartId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"userId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"orderId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"cartItems","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CartItemOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"amount","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discountedAmount","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tax","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currency","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paymentPublicKey","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartItemOutput","description":null,"fields":[{"name":"cartId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"cartItemId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"amount","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discountedAmount","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currency","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"resolutionUnit","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"resolutionValue","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"imageFormat","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"coordinateSystem","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"verticalCoordinateSystem","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"polygonDefType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PolygonType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"bbox","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"productIdentifier","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"dataType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DataTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"polygonPath","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"thumbnailPath","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CheckoutOutput","description":null,"fields":[{"name":"cartId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tax","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"amount","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discountedAmount","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currency","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paymentSessionId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paymentId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paymentPublicKey","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SupportedCountryOutput","description":null,"fields":[{"name":"countryIsoCode","description":"Country iso code","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"alpha3Code","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"countryName","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"isEuropeanUnion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"localizedNames","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"SupportedCountryLocalizedNameOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"addressesRequireRegion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SupportedCountryLocalizedNameOutput","description":null,"fields":[{"name":"languageAlpha2Code","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"languageAlpha3Code","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopSupportedCountryValidationOutput","description":null,"fields":[{"name":"supported","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PolygonOutput","description":null,"fields":[{"name":"uploadUrl","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"path","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProcessingPipelineTriggerOutput","description":"The return object is a `ProcessingPipelineTriggerOutput` and contains a single status field:\n1) status: PipelineStatus - The status of the pipeline, i.e. CREATED/FAILED/SKIPPED/etc.\n2) errorMessage: String - An error message in case the pipeline was not triggered\n\nSuccessfully triggered pipeline will have the following status: \"CREATED\"","fields":[{"name":"status","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PipelineStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"errorMessage","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"PipelineStatus","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CREATED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"WAITING_FOR_RESOURCE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PREPARING","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PENDING","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"RUNNING","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SUCCESS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CANCELED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SKIPPED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MANUAL_TRIGGER","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SCHEDULED","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"UNION","name":"QuotationUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"QuoteOutput","ofType":null},{"kind":"OBJECT","name":"ShopErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ShopErrorBackendFailedOutput","ofType":null},{"kind":"OBJECT","name":"ShopErrorProductPricingNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ShopErrorProductNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ShopErrorNoOverlapWithProductOutput","ofType":null}]},{"kind":"OBJECT","name":"QuoteOutput","description":null,"fields":[{"name":"quotationId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"productIdentifier","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"dataType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DataTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"polygonDefType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PolygonType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"coveragePercentage","description":null,"args":[],"type":{"kind":"SCALAR","name":"BigDecimal","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"formats","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"coordinateSystems","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CoordinateSystemOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"verticalCoordinateSystems","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CoordinateSystemOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"quotationItems","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"QuotationItemOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"QuotationItemOutput","description":null,"fields":[{"name":"quotationItemId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"amount","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discountedAmount","description":null,"args":[],"type":{"kind":"SCALAR","name":"BigDecimal","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"discountRate","description":null,"args":[],"type":{"kind":"SCALAR","name":"BigDecimal","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"currency","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"resolutionUnit","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"resolutionValue","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CoordinateSystemOutput","description":null,"fields":[{"name":"epsg","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"datum","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"projection","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ReportGenerationOutput","description":null,"fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"statusCode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"BaseShopErrorInterface","description":"Basic error interface all soft errors are implementing","fields":[{"name":"message","description":"A pseudo-user friendly explanation on what happened and how to fix the issue.\nThis will usually not be presented to the end user, but could be used as a fallback for backwards\ncompatibility in case the error __typename is not implemented yet on consumers.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ShopErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ShopErrorBackendFailedOutput","ofType":null},{"kind":"OBJECT","name":"ShopErrorProductPricingNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ShopErrorProductNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ShopErrorNoOverlapWithProductOutput","ofType":null}]},{"kind":"OBJECT","name":"ShopErrorOperationNotAllowedOutput","description":"The user is not allowed to perform this operation.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseShopErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopErrorBackendFailedOutput","description":"The backend to calculate the quotation failed.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseShopErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopErrorProductPricingNotFoundOutput","description":"The pricing of the product is not configured correctly.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseShopErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopErrorProductNotFoundOutput","description":"The product is not found.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseShopErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ShopErrorNoOverlapWithProductOutput","description":"There is no overlap between the area of interest and the area the product covers.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseShopErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CartItemThumbnailOutput","description":null,"fields":[{"name":"uploadUrl","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"path","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ItemCollectionType","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"FeatureCollection","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"GeoJSONCoordinateType","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"Point","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LineString","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"Polygon","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MultiPoint","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MultiLineString","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MultiPolygon","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ItemType","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"Feature","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ProviderRole","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"PRODUCER","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LICENSOR","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PROCESSOR","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"HOST","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"GeoJSONShapeInput","description":null,"fields":null,"inputFields":[{"name":"type","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"GeoJSONCoordinateType","ofType":null}},"defaultValue":null},{"name":"coordinates","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}},"defaultValue":null},{"name":"bbox","description":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"BaseCatalogErrorInterface","description":"Basic error interface all soft errors are implementing","fields":[{"name":"message","description":"A pseudo-user friendly explanation on what happened and how to fix the issue.\nThis will usually not be presented to the end user, but could be used as a fallback for backwards\ncompatibility in case the error __typename is not implemented yet on consumers.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"CatalogErrorNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"SecurityGroupAlreadyExistsOutput","ofType":null},{"kind":"OBJECT","name":"InvalidSecurityGroupConfigurationOutput","ofType":null},{"kind":"OBJECT","name":"SecurityGroupNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"SecurityGroupStillLinkedToFeatureOutput","ofType":null},{"kind":"OBJECT","name":"CatalogErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"CatalogErrorInvalidItemInputOutput","ofType":null},{"kind":"OBJECT","name":"CatalogErrorNotEmptyOutput","ofType":null},{"kind":"OBJECT","name":"CatalogErrorInvalidLayerInputOutput","ofType":null}]},{"kind":"OBJECT","name":"CatalogErrorNotFoundOutput","description":"Error when an entity could not be found in the database","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseCatalogErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SecurityGroupAlreadyExistsOutput","description":"Error when a security group to be created already exists.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseCatalogErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"InvalidSecurityGroupConfigurationOutput","description":"Error when a security group is not configured correctly. For example when the three lists are empty.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseCatalogErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SecurityGroupNotFoundOutput","description":"Error when trying to update or delete a security group that does not exist.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseCatalogErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SecurityGroupStillLinkedToFeatureOutput","description":"Error when trying to delete a security group that is still used.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseCatalogErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CatalogErrorOperationNotAllowedOutput","description":"Error when operation is not allowed for given user.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseCatalogErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CatalogErrorInvalidItemInputOutput","description":"Error when the input to create a new catalog item is not accepted.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseCatalogErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CatalogErrorNotEmptyOutput","description":"Error when the layer or collection to be deleted still has items linked to it.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseCatalogErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CatalogErrorInvalidLayerInputOutput","description":"Error when the layer input is not valid.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseCatalogErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Collections","description":"STAC Collections Container - The feature collections shared by this API.\nThe dataset is organized as one or more feature collections.","fields":[{"name":"collections","description":"List of all collections available in this catalog","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Collection","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"links","description":"Links to related resources including self, root, and other navigation links","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Link","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Collection","description":"Information about the feature collection with id 'collectionId'.\n\nThe response contains a link to the items in the collection\n(path '/collections/{collectionId}/items', link relation 'items')\nas well as key information about the collection. This information\nincludes:\n\n* A local identifier for the collection that is unique for the dataset;\n* A list of coordinate reference systems (CRS) in which geometries may be returned by the server. The first CRS is the default coordinate reference system (the default is always WGS 84 with axis order longitude/latitude);\n* An optional title and description for the collection;\n* An optional extent that can be used to provide an indication of the spatial and temporal extent of the collection - typically derived from the data;\n* An optional indicator about the type of the items in the collection (the default value, if the indicator is not provided, is 'feature').\n*","fields":[{"name":"id","description":"identifier of the collection used, for example, in URIs","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"human readable title of the collection","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Detailed multi-line description to fully explain the catalog or\ncollection.\n\n[CommonMark 0.29](http://commonmark.org/) syntax MAY be used for rich\ntext representation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"crs","description":"the list of coordinate reference systems supported by the service","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"extent","description":"The extent of the features in the collection. In the Core only spatial and temporal\nextents are specified. Extensions may add additional members to represent other\nextents, for example, thermal or pressure ranges.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Extent","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"itemType","description":"indicator about the type of the items in the collection (the default value is \"feature\").","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"features","description":null,"args":[{"name":"dateTime","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"bbox","description":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}}},"defaultValue":null},{"name":"offset","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"limit","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Feature","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"stacVersion","description":"STAC version","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"keywords","description":"List of keywords describing the collection.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"license","description":"License(s) of the data as a SPDX\n[License identifier](https://spdx.org/licenses/). Alternatively, use\n'proprietary' if the license is not on the SPDX license list or\n'various' if multiple licenses apply. In these two cases links to the\nlicense texts SHOULD be added, see the 'license' link relation type.\n\nNon-SPDX licenses SHOULD add a link to the license text with the\n'license' relation in the links section. The license text MUST NOT be\nprovided as a value of this field. If there is no public license URL\navailable, it is RECOMMENDED to host the license text and\nlink to it.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"providers","description":"A list of providers, which may include all organizations capturing or processing the data or the hosting provider. Providers should be listed in chronological order with the most recent provider being the last element of the list.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Provider","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"summaries","description":"Summaries are either a unique set of all available values *or*\nstatistics. Statistics by default only specify the range (minimum\nand maximum values), but can optionally be accompanied by additional\nstatistical values. The range can specify the potential range of\nvalues, but it is recommended to be as precise as possible. The set\nof values must contain at least one element and it is strongly\nrecommended to list all values. It is recommended to list as many\nproperties as reasonable so that consumers get a full overview of\nthe Collection. Properties that are covered by the Collection\nspecification (e.g. 'providers' and 'license') may not be repeated\nin the summaries.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Summary","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ItemCollection","description":"A GeoJSON FeatureCollection augmented with foreign members that contain values relevant to a STAC entity","fields":[{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ItemCollectionType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"returned","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contents","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FeatureItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"GeoJSONShape","description":null,"fields":[{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"GeoJSONCoordinateType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"coordinates","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"bbox","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Link","description":"STAC Link - A link object represents a relationship between the current document and another resource.","fields":[{"name":"href","description":"The actual link in the format of a URL. Relative and absolute links are both allowed.\nExample: http://www.geoserver.example/stac/naip/child/catalog.json","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"rel","description":"Relationship between the current document and the linked document.\nExample: child, parent, root, self, alternate, etc.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Media type of the referenced entity, according to RFC2046.\nExample: application/geo+json","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"hreflang","description":"RFC 5646 language code for the linked document.\nExample: en","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"Human readable title to be used in rendered displays of the link.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"method","description":"HTTP method to use when accessing the href URL. Defaults to GET if not specified.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"headers","description":"Additional headers to send with requests to the href URL.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"body","description":"Request body to send with the request to the href URL.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"merge","description":"Indicates that the link's context is merged with the current document when the link is resolved.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Extent","description":"STAC Extent - The extent of the features in the collection including spatial and temporal extents","fields":[{"name":"spatial","description":"The spatial extent of the features in the collection","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PropertySpatial","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"temporal","description":"The temporal extent of the features in the collection","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PropertyTemporal","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PropertySpatial","description":null,"fields":[{"name":"bbox","description":"Each bounding box is provided as four or six numbers, depending on\nwhether the coordinate reference system includes a vertical axis\n(height or depth):\n\n* Lower left corner, coordinate axis 1\n* Lower left corner, coordinate axis 2\n* Minimum value, coordinate axis 3 (optional)\n* Upper right corner, coordinate axis 1\n* Upper right corner, coordinate axis 2\n* Maximum value, coordinate axis 3 (optional)\n\nThe coordinate reference system of the values is WGS 84 longitude/latitude\n(http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate\nreference system is specified in 'crs'.\n\nFor WGS 84 longitude/latitude the values are in most cases the sequence of\nminimum longitude, minimum latitude, maximum longitude and maximum latitude.\nHowever, in cases where the box spans the antimeridian the first value\n(west-most box edge) is larger than the third value (east-most box edge).\n\nIf the vertical axis is included, the third and the sixth number are\nthe bottom and the top of the 3-dimensional bounding box.\n\nIf a feature has multiple spatial geometry properties, it is the decision of the\nserver whether only a single spatial geometry property is used to determine\nthe extent or all relevant geometries.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}}}}}},"isDeprecated":false,"deprecationReason":null},{"name":"crs","description":"Coordinate reference system of the coordinates in the spatial extent\n(property 'bbox'). The default reference system is WGS 84 longitude/latitude.\nIn the Core this is the only supported coordinate reference system.\nExtensions may support additional coordinate reference systems and add\nadditional enum values.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PropertyTemporal","description":null,"fields":[{"name":"interval","description":"One or more time intervals that describe the temporal extent of the dataset.\nThe value 'null' is supported and indicates an open time intervall.\nIn the Core only a single time interval is supported. Extensions may support\nmultiple intervals. If multiple intervals are provided, the union of the\nintervals describes the temporal extent.\n\nThe timestamps\nare in the coordinate reference system specified in 'trs'. By default\nthis is the Gregorian calendar.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}}}}}},"isDeprecated":false,"deprecationReason":null},{"name":"trs","description":"Coordinate reference system of the coordinates in the temporal extent\n(property 'interval'). The default reference system is the Gregorian calendar.\nIn the Core this is the only supported temporal reference system.\nExtensions may support additional temporal reference systems and add\nadditional enum values.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FeatureProperties","description":null,"fields":[{"name":"title","description":"Title","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"data_type","description":"Data type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"format","description":"Data format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"productCode","description":"Product Code","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"provider","description":"Provider","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"srs","description":"srs","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sensorType","description":"Sensor Type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"referenceToRawOutput","description":"Reference to raw output","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"detailedGeometry","description":"Detailed Geometry","args":[],"type":{"kind":"OBJECT","name":"GeoJSONShape","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"year","description":"Year","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"dateTime","description":"Either a date-time or an interval, open or closed. Date and time\nexpressions adhere to RFC 3339. Open intervals are expressed using\ndouble-dots.\n\nExamples:\n\n* A date-time: \"2018-02-12T23:20:50Z\"\n\nOnly features that have a temporal property that intersects the value of\n'datetime' are selected.\n\nIf a feature has multiple temporal properties, it is the decision of the\nserver whether only a single temporal property is used to determine\nthe extent or all relevant temporal properties.","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"startDateTime","description":"In case the dateTime is empty, the startDateTime\nand the endDateTime need to provide a valid range","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"endDateTime","description":"In case the dateTime is empty, the startDateTime\nand the endDateTime need to provide a valid range","args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"gsd","description":"Ground sample distance","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"verticalOffset","description":"Vertical offset correction, if necessary","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"layerAddress","description":"Layer information for visual representation","args":[],"type":{"kind":"UNION","name":"LayerAddress","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LayerAddressLts","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"signatureExpiration","description":null,"args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sourceEndpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"viewingMode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reference","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"bounds","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"datasetId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"levelCount","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"level0Columns","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"level0Rows","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contentType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tileWidth","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tileHeight","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"samplingMode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"CoreLayer","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"CoreLayer","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"signatureExpiration","description":null,"args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sourceEndpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"viewingMode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"LayerAddressLts","ofType":null},{"kind":"OBJECT","name":"LayerAddressWms","ofType":null},{"kind":"OBJECT","name":"LayerAddressOgc3DTiles","ofType":null},{"kind":"OBJECT","name":"LayerAddressWmts","ofType":null},{"kind":"OBJECT","name":"LayerAddressHspc","ofType":null}]},{"kind":"OBJECT","name":"LayerAddressWms","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"signatureExpiration","description":null,"args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sourceEndpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"viewingMode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reference","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"bounds","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"datasetId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"versions","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"imageFormat","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"CoreLayer","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LayerAddressOgc3DTiles","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"signatureExpiration","description":null,"args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sourceEndpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"viewingMode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"qualityFactor","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"bounds","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"boundsLLH","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"CoreLayer","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LayerAddressWmts","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"signatureExpiration","description":null,"args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sourceEndpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"viewingMode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reference","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"bounds","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"datasetId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"imageFormat","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"levelCount","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"level0Columns","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"level0Rows","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tileWidth","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tileHeight","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contentType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"samplingMode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tileMatrixSet","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tileMatrices","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"CoreLayer","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LayerAddressHspc","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"signatureExpiration","description":null,"args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sourceEndpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"viewingMode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"CoreLayer","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FeatureAsset","description":null,"fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"href","description":"Link to the asset object","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"Displayed title","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Media type of the asset","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"roles","description":"Purposes of the asset","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Multi-line description to explain the asset.\n\n[CommonMark 0.29](http://commonmark.org/) syntax MAY be used for\nrich text representation.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FeatureAssets","description":null,"fields":[{"name":"thumbnail","description":"Asset thumbnail","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FeatureAsset","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"samples","description":"Asset samples","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FeatureAsset","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"shapefile","description":"Asset shapefile","args":[],"type":{"kind":"OBJECT","name":"FeatureAsset","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Feature","description":null,"fields":[{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"returned","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contents","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FeatureItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FeatureItem","description":null,"fields":[{"name":"id","description":"Provider identifier, a unique id, potentially a link to a file.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"stacVersion","description":"STAC version","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The GeoJSON type","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ItemType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"bbox","description":"Each bounding box is provided as four or six numbers, depending on\nwhether the coordinate reference system includes a vertical axis\n(height or depth):\n\n* Lower left corner, coordinate axis 1\n* Lower left corner, coordinate axis 2\n* Minimum value, coordinate axis 3 (optional)\n* Upper right corner, coordinate axis 1\n* Upper right corner, coordinate axis 2\n* Maximum value, coordinate axis 3 (optional)\n\nThe coordinate reference system of the values is WGS 84 longitude/latitude\n(http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate\nreference system is specified in 'crs'.\n\nFor WGS 84 longitude/latitude the values are in most cases the sequence of\nminimum longitude, minimum latitude, maximum longitude and maximum latitude.\nHowever, in cases where the box spans the antimeridian the first value\n(west-most box edge) is larger than the third value (east-most box edge).\n\nIf the vertical axis is included, the third and the sixth number are\nthe bottom and the top of the 3-dimensional bounding box.\n\nIf a feature has multiple spatial geometry properties, it is the decision of the\nserver whether only a single spatial geometry property is used to determine\nthe extent or all relevant geometries.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"geometry","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"GeoJSONShape","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"properties","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FeatureProperties","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"assets","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FeatureAssets","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Provider","description":null,"fields":[{"name":"name","description":"The name of the organization or the individual.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Multi-line description to add further provider information such as processing\ndetails for processors and producers, hosting details for hosts or basic contact information.\n\nCommonMark 0.29 syntax MAY be used for rich text representation.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"Homepage on which the provider describes the dataset and publishes contact information.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"roles","description":"Roles of the provider.\n\nThe provider's role(s) can be one or more of the following\nelements:\n\n* licensor: The organization that is licensing the dataset under\nthe license specified in the collection's license field.\n* producer: The producer of the data is the provider that\ninitially captured and processed the source data, e.g. ESA for\nSentinel-2 data.\n* processor: A processor is any provider who processed data to a\nderived product.\n* host: The host is the actual provider offering the data on their\nstorage. There should be no more than one host, specified as last\nelement of the list..","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ProviderRole","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Summary","description":null,"fields":[{"name":"type","description":"The type of the summary object.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"By default, only ranges with a minimum and a maximum value can\nbe specified. Ranges can be specified for ordinal values only,\nwhich means they need to have a rank order. Therefore, ranges\ncan only be specified for numbers and some special types of\nstrings. Examples: grades (A to F), dates or times.\nImplementors are free to add other derived statistical values\nto the object, for example 'mean' or 'stddev'.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"JSON","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"LayerAddress","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"LayerAddressLts","ofType":null},{"kind":"OBJECT","name":"LayerAddressWms","ofType":null},{"kind":"OBJECT","name":"LayerAddressOgc3DTiles","ofType":null},{"kind":"OBJECT","name":"LayerAddressWmts","ofType":null},{"kind":"OBJECT","name":"LayerAddressHspc","ofType":null}]},{"kind":"ENUM","name":"AccountMembersOrderEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ACCOUNT_ROLE_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ACCOUNT_ROLE_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MODIFIED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MODIFIED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"AccountMembersOrderEnumV2","description":"The fields by which account members can be ordered.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CREATED_AT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MODIFIED_AT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"FIRST_NAME","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LAST_NAME","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"AccountCapabilityEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CAN_CHANGE_COMPANY_DETAILS","description":"The user can change details such as the company name.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_CHANGE_BILLING_DETAILS","description":"The user can change the billing details of the account.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_CHANGE_SUBSCRIPTION","description":"The user can change the subscription of the account (not including content store subscriptions).","isDeprecated":false,"deprecationReason":null},{"name":"CAN_PURCHASE_CONTENT","description":"The user can purchase content on the content store.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_SUBSCRIBE_TO_CONTENT","description":"The user can subscribe to content on the content store.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_INVITE_USER","description":"The user can invite new users to the account.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_DELETE_USER","description":"The user can delete other users in the account.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_CREATE_PROJECT","description":"The user can create projects in the account.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_ACCESS_ANY_PROJECT","description":"The user can see all projects in the account, even those who are not actively shared with the user.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_DELETE_ANY_PROJECT","description":"The user can delete all projects in the account, even those who are not actively shared with the user.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_ASSIGN_ACCOUNT_ROLE","description":"The user can assign an account role to users in the account.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_CANCEL_SUBSCRIPTION","description":"The user can cancel the subscription of the account (not including content store subscriptions).","isDeprecated":false,"deprecationReason":null},{"name":"CAN_SEE_ACCOUNT_INFO","description":"The user can see account details such as the company name.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_SEE_ACCOUNT_SUBSCRIPTION","description":"The user can see which subscription the account has.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_SEE_OTHER_USER_INFO","description":"The user can see user info of other users in the system (including users in other accounts), such as first and last\nname, email address and their accounts.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_SET_OWN_USER_INFO","description":"The user can change their own user information, such as first and last name.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_DELETE_ACCOUNT","description":"The user can delete his own account.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_EDIT_ACCOUNT_CUSTOM_DATA","description":"The user can add/modify/delete custom documents that are linked to an account. \n(custom documents linked to project, asset, annotation, etc. have other permissions)","isDeprecated":false,"deprecationReason":null},{"name":"CAN_GENERATE_ACCOUNT_USAGE_REPORT","description":"The user can export CSV usage reports that include user activity and resource consumption data\nfor their own account.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_CREATE_CLIENT_CREDENTIALS","description":"The user can create automation users with OAuth client credentials for programmatic API access.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_VIEW_USERGROUP","description":"The user can view user groups of the account and their members.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_CREATE_USERGROUP","description":"The user can create user groups in the account.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_EDIT_USERGROUP","description":"The user can edit user groups of the account, such as their name and description.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_DELETE_USERGROUP","description":"The user can delete user groups of the account.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_EDIT_USERGROUP_MEMBERS","description":"The user can add or remove members of user groups in the account.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"AccountDeletionStatusEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"SUCCESS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ERROR","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"AccountLimitEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"SEATS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"STORAGE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"STREAMING","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"AccountRoleEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ACCOUNT_ROLE_ADMIN","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ACCOUNT_ROLE_MAINTAINER","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ACCOUNT_ROLE_EMPLOYEE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ACCOUNT_ROLE_MEMBER","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ACCOUNT_ROLE_LIMITED_ACCESS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ACCOUNT_ROLE_EXTERNAL","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"EntityTypeEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"USER","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PROJECT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ASSET","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"PlatformRoleEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"USER","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ADMIN","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SUPER_ADMIN","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CATALOG_ADMIN","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SUPPORT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LIMITED_SUPPORT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"BE_SUPPORT","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"PlatformCapabilityEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CAN_PERSIST_ASSET","description":"The user can use the persist asset mutation.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_MOVE_COPY_ASSET","description":"The user can move or copy any asset from any folder to any other folder.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_VIEW_ASSET","description":"The user can view any asset on the platform.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_PERSIST_ARTIFACT","description":"The user can use the persist artifact mutation.","isDeprecated":true,"deprecationReason":"No longer supported, termination planned for 2026-09-30"},{"name":"CAN_EDIT_ACCOUNT","description":"The user can edit any asset on the platform.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_VIEW_ACCOUNT","description":"The user can view any account on the platform.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_CHANGE_ACCOUNT_ROLE","description":"The user can change the account role of any user on the platform.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_CHANGE_TENANT_ROLE","description":"The user can change the tenant role of any user on the platform.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_CHANGE_PLATFORM_ROLE","description":"The user can change the platform role of any user on the platform.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_VIEW_USER","description":"The user can view any user on the platform.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_DELETE_USER","description":"The user can delete any user on the platform.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_DELETE_ACCOUNT","description":"The user can delete any account on the platform.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_TRIGGER_SYNC_JOB","description":"The user can trigger data synchronisation jobs via mutations.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_CHANGE_PROJECT_OWNER","description":"The user can change the project owner of any project on the platform.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_CREATE_TENANT","description":"The user can create new tenants.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_UPDATE_TENANT","description":"The user can update tenant information of any tenant on the platform.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_SET_DEFAULT_TENANT","description":"The user can set the default tenant for new accounts.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_DELETE_TENANT","description":"The user can delete tenants.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_ASSIGN_ACCOUNT_TO_TENANT","description":"The user can assign any account to any tenant.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_VIEW_TENANT","description":"The user can view any tenant on the platform.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_ACCESS_ALL_ENTITIES","description":"The user can access all entities on the platform.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_CLEAR_CACHE","description":"The user can clear the cache of a specific entity.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_EDIT_DLQ_MESSAGE","description":"The user can edit (including resending) DLQ messages.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_EDIT_CATALOG_ITEM","description":"The user can edit catalog items.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_EDIT_CATALOG_LAYER","description":"The user can edit catalog layers.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_EDIT_CATALOG_COLLECTION","description":"The user can edit catalog collections.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_VIEW_CATALOG_SECURITY_GROUP","description":"The user can view any catalog security group on the platform.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_EDIT_CATALOG_SECURITY_GROUP","description":"The user can edit catalog security groups.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_VIEW_CATALOG_ITEM","description":"The user can view catalog items.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_VIEW_CATALOG_LAYER","description":"The user can view catalog layers.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_VIEW_CATALOG_COLLECTION","description":"The user can view catalog collections.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_VIEW_PROJECT","description":"The user can view any project on the platform.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_VIEW_LABEL","description":"The user can view any label on the platform.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_EDIT_LABEL","description":"The uer can edit any label on the platform.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_VIEW_PIPELINE_USAGE","description":"The user can view platform wide pipeline usage.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_EDIT_ACCOUNT_SUBSCRIPTION","description":"The user can edit subscription information of any account on the platform.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_VIEW_ACCOUNT_SUBSCRIPTION","description":"The user can view subscription information of any account on the platform.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_EDIT_STREAMING_SUBSCRIPTION","description":"The user can edit any streaming subscription on the platform.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_VIEW_USAGE","description":"The user can view platform wide usage information.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_EDIT_USAGE","description":"The user can edit usage for a specific account.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_GENERATE_VOUCHER","description":"The user can generate vouchers for any account on the platform.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_VIEW_PIPELINE_INFO","description":"The user can view pipeline information for any pipeline on the platform.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_VIEW_PIPELINE_LOGS","description":"The user can view pipeline logs for any pipeline on the platform.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_ZIP_PIPELINE_RESULT","description":"The user can zip pipeline result for any pipeline on the platform.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_TRIGGER_ANY_PIPELINE","description":"The user can trigger any pipeline on the platform.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_VIEW_CART","description":"The user can view any cart on the platform.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_EDIT_BASELAYER","description":"The user can edit any baselayer on the platform.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_GENERATE_ANY_ACCOUNT_USAGE_REPORT","description":"The user can generate CSV usage reports that include user activity and resource consumption data\nfor any account on the platform.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_MOVE_PROJECT_TO_TENANT","description":"The user can move a project to a new tenant.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_EDIT_LOCK","description":"The user can release a scene lock owned by another user.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_EDIT_TRANSACTION","description":"The user can end a scene transaction lock owned by another user.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_VIEW_FEATURE_FLAGS","description":"The user can view feature flags for all regions and tenants of the environment.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_CREATE_FEATURE_FLAGS","description":"The user can create feature flags for all regions and tenants of the environment.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_EDIT_FEATURE_FLAGS","description":"The user can edit feature flags for all regions and tenants of the environment.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_TOGGLE_FEATURE_FLAGS","description":"The user can toggle feature flags for all regions and tenants of the environment.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_ARCHIVE_FEATURE_FLAGS","description":"The user can archive (soft delete) feature flags for all regions and tenants of the environment.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ProjectRoleEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"PROJECT_ROLE_OWNER","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PROJECT_ROLE_EDITOR","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PROJECT_ROLE_COLLABORATOR","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PROJECT_ROLE_VIEWER","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ProjectCapabilityEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CAN_MODIFY_PROJECT","description":"The user can modify the project, such as changing the project name and thumbnail.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_DELETE_PROJECT","description":"The user can delete the project.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_INVITE_EDITOR","description":"The user can invite new users to the project with editor role.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_INVITE_COLLABORATOR","description":"The user can invite new users to the project with collaborator role.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_INVITE_VIEWER","description":"The user can invite new users to the project with viewer role.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_ASSIGN_ROLE","description":"The user can change the project role of other users in the project.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_REMOVE_PROJECT_MEMBER","description":"The user can remove project members from the project.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_UPLOAD_ASSET","description":"The user can create new grouped assets and upload files to folders in the project.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_DOWNLOAD_ASSET","description":"The user can download files and artifacts from grouped assets in the project.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_DELETE_ASSET","description":"The user can delete grouped assets in the project.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_EDIT_ASSET","description":"The user can modify grouped assets in the project, such as their name.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_CREATE_EDIT_TOUR","description":"The user can create, update and delete tours on grouped assets in the project.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_CREATE_EDIT_ANNOTATION","description":"The user can create, update and delete annotations on grouped assets in the project","isDeprecated":false,"deprecationReason":null},{"name":"CAN_CREATE_EDIT_PROJECT_LABEL","description":"The user can create, edit and delete labels on the project.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_CREATE_EDIT_ASSET_LABEL","description":"The user can create, edit and delete labels on grouped assets in the project.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_CREATE_EDIT_SCENE","description":"The user can create, edit and delete scenes in the project.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_SEE_SCENE_NODE_ANNOTATION","description":"The user can expand annotations on scene root, group, and leaf nodes","isDeprecated":false,"deprecationReason":null},{"name":"CAN_MODIFY_PROJECT_OWNER","description":"The user can change which user owns the project.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_PUBLIC_SHARE","description":"The user can create a public sharing code for grouped assets and scenes in the project.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_CREATE_EDIT_FOLDER","description":"The user can create, edit and delete folders in the project.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_CREATE_EDIT_CONFIG_METADATA","description":"The user can create, edit and delete config metadata objects in the project.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_CREATE_EDIT_COMMENT","description":"The user can create, edit and delete their own comments in the project.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_DELETE_ANY_COMMENT","description":"The user can delete any comments, including from other users, in the project.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_COPY_LABEL_ANNOTATIONS","description":"The user can copy all label annotations along its children from a grouped asset to another one.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_CREATE_EDIT_ANALYSIS","description":"The user can create and edit analyses on scenes in the project.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_DELETE_ANALYSIS","description":"The user can delete analyses on scenes in the project.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_CREATE_EDIT_ARTIFACT","description":"The user can create and edit artifacts on analyses in the project.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ProjectMemberOrderEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"PROJECT_ROLE_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PROJECT_ROLE_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"SubscriptionProviderTypeEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"STRIPE","description":null,"isDeprecated":true,"deprecationReason":"Stripe subscriptions are no longer supported, termination planned for 2026-09-30"},{"name":"LICENSE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SAP_FNO","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UNLIMITED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NONE","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"TenantCapabilityEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CAN_VIEW_TENANT_USAGE","description":"The user can view aggregated usage of the accounts in the tenant.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_GENERATE_SALES_REPORT","description":"The user can generate a sales report.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_GENERATE_VOUCHER","description":"The user can generate a voucher to invite new users into the tenant.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_SEARCH_ACCOUNTS","description":"The user can list and filter the accounts in the tenant.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_SET_ACCOUNT_PROPERTIES","description":"The user can set properties such as discount rate, reseller status, tax exemption status and more on any account in the same tenancy.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_CHANGE_PROJECT_OWNER","description":"The user can change the owner account of any project in its tenant to another account in its tenant.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_MANAGE_DEMO_PROJECT","description":"The user can create and manage demo projects.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_LIST_USERS_IN_TENANT","description":"The user can list users in their tenancy.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_DELETE_ACCOUNT","description":"The user can delete an account in their own tenancy.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_VIEW_TENANT_PIPELINE_USAGE","description":"The user can view the tenant pipeline usage.","isDeprecated":false,"deprecationReason":null},{"name":"CAN_EDIT_CUSTOM_DATA_SCHEMA","description":"The user can modify custom data schema.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"TenantDeletionStatus","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"SUCCESS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ERROR","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"UserDeletionStatusGQL","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"SUCCESS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ERROR","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"VoucherTypeEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"SIGNUP","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LIMITS","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"FilterAccountMembersInput","description":null,"fields":null,"inputFields":[{"name":"byNameOrEmail","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"FilterAccountMembersV2Input","description":"Filter for the accountMembersV2 query.","fields":null,"inputFields":[{"name":"byNameOrEmail","description":"If specific only account members whose first name, last name or email starts with this text will be returned (case-insensitive).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AccountMemberInput","description":null,"fields":null,"inputFields":[{"name":"userToAssignUUID","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"newUserRole","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AccountRoleEnum","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AccountMembersOfAccountInput","description":null,"fields":null,"inputFields":[{"name":"accountId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"orderBy","description":null,"type":{"kind":"ENUM","name":"AccountMembersOrderEnum","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AccountMembersV2SortingInput","description":"Sorting input for accountMembersV2 query.","fields":null,"inputFields":[{"name":"field","description":"The field used for sorting.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AccountMembersOrderEnumV2","ofType":null}},"defaultValue":null},{"name":"order","description":"The sorting direction.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SortOrderEnum","ofType":null}},"defaultValue":"ASC"}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AccountMembersV2Input","description":"Input for the accountMembersV2 query.","fields":null,"inputFields":[{"name":"filter","description":"The filter to apply to account members.","type":{"kind":"INPUT_OBJECT","name":"FilterAccountMembersV2Input","ofType":null},"defaultValue":null},{"name":"sorting","description":"The sorting to apply to account members.","type":{"kind":"INPUT_OBJECT","name":"AccountMembersV2SortingInput","ofType":null},"defaultValue":null},{"name":"pagination","description":"The pagination logic of fetching account members.","type":{"kind":"INPUT_OBJECT","name":"PaginationInput","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"EntityInput","description":null,"fields":null,"inputFields":[{"name":"entityType","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"EntityTypeEnum","ofType":null}},"defaultValue":null},{"name":"entityIds","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ChangePlatformRoleInput","description":null,"fields":null,"inputFields":[{"name":"userId","description":"The id of the user to change the platform role for.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"role","description":"The role to assign to the given user.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PlatformRoleEnum","ofType":null}},"defaultValue":null},{"name":"limitedToTenants","description":"Only applicable when setting to role LIMITED_SUPPORT.\nList of tenants the limited support user can perform support operations on.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ProjectMemberInput","description":null,"fields":null,"inputFields":[{"name":"userToAssignUUID","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"projectUUID","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"newUserRole","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ProjectRoleEnum","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ChangeProjectOwnerInput","description":null,"fields":null,"inputFields":[{"name":"tenantId","description":null,"type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"projectId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"newAccountId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"newProjectOwnerId","description":null,"type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"GenerateInviteInput","description":null,"fields":null,"inputFields":[{"name":"email","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"accountRole","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AccountRoleEnum","ofType":null}},"defaultValue":null},{"name":"message","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SignupFromInviteInput","description":null,"fields":null,"inputFields":[{"name":"email","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"password","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"firstName","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"lastName","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"jobTitle","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"accountUUID","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"accountRole","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AccountRoleEnum","ofType":null}},"defaultValue":null},{"name":"signature","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"userFlags","description":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UserFlagSignupInput","ofType":null}}},"defaultValue":null},{"name":"userSettings","description":null,"type":{"kind":"INPUT_OBJECT","name":"UserSettingsSignupInput","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SignupFromInviteInputV2","description":null,"fields":null,"inputFields":[{"name":"email","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"password","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"firstName","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"lastName","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"jobTitle","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"accountUUID","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"accountRole","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AccountRoleEnum","ofType":null}},"defaultValue":null},{"name":"signature","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"userFlags","description":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UserFlagSignupInput","ofType":null}}},"defaultValue":null},{"name":"userSettings","description":null,"type":{"kind":"INPUT_OBJECT","name":"UserSettingsSignupInputV2","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SignupFromInviteInputV3","description":"Input for signing up a user based on an account invitation.\nSupports extended measurement units via UserSettingsMeasurementEnumV2.\nThe user is created within the account specified by accountUUID.","fields":null,"inputFields":[{"name":"email","description":"Email address of the invited user. Must match the email the invitation was sent to.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"password","description":"Password for the new user account.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"firstName","description":"First name of the new user.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"lastName","description":"Last name of the new user.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"jobTitle","description":"Optional job title of the new user.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"accountUUID","description":"UUID of the account the user is being invited to join.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"accountRole","description":"Account role to assign to the new user.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AccountRoleEnum","ofType":null}},"defaultValue":null},{"name":"signature","description":"Signed invitation signature authorizing the signup.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"userFlags","description":"Optional user flags to set at signup time (e.g. TOS consent).","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UserFlagSignupInput","ofType":null}}},"defaultValue":null},{"name":"userSettings","description":"Optional initial user settings. Defaults are applied for any omitted fields.","type":{"kind":"INPUT_OBJECT","name":"UserSettingsSignupInputV3","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SignupInput","description":null,"fields":null,"inputFields":[{"name":"email","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"password","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"firstName","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"lastName","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"jobTitle","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"accountInfo","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SignUpUserAccountProfileInput","ofType":null}},"defaultValue":null},{"name":"signature","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"userFlags","description":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UserFlagSignupInput","ofType":null}}},"defaultValue":null},{"name":"userSettings","description":null,"type":{"kind":"INPUT_OBJECT","name":"UserSettingsSignupInput","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SignupInputV2","description":null,"fields":null,"inputFields":[{"name":"email","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"password","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"firstName","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"lastName","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"jobTitle","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"accountInfo","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SignUpUserAccountProfileInput","ofType":null}},"defaultValue":null},{"name":"signature","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"userFlags","description":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UserFlagSignupInput","ofType":null}}},"defaultValue":null},{"name":"userSettings","description":null,"type":{"kind":"INPUT_OBJECT","name":"UserSettingsSignupInputV2","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UserFlagSignupInput","description":null,"fields":null,"inputFields":[{"name":"userFlag","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"UserFlagEnum","ofType":null}},"defaultValue":null},{"name":"valid","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UserSettingsSignupInput","description":null,"fields":null,"inputFields":[{"name":"measurementUnit","description":null,"type":{"kind":"ENUM","name":"UserSettingsMeasurementEnum","ofType":null},"defaultValue":null},{"name":"language","description":null,"type":{"kind":"ENUM","name":"UserSettingsLanguageEnum","ofType":null},"defaultValue":null},{"name":"listLayout","description":null,"type":{"kind":"ENUM","name":"UserSettingsListLayoutEnum","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UserSettingsSignupInputV2","description":null,"fields":null,"inputFields":[{"name":"measurementUnit","description":null,"type":{"kind":"ENUM","name":"UserSettingsMeasurementEnum","ofType":null},"defaultValue":null},{"name":"isoLanguage","description":"Language according to ISO-639-1 format, e.g. nl, en, fr","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"listLayout","description":null,"type":{"kind":"ENUM","name":"UserSettingsListLayoutEnum","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SignupInputV3","description":"Input for creating a new account with an account admin via a signed voucher.\nSupports extended measurement units via UserSettingsMeasurementEnumV2.","fields":null,"inputFields":[{"name":"email","description":"Email address of the new user. Must be unique within the system.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"password","description":"Password for the new user account.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"firstName","description":"First name of the new user.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"lastName","description":"Last name of the new user.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"jobTitle","description":"Optional job title of the new user.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"accountInfo","description":"Account details for the newly created account.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SignUpUserAccountProfileInput","ofType":null}},"defaultValue":null},{"name":"signature","description":"Signed voucher signature authorizing the signup.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"userFlags","description":"Optional user flags to set at signup time (e.g. TOS consent).","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UserFlagSignupInput","ofType":null}}},"defaultValue":null},{"name":"userSettings","description":"Optional initial user settings. Defaults are applied for any omitted fields.","type":{"kind":"INPUT_OBJECT","name":"UserSettingsSignupInputV3","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UserSettingsSignupInputV3","description":"User settings provided at signup. Uses UserSettingsMeasurementEnumV2 for\nfiner-grained imperial unit selection compared to UserSettingsSignupInputV2.","fields":null,"inputFields":[{"name":"measurementUnit","description":"Preferred measurement unit. Defaults to METRIC when omitted.","type":{"kind":"ENUM","name":"UserSettingsMeasurementEnumV2","ofType":null},"defaultValue":null},{"name":"isoLanguage","description":"Language according to ISO-639-1 format, e.g. nl, en, fr","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"listLayout","description":"Preferred list layout for asset listings.","type":{"kind":"ENUM","name":"UserSettingsListLayoutEnum","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SignUpUserAccountProfileInput","description":null,"fields":null,"inputFields":[{"name":"companyName","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"accountPhone","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"accountAddress","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SignUpUserAccountAddressInput","ofType":null}},"defaultValue":null},{"name":"referrerId","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"vatNumber","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SignUpUserAccountAddressInput","description":null,"fields":null,"inputFields":[{"name":"street","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"postCode","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"city","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"state","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"country","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"streetNumber","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"additionalInfo","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"GenerateVoucherInput","description":null,"fields":null,"inputFields":[{"name":"voucherType","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"VoucherTypeEnum","ofType":null}},"defaultValue":null},{"name":"limitsToApply","description":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"LimitToApplyInput","ofType":null}},"defaultValue":null},{"name":"expireAt","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"defaultValue":null},{"name":"tenantId","description":null,"type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"tenantRole","description":null,"type":{"kind":"ENUM","name":"TenantRoleEnum","ofType":null},"defaultValue":null},{"name":"reusable","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"LimitToApplyInput","description":null,"fields":null,"inputFields":[{"name":"limit","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AccountLimitEnum","ofType":null}},"defaultValue":null},{"name":"value","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"defaultValue":null},{"name":"limitValidity","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"LimitValidityInput","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"LimitValidityInput","description":"The limits in this voucher will be valid\nfor (years, months, days) after being activated.","fields":null,"inputFields":[{"name":"days","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"months","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"years","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateTenantInput","description":null,"fields":null,"inputFields":[{"name":"name","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"defaultTenant","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateTenantInput","description":null,"fields":null,"inputFields":[{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"name","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"defaultSubscriptionProviderType","description":null,"type":{"kind":"ENUM","name":"SubscriptionProviderTypeEnum","ofType":null},"defaultValue":null},{"name":"isDemoProjectReady","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"isAddressValidationRequired","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteTenantInput","description":null,"fields":null,"inputFields":[{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"migrationTenantId","description":null,"type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AssignAccountToTenantInput","description":null,"fields":null,"inputFields":[{"name":"accountId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"tenantId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AssignTenantRoleToUserInput","description":null,"fields":null,"inputFields":[{"name":"userId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"tenantRole","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TenantRoleEnum","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateAutomationUserInput","description":"Input for the createAutomationUser mutation.","fields":null,"inputFields":[{"name":"name","description":"Display name for the automation user.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"expirationDate","description":"When the client credentials will expire. Must be in the future and at most one year from now.\nCredentials will be unusable within 24 hours of this date.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"defaultValue":null},{"name":"email","description":"Optional contact email for notifications. Must be a valid email format if provided.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UserInput","description":null,"fields":null,"inputFields":[{"name":"userId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"BaseAcsErrorInterface","description":"Basic error interface all soft errors are implementing","fields":[{"name":"message","description":"A pseudo-user friendly explanation on what happened and how to fix the issue.\nThis will usually not be presented to the end user, but could be used as a fallback for backwards\ncompatibility in case the error __typename is not implemented yet on consumers.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AcsErrorSeatLimitReachedOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorStorageLimitReachedOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotPossibleOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorUserAlreadyExistsInOtherAccountOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorUserAlreadyExistsInAccountOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorUserAlreadyExistsOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorInvalidVoucherOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorVoucherAlreadyUsedOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorTooManyRequestsOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorInvalidInvitationSignatureOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorUserNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorProjectNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorTenantNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorEntityNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorInvalidAddressOutput","ofType":null}]},{"kind":"OBJECT","name":"ProjectOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"projectMembers","description":null,"args":[{"name":"orderBy","description":null,"type":{"kind":"ENUM","name":"ProjectMemberOrderEnum","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProjectMembersResultOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"rootFolder","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FolderOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAssets","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalUploadingAssets","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"projectSize","description":"Only includes size of uploaded files in bytes, does not include storage used by artifacts in the project.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdBy","description":null,"args":[],"type":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedBy","description":null,"args":[],"type":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"thumbnailPath","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"thumbnailFullImagePath","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"ownedBy","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deletable","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"isDemoProject","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"latitude","description":null,"args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"longitude","description":null,"args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"defaultStorageRegion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"labels","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LabelsOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectMemberOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"userDetails","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"invitedBy","description":null,"args":[],"type":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"invitedOn","description":null,"args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"projectRole","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ProjectRoleEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"projectAccountRole","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AccountRoleEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"AccountDetailUnion","description":"Result of requesting a specific account.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AccountDetailOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"OBJECT","name":"AccountDetailOutput","description":null,"fields":[{"name":"accountInfo","description":null,"args":[],"type":{"kind":"OBJECT","name":"AccountInfoOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"users","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"UserProfileOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"AccountMembersResultUnion","description":"Result of requesting all the members of a certain account.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AccountMembersResultOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"UNION","name":"ExternalAccountMembersResultUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AccountMembersResultOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"OBJECT","name":"AccountMembersResultOutput","description":null,"fields":[{"name":"appliedFilters","description":null,"args":[],"type":{"kind":"OBJECT","name":"FilterAccountMembersOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":null,"args":[],"type":{"kind":"ENUM","name":"AccountMembersOrderEnum","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"appliedPagination","description":null,"args":[],"type":{"kind":"OBJECT","name":"AccountMembersPageOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"pageNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"members","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"UserProfileOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AccountMembersPageOutput","description":null,"fields":[{"name":"pageNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FilterAccountMembersOutput","description":null,"fields":[{"name":"byNameOrEmail","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"AccountMembersV2Union","description":"Result of requesting a V2 overview of the members of the caller's account.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AccountMembersV2Output","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null}]},{"kind":"OBJECT","name":"AccountMembersV2Output","description":"A page of account members matching the applied filter, sorting, and pagination.","fields":[{"name":"contents","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserProfileOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"appliedPagination","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AppliedPaginationOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"appliedFilter","description":null,"args":[],"type":{"kind":"OBJECT","name":"AccountMembersV2AppliedFilterOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"appliedSorting","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AccountMembersV2AppliedSortingOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AccountMembersV2AppliedFilterOutput","description":"Filters applied to the account members in the result of the accountMembersV2 query.","fields":[{"name":"byNameOrEmail","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AccountMembersV2AppliedSortingOutput","description":"Sorting applied to the account members in the result of the accountMembersV2 query.","fields":[{"name":"field","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AccountMembersOrderEnumV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"order","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SortOrderEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AccountCapabilitiesOutput","description":null,"fields":[{"name":"accountCapabilities","description":"New enum members may be added without notice. Please implement the client in a way that can deal with this.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AccountCapabilityEnum","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"AccountDeletionUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AccountDeletionOutput","ofType":null},{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"OBJECT","name":"AccountDeletionOutput","description":null,"fields":[{"name":"account","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AccountInfoOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AccountDeletionStatusEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"EntityAccessOutput","description":null,"fields":[{"name":"success","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AcsErrorSeatLimitReachedOutput","description":"The action is not possible because it would result in the seats limit being exceeded for the account.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAcsErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AcsErrorStorageLimitReachedOutput","description":"The action is not possible because the storage limit is exceeded.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAcsErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AcsErrorOperationNotPossibleOutput","description":"The action can not be performed.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAcsErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AcsErrorOperationNotAllowedOutput","description":"The user is not allowed to perform this operation.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAcsErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AcsErrorResourceAccessDeniedOutput","description":"The user does not have access to the requested resource.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAcsErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AcsErrorUserAlreadyExistsInOtherAccountOutput","description":"A user with the given email already exists in another account.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAcsErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AcsErrorUserAlreadyExistsInAccountOutput","description":"A user with the given email already exists in this account.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAcsErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AcsErrorUserAlreadyExistsOutput","description":"A user with the given email already exists.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAcsErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AcsErrorInvalidVoucherOutput","description":"The provided voucher is not valid.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAcsErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AcsErrorVoucherAlreadyUsedOutput","description":"The provided voucher is already used.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAcsErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AcsErrorTooManyRequestsOutput","description":"The system is receiving too many requests. Try again later.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAcsErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AcsErrorInvalidInvitationSignatureOutput","description":"The provided invitation signature is not valid.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAcsErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AcsErrorUserNotFoundOutput","description":"The user with given UUID could not be found.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAcsErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AcsErrorProjectNotFoundOutput","description":"The project with given UUID could not be found.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAcsErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AcsErrorTenantNotFoundOutput","description":"The tenant with given UUID could not be found.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAcsErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AcsErrorEntityNotFoundOutput","description":"One of the entities identified with a UUID could not be found.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAcsErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AcsErrorInvalidAddressOutput","description":"The provided address is invalid.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAcsErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"UserAccessibleProjectUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"UserAccessibleProjectsListOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorUserNotFoundOutput","ofType":null}]},{"kind":"OBJECT","name":"UserAccessibleProjectsListOutput","description":null,"fields":[{"name":"projects","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserAccessibleProjectOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UserAccessibleProjectOutput","description":null,"fields":[{"name":"projectId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"projectRole","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ProjectRoleEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"UserProjectRoleUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ListOfUserProjectRoleOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorProjectNotFoundOutput","ofType":null}]},{"kind":"OBJECT","name":"ListOfUserProjectRoleOutput","description":null,"fields":[{"name":"users","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserProjectRoleOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UserProjectRoleOutput","description":null,"fields":[{"name":"userId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"userRole","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ProjectRoleEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectMembersResultOutput","description":null,"fields":[{"name":"orderBy","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ProjectMemberOrderEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contents","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProjectMemberOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ChangeProjectRoleOutput","description":null,"fields":[{"name":"result","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectCapabilitiesOutput","description":null,"fields":[{"name":"projectCapabilities","description":"New enum members may be added without notice. Please implement the client in a way that can deal with this.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ProjectCapabilityEnum","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SharingCodeOutput","description":null,"fields":[{"name":"sharingCodeId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"expireAt","description":null,"args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SharedGroupedAssetOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"auth","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UnsharedGroupedAssetOutput","description":null,"fields":[{"name":"result","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"RemovedSharingOutput","description":null,"fields":[{"name":"result","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"InvitationOutput","description":null,"fields":[{"name":"registrationLink","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SignupOutput","description":null,"fields":[{"name":"user","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"VoucherOutput","description":null,"fields":[{"name":"signedUrl","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"voucherType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"VoucherTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"appliedLimits","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"LimitToApplyOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"reusable","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LimitToApplyOutput","description":null,"fields":[{"name":"value","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"limit","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AccountLimitEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"limitExpirationDate","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"SimpleResultUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SimpleResultOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotPossibleOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorEntityNotFoundOutput","ofType":null}]},{"kind":"OBJECT","name":"SimpleResultOutput","description":null,"fields":[{"name":"result","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"TenantUnion","description":"Result of requesting a specific tenant.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"TenantOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorTenantNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotPossibleOutput","ofType":null}]},{"kind":"UNION","name":"TenantsUnion","description":"Result of requesting all tenants of the system.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"TenantsOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"OBJECT","name":"TenantOutput","description":"Description of a specific tenant.","fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"defaultTenant","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdBy","description":null,"args":[],"type":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"defaultSubscriptionProviderType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SubscriptionProviderTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"isDemoProjectReady","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"isAddressValidationRequired","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TenantsOutput","description":null,"fields":[{"name":"tenants","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TenantOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"TenantDeletionUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"TenantDeletionOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorTenantNotFoundOutput","ofType":null}]},{"kind":"OBJECT","name":"TenantDeletionOutput","description":null,"fields":[{"name":"status","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TenantDeletionStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TenantCapabilitiesOutput","description":null,"fields":[{"name":"tenantCapabilities","description":"New enum members may be added without notice. Please implement the client in a way that can deal with this.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TenantCapabilityEnum","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CreateAutomationUserOutput","description":"Successful result of the createAutomationUser mutation.","fields":[{"name":"user","description":"The newly created automation user.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"clientInfo","description":"The OAuth client credentials issued for the automation user.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ClientInfoOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"clientSecret","description":"The client secret, returned only once at creation time. Store it securely.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ClientInfoOutput","description":"OAuth client credentials associated with a user.","fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"clientId","description":"The OAuth client_id used for authentication.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"expiresAt","description":"When the client credentials expire. Credentials will be unusable within 24 hours of this date.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"UserDeletionUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"UserDeletionOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorUserNotFoundOutput","ofType":null}]},{"kind":"OBJECT","name":"UserDeletionOutput","description":null,"fields":[{"name":"user","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"UserDeletionStatusGQL","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"CreateAutomationUserUnion","description":"Result of the createAutomationUser mutation.\nOf type CreateAutomationUserOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"CreateAutomationUserOutput","ofType":null},{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorOperationNotPossibleOutput","ofType":null},{"kind":"OBJECT","name":"ErrorInputValidationFailedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorInvalidDateOutput","ofType":null}]},{"kind":"UNION","name":"EntityAccessUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"EntityAccessOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorEntityNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"UNION","name":"GenerateInvitationUnion","description":"Result of mutation generateInvitation.\nOf type InvitationOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"InvitationOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorSeatLimitReachedOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorUserAlreadyExistsInOtherAccountOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorUserAlreadyExistsInAccountOutput","ofType":null}]},{"kind":"UNION","name":"ChangePlatformRoleUnion","description":"Result of changePlatformRole mutation, of type SimpleUserProfileOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null},{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ErrorUserNotEligibleForPromotionOutput","ofType":null}]},{"kind":"UNION","name":"ChangeProjectRoleUnion","description":"Result of mutation changeProjectRoleOfUserV2.\nOf type ChangeProjectRoleOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ChangeProjectRoleOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotPossibleOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorSeatLimitReachedOutput","ofType":null}]},{"kind":"UNION","name":"ChangeProjectOwnerUnion","description":"Result of mutation for changing project owner with validation.\nOf type ProjectOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProjectOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorProjectNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorUserNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorTenantNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorSeatLimitReachedOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorStorageLimitReachedOutput","ofType":null}]},{"kind":"UNION","name":"UnsharedGroupedAssetUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"UnsharedGroupedAssetOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorEntityNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotPossibleOutput","ofType":null}]},{"kind":"UNION","name":"SharedGroupedAssetUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SharedGroupedAssetOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorEntityNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotPossibleOutput","ofType":null}]},{"kind":"UNION","name":"SharingCodeUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SharingCodeOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorEntityNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotPossibleOutput","ofType":null}]},{"kind":"UNION","name":"SignupUnion","description":"Result of mutation signup.\nOf type SignupOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SignupOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorInvalidVoucherOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorVoucherAlreadyUsedOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorUserAlreadyExistsOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorTooManyRequestsOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotPossibleOutput","ofType":null}]},{"kind":"UNION","name":"SignupWithAddressValidationUnion","description":"Result of mutation signup with address validation.\nOf type SignupOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SignupOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorInvalidVoucherOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorVoucherAlreadyUsedOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorUserAlreadyExistsOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorTooManyRequestsOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorInvalidAddressOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotPossibleOutput","ofType":null}]},{"kind":"UNION","name":"SignupFromInviteUnion","description":"Result of mutation signupFromInvite.\nOf type SignupOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SignupOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorInvalidInvitationSignatureOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorSeatLimitReachedOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorUserAlreadyExistsOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorTooManyRequestsOutput","ofType":null}]},{"kind":"UNION","name":"AccountCapabilitiesUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AccountCapabilitiesOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"UNION","name":"TenantCapabilitiesUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"TenantCapabilitiesOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"UNION","name":"ProjectCapabilitiesUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProjectCapabilitiesOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorResourceAccessDeniedOutput","ofType":null}]},{"kind":"UNION","name":"VoucherUnion","description":"Result of mutation generateInvitation.\nOf type InvitationOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"VoucherOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorSeatLimitReachedOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorUserAlreadyExistsInOtherAccountOutput","ofType":null},{"kind":"OBJECT","name":"AcsErrorUserAlreadyExistsInAccountOutput","ofType":null}]},{"kind":"OBJECT","name":"ErrorConcurrentModificationOutput","description":"The version number is not equal to the current version","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ErrorSchemaInvalidOutput","description":"The uploaded schema is not a valid JSON schema","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"EndpointTypeEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"HSPC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"OGC_3D_TILES","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MESH","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"WFS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"COG","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"InvoiceStatusEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"DRAFT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"OPEN","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"VOID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UNCOLLECTIBLE","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"BillingIntervalEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"MONTH","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"YEAR","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"SubscriptionLimitEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"SEATS","description":null,"isDeprecated":true,"deprecationReason":"We no longer have this limit, termination planned for 2026-09-30"},{"name":"STORAGE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"STREAMING","description":null,"isDeprecated":true,"deprecationReason":"We no longer have this limit, termination planned for 2026-09-30"},{"name":"DOWNLOAD","description":null,"isDeprecated":true,"deprecationReason":"We no longer have this limit, termination planned for 2026-09-30"},{"name":"TOKENS","description":null,"isDeprecated":true,"deprecationReason":"We no longer have this limit, termination planned for 2026-09-30"},{"name":"IS_DEVICE_UPLOAD_LIMITED","description":null,"isDeprecated":true,"deprecationReason":"We no longer have this limit, termination planned for 2026-09-30"},{"name":"HAS_EXTERNAL_COLLABORATION","description":null,"isDeprecated":true,"deprecationReason":"We no longer have this limit, termination planned for 2026-09-30"},{"name":"HAS_PUBLIC_SHARING","description":null,"isDeprecated":true,"deprecationReason":"We no longer have this limit, termination planned for 2026-09-30"},{"name":"UPLOAD_DOWNLOAD_PROCESSING","description":"Upload, download and processing usage are summed and counted towards this limit.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"SubscriptionAddonTypeEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"STORAGE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DOWNLOAD","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"StripePaymentMethodLocalEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CARD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"INVOICE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"OTHER","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"TokensTransactionActionTypeEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"REFUND","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"EXPORT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MESHING","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"AUTO_REGISTRATION","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"EXPIRE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CREDIT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UNDEFINED","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SubscriptionQuotationInput","description":null,"fields":null,"inputFields":[{"name":"tierPriceId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"billingInterval","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"BillingIntervalEnum","ofType":null}},"defaultValue":null},{"name":"seats","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"addonPriceIds","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreationSubscriptionInput","description":null,"fields":null,"inputFields":[{"name":"tierPriceId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"billingInterval","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"BillingIntervalEnum","ofType":null}},"defaultValue":null},{"name":"seats","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"addonPriceIds","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreationSubscriptionInputV3","description":null,"fields":null,"inputFields":[{"name":"tierPriceId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"billingInterval","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"BillingIntervalEnum","ofType":null}},"defaultValue":null},{"name":"seats","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"addonPriceIds","description":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SubscriptionQuotationAddonInput","description":null,"fields":null,"inputFields":[{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"selectedOptionId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateStreamingSubscriptionInput","description":null,"fields":null,"inputFields":[{"name":"accountUuid","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"productCode","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"quadrants","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"defaultValue":null},{"name":"volumeInGB","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"title","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"description","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateStreamingSubscriptionInput","description":null,"fields":null,"inputFields":[{"name":"streamingSubscriptionUuid","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"quadrants","description":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"enabled","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"volumeInGB","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"title","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"description","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteStreamingSubscriptionInput","description":null,"fields":null,"inputFields":[{"name":"streamingSubscriptionUuid","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UsageInput","description":null,"fields":null,"inputFields":[{"name":"accountID","description":null,"type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AccountUsageInput","description":null,"fields":null,"inputFields":[{"name":"accountID","description":null,"type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UsageTenantInput","description":null,"fields":null,"inputFields":[{"name":"tenantID","description":null,"type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TokensRefundInput","description":null,"fields":null,"inputFields":[{"name":"accountID","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"numberOfTokens","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"description","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TokensTransactionsPageInput","description":null,"fields":null,"inputFields":[{"name":"pageNumber","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"pageSize","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"includingUndefined","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"BaseSubscriptionErrorInterface","description":"Basic error interface all soft errors are implementing","fields":[{"name":"message","description":"A pseudo-user friendly explanation on what happened and how to fix the issue.\nThis will usually not be presented to the end user, but could be used as a fallback for backwards\ncompatibility in case the error __typename is not implemented yet on consumers.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SubscriptionErrorDuplicateWithSameAddonOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionNoValidIsoCountryFoundOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorAccountNotSyncedOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorFeatureNotAvailableOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorBadRequestOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorNotFoundOutput","ofType":null}]},{"kind":"OBJECT","name":"SubscriptionErrorDuplicateWithSameAddonOutput","description":"A subscription with the same addons already exists.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseSubscriptionErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionNoValidIsoCountryFoundOutput","description":"There is no valid Iso country found for the account. Account settings need to be updated.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseSubscriptionErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionErrorOperationNotAllowedOutput","description":"Access to the requested action denied. You do not have the required rights or your authentication token is incorrect.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseSubscriptionErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionErrorAccountNotSyncedOutput","description":"Account is not synced with Payment System. Account needs to be updated.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseSubscriptionErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionErrorFeatureNotAvailableOutput","description":"The requested feature is not available.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseSubscriptionErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionErrorBadRequestOutput","description":"The input validation failed.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseSubscriptionErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionErrorNotFoundOutput","description":"The referenced entity could not be found.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseSubscriptionErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionOrderOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"orderId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tax","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"amount","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currency","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"orderItems","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionOrderItemOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionOrdersOutput","description":null,"fields":[{"name":"subscriptionOrderOutputs","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionOrderOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionOrderItemOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionTier","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionTierOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionTierAddon","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionTierAddonOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"amount","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currency","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionInvoiceOutput","description":null,"fields":[{"name":"invoiceNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalAmount","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currency","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"InvoiceStatusEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pdfLink","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"billingPeriodStartDate","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"billingPeriodEndDate","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"dueDate","description":null,"args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionInvoicesOutput","description":null,"fields":[{"name":"subscriptionInvoiceOutputs","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionInvoiceOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionTierOutput","description":"Lists limits, price and available addons","fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"limits","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionLimitOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"prices","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionPriceOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"availableAddons","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionTierAddonOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"directUploads","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"editableAsSelfService","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionTiersOutput","description":"Lists limits, price and available addons","fields":[{"name":"subscriptionTierOutputs","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionTierOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionPriceOutput","description":"Based on Stripe `Price` object https://stripe.com/docs/api/prices","fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currency","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"billingInterval","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"BillingIntervalEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"amountPerUnit","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subTotal","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tax","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionLimitOutput","description":null,"fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SubscriptionLimitEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionAddonOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"addonOptionName","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SubscriptionAddonTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"price","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionPriceOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionTierAddonOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SubscriptionAddonTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"options","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionTierAddonOptionOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionTierAddonOptionOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"prices","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionPriceOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionQuotationOutput","description":null,"fields":[{"name":"tierChangeType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SubscriptionTierChangeTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"limitsChangeType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SubscriptionLimitsChangeTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tier","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionQuotationTierOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"addons","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionQuotationAddonOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"exceededLimits","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ExceededLimitOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"totalLimits","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionLimitOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionPaidUntil","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"billingPeriodStartDate","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"billingPeriodEndDate","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"prorationRebate","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"prorationDebit","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subTotal","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tax","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"billingPeriodTotal","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"immediatePaymentTotal","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"nextPaymentTotal","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currency","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ExceededLimitOutput","description":null,"fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SubscriptionLimitEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currentValue","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"addonAvailable","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionQuotationAddonOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"addonOptionName","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"billingInterval","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"BillingIntervalEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currency","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subTotal","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tax","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SubscriptionAddonTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionQuotationTierOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"limits","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionLimitOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"directUploads","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pricePerSeat","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"selectedSeats","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subTotal","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tax","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currency","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SubscriptionTierChangeTypeEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"UPGRADE_TIER","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DOWNGRADE_TIER","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CURRENT_TIER","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"SubscriptionLimitsChangeTypeEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CURRENT_LIMITS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DECREASE_LIMITS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"INCREASE_LIMITS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MIXED_LIMITS","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"SubscriptionPaymentStatusEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"PAID","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PENDING","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"RETRYING","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"active","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"billingPeriodStartDate","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"billingPeriodEndDate","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"isPendingDowngrade","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paymentStatus","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SubscriptionPaymentStatusEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paymentAttemptCount","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paymentAlreadyAttempted","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"nextPaymentAttempt","description":null,"args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"latestPaymentAttempt","description":null,"args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tier","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SelectedSubscriptionTierOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalPrice","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionTotalPriceOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalLimits","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionLimitOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"addons","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionAddonOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"selectedSeats","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"isPendingCancellation","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"stripePaymentMethodEnum","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"StripePaymentMethodLocalEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionProviderType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SubscriptionProviderTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionsOutput","description":null,"fields":[{"name":"subscriptionOutputs","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SelectedSubscriptionTierOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"price","description":null,"args":[],"type":{"kind":"OBJECT","name":"SubscriptionPriceOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"limits","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionLimitOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"directUploads","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"editableAsSelfService","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubscriptionTotalPriceOutput","description":null,"fields":[{"name":"subTotal","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tax","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigDecimal","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currency","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"billingInterval","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"BillingIntervalEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ConfirmSubscriptionOutput","description":null,"fields":[{"name":"success","description":null,"args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CancelCurrentSubscriptionOutput","description":null,"fields":[{"name":"success","description":null,"args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"EndpointOutput","description":null,"fields":[{"name":"endpointType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"EndpointTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quadrantName","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StreamingSubscriptionsOutput","description":null,"fields":[{"name":"streamingSubscriptions","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StreamingSubscriptionOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CreateStreamingSubscriptionOutput","description":null,"fields":[{"name":"streamingSubscriptionUuid","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"userUuid","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"productCode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quadrants","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"enabled","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"signature","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"endpoints","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"EndpointOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"volumeInGB","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UpdateStreamingSubscriptionOutput","description":null,"fields":[{"name":"streamingSubscriptionUuid","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"userUuid","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"productCode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quadrants","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"enabled","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpoints","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"EndpointOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"volumeInGB","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeleteStreamingSubscriptionOutput","description":null,"fields":[{"name":"success","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TokenWalletOutput","description":null,"fields":[{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TokensRefundOutput","description":null,"fields":[{"name":"transactionID","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TokensTransactionsOutput","description":null,"fields":[{"name":"tokensTransactions","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TokensTransactionOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TokensTransactionOutput","description":null,"fields":[{"name":"transactionDate","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"transactionType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TokensTransactionActionTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"amount","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"balanceAfter","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"AccountUsageUnion","description":"Result of query getAccountUsageV3.\nOf type AccountUsageOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AccountUsageOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"UNION","name":"SubscriptionTiersUnion","description":"Result of query getSubscriptionTiers.\nOf type SubscriptionTiersOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SubscriptionTiersOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorAccountNotSyncedOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionNoValidIsoCountryFoundOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorFeatureNotAvailableOutput","ofType":null}]},{"kind":"UNION","name":"SubscriptionQuotationUnion","description":"Result of query getSubscriptionQuotation.\nOf type SubscriptionQuotationOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SubscriptionQuotationOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorAccountNotSyncedOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionNoValidIsoCountryFoundOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorFeatureNotAvailableOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorDuplicateWithSameAddonOutput","ofType":null}]},{"kind":"UNION","name":"SubscriptionsUnion","description":"Result of query getAllSubscriptions.\nOf type SubscriptionsOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SubscriptionsOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorAccountNotSyncedOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionNoValidIsoCountryFoundOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorFeatureNotAvailableOutput","ofType":null}]},{"kind":"UNION","name":"SubscriptionInvoicesUnion","description":"Result of query getAllSubscriptionInvoices.\nOf type SubscriptionInvoicesOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SubscriptionInvoicesOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorAccountNotSyncedOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionNoValidIsoCountryFoundOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorFeatureNotAvailableOutput","ofType":null}]},{"kind":"UNION","name":"SubscriptionOrdersUnion","description":"Result of query getAllSubscriptionOrders.\nOf type SubscriptionOrdersOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SubscriptionOrdersOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorAccountNotSyncedOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionNoValidIsoCountryFoundOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorFeatureNotAvailableOutput","ofType":null}]},{"kind":"UNION","name":"SubscriptionUnion","description":"Result of mutation buySubscription.\nOf type SubscriptionOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SubscriptionOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorAccountNotSyncedOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionNoValidIsoCountryFoundOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorFeatureNotAvailableOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorDuplicateWithSameAddonOutput","ofType":null}]},{"kind":"UNION","name":"ConfirmSubscriptionUnion","description":"Result of mutation confirmSubscriptionOrder.\nOf type ConfirmSubscriptionOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ConfirmSubscriptionOutput","ofType":null}]},{"kind":"UNION","name":"CancelCurrentSubscriptionUnion","description":"Result of mutation cancelSubscription.\nOf type CancelSubscriptionOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"CancelCurrentSubscriptionOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorFeatureNotAvailableOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"UNION","name":"StreamingSubscriptionUnion","description":"Result of retrieving a single streaming subscription.\nOf type StreamingSubscriptionOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"StreamingSubscriptionOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorNotFoundOutput","ofType":null}]},{"kind":"UNION","name":"StreamingSubscriptionsUnion","description":"Result of retrieving a list of streaming susbcriptions.\nOf type StreamingSubscriptionsOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"StreamingSubscriptionsOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"UNION","name":"CreateStreamingSubscriptionUnion","description":"Result of creation of a streaming subscription.\nOf type StreamingSubscriptionOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"CreateStreamingSubscriptionOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorBadRequestOutput","ofType":null}]},{"kind":"UNION","name":"UpdateStreamingSubscriptionUnion","description":"Result of update of a streaming subscription.\nOf type StreamingSubscriptionOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"UpdateStreamingSubscriptionOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorBadRequestOutput","ofType":null}]},{"kind":"UNION","name":"DeleteStreamingSubscriptionUnion","description":"Result of deleting a streaming susbcriptions.\nOf type DeleteStreamingSubscriptionOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"DeleteStreamingSubscriptionOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorNotFoundOutput","ofType":null}]},{"kind":"UNION","name":"UsageTenantUnion","description":"Result of query tenantUsage.\nOf type UsageTenantOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"UsageTenantOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"UNION","name":"WalletUnion","description":"Result of query tokenWallet.\nOf type TokensWalletOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"TokenWalletOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorFeatureNotAvailableOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorAccountNotSyncedOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionNoValidIsoCountryFoundOutput","ofType":null}]},{"kind":"UNION","name":"WalletRefundUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"TokensRefundOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorAccountNotSyncedOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionNoValidIsoCountryFoundOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorBadRequestOutput","ofType":null}]},{"kind":"UNION","name":"TokensTransactionsUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"TokensTransactionsOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorAccountNotSyncedOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionNoValidIsoCountryFoundOutput","ofType":null},{"kind":"OBJECT","name":"SubscriptionErrorFeatureNotAvailableOutput","ofType":null}]},{"kind":"ENUM","name":"AddressSamplingModeEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"POINT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"AREA","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"AddressContentTypeEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"IMAGE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ELEVATION","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"AddressViewingModeEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"NOT_SPECIFIED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"WHITE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"REALISTIC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"WIREFRAME","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"BaselayerOriginEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"HXDR","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CATALOG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"EXTERNAL_URL","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"LTSInput","description":null,"fields":null,"inputFields":[{"name":"endpoint","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"label","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"reference","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"bounds","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}}}},"defaultValue":null},{"name":"datasetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"levelCount","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"level0Columns","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"level0Rows","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"tileWidth","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"tileHeight","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"viewingMode","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressViewingModeEnum","ofType":null}},"defaultValue":null},{"name":"contentType","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressContentTypeEnum","ofType":null}},"defaultValue":null},{"name":"samplingMode","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressSamplingModeEnum","ofType":null}},"defaultValue":null},{"name":"baselayerOrigin","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"BaselayerOriginEnum","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UrlInput","description":null,"fields":null,"inputFields":[{"name":"endpoint","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"boundsEndpoint","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"label","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"viewingMode","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressViewingModeEnum","ofType":null}},"defaultValue":null},{"name":"baselayerOrigin","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"BaselayerOriginEnum","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"HSPCInput","description":null,"fields":null,"inputFields":[{"name":"endpoint","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"label","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"viewingMode","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressViewingModeEnum","ofType":null}},"defaultValue":null},{"name":"baselayerOrigin","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"BaselayerOriginEnum","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"OGC3DInput","description":null,"fields":null,"inputFields":[{"name":"endpoint","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"label","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"viewingMode","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressViewingModeEnum","ofType":null}},"defaultValue":null},{"name":"qualityFactor","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"baselayerOrigin","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"BaselayerOriginEnum","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"PanoramicInput","description":null,"fields":null,"inputFields":[{"name":"endpoint","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"label","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"reference","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"bounds","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}}}},"defaultValue":null},{"name":"datasetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"imageServerPrefix","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"viewingMode","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressViewingModeEnum","ofType":null}},"defaultValue":null},{"name":"baselayerOrigin","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"BaselayerOriginEnum","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"WFSInput","description":null,"fields":null,"inputFields":[{"name":"endpoint","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"label","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"reference","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"bounds","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}}}},"defaultValue":null},{"name":"datasetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"versions","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"defaultValue":null},{"name":"styleString","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"viewingMode","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressViewingModeEnum","ofType":null}},"defaultValue":null},{"name":"baselayerOrigin","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"BaselayerOriginEnum","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"WMSInput","description":null,"fields":null,"inputFields":[{"name":"endpoint","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"label","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"reference","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"bounds","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}}}},"defaultValue":null},{"name":"datasetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"versions","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"defaultValue":null},{"name":"imageFormat","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"viewingMode","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressViewingModeEnum","ofType":null}},"defaultValue":null},{"name":"baselayerOrigin","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"BaselayerOriginEnum","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"WMTSInput","description":null,"fields":null,"inputFields":[{"name":"endpoint","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"label","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"reference","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"bounds","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}}}},"defaultValue":null},{"name":"datasetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"imageFormat","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"levelCount","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"level0Columns","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"level0Rows","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"tileWidth","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"tileHeight","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"contentType","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressContentTypeEnum","ofType":null}},"defaultValue":null},{"name":"samplingMode","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressSamplingModeEnum","ofType":null}},"defaultValue":null},{"name":"tileMatrixSet","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"tileMatrices","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}}},"defaultValue":null},{"name":"viewingMode","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressViewingModeEnum","ofType":null}},"defaultValue":null},{"name":"baselayerOrigin","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"BaselayerOriginEnum","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"CoreBaselayer","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"viewingMode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressViewingModeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"BaselayerUrlOutput","ofType":null},{"kind":"OBJECT","name":"BaselayerLtsOutput","ofType":null},{"kind":"OBJECT","name":"BaselayerOgc3DOutput","ofType":null},{"kind":"OBJECT","name":"BaselayerHspcOutput","ofType":null},{"kind":"OBJECT","name":"BaselayerPanoramicOutput","ofType":null},{"kind":"OBJECT","name":"BaselayerWfsOutput","ofType":null},{"kind":"OBJECT","name":"BaselayerWmsOutput","ofType":null},{"kind":"OBJECT","name":"BaselayerWmtsOutput","ofType":null}]},{"kind":"OBJECT","name":"BaselayerResultOutput","description":null,"fields":[{"name":"pageNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"filterType","description":null,"args":[],"type":{"kind":"ENUM","name":"AddressViewingModeEnum","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"filterOrigin","description":null,"args":[],"type":{"kind":"ENUM","name":"BaselayerOriginEnum","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"appliedPagination","description":null,"args":[],"type":{"kind":"OBJECT","name":"BaselayerAppliedPageOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"contents","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"BaselayerOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BaselayerAppliedPageOutput","description":null,"fields":[{"name":"pageNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BaselayerUrlOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"boundsEndpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"viewingMode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressViewingModeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"CoreBaselayer","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BaselayerLtsOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"viewingMode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressViewingModeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reference","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"bounds","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"datasetId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"levelCount","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"level0Columns","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"level0Rows","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contentType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressContentTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tileWidth","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tileHeight","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"samplingMode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressSamplingModeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"CoreBaselayer","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BaselayerOgc3DOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"viewingMode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressViewingModeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"qualityFactor","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"CoreBaselayer","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BaselayerHspcOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"viewingMode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressViewingModeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"CoreBaselayer","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BaselayerPanoramicOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"viewingMode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressViewingModeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reference","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"bounds","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"datasetId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"imageServerPrefix","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"CoreBaselayer","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BaselayerWfsOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"viewingMode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressViewingModeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reference","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"bounds","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"datasetId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"versions","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"styleUrl","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"CoreBaselayer","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BaselayerWmsOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"viewingMode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressViewingModeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reference","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"bounds","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"datasetId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"versions","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"imageFormat","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"CoreBaselayer","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BaselayerWmtsOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endpoint","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"viewingMode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressViewingModeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reference","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"bounds","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"datasetId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"imageFormat","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"levelCount","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"level0Columns","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"level0Rows","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tileWidth","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tileHeight","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contentType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressContentTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"samplingMode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AddressSamplingModeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tileMatrixSet","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tileMatrices","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"CoreBaselayer","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"BaselayerOutput","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"BaselayerWmtsOutput","ofType":null},{"kind":"OBJECT","name":"BaselayerWmsOutput","ofType":null},{"kind":"OBJECT","name":"BaselayerWfsOutput","ofType":null},{"kind":"OBJECT","name":"BaselayerPanoramicOutput","ofType":null},{"kind":"OBJECT","name":"BaselayerOgc3DOutput","ofType":null},{"kind":"OBJECT","name":"BaselayerLtsOutput","ofType":null},{"kind":"OBJECT","name":"BaselayerHspcOutput","ofType":null},{"kind":"OBJECT","name":"BaselayerUrlOutput","ofType":null}]},{"kind":"INPUT_OBJECT","name":"BaselayerPageInput","description":null,"fields":null,"inputFields":[{"name":"pageNumber","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"pageSize","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Subscription","description":null,"fields":[{"name":"_noop","description":null,"args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"projectChanged","description":"Received when any project has changed the current user has access to with\ninformation regarding what changed on the project.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ProjectChangePayload","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"countdown","description":null,"args":[{"name":"from","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FolderOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"project","description":null,"args":[],"type":{"kind":"OBJECT","name":"ProjectOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"parentFolder","description":null,"args":[],"type":{"kind":"OBJECT","name":"FolderOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"nestingLevel","description":null,"args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"version","description":null,"args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isRootFolder","description":null,"args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isNestingLevelReached","description":null,"args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"folders","description":null,"args":[{"name":"paging","description":null,"type":{"kind":"INPUT_OBJECT","name":"FolderPageInput","ofType":null},"defaultValue":null},{"name":"filter","description":null,"type":{"kind":"INPUT_OBJECT","name":"FilterFolderInput","ofType":null},"defaultValue":null},{"name":"orderBy","description":null,"type":{"kind":"ENUM","name":"FolderOrderEnum","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FolderResultOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedAt","description":null,"args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdBy","description":null,"args":[],"type":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedBy","description":null,"args":[],"type":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"assets","description":null,"args":[{"name":"paging","description":null,"type":{"kind":"INPUT_OBJECT","name":"AssetPageInput","ofType":null},"defaultValue":null},{"name":"filter","description":null,"type":{"kind":"INPUT_OBJECT","name":"FilterAssetInput","ofType":null},"defaultValue":null},{"name":"orderBy","description":null,"type":{"kind":"ENUM","name":"AssetOrderEnum","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"GroupedAssetResultOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"assetCount","description":"The number of assets in this folder and all of its subFolders.","args":[{"name":"filter","description":null,"type":{"kind":"INPUT_OBJECT","name":"AssetCountFilterInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SceneTypeEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"GENERIC","description":"The default scene type for a regular scene.","isDeprecated":false,"deprecationReason":null},{"name":"ALIGNMENT","description":"Scene used for manually aligning artifacts to be able to trigger a fine alignment / registration pipeline, e.g. if autoregistartion failed.","isDeprecated":false,"deprecationReason":null},{"name":"SWARM_SCANNING","description":"Scene type used for swarm scanning.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"SceneOrderEnum","description":"Used for ordering Scenes in queries by modified at, created at, name or type.\nEach ordering can be ascending or descending.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"MODIFIED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MODIFIED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TYPE_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TYPE_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"SceneLockOperationScopeEnum","description":"Used in Scene Lock definitions, controlling what operations the lock blocks for any user other than the lock owner.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"TRANSFORMATION","description":"Block any update (not block creation) with a UpdateScene[Group|Leaf]NodeInput where the transformation parameter\nis not null. Other updates (changing parent, visibility, etc), deleting, creating new children, and creating new\nversions are allowed.","isDeprecated":false,"deprecationReason":null},{"name":"ALL","description":"Block any update, delete, creation of new children or versions. In addition, the lock should be enforced for the\nnode’s attached external entities: annotations, custom-documents.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"SceneLockOwnerRestrictionEnum","description":"Used in Scene Lock definitions, controlling the extent the lock restrictions are applicable to the lock owner.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"NONE","description":"The owner is not restricted by the lock: they are allowed to alter any node held by their lock, only other users\nare restricted.","isDeprecated":false,"deprecationReason":null},{"name":"DEFAULT_VERSIONS","description":"The same restrictions apply to the owner as any other user when changing default versions of nodes held by their\nlock. The owner is allowed to freely change any non default versions of the nodes held by their lock.","isDeprecated":false,"deprecationReason":null},{"name":"FULL","description":"The owner itself is subject to the same restrictions as any other user until the lock is released. This can be used\nto prevent the owner itself from accidentally making certain changes.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateSceneInput","description":"Input for the createScene mutation.","fields":null,"inputFields":[{"name":"projectId","description":"Project in which the scene will be created.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"name","description":"The name of the scene being created.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"type","description":"GENERIC if not specified.","type":{"kind":"ENUM","name":"SceneTypeEnum","ofType":null},"defaultValue":null},{"name":"geolocation","description":"The geographic location of the scene. When this property is defined, the scene's coordinate system is an\neast-north-up (ENU) system with this point as its origin. Otherwise, the coordinate system is a right-handed, local\nCartesian system with the Z axis pointing upwards.","type":{"kind":"INPUT_OBJECT","name":"SceneGeolocationInput","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateSceneFromFolderInput","description":"Input for the createSceneFromFolder mutation.","fields":null,"inputFields":[{"name":"sourceFolderId","description":"The ID of the folder that must be exported to the new scene.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"name","description":"The name of the scene being created.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateSceneInput","description":"Input for the updateScene mutation.","fields":null,"inputFields":[{"name":"sceneId","description":"The ID of the scene to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"name","description":"New name of the scene.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"geolocation","description":"The geographic location of the scene. When this property is defined, the scene's coordinate system is an\neast-north-up (ENU) system with this point as its origin.. Otherwise, the coordinate system is a right-handed, local\nCartesian system with the Z axis pointing upwards.","type":{"kind":"INPUT_OBJECT","name":"SceneGeolocationInput","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SceneGeolocationInput","description":"A georeferenced point, specifying the location of a scene's origin in the real world. When a scene has a geolocation,\nits coordinate system is an east-north-up (ENU) system with this point as its origin.\nThis point is defined in WGS 84 (EPSG:4979).","fields":null,"inputFields":[{"name":"longitude","description":"Longitude of the scene origin in degrees.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"latitude","description":"Latitude of the scene origin in degrees.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"height","description":"The height of the scene origin in meters above the WGS 84 ellipsoid.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"GroupedAssetReferencesInput","description":"Input for the groupedAssetReferences query.","fields":null,"inputFields":[{"name":"groupedAssetId","description":"The grouped asset to retrieve the references for.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"pagination","description":"If not specified, the first page is returned.","type":{"kind":"INPUT_OBJECT","name":"PaginationInput","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteSceneInput","description":"Input for the deleteScene mutation.","fields":null,"inputFields":[{"name":"sceneId","description":"The ID of the scene to be deleted.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"force","description":"When true, bypasses active transaction locks and forces deletion.\nOnly available to administrators.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ScenesInput","description":"Input for the scenes query.","fields":null,"inputFields":[{"name":"projectId","description":"The project to retrieve the scenes from.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"pagination","description":"If not specified, the first page is returned.","type":{"kind":"INPUT_OBJECT","name":"ScenePaginationInput","ofType":null},"defaultValue":null},{"name":"orderBy","description":"Order by which to sort the scenes. If not specified, scenes are returned in creation date order descending.","type":{"kind":"ENUM","name":"SceneOrderEnum","ofType":null},"defaultValue":null},{"name":"filter","description":"Filter criteria for scenes","type":{"kind":"INPUT_OBJECT","name":"FilterSceneInput","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"FilterSceneInput","description":"Input for filtering scenes in the scenes query.","fields":null,"inputFields":[{"name":"bySceneName","description":"Filter scenes by name (partial matching supported)","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"bySceneType","description":"Filter scenes by type","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SceneTypeEnum","ofType":null}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ScenePaginationInput","description":"Input for paginating scenes in the scenes query.","fields":null,"inputFields":[{"name":"pageNumber","description":"Page index, default value is 0. If an invalid page number is specified,\nit gets rectified and the applied page number gets returned in the return object.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"pageSize","description":"Page size, default and max value is 32. If an invalid page size is specified,\nit gets rectified and the applied page size gets returned in the return object.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"pageOffset","description":"Offsets the page by the given amount, must be positive and smaller than the max pageSize.\nIf an invalid page offset is specified,\nit gets rectified and the applied page offset gets returned in the return object.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SceneNodeVersionPaginationInput","description":"Input for paginating scene node versions.","fields":null,"inputFields":[{"name":"pageNumber","description":"Page index, default value is 0. If an invalid page number is specified,\nit gets rectified and the applied page number gets returned in the return object.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"pageSize","description":"Page size, default and max value is 32. If an invalid page size is specified,\nit gets rectified and the applied page size gets returned in the return object.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"FilterSceneNodeVersionInput","description":"Input for filtering scene node versions.","fields":null,"inputFields":[{"name":"byVersion","description":"If not specified, all versions are returned.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SceneInput","description":"Input for the scene query.","fields":null,"inputFields":[{"name":"sceneId","description":"The ID of the scene to retrieve.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateSceneLeafNodeInput","description":"Input for createSceneLeafNode mutation.","fields":null,"inputFields":[{"name":"parentNodeId","description":"The parent node under which the new leaf node will be created.\nThis should be the root node or a group node.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"groupedAssetId","description":"Asset that the leaf node will represent.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"visibleArtifactIds","description":"Artifacts of the grouped asset that will be visible in the scene node.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null},{"name":"name","description":"The name of the new leaf node. This is used to find the node in the scene hierarchy.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"visible","description":"Whether the node is visible in the scene (default view for all users).","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"transformation","description":"Transformation applied to the node. This should be relative to the parent node(s) transformation.","type":{"kind":"INPUT_OBJECT","name":"SceneNodeTransformationInput","ofType":null},"defaultValue":null},{"name":"effects","description":"Effects applied to the node for viewing.","type":{"kind":"INPUT_OBJECT","name":"SceneNodeEffectsInput","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateSceneLeafNodeInput","description":"Input for updateSceneLeafNode mutation. If the field is not specified, the existing value will be kept.\nNote: both groupedAssetId and visibleArtifactIds need to be specified to update the visible artifacts.","fields":null,"inputFields":[{"name":"id","description":"Id of the node to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"groupedAssetId","description":"Grouped asset the leaf node represents. If specified, then also the visibleArtifactIds must be specified.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"visibleArtifactIds","description":"Artifacts of the grouped asset that will be visible in the scene node.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"name","description":"New name of the node.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"visible","description":"Whether the node is visible in the scene (default view for all users).","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"transformation","description":"New transformation applied to the node. This should be relative to the parent node(s) transformation.","type":{"kind":"INPUT_OBJECT","name":"SceneNodeTransformationInput","ofType":null},"defaultValue":null},{"name":"effects","description":"New effects applied to the node for viewing.","type":{"kind":"INPUT_OBJECT","name":"SceneNodeEffectsInput","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateSceneGroupNodeInput","description":"Input for createSceneGroupNode mutation.","fields":null,"inputFields":[{"name":"parentNodeId","description":"The parent node under which the new group node will be created.\nThis should be the root node or another group node.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"name","description":"The name of the new group node. This is used to find the node in the scene hierarchy.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"visible","description":"Whether the node is visible in the scene (default view for all users).","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"transformation","description":"Transformation applied to the node. This should be relative to the parent node(s) transformation.","type":{"kind":"INPUT_OBJECT","name":"SceneNodeTransformationInput","ofType":null},"defaultValue":null},{"name":"effects","description":"Effects applied to the node for viewing. This will only apply if the leaf node has no effects of its own.","type":{"kind":"INPUT_OBJECT","name":"SceneNodeEffectsInput","ofType":null},"defaultValue":null},{"name":"childNodeIds","description":"Initial child nodes of the group node. Additional child nodes can be added later with the moveSceneNode mutation.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateSceneGroupNodeInput","description":"Input for updateSceneGroupNode mutation. If the field is not specified, the existing value will be kept.\nNote: child nodes can not be updated with this mutation, use moveSceneNode mutation to change parent of the child nodes.","fields":null,"inputFields":[{"name":"id","description":"Id of the node to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"name","description":"New name of the node.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"visible","description":"Whether the node is visible in the scene (default view for all users).","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"transformation","description":"New transformation applied to the node. This should be relative to the parent node(s) transformation.","type":{"kind":"INPUT_OBJECT","name":"SceneNodeTransformationInput","ofType":null},"defaultValue":null},{"name":"effects","description":"New effects applied to the node for viewing. This will only apply if the leaf node has no effects of its own.","type":{"kind":"INPUT_OBJECT","name":"SceneNodeEffectsInput","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MoveSceneNodeInput","description":"Input for moveSceneNode mutation.","fields":null,"inputFields":[{"name":"id","description":"Id of the node to be moved.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"newParentNodeId","description":"The new parent node of the scene node. This should be the root node or a group node.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SceneNodeTransformationInput","description":"Input for scene node transformation values.","fields":null,"inputFields":[{"name":"position","description":"Transformation position of the node relative to its parent node.","type":{"kind":"INPUT_OBJECT","name":"SceneVector3Input","ofType":null},"defaultValue":null},{"name":"rotation","description":"Transformation rotation of the node relative to its parent node.","type":{"kind":"INPUT_OBJECT","name":"SceneVector3Input","ofType":null},"defaultValue":null},{"name":"scale","description":"Transformation scale of the node relative to its parent node.","type":{"kind":"INPUT_OBJECT","name":"SceneVector3Input","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SceneVector3Input","description":"3D vector input used for position, rotation, or scale in scene node transformations.","fields":null,"inputFields":[{"name":"x","description":"Value to be applied on the X axis.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"y","description":"Value to be applied on the Y axis.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"z","description":"Value to be applied on the Z axis.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SceneNodeEffectsInput","description":"Input for scene node effects values.","fields":null,"inputFields":[{"name":"contrast","description":"Contrast adjustment, range -1 to 1, where 0 is the default (no change).","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"brightness","description":"Brightness adjustment, range -1 to 1, where 0 is the default (no change).","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"saturation","description":"Saturation adjustment, range -1 to 1, where 0 is the default (no change).","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"opacity","description":"Opacity level, range 0 to 1, where 0 is fully transparent and 1 is fully opaque.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"color","description":"Color tint to be applied to the node. Accepts hex or rgb(a) format.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SceneNodeInput","description":"Input for the sceneNode query.","fields":null,"inputFields":[{"name":"nodeId","description":"The ID of the scene node to retrieve.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SceneNodesInput","description":"Input for the sceneNodes query.","fields":null,"inputFields":[{"name":"sceneNodeIds","description":"The IDs of the scene nodes to retrieve. Max number of ids is 1000.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateSceneLockInput","description":"Input for the createSceneLock mutation.","fields":null,"inputFields":[{"name":"sceneNodeIds","description":"The scene nodes to be locked initially. They must all belong to the same scene.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null},{"name":"name","description":"Name given by the user to identify the lock.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"operationScopes","description":"The operations to be blocked by the lock. Defaults to [ALL] if not provided.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SceneLockOperationScopeEnum","ofType":null}}},"defaultValue":null},{"name":"ownerRestriction","description":"The extent to which lock restrictions are applied to the lock owner. Defaults to NONE if not provided.","type":{"kind":"ENUM","name":"SceneLockOwnerRestrictionEnum","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AddToSceneLockInput","description":"Input for the addToSceneLock mutation.","fields":null,"inputFields":[{"name":"sceneNodeIds","description":"The scene nodes to be added to the existing lock. They must all belong to the same scene as the nodes in the existing lock.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null},{"name":"sceneLockId","description":"The ID of the lock to which the nodes will be added.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"StartSceneTransactionInput","description":"Input for the startSceneTransaction mutation.","fields":null,"inputFields":[{"name":"sceneNodeIds","description":"The scene nodes to be added to the transaction. They must all belong to the same scene.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null},{"name":"name","description":"Name given by the user to identify the different locks.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"EndSceneTransactionInput","description":"Input for the endSceneTransaction mutation.","fields":null,"inputFields":[{"name":"sceneLockId","description":"The ID of the lock assigned to the transaction.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"commit","description":"If set to True the current state of the scene nodes in the transaction will be made default.\nIf set to False the changes made in the transaction are aborted and the original state at the beginning of the\ntransaction will be restored.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"SceneNodeInterface","description":"Common properties for the Root/Group/Leaf SceneNodeOutputs. If you do not need the specifics of the concrete types\nyou can define a fragment on this interface to access their common properties.","fields":[{"name":"id","description":"The unique identifier of the scene node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"originalId","description":"Unique identifier of the first version of this node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"version","description":"Version number of the scene node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"versions","description":"Different versions of this scene node.","args":[{"name":"paging","description":null,"type":{"kind":"INPUT_OBJECT","name":"PaginationInput","ofType":null},"defaultValue":null},{"name":"filter","description":null,"type":{"kind":"INPUT_OBJECT","name":"FilterSceneNodeVersionInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SceneNodeVersionsOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"defaultVersion","description":"Indicates whether this version is the default version for this scene node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"scene","description":"Scene to which this node belongs.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SceneOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lock","description":"Lock information if the node is locked.","args":[],"type":{"kind":"OBJECT","name":"SceneLockOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdBy","description":"User who created this scene node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"Time when this scene node was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedBy","description":"User who last modified this scene node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedAt","description":"Time when this scene node was last modified.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"cascadeModifiedAt","description":"Time when this scene node or any related information was last modified.\nE.g. annotation, custom data, etc was modified.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SceneRootNodeOutput","ofType":null},{"kind":"OBJECT","name":"SceneGroupNodeOutput","ofType":null},{"kind":"OBJECT","name":"SceneLeafNodeOutput","ofType":null}]},{"kind":"OBJECT","name":"SceneNodeSubscriptionOutput","description":null,"fields":[{"name":"sceneNodeId","description":"Scene node id concatenated with timestamp, for client purposes, use the id field in sceneNode","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sceneNode","description":"The scene node that was updated","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SceneNodeUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SceneErrorBadParentTypeOutput","description":"The action is not possible because the given parent node does not have the correct type.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SceneErrorInvalidChildOutput","description":"The action is not possible because at least one of the given child nodes is invalid. For example, because the child is\nnot in the same scene, or is a root node.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SceneErrorResourceAccessDeniedOutput","description":"The specified resource is not accessible by the acting user.\nDeprecated, in favor ErrorResourceAccessDeniedOutput should be used instead. Termination planned with following\nticket:\nhttps://hexagon.atlassian.net/browse/HDR-11136\")","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SceneErrorOperationNotAllowedOutput","description":"The requested operation is not allowed.\nDeprecated, in favor ErrorOperationNotAllowedOutput should be used instead. Termination planned with following ticket:\nhttps://hexagon.atlassian.net/browse/HDR-11136\")","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SceneErrorGroupedAssetInDifferentProjectOutput","description":"The specified grouped asset is not in the same project as the scene.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SceneErrorArtifactNotInGroupedAssetOutput","description":"One or more of the specified artifacts do not belong to the specified grouped asset.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SceneErrorInvalidColorOutput","description":"The color effect of the scene node is not valid: should be either hex or rgb.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SceneErrorSceneNodeDoesNotExistOutput","description":"The specified scene node no longer exists.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SceneErrorInvalidLockDefinitionOutput","description":"The lock definition is not accepted.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SceneDeleteTransactionLockViolationOutput","description":"Scene deletion blocked by one or more active transaction locks.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"locks","description":"The transaction locks blocking deletion.\nClient uses owner field to identify who holds the lock.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SceneLockOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SceneOutput","description":"A 3D scene containing a hierarchical structure of nodes representing grouped assets and their transformations.","fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Scene type which might influence how the scene is generated and displayed.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SceneTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"rootNode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SceneRootNodeOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"project","description":"Project to which the scene belongs.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProjectOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"geolocation","description":"The geographic location of the scene. When this property is defined, the scene's coordinate system is an\neast-north-up (ENU) system with this point as its origin. Otherwise, the coordinate system is a right-handed, local\nCartesian system with the Z axis pointing upwards.","args":[],"type":{"kind":"OBJECT","name":"SceneGeolocationOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"locks","description":"Indicates the locks currently applied to the scene.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SceneLockOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"sceneGenerationStatus","description":"The status of the scene generation process triggered with the createSceneFromFolder mutation.\nIf the scene was not created using this mutation, the status will be null.","args":[],"type":{"kind":"UNION","name":"SceneGenerationStatusUnion","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdBy","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedBy","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ScenesOutput","description":"Paginated result containing scenes matching the query criteria.","fields":[{"name":"contents","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SceneOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"appliedPagination","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AppliedScenePaginationOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"appliedSceneTypeFilter","description":"Filter on scene types. Deprecated, use appliedFilters.bySceneType instead.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SceneTypeEnum","ofType":null}}}},"isDeprecated":true,"deprecationReason":"Use appliedFilters.bySceneType instead, termination planned for 2026-12-31"},{"name":"appliedFilters","description":"The applied filters for the scene query. Null if no filters were applied.","args":[],"type":{"kind":"OBJECT","name":"AppliedFilterSceneOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":"The applied ordering for the scene query","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SceneOrderEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":"Indicates the total number of scenes matching the query.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AppliedScenePaginationOutput","description":"Pagination information applied to a scenes query result.","fields":[{"name":"pageNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageOffset","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeleteSceneOutput","description":"Result of a successful scene deletion.","fields":[{"name":"success","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SceneGeolocationOutput","description":"A georeferenced point, specifying the location of a scene's origin in the real world. When a scene has a geolocation,\nits coordinate system is an east-north-up (ENU) system with this point as its origin.\nThis point is defined in WGS 84 (EPSG:4979).","fields":[{"name":"longitude","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"latitude","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"height","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SceneRootNodeOutput","description":"Root node of a scene hierarchy, serving as the top-level parent for all other nodes.","fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"originalId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"version","description":"Version number of the node, starts at 1, is automatically determined.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"versions","description":"Different versions of the node (used during an ongoing transaction.","args":[{"name":"paging","description":null,"type":{"kind":"INPUT_OBJECT","name":"PaginationInput","ofType":null},"defaultValue":null},{"name":"filter","description":null,"type":{"kind":"INPUT_OBJECT","name":"FilterSceneNodeVersionInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SceneNodeVersionsOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"defaultVersion","description":"True if this is the default version of the node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"childNodes","description":"Child nodes of this root node (leaf or group nodes).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SceneChildNodeUnion","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"scene","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SceneOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lock","description":"Lock information if this node is currently locked.","args":[],"type":{"kind":"OBJECT","name":"SceneLockOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdBy","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedBy","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"cascadeModifiedAt","description":"Time when this node or any of its descendants was last modified.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"SceneNodeInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SceneGroupNodeOutput","description":"Group node in a scene hierarchy that can contain child nodes (groups or leafs) and has transformation properties.","fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"originalId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"version","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"versions","description":null,"args":[{"name":"paging","description":null,"type":{"kind":"INPUT_OBJECT","name":"PaginationInput","ofType":null},"defaultValue":null},{"name":"filter","description":null,"type":{"kind":"INPUT_OBJECT","name":"FilterSceneNodeVersionInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SceneNodeVersionsOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"defaultVersion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"childNodes","description":"Child nodes of this group node (leaf or group nodes).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SceneChildNodeUnion","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"transformation","description":"3D transformation (position, rotation, scale) relative to the parent node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SceneNodeTransformationOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"effects","description":"Visual effects applied to this node for rendering.","args":[],"type":{"kind":"OBJECT","name":"SceneNodeEffectsOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"lock","description":"Lock information if this node is currently locked.","args":[],"type":{"kind":"OBJECT","name":"SceneLockOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"visible","description":"Whether this node is visible in the scene (default for all users).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":true,"deprecationReason":"Group node visibility will no longer be used, to be replaced by making children visible or invisible, termination planned for 2028-12-31."},{"name":"parentNode","description":"Parent node of this group node (root or another group node).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SceneParentNodeUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"scene","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SceneOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdBy","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedBy","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"cascadeModifiedAt","description":"Time when this node or any of its descendants was last modified.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"SceneNodeInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SceneLeafNodeOutput","description":"Leaf node in a scene hierarchy that references a grouped asset and cannot have children.","fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"originalId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"version","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"versions","description":null,"args":[{"name":"paging","description":null,"type":{"kind":"INPUT_OBJECT","name":"PaginationInput","ofType":null},"defaultValue":null},{"name":"filter","description":null,"type":{"kind":"INPUT_OBJECT","name":"FilterSceneNodeVersionInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SceneNodeVersionsOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"defaultVersion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"transformation","description":"3D transformation (position, rotation, scale) relative to the parent node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SceneNodeTransformationOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"effects","description":"Visual effects applied to this node for rendering.","args":[],"type":{"kind":"OBJECT","name":"SceneNodeEffectsOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"lock","description":"Lock information if this node is currently locked.","args":[],"type":{"kind":"OBJECT","name":"SceneLockOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"visible","description":"Whether this node is visible in the scene.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"parentNode","description":"Parent node of this leaf node (root or group node).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SceneParentNodeUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"scene","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SceneOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdBy","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedBy","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"cascadeModifiedAt","description":"Time when this node or any of its descendants was last modified.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"assetReference","description":"Reference to the grouped asset associated with this leaf node.","args":[],"type":{"kind":"OBJECT","name":"SceneNodeAssetReferenceOutput","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"SceneNodeInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SceneNodeTransformationOutput","description":"3D transformation applied to a scene node, including position, rotation, and scale.","fields":[{"name":"position","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SceneVector3Output","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"rotation","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SceneVector3Output","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"scale","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SceneVector3Output","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SceneVector3Output","description":"3D vector used for position, rotation, or scale in scene node transformations.","fields":[{"name":"x","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"y","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"z","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SceneNodeEffectsOutput","description":"Visual effects applied to a scene node for rendering.","fields":[{"name":"contrast","description":"Contrast adjustment, range -1 to 1, where 0 is the default (no change).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"brightness","description":"Brightness adjustment, range -1 to 1, where 0 is the default (no change).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"saturation","description":"Saturation adjustment, range -1 to 1, where 0 is the default (no change).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"opacity","description":"Opacity level, range 0 to 1, where 0 is fully transparent and 1 is fully opaque.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"color","description":"Color tint applied to the node. Accepts hex or rgb(a) format. Null if no color tint is applied.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SceneGenerationStatusDoneOutput","description":"Status information for a completed scene generation process.","fields":[{"name":"startedBy","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"startedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SceneGenerationStatusInProgressOutput","description":"Status information for an in-progress scene generation process.","fields":[{"name":"startedBy","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"startedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SceneGenerationStatusFailedOutput","description":"Status information for a failed scene generation process, including the error message.","fields":[{"name":"startedBy","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"startedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"endedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"failureMessage","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeleteSceneNodeOutput","description":"Result of a successful scene node deletion.","fields":[{"name":"success","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"RemoveSceneNodeEffectsOutput","description":"Result of successfully removing effects from a scene node.","fields":[{"name":"success","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SceneNodeVersionAppliedPaginationOutput","description":"Pagination information applied to a scene node versions query.","fields":[{"name":"pageNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SceneNodeVersionsOutput","description":"Result containing paginated list of scene node versions.","fields":[{"name":"contents","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"SceneNodeInterface","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"appliedPagination","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SceneNodeVersionAppliedPaginationOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SceneNodesQueryOutput","description":"Result containing multiple scene nodes retrieved by IDs.","fields":[{"name":"contents","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SceneNodeQueryUnion","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SceneLockOutput","description":"Lock information for a scene, restricting operations on specific nodes.","fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sceneNodes","description":"The nodes currently locked by the lock.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"SceneNodeUnion","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"owner","description":"The user currently responsible for the lock.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"operationScopes","description":"The operations blocked by the lock.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SceneLockOperationScopeEnum","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"ownerRestriction","description":"The extent to which the lock restrictions are applied to the lock owner.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SceneLockOwnerRestrictionEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"transactionLock","description":"Indicates whether the lock is used for a transaction.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdBy","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedBy","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SceneLocksOutput","description":"Result containing all locks for a scene.","fields":[{"name":"sceneLocks","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SceneLockOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AppliedFilterSceneOutput","description":"Information of the applied filters for a scene query.","fields":[{"name":"bySceneName","description":"The applied scene name filter. Null if no name filter was applied.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"bySceneType","description":"The applied scene type filter. Null if no scene type filter was applied.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SceneTypeEnum","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"GroupedAssetSceneNodeReferencesOutput","description":"Result of groupedAssetReferences query containing scene leaf nodes that reference the specified grouped asset.","fields":[{"name":"contents","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SceneLeafNodeOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"appliedPagination","description":null,"args":[],"type":{"kind":"OBJECT","name":"AppliedPaginationOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SceneNodeAssetReferenceOutput","description":"Reference information linking a scene leaf node to its grouped asset and visible artifacts.","fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"groupedAsset","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"GroupedAssetOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"visibleArtifacts","description":"Artifacts from the grouped asset that are visible in this scene node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ArtifactItemOutput","ofType":null}}}},"isDeprecated":true,"deprecationReason":"No longer supported, in favour of field `visibleArtifactPayloadsV2`, termination planned for 2028-09-30."},{"name":"visibleArtifactPayloads","description":"Payloads of the artifacts from the grouped asset that are visible in this scene node. Each visible\nartifact contributes one payload: the preferred one among its addresses, preferring a streamable\naddress, then a visualizable one, then a downloadable one.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ArtifactPayloadOutput","ofType":null}}}},"isDeprecated":true,"deprecationReason":"No longer supported, in favour of field `visibleArtifactPayloadsV2`, termination planned for 2026-09-30."},{"name":"visibleArtifactPayloadsV2","description":"Payloads of the artifacts from the grouped asset that are visible in this scene node, one entry per\nvisible artifact. Every payload of an artifact is available, so the client picks the address it needs\ninstead of being handed a single preferred one.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"VisibleArtifactPayloadsOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"CreateSceneUnion","description":"Result of createScene mutation.\nOf type SceneOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SceneOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null}]},{"kind":"UNION","name":"UpdateSceneUnion","description":"Result of updateScene mutation.\nOf type SceneOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SceneOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorLockViolationOutput","ofType":null}]},{"kind":"UNION","name":"DeleteSceneUnion","description":"Result of deleteScene mutation.\nOf type DeleteSceneOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"DeleteSceneOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorLockViolationOutput","ofType":null},{"kind":"OBJECT","name":"SceneDeleteTransactionLockViolationOutput","ofType":null}]},{"kind":"UNION","name":"SceneUnion","description":"Result of scene query.\nOf type SceneOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SceneOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null}]},{"kind":"UNION","name":"ScenesUnion","description":"Result of scenes query.\nOf type ScenesOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ScenesOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null}]},{"kind":"UNION","name":"CreateSceneLeafNodeUnion","description":"Result of createSceneLeafNode mutation.\nOf type SceneLeafNodeOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SceneLeafNodeOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorBadParentTypeOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorGroupedAssetInDifferentProjectOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorArtifactNotInGroupedAssetOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorInvalidColorOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorLockViolationOutput","ofType":null}]},{"kind":"UNION","name":"UpdateSceneLeafNodeUnion","description":"Result of updateSceneLeafNode mutation.\nOf type SceneLeafNodeOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SceneLeafNodeOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorBadParentTypeOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorGroupedAssetInDifferentProjectOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorArtifactNotInGroupedAssetOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorInvalidColorOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorLockViolationOutput","ofType":null}]},{"kind":"UNION","name":"CreateSceneGroupNodeUnion","description":"Result of createSceneGroupNode mutation.\nOf type SceneGroupNodeOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SceneGroupNodeOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorBadParentTypeOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorInvalidChildOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorInvalidColorOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorLockViolationOutput","ofType":null}]},{"kind":"UNION","name":"UpdateSceneGroupNodeUnion","description":"Result of updateSceneGroupNode mutation.\nOf type SceneGroupNodeOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SceneGroupNodeOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorBadParentTypeOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorInvalidColorOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorLockViolationOutput","ofType":null}]},{"kind":"UNION","name":"MoveSceneNodeUnion","description":"Result of moveSceneNode mutation.\nOf type SceneGroupNodeOutput or SceneLeafNodeOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SceneGroupNodeOutput","ofType":null},{"kind":"OBJECT","name":"SceneLeafNodeOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorBadParentTypeOutput","ofType":null},{"kind":"OBJECT","name":"ErrorInputValidationFailedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ErrorLockViolationOutput","ofType":null}]},{"kind":"UNION","name":"DeleteSceneNodeUnion","description":"Result of deleteSceneNode mutation.\nOf type DeleteSceneNodeOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"DeleteSceneNodeOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorLockViolationOutput","ofType":null}]},{"kind":"UNION","name":"RemoveSceneNodeEffectsUnion","description":"Result of removeSceneNodeEffects mutation.\nOf type RemoveSceneNodeEffectsOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"RemoveSceneNodeEffectsOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorLockViolationOutput","ofType":null}]},{"kind":"UNION","name":"SceneChildNodeUnion","description":"Possible child node types for children of a root or group scene node.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SceneLeafNodeOutput","ofType":null},{"kind":"OBJECT","name":"SceneGroupNodeOutput","ofType":null}]},{"kind":"UNION","name":"SceneParentNodeUnion","description":"Possible parent node types for parent of a group or leaf scene node.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SceneGroupNodeOutput","ofType":null},{"kind":"OBJECT","name":"SceneRootNodeOutput","ofType":null}]},{"kind":"UNION","name":"SceneNodeUnion","description":"All possible scene node types, including error when the requested node does not exist.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SceneLeafNodeOutput","ofType":null},{"kind":"OBJECT","name":"SceneGroupNodeOutput","ofType":null},{"kind":"OBJECT","name":"SceneRootNodeOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorSceneNodeDoesNotExistOutput","ofType":null}]},{"kind":"UNION","name":"SceneNodeQueryUnion","description":"Result of sceneNode query.\nOf type SceneLeafNodeOutput, SceneGroupNodeOutput or SceneRootNodeOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SceneLeafNodeOutput","ofType":null},{"kind":"OBJECT","name":"SceneGroupNodeOutput","ofType":null},{"kind":"OBJECT","name":"SceneRootNodeOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceNotFoundOutput","ofType":null}]},{"kind":"UNION","name":"SceneNodesQueryUnion","description":"Result of sceneNodes query.\nOf type SceneNodesQueryOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SceneNodesQueryOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"UNION","name":"SceneGenerationStatusUnion","description":"Possible outputs for scene generation status.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SceneGenerationStatusDoneOutput","ofType":null},{"kind":"OBJECT","name":"SceneGenerationStatusInProgressOutput","ofType":null},{"kind":"OBJECT","name":"SceneGenerationStatusFailedOutput","ofType":null}]},{"kind":"UNION","name":"CreateSceneLockUnion","description":"Result of createSceneLock mutation.\nOf type SceneLockOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SceneLockOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorInvalidLockDefinitionOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceNotFoundOutput","ofType":null}]},{"kind":"UNION","name":"ReleaseSceneLockUnion","description":"Result of releaseSceneLock mutation.\nOf type DeleteOperationOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"DeleteOperationOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ErrorInputValidationFailedOutput","ofType":null}]},{"kind":"UNION","name":"SceneLocksUnion","description":"Result of sceneLocks query.\nOf type SceneLocksOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SceneLocksOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceNotFoundOutput","ofType":null}]},{"kind":"UNION","name":"AddToSceneLockUnion","description":"Result of addToSceneLock mutation.\nOf type SceneLockOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SceneLockOutput","ofType":null},{"kind":"OBJECT","name":"SceneErrorInvalidLockDefinitionOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceNotFoundOutput","ofType":null}]},{"kind":"UNION","name":"StartSceneTransactionUnion","description":"Result of startSceneTransaction mutation.\nOf type SceneLockOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SceneLockOutput","ofType":null},{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ErrorInputValidationFailedOutput","ofType":null}]},{"kind":"UNION","name":"EndSceneTransactionUnion","description":"Result of endSceneTransaction mutation.\nOf type DeleteOperationOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"DeleteOperationOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ErrorInputValidationFailedOutput","ofType":null}]},{"kind":"UNION","name":"GroupedAssetReferencesUnion","description":"Result of groupedAssetReferences query.\nOf type GroupedAssetSceneNodeReferencesOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"GroupedAssetSceneNodeReferencesOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"INPUT_OBJECT","name":"ProductInput","description":null,"fields":null,"inputFields":[{"name":"productCode","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"BaseQuotationErrorInterface","description":"Basic error interface all soft errors are implementing","fields":[{"name":"message","description":"A pseudo-user friendly explanation on what happened and how to fix the issue.\nThis will usually not be presented to the end user, but could be used as a fallback for backwards\ncompatibility in case the error __typename is not implemented yet on consumers.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"QuotationErrorProductNotFoundOutput","ofType":null}]},{"kind":"OBJECT","name":"QuotationErrorProductNotFoundOutput","description":"The product is not found.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseQuotationErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"QuotationProductOutput","description":null,"fields":[{"name":"productCode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"productName","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"productDescription","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"vendor","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sapArticleNumber","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"ProductUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"QuotationProductOutput","ofType":null},{"kind":"OBJECT","name":"QuotationErrorProductNotFoundOutput","ofType":null}]},{"kind":"ENUM","name":"FolderOrderEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"MODIFIED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MODIFIED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateFolderInput","description":null,"fields":null,"inputFields":[{"name":"projectId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"parentFolderId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"name","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"description","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateFolderInput","description":null,"fields":null,"inputFields":[{"name":"projectId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"folderId","description":null,"type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"name","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"description","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"FolderPageInput","description":null,"fields":null,"inputFields":[{"name":"pageNumber","description":"Pages are 0-based so the first page is 0.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"pageSize","description":"Answers are limited to a fixed amount of 32 folders.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"pageOffset","description":"Optional offset when starting pagination, by default this is 0.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"FilterFolderInput","description":null,"fields":null,"inputFields":[{"name":"byFolderName","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MultiFolderDownloadLinkInput","description":null,"fields":null,"inputFields":[{"name":"folderIdList","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null},{"name":"resultFileName","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"BaseFolderErrorInterface","description":"Basic error interface all soft errors are implementing","fields":[{"name":"message","description":"A pseudo-user friendly explanation on what happened and how to fix the issue.\nThis will usually not be presented to the end user, but could be used as a fallback for backwards\ncompatibility in case the error __typename is not implemented yet on consumers.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"FolderErrorDuplicateNameOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorTooManyRequestsOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorResourceNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorNameBlacklistedCharactersOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorNameBlankOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorNameForbiddenOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorNameForwardSlashOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorNameLeadingOrTrailingSpaceOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorNameTrailingDotOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorNameTwoDotsInRowOutput","ofType":null}]},{"kind":"OBJECT","name":"SearchOutput","description":null,"fields":[{"name":"projectId","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"folders","description":null,"args":[{"name":"paging","description":null,"type":{"kind":"INPUT_OBJECT","name":"FolderPageInput","ofType":null},"defaultValue":null},{"name":"filter","description":null,"type":{"kind":"INPUT_OBJECT","name":"FilterFolderInput","ofType":null},"defaultValue":null},{"name":"orderBy","description":null,"type":{"kind":"ENUM","name":"FolderOrderEnum","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"FolderResultOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"assets","description":null,"args":[{"name":"paging","description":null,"type":{"kind":"INPUT_OBJECT","name":"AssetPageInput","ofType":null},"defaultValue":null},{"name":"filter","description":null,"type":{"kind":"INPUT_OBJECT","name":"FilterAssetInput","ofType":null},"defaultValue":null},{"name":"orderBy","description":null,"type":{"kind":"ENUM","name":"AssetOrderEnum","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"GroupedAssetResultOutput","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FolderErrorDuplicateNameOutput","description":"A folder with the given name already exists at the same level.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseFolderErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FolderErrorTooManyRequestsOutput","description":"The system is receiving too many requests. Try again later.\nThis error will no longer occur but preserved for backward-compatibility.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseFolderErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FolderErrorResourceNotFoundOutput","description":"The resource was not found in the system.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseFolderErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FolderErrorOperationNotAllowedOutput","description":"Access to the requested action denied. You do not have the required rights or your authentication token is incorrect.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseFolderErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FolderErrorResourceAccessDeniedOutput","description":"Access to a requested resource denied.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseFolderErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FolderErrorNameBlacklistedCharactersOutput","description":"The given name contains one or more blacklisted characters.\nBlacklisted characters are:\n\n<,>,:,|,?,*,\",\\","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseFolderErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FolderErrorNameBlankOutput","description":"The given name is blank (empty, only spaces or null).","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseFolderErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FolderErrorNameForbiddenOutput","description":"The given name is a forbidden name with any capitalisation and any extension.\nForbidden names are:\n\n\"CON\", \"PRN\", \"AUX\", \"NUL\",\n\"COM1\", \"COM2\", \"COM3\", \"COM4\", \"COM5\", \"COM6\", \"COM7\", \"COM8\", \"COM9\",\n\"LPT1\", \"LPT2\", \"LPT3\", \"LPT4\", \"LPT5\", \"LPT6\", \"LPT7\", \"LPT8\", \"LPT9\"","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseFolderErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FolderErrorNameForwardSlashOutput","description":"The given name contains a forward slash.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseFolderErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FolderErrorNameLeadingOrTrailingSpaceOutput","description":"The given name contains a leading or trailing space.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseFolderErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FolderErrorNameTrailingDotOutput","description":"The given name contains a trailing dot.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseFolderErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FolderErrorNameTwoDotsInRowOutput","description":"The given name contains two dots in a row.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseFolderErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FolderResultOutput","description":null,"fields":[{"name":"appliedFilters","description":null,"args":[],"type":{"kind":"OBJECT","name":"FilterFolderAppliedOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":null,"args":[],"type":{"kind":"ENUM","name":"FolderOrderEnum","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"appliedPagination","description":null,"args":[],"type":{"kind":"OBJECT","name":"FolderAppliedPageOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"pageNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contents","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"FolderOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeleteFolderOutput","description":null,"fields":[{"name":"success","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FilterFolderAppliedOutput","description":null,"fields":[{"name":"byFolderName","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FolderAppliedPageOutput","description":null,"fields":[{"name":"pageNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageOffset","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MultiFolderDownloadLinkOutput","description":null,"fields":[{"name":"multiFolderDownloadLink","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"FolderUnion","description":"Result of query folder.\nOf type FolderOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"FolderOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorTooManyRequestsOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorResourceNotFoundOutput","ofType":null}]},{"kind":"UNION","name":"CreateFolderUnion","description":"Result of mutation createFolder.\nOf type FolderOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"FolderOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorDuplicateNameOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorTooManyRequestsOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorNameBlacklistedCharactersOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorNameBlankOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorNameForbiddenOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorNameForwardSlashOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorNameLeadingOrTrailingSpaceOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorNameTrailingDotOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorNameTwoDotsInRowOutput","ofType":null}]},{"kind":"UNION","name":"UpdateFolderUnion","description":"Result from mutation updateFolder.\nOf type FolderOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"FolderOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorDuplicateNameOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorTooManyRequestsOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorNameBlacklistedCharactersOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorNameBlankOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorNameForbiddenOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorNameForwardSlashOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorNameLeadingOrTrailingSpaceOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorNameTrailingDotOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorNameTwoDotsInRowOutput","ofType":null}]},{"kind":"UNION","name":"DeleteFolderUnion","description":"Result from mutation deleteFolder.\nOf type DeleteFolderOutput in case of expected execution, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"DeleteFolderOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorTooManyRequestsOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorResourceNotFoundOutput","ofType":null}]},{"kind":"UNION","name":"GenerateMultiFolderDownloadLinkUnion","description":"Result of mutation GenerateMultiFolderDownloadLink.\nOf type MultiFolderDownloadLinkOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"MultiFolderDownloadLinkOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"FolderErrorResourceAccessDeniedOutput","ofType":null}]},{"kind":"ENUM","name":"AssetTypeEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"E57_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"BINZ_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"REVIT_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NWD_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"IFC_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"B2G_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"B2G_AUTO_REGISTRATION","description":null,"isDeprecated":true,"deprecationReason":"In favour of AUTOREGISTRATION_RESULT"},{"name":"AUTOREGISTRATION_RESULT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SCENE_EXPORT_RESULT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"COARSE_REGISTRATION_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LAS_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LGS_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LGSX_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"HSPC_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"OGC3DTILES_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"HXCP_PURCHASE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"OBJ_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GPR_SURVEY_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GLB_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GENERIC_SINGLE_FILE_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GENERIC_MULTI_FILE_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"VECTOR_OR_RASTER_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SHP_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GEOJSON_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GML_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"KML_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GEOTIFF_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"FUSION_COVERAGE_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UAV_IMAGES_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UAV_VIDEO_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"FBX_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DXF_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NOT_RECOGNIZED","description":null,"isDeprecated":true,"deprecationReason":"In favour of GENERIC_SINGLE_FILE_UPLOAD or GENERIC_MULTI_FILE_UPLOAD"},{"name":"NOT_SET","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CYCLONE_F360_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DBX_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"AssetOrderEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"MODIFIED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MODIFIED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SIZE_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SIZE_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ASSET_TYPE_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ASSET_TYPE_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"AssetVersionOrderEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CREATED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MODIFIED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MODIFIED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SIZE_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SIZE_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"VERSION_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"VERSION_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"UploadStatusEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"UPLOAD_NOT_STARTED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UPLOAD_IN_PROGRESS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UPLOAD_STALLED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UPLOAD_ALL_PARTS_CONFIRMED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UPLOAD_COMPLETE","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"AssetStatusEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ASSET_EMPTY","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ASSET_INCOMPLETE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ASSET_COMPLETE","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"FileOrderEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"MODIFIED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MODIFIED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SIZE_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SIZE_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"AutoRegistrationTypeEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"POINT_CLOUD","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"FilterAssetInput","description":null,"fields":null,"inputFields":[{"name":"byAssetType","description":null,"type":{"kind":"ENUM","name":"AssetTypeEnum","ofType":null},"defaultValue":null},{"name":"byAssetName","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"byGeoreferenceFlag","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"byAssetStatus","description":null,"type":{"kind":"ENUM","name":"AssetStatusEnum","ofType":null},"defaultValue":null},{"name":"byLabels","description":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"or","description":null,"type":{"kind":"INPUT_OBJECT","name":"FilterAssetOrInput","ofType":null},"defaultValue":null},{"name":"not","description":null,"type":{"kind":"INPUT_OBJECT","name":"FilterAssetNotInput","ofType":null},"defaultValue":null},{"name":"includeHidden","description":"false if not specified","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"FilterAssetOrInput","description":null,"fields":null,"inputFields":[{"name":"byAssetType","description":null,"type":{"kind":"ENUM","name":"AssetTypeEnum","ofType":null},"defaultValue":null},{"name":"byAssetStatus","description":null,"type":{"kind":"ENUM","name":"AssetStatusEnum","ofType":null},"defaultValue":null},{"name":"or","description":null,"type":{"kind":"INPUT_OBJECT","name":"FilterAssetOrInput","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"FilterAssetNotInput","description":null,"fields":null,"inputFields":[{"name":"byAssetType","description":null,"type":{"kind":"ENUM","name":"AssetTypeEnum","ofType":null},"defaultValue":null},{"name":"byAssetStatus","description":null,"type":{"kind":"ENUM","name":"AssetStatusEnum","ofType":null},"defaultValue":null},{"name":"not","description":null,"type":{"kind":"INPUT_OBJECT","name":"FilterAssetNotInput","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"FilterAssetVersionInput","description":null,"fields":null,"inputFields":[{"name":"byVersion","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"byAssetStatus","description":null,"type":{"kind":"ENUM","name":"AssetStatusEnum","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"FilterFileInput","description":null,"fields":null,"inputFields":[{"name":"byUploadStatus","description":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"ENUM","name":"UploadStatusEnum","ofType":null}},"defaultValue":null},{"name":"byFileName","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"byFileId","description":null,"type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateAssetInput","description":null,"fields":null,"inputFields":[{"name":"folderId","description":null,"type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"name","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"description","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"bbox","description":null,"type":{"kind":"INPUT_OBJECT","name":"AssetBBoxInput","ofType":null},"defaultValue":null},{"name":"assetType","description":null,"type":{"kind":"ENUM","name":"AssetTypeEnum","ofType":null},"defaultValue":null},{"name":"storageRegion","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"hidden","description":"false if not specified","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateAssetInputV3","description":null,"fields":null,"inputFields":[{"name":"folderId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"name","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"description","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"bbox","description":null,"type":{"kind":"INPUT_OBJECT","name":"AssetBBoxInput","ofType":null},"defaultValue":null},{"name":"assetType","description":null,"type":{"kind":"ENUM","name":"AssetTypeEnum","ofType":null},"defaultValue":null},{"name":"storageRegion","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"hidden","description":"false if not specified","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateAssetInput","description":"The assetType field is kept for backward-compatibility but intentionally ignored because changing\nthe asset type after creation can have serious consequences for the processing pipelines.","fields":null,"inputFields":[{"name":"groupedAssetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"assetType","description":null,"type":{"kind":"ENUM","name":"AssetTypeEnum","ofType":null},"defaultValue":null},{"name":"name","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"description","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"bbox","description":null,"type":{"kind":"INPUT_OBJECT","name":"AssetBBoxInput","ofType":null},"defaultValue":null},{"name":"hidden","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CopyAssetInput","description":null,"fields":null,"inputFields":[{"name":"groupedAssetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"folderId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MoveAssetInput","description":null,"fields":null,"inputFields":[{"name":"groupedAssetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"folderId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MultiGroupedAssetCopyInput","description":null,"fields":null,"inputFields":[{"name":"groupedAssetIdList","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null},{"name":"destinationFolderId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MultiGroupedAssetMoveInput","description":null,"fields":null,"inputFields":[{"name":"groupedAssetIdList","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null},{"name":"destinationFolderId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MultipartUploadUrlInput","description":null,"fields":null,"inputFields":[{"name":"fileId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"partNumber","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"md5","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MultipartUploadCompleteInput","description":null,"fields":null,"inputFields":[{"name":"fileId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"multipartUploadsETags","description":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MultipartUploadETagInput","ofType":null}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UploadedPartsInput","description":null,"fields":null,"inputFields":[{"name":"fileId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MultiAssetDownloadLinkInput","description":null,"fields":null,"inputFields":[{"name":"groupedAssetUUIDList","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null},{"name":"resultFileName","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AddFileInput","description":"fileName can be either:\n* the name of the file, e.g. SomeFile.e57\n* a relative path with file name, e.g. /folder1/folder2//SomeFile.e57\nRelative paths and special characthers are not supported","fields":null,"inputFields":[{"name":"fileName","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"fileSize","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"defaultValue":null},{"name":"groupedAssetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"version","description":"If version is greater than 1, correct fileToken should be specified as well.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"},{"name":"fileToken","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MultipartUploadETagInput","description":null,"fields":null,"inputFields":[{"name":"part","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"etag","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"PersistAssetInput","description":null,"fields":null,"inputFields":[{"name":"folderId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"groupedAssetOutput","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AssetTypeEnum","ofType":null}},"defaultValue":null},{"name":"name","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"description","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"thumbnailPath","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"bbox","description":null,"type":{"kind":"INPUT_OBJECT","name":"AssetBBoxInput","ofType":null},"defaultValue":null},{"name":"hidden","description":"false if not specified","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AssetBBoxInput","description":null,"fields":null,"inputFields":[{"name":"longitude","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"latitude","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"width","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"height","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CompleteAssetInput","description":null,"fields":null,"inputFields":[{"name":"groupedAssetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"version","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AssetPageInput","description":null,"fields":null,"inputFields":[{"name":"pageNumber","description":"Pages are 0-based so the first page is 0.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"pageSize","description":"Answers are limited to a fixed amount of 32 assets.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"pageOffset","description":"Optional offset when starting pagination, by default this is 0.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AssetVersionPageInput","description":null,"fields":null,"inputFields":[{"name":"pageNumber","description":"Pages are 0-based so the first page is 0.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":"0"},{"name":"pageSize","description":"Pages are limited to a fixed number of 32 versions.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":"10"}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"FilePageInput","description":null,"fields":null,"inputFields":[{"name":"pageNumber","description":"Pages are 0-based so the first page is 0.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"pageSize","description":"Answers are limited to a fixed amount of 32 files.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AutoRegistrationInput","description":"AUTO_REGISTRATION TRIGGERING\n* type:POINT_CLOUD\n* inputs: list of grouped Asset UUIDS","fields":null,"inputFields":[{"name":"type","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AutoRegistrationTypeEnum","ofType":null}},"defaultValue":null},{"name":"inputs","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AutoRegistrationContentInput","ofType":null}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AutoRegistrationInputV2","description":"AUTO_REGISTRATION TRIGGERING V2\n* inputs: list of grouped Asset UUIDS","fields":null,"inputFields":[{"name":"inputs","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AutoRegistrationContentInput","ofType":null}}},"defaultValue":null},{"name":"imageVersionOverrideMap","description":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DockerImageVersionOverrideInput","ofType":null}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AutoRegistrationContentInput","description":null,"fields":null,"inputFields":[{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SetAssetVersionInput","description":null,"fields":null,"inputFields":[{"name":"groupedAssetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"version","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteAssetVersionInput","description":null,"fields":null,"inputFields":[{"name":"groupedAssetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"version","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpgradeAssetInput","description":"Upgrade the specified grouped asset. If an expected current version is specified,\nthe operation will be aborted in case the current version does not match,\npreventing concurrent modifications.","fields":null,"inputFields":[{"name":"groupedAssetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"expectedCurrentVersion","description":"Optional: the version number the client expects to be the current latest.\nIf the actual current version differs, the operation will be aborted.\nThis implements optimistic concurrency control — the client declares\n\"I last saw version N, only upgrade if that is still the latest.\"","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ReprocessAssetInput","description":null,"fields":null,"inputFields":[{"name":"groupedAssetId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"version","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"imageVersionOverrideMap","description":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DockerImageVersionOverrideInput","ofType":null}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"BaseAssetErrorInterface","description":"Basic error interface all soft errors are implementing","fields":[{"name":"message","description":"A pseudo-user friendly explanation on what happened and how to fix the issue.\nThis will usually not be presented to the end user, but could be used as a fallback for backwards\ncompatibility in case the error __typename is not implemented yet on consumers.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AssetErrorDuplicateNameOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorTooManyRequestsOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotPossibleOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameBlacklistedCharactersOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameBlankOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameForbiddenOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameForwardSlashOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameLeadingOrTrailingSpaceOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameTrailingDotOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameTwoDotsInRowOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorFeatureNotAvailableOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorStorageLimitReachedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorProcessingLimitReachedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorDownloadLimitReachedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorGroupedAssetsNotUnderSameFolderOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorGroupedAssetRegistrationLimitOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorCoarseRegistrationLimitOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorCoarseRegistrationInputNotFound","ofType":null},{"kind":"OBJECT","name":"AssetErrorVersionNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorIllegalVersionDeleteOutput","ofType":null}]},{"kind":"ENUM","name":"JobTypeGQL","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"PROCESS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"FILE_UPLOAD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"FUSION_REGISTER","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"JobStatusGQL","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"STARTED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"COMPLETED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"FAILURE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"IN_PROGRESS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CANCELLED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SUBMITTED","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"JobDetailPageableGQL","description":null,"fields":null,"inputFields":[{"name":"pageNumber","description":"Pages are 0-based so the first page is 0.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"pageSize","description":"Answers are limited to a fixed amount of 32 jobs.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AssetCountFilterInput","description":null,"fields":null,"inputFields":[{"name":"byLabels","description":"Only count assets that have at least one of the given labels.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"JobPage","description":null,"fields":[{"name":"parentId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"_pageNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"_pageSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"JobSummaryGQL","description":null,"fields":[{"name":"parentId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"jobs","description":"Always returns empty list.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SummaryItemGQL","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SummaryItemGQL","description":null,"fields":[{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"JobType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"JobStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"JobStatus","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"QUEUED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SUBMITTED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"STARTED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"IN_PROGRESS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"COMPLETED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CANCELLED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TOO_MANY_RETRIES","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NOTHING_TO_DO","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"JobType","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"POINT_CLOUD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MESH","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PANORAMIC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"B2G","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CONVERT_TO_PTS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UNDEFINED","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"MultiGroupedAssetCopyOutput","description":null,"fields":[{"name":"contents","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"GroupedAssetCopyUnion","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MultiGroupedAssetMoveOutput","description":null,"fields":[{"name":"contents","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"GroupedAssetMoveUnion","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"GroupedAssetsOutput","description":null,"fields":[{"name":"contents","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"AssetUnion","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AssetVersionOutput","description":null,"fields":[{"name":"version","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"assetId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"assetStatus","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AssetStatusEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"assetSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdBy","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedBy","description":null,"args":[],"type":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedAt","description":null,"args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fileToken","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AssetVersionResultOutput","description":null,"fields":[{"name":"groupedAssetId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contents","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AssetVersionOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FileResultOutput","description":null,"fields":[{"name":"asset","description":null,"args":[],"type":{"kind":"OBJECT","name":"AssetOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"pageNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"appliedPagination","description":null,"args":[],"type":{"kind":"OBJECT","name":"FileAppliedPageOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"appliedFilters","description":null,"args":[],"type":{"kind":"OBJECT","name":"FileFilterAppliedOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":null,"args":[],"type":{"kind":"ENUM","name":"FileOrderEnum","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"contents","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"FileStatusOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FileStatusOutput","description":null,"fields":[{"name":"asset","description":null,"args":[],"type":{"kind":"OBJECT","name":"AssetOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"uploadStatus","description":null,"args":[],"type":{"kind":"ENUM","name":"UploadStatusEnum","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"files","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FileOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FileOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"asset","description":null,"args":[],"type":{"kind":"OBJECT","name":"AssetOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"path","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"assetPath","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"UploadStatusEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"fileSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"parts","description":null,"args":[],"type":{"kind":"OBJECT","name":"MultipartUploadPartsOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"uploadExpiration","description":null,"args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdBy","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"downloadLink","description":"The download link is generated on the fly and is valid for a limited time. It is not stored in the database.\nIf the user is not allowed to download the file, this field will be an empty string.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MultipartUploadPartsOutput","description":null,"fields":[{"name":"totalUploadedSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"uploadExpirationDate","description":null,"args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"multipartUploadsETags","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"MultipartUploadETagOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MultipartUploadETagOutput","description":null,"fields":[{"name":"etag","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"size","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"partNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MultipartUploadUrlOutput","description":null,"fields":[{"name":"fileId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"uploadUrl","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"expirationDate","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"partNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ExecutedOutput","description":null,"fields":[{"name":"executed","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AssetCountOutput","description":null,"fields":[{"name":"all","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"unassigned","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"GroupedAssetResultOutput","description":null,"fields":[{"name":"appliedPagination","description":null,"args":[],"type":{"kind":"OBJECT","name":"AssetAppliedPageOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"appliedFilters","description":null,"args":[],"type":{"kind":"OBJECT","name":"FilterAssetAppliedOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":null,"args":[],"type":{"kind":"ENUM","name":"AssetOrderEnum","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":null,"args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"contents","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"GroupedAssetOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FilterAssetAppliedOutput","description":null,"fields":[{"name":"byAssetType","description":null,"args":[],"type":{"kind":"ENUM","name":"AssetTypeEnum","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"byAssetName","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"byGeoreferenceFlag","description":null,"args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"byAssetStatus","description":null,"args":[],"type":{"kind":"ENUM","name":"AssetStatusEnum","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"byLabels","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"or","description":null,"args":[],"type":{"kind":"OBJECT","name":"FilterAssetOrOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"not","description":null,"args":[],"type":{"kind":"OBJECT","name":"FilterAssetNotOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"includeHidden","description":null,"args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FilterAssetOrOutput","description":null,"fields":[{"name":"byAssetType","description":null,"args":[],"type":{"kind":"ENUM","name":"AssetTypeEnum","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"byAssetStatus","description":null,"args":[],"type":{"kind":"ENUM","name":"AssetStatusEnum","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"or","description":null,"args":[],"type":{"kind":"OBJECT","name":"FilterAssetOrOutput","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FilterAssetNotOutput","description":null,"fields":[{"name":"byAssetType","description":null,"args":[],"type":{"kind":"ENUM","name":"AssetTypeEnum","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"byAssetStatus","description":null,"args":[],"type":{"kind":"ENUM","name":"AssetStatusEnum","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"not","description":null,"args":[],"type":{"kind":"OBJECT","name":"FilterAssetNotOutput","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FileFilterAppliedOutput","description":null,"fields":[{"name":"byUploadStatus","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"ENUM","name":"UploadStatusEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"byFileName","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AssetAppliedPageOutput","description":null,"fields":[{"name":"pageNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageOffset","description":null,"args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FileAppliedPageOutput","description":null,"fields":[{"name":"pageNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AssetBBoxOutput","description":null,"fields":[{"name":"latitude","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"longitude","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"width","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"height","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MultiAssetDownloadLinkOutput","description":null,"fields":[{"name":"multiAssetDownloadLink","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeleteAssetOutput","description":null,"fields":[{"name":"success","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CompleteAssetOutput","description":null,"fields":[{"name":"success","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeleteAssetVersionOutput","description":null,"fields":[{"name":"success","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ReprocessAssetOutput","description":null,"fields":[{"name":"success","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AssetErrorDuplicateNameOutput","description":"An asset with the given name already exists at the same level.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAssetErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AssetErrorTooManyRequestsOutput","description":"The system is receiving too many requests. Try again later.\nThis error will no longer occur but preserved for backward-compatibility.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAssetErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AssetErrorOperationNotAllowedOutput","description":"Access to the requested action denied. You do not have the required rights or your authentication token is incorrect.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAssetErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AssetErrorOperationNotPossibleOutput","description":"Operation cannot be performed due to a generic issue (e.g. a field being null in the DB or\nsomething being wrong with the input)","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAssetErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AssetErrorResourceNotFoundOutput","description":"Operation cannot be performed because a resource was not found in DB or cache","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAssetErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AssetErrorResourceAccessDeniedOutput","description":"Access to a requested resource denied.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAssetErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AssetErrorNameBlacklistedCharactersOutput","description":"The given name contains one or more blacklisted characters.\nBlacklisted characters are:\n\n<,>,:,|,?,*,\",\\","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAssetErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AssetErrorNameBlankOutput","description":"The given name is blank (empty, only spaces or null).","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAssetErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AssetErrorNameForbiddenOutput","description":"The given name is a forbidden name with any capitalisation and any extension.\nForbidden names are:\n\n\"CON\", \"PRN\", \"AUX\", \"NUL\",\n\"COM1\", \"COM2\", \"COM3\", \"COM4\", \"COM5\", \"COM6\", \"COM7\", \"COM8\", \"COM9\",\n\"LPT1\", \"LPT2\", \"LPT3\", \"LPT4\", \"LPT5\", \"LPT6\", \"LPT7\", \"LPT8\", \"LPT9\"","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAssetErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AssetErrorNameForwardSlashOutput","description":"The given name contains a forward slash.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAssetErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AssetErrorNameLeadingOrTrailingSpaceOutput","description":"The given name contains a leading or trailing space.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAssetErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AssetErrorNameTrailingDotOutput","description":"The given name contains a trailing dot.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAssetErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AssetErrorNameTwoDotsInRowOutput","description":"The given name contains two dots in a row.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAssetErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AssetErrorFeatureNotAvailableOutput","description":"The requested feature is not available.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAssetErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AssetErrorStorageLimitReachedOutput","description":"The action is not possible because the storage limit has been reached.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAssetErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AssetErrorProcessingLimitReachedOutput","description":"The action is not possible because the processing limit has been reached.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAssetErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AssetErrorDownloadLimitReachedOutput","description":"The action is not possible because the download limit has been reached.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAssetErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AssetErrorGroupedAssetsNotUnderSameFolderOutput","description":"The action is not possible because grouped assets are not under the same folder.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAssetErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AssetErrorGroupedAssetRegistrationLimitOutput","description":"The action is not possible because the asset number for autoregistration exceeds limit.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAssetErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AssetErrorCoarseRegistrationLimitOutput","description":"The action is not possible because there are too many coarse registration jsons.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAssetErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AssetErrorCoarseRegistrationInputNotFound","description":"The action is not possible because there is no coarse registration json present.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAssetErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AssetErrorVersionNotFoundOutput","description":"The combination of groupedAssetId and version number is wrong.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAssetErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AssetErrorIllegalVersionDeleteOutput","description":"The version is not allowed to be deleted (default or only version of the grouped asset).","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseAssetErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ErrorVersionUpgradeFailedOutput","description":"The upgrade failed because the expected current version does not match the actual\ncurrent version. This typically means another client has performed an upgrade\nin the meantime (concurrent modification).","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"actualCurrentVersion","description":"The actual current version of the grouped asset at the time of the attempted upgrade.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"groupedAssetId","description":"The ID of the grouped asset that was targeted.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AssetThumbnailOutput","description":null,"fields":[{"name":"uploadUrl","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"path","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeleteAssetThumbnailOutput","description":null,"fields":[{"name":"success","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"AssetUnion","description":"Result of query asset.\nOf type GroupedAssetOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"GroupedAssetOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorTooManyRequestsOutput","ofType":null}]},{"kind":"UNION","name":"GroupedAssetCopyUnion","description":"Result of query asset.\nOf type GroupedAssetOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"GroupedAssetOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorDuplicateNameOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotPossibleOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ErrorCrossAccountOperationNotAllowedOutput","ofType":null}]},{"kind":"UNION","name":"GroupedAssetMoveUnion","description":"Result of query asset.\nOf type GroupedAssetOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"GroupedAssetOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorDuplicateNameOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotPossibleOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"ErrorCrossAccountOperationNotAllowedOutput","ofType":null}]},{"kind":"UNION","name":"AssetsUnion","description":"Result of query assets.\nOf type GroupedAssetsOutput in case of success, otherwise an access error.\nGroupedAssetsOutput can be a mix of GroupedAssetOutput and errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"GroupedAssetsOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"UNION","name":"AssetsInFolderUnion","description":"Result of query assetsInFolder.\nOf type FolderOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"FolderOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"UNION","name":"AssetsInAccountUnion","description":"Result of query assetsInAccount.\nOf type GroupedAssetResultOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"GroupedAssetResultOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"UNION","name":"PersistAssetUnion","description":"Result of mutation persistAsset.\nOf type GroupedAssetOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"GroupedAssetOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorTooManyRequestsOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameBlacklistedCharactersOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameBlankOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameForbiddenOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameForwardSlashOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameLeadingOrTrailingSpaceOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameTrailingDotOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameTwoDotsInRowOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorDuplicateNameOutput","ofType":null}]},{"kind":"UNION","name":"CreateAssetUnion","description":"Result of mutation createAsset.\nOf type GroupedAssetOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"GroupedAssetOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorTooManyRequestsOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameBlacklistedCharactersOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameBlankOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameForbiddenOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameForwardSlashOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameLeadingOrTrailingSpaceOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameTrailingDotOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameTwoDotsInRowOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorDuplicateNameOutput","ofType":null}]},{"kind":"UNION","name":"UpdateAssetUnion","description":"Result of mutation updateAsset.\nOf type GroupedAssetOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"GroupedAssetOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorTooManyRequestsOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameBlacklistedCharactersOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameBlankOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameForbiddenOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameForwardSlashOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameLeadingOrTrailingSpaceOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameTrailingDotOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameTwoDotsInRowOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorDuplicateNameOutput","ofType":null}]},{"kind":"UNION","name":"DeleteAssetUnion","description":"Result of mutation deleteAsset.\nOf type DeleteAssetOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"DeleteAssetOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorTooManyRequestsOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceNotFoundOutput","ofType":null}]},{"kind":"UNION","name":"CopyAssetToFolderUnion","description":"Result of mutation copyAssetToFolder.\nOf type GroupedAssetOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"GroupedAssetOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorTooManyRequestsOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorStorageLimitReachedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorDuplicateNameOutput","ofType":null},{"kind":"OBJECT","name":"ErrorCrossAccountOperationNotAllowedOutput","ofType":null}]},{"kind":"UNION","name":"MultiGroupedAssetCopyUnion","description":"Result of mutation copyMultiGroupedAssetsToFolder.\nOf type MultiGroupedAssetCopyOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"MultiGroupedAssetCopyOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorStorageLimitReachedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceNotFoundOutput","ofType":null}]},{"kind":"UNION","name":"MultiGroupedAssetMoveUnion","description":"Result of mutation moveMultiGroupedAssetsToFolder.\nOf type MultiGroupedAssetMoveOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"MultiGroupedAssetMoveOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorStorageLimitReachedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceNotFoundOutput","ofType":null}]},{"kind":"UNION","name":"MoveAssetToFolderUnion","description":"Result of mutation moveAssetToFolder.\nOf type GroupedAssetOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"GroupedAssetOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorTooManyRequestsOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorDuplicateNameOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorStorageLimitReachedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorCrossAccountOperationNotAllowedOutput","ofType":null}]},{"kind":"UNION","name":"CreateAssetThumbnailUnion","description":"Result of mutation createAssetThumbnail.\nOf type AssetThumbnailOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AssetThumbnailOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorTooManyRequestsOutput","ofType":null}]},{"kind":"UNION","name":"DeleteAssetThumbnailUnion","description":"Result of mutation deleteAssetThumbnail.\nOf type DeleteAssetThumbnailOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"DeleteAssetThumbnailOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorTooManyRequestsOutput","ofType":null}]},{"kind":"UNION","name":"AutoRegisterAssetsUnion","description":"Result of mutation autoRegisterAssets.\nOf type GroupedAssetOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"GroupedAssetOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorFeatureNotAvailableOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorTooManyRequestsOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameBlacklistedCharactersOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameBlankOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameForbiddenOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameForwardSlashOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameLeadingOrTrailingSpaceOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameTrailingDotOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameTwoDotsInRowOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorDuplicateNameOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorProcessingLimitReachedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorStorageLimitReachedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorGroupedAssetRegistrationLimitOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorCoarseRegistrationLimitOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorGroupedAssetsNotUnderSameFolderOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorCoarseRegistrationInputNotFound","ofType":null}]},{"kind":"UNION","name":"GenerateMultiAssetDownloadLinkUnion","description":"Result of mutation GenerateMultiAssetDownloadLink.\nOf type MultiAssetDownloadLinkOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"MultiAssetDownloadLinkOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorDownloadLimitReachedOutput","ofType":null}]},{"kind":"UNION","name":"AddFileUnion","description":"Result of mutation addFile.\nOf type MultiAssetDownloadLinkOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"FileOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameBlacklistedCharactersOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameBlankOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameForbiddenOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameLeadingOrTrailingSpaceOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameTrailingDotOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorNameTwoDotsInRowOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorStorageLimitReachedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorVersionNotFoundOutput","ofType":null}]},{"kind":"UNION","name":"MultipartUploadUrlUnion","description":"Result of mutation getMultipartUploadURL.\nOf type MultipartUploadUrlOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"MultipartUploadUrlOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorStorageLimitReachedOutput","ofType":null}]},{"kind":"UNION","name":"UpgradeAssetUnion","description":"Result of mutation upgradeAsset.\nOf type AssetVersionOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AssetVersionOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotPossibleOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceAccessDeniedOutput","ofType":null}]},{"kind":"UNION","name":"UpgradeAssetUnionV2","description":"Result of mutation upgradeAssetV2.\nOf type AssetVersionOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AssetVersionOutput","ofType":null},{"kind":"OBJECT","name":"ErrorVersionUpgradeFailedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorOperationNotPossibleOutput","ofType":null},{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorStorageLimitReachedOutput","ofType":null}]},{"kind":"UNION","name":"CompleteAssetUnion","description":"Result of mutation completeAsset.\nOf type CompleteAssetOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"CompleteAssetOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorVersionNotFoundOutput","ofType":null}]},{"kind":"UNION","name":"SetAssetVersionUnion","description":"Result of mutation setAssetVersion.\nOf type GroupedAssetOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"GroupedAssetOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorVersionNotFoundOutput","ofType":null}]},{"kind":"UNION","name":"DeleteAssetVersionUnion","description":"Result of mutation deleteAsset.\nOf type DeleteAssetVersionOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"DeleteAssetVersionOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorVersionNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorIllegalVersionDeleteOutput","ofType":null}]},{"kind":"UNION","name":"ReprocessAssetUnion","description":"Result of mutation reprocessAsset.\nOf type ReprocessAssetOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ReprocessAssetOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorVersionNotFoundOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorOperationNotPossibleOutput","ofType":null},{"kind":"OBJECT","name":"AssetErrorResourceNotFoundOutput","ofType":null}]},{"kind":"ENUM","name":"GeoreferencedArtifactTypeEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"MESH","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"POINT_CLOUD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PANORAMIC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"IMAGE_2D_ORTHO","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LIDAR","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ParentTypeEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"GROUPED_ASSET","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateGroupedAssetGeoreferenceInput","description":null,"fields":null,"inputFields":[{"name":"parentId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"name","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"flattenEnabled","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null},{"name":"flattenScale","description":null,"type":{"kind":"SCALAR","name":"Float","ofType":null},"defaultValue":null},{"name":"visible","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"GroupedAssetGeoreferenceVisibilityInput","ofType":null}}}},"defaultValue":null},{"name":"latitude","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"longitude","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"altitude","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"pitch","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"yaw","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"roll","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"anchorX","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"anchorY","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"anchorZ","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"scaleX","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"scaleY","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"scaleZ","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateGroupedAssetGeoreferenceInput","description":null,"fields":null,"inputFields":[{"name":"georeferenceId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"parentId","description":null,"type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"name","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"visible","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"GroupedAssetGeoreferenceVisibilityInput","ofType":null}}}},"defaultValue":null},{"name":"flattenEnabled","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null},{"name":"flattenScale","description":null,"type":{"kind":"SCALAR","name":"Float","ofType":null},"defaultValue":null},{"name":"latitude","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"longitude","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"altitude","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"pitch","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"yaw","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"roll","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"anchorX","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"anchorY","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"anchorZ","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"scaleX","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"scaleY","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"scaleZ","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"GroupedAssetGeoreferenceVisibilityInput","description":null,"fields":null,"inputFields":[{"name":"type","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"GeoreferencedArtifactTypeEnum","ofType":null}},"defaultValue":null},{"name":"visible","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"GeoreferencePaginationInput","description":null,"fields":null,"inputFields":[{"name":"pageNumber","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"pageSize","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"GroupedAssetGeoreferenceOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"parentId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"parentType","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ParentTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"artifacts","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"GeoreferenceArtifactResultOutput","ofType":null}}}},"isDeprecated":true,"deprecationReason":"No longer supported, in favor of `visibleArtifacts`. Termination planned for 2026-02-01."},{"name":"visibleArtifacts","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ArtifactItemOutput","ofType":null}}}},"isDeprecated":true,"deprecationReason":"No longer supported, in favour of field `visibleArtifactPayloadsV2`, termination planned for 2028-09-30."},{"name":"visibleArtifactPayloads","description":"Payloads of the artifacts from the grouped asset that are visible in this georeference. Each visible\nartifact contributes one payload: the preferred one among its addresses, preferring a streamable\naddress, then a visualizable one, then a downloadable one.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ArtifactPayloadOutput","ofType":null}}}},"isDeprecated":true,"deprecationReason":"No longer supported, in favour of field `visibleArtifactPayloadsV2`, termination planned for 2026-09-30."},{"name":"visibleArtifactPayloadsV2","description":"Payloads of the artifacts from the grouped asset that are visible in this georeference, one entry per\nvisible artifact. Every payload of an artifact is available, so the client picks the address it needs\ninstead of being handed a single preferred one.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"VisibleArtifactPayloadsOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"flattenEnabled","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"flattenScale","description":null,"args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"latitude","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"longitude","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"altitude","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pitch","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"yaw","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"roll","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"anchorX","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"anchorY","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"anchorZ","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"scaleX","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"scaleY","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"scaleZ","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"GroupedAssetGeoreferenceResultsOutput","description":null,"fields":[{"name":"pageNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"appliedPagination","description":null,"args":[],"type":{"kind":"OBJECT","name":"GeoreferenceAppliedPaginationOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"contents","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"GroupedAssetGeoreferenceOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"GeoreferenceAppliedPaginationOutput","description":null,"fields":[{"name":"pageNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UcsOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"orderNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedAt","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"data","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UcsDataOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UcsDataOutput","description":null,"fields":[{"name":"isActive","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"wellKnownText","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"translation","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Vector3Output","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"rotation","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"QuaternionOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"QuaternionOutput","description":null,"fields":[{"name":"u","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"v","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"w","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"scalar","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ProjectOrderEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"MODIFIED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MODIFIED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ProjectsOrderEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"MODIFIED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MODIFIED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"GetProjectsInput","description":null,"fields":null,"inputFields":[{"name":"paging","description":null,"type":{"kind":"INPUT_OBJECT","name":"ProjectPageInput","ofType":null},"defaultValue":null},{"name":"filter","description":null,"type":{"kind":"INPUT_OBJECT","name":"FilterProjectInput","ofType":null},"defaultValue":null},{"name":"orderBy","description":null,"type":{"kind":"ENUM","name":"ProjectOrderEnum","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ProjectsInput","description":null,"fields":null,"inputFields":[{"name":"pagination","description":null,"type":{"kind":"INPUT_OBJECT","name":"ProjectsPaginationInput","ofType":null},"defaultValue":null},{"name":"filter","description":null,"type":{"kind":"INPUT_OBJECT","name":"ProjectsFilterInput","ofType":null},"defaultValue":null},{"name":"orderBy","description":null,"type":{"kind":"ENUM","name":"ProjectsOrderEnum","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ProjectsFilterInput","description":null,"fields":null,"inputFields":[{"name":"byProjectName","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"byOwnedBy","description":null,"type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"byCreatedAt","description":null,"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateProjectInput","description":null,"fields":null,"inputFields":[{"name":"name","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"description","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"latitude","description":null,"type":{"kind":"SCALAR","name":"Float","ofType":null},"defaultValue":null},{"name":"longitude","description":null,"type":{"kind":"SCALAR","name":"Float","ofType":null},"defaultValue":null},{"name":"defaultStorageRegion","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateProjectInput","description":null,"fields":null,"inputFields":[{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"name","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"description","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"latitude","description":null,"type":{"kind":"SCALAR","name":"Float","ofType":null},"defaultValue":null},{"name":"longitude","description":null,"type":{"kind":"SCALAR","name":"Float","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"FilterProjectInput","description":null,"fields":null,"inputFields":[{"name":"byProjectName","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"byOwnedBy","description":null,"type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"byCreatedAt","description":null,"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateDemoProjectInput","description":null,"fields":null,"inputFields":[{"name":"projectUuid","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"isDemoProject","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ProjectPageInput","description":null,"fields":null,"inputFields":[{"name":"pageNumber","description":"Pages are 0-based so the first page is 0.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"pageSize","description":"Answers are limited to a fixed amount of 32 projects.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ProjectsPaginationInput","description":null,"fields":null,"inputFields":[{"name":"pageNumber","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"pageSize","description":"Must be between 1 and 32 (inclusive).","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ProjectThumbnailInput","description":null,"fields":null,"inputFields":[{"name":"projectUUID","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"BaseProjectErrorInterface","description":"Basic error interface all soft errors are implementing","fields":[{"name":"message","description":"A pseudo-user friendly explanation on what happened and how to fix the issue.\nThis will usually not be presented to the end user, but could be used as a fallback for backwards\ncompatibility in case the error __typename is not implemented yet on consumers.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProjectErrorDuplicateNameOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorTooManyRequestsOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorResourceAccessDeniedForTargetUserOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorNameBlacklistedCharactersOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorNameBlankOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorNameForbiddenOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorNameForwardSlashOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorNameLeadingOrTrailingSpaceOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorNameTrailingDotOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorNameTwoDotsInRowOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorInvalidInputOutput","ofType":null}]},{"kind":"INTERFACE","name":"BaseProjectsErrorInterface","description":"Basic error interface all soft errors are implementing","fields":[{"name":"message","description":"A pseudo-user friendly explanation on what happened and how to fix the issue.\nThis will usually not be presented to the end user, but could be used as a fallback for backwards\ncompatibility in case the error __typename is not implemented yet on consumers.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProjectsErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"OBJECT","name":"ProjectErrorDuplicateNameOutput","description":"NO LONGER USED","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseProjectErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectErrorTooManyRequestsOutput","description":"The system is receiving too many requests. Try again later.\nThis error will no longer occur but preserved for backward-compatibility.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseProjectErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectErrorOperationNotAllowedOutput","description":"Access to the requested action denied. You do not have the required rights or your authentication token is incorrect.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseProjectErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectErrorResourceAccessDeniedOutput","description":"Access to a requested resource denied.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseProjectErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectErrorResourceAccessDeniedForTargetUserOutput","description":"Access to a requested resource denied for the target user.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseProjectErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectErrorNameBlacklistedCharactersOutput","description":"The given name contains one or more blacklisted characters.\nBlacklisted characters are:\n\n<,>,:,|,?,*,\",\\","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseProjectErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectErrorNameBlankOutput","description":"The given name is blank (empty, only spaces or null).","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseProjectErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectErrorNameForbiddenOutput","description":"The given name is a forbidden name with any capitalisation and any extension.\nForbidden names are:\n\n\"CON\", \"PRN\", \"AUX\", \"NUL\",\n\"COM1\", \"COM2\", \"COM3\", \"COM4\", \"COM5\", \"COM6\", \"COM7\", \"COM8\", \"COM9\",\n\"LPT1\", \"LPT2\", \"LPT3\", \"LPT4\", \"LPT5\", \"LPT6\", \"LPT7\", \"LPT8\", \"LPT9\"","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseProjectErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectErrorNameForwardSlashOutput","description":"The given name contains a forward slash.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseProjectErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectErrorNameLeadingOrTrailingSpaceOutput","description":"The given name contains a leading or trailing space.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseProjectErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectErrorNameTrailingDotOutput","description":"The given name contains a trailing dot.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseProjectErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectErrorNameTwoDotsInRowOutput","description":"The given name contains two dots in a row.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseProjectErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectErrorInvalidInputOutput","description":"Invalid input.\nThis is used when there is no more descriptive ProjectError that can be used to describe the invalid input.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseProjectErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectsErrorOperationNotAllowedOutput","description":"Access to the requested action denied. You do not have the required rights or your authentication token is incorrect.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseProjectsErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectResultOutput","description":null,"fields":[{"name":"pageNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"appliedPagination","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProjectAppliedPageOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"appliedFilters","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FilterProjectAppliedOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ProjectOrderEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contents","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProjectOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectsResultOutput","description":null,"fields":[{"name":"appliedPagination","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProjectsAppliedPaginationOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"appliedFilter","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProjectsAppliedFilterOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"appliedOrderBy","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ProjectsOrderEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contents","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProjectOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DemoProjectResultOutput","description":null,"fields":[{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contents","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DemoProjectOutput","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DemoProjectOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"ownedBy","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FilterProjectAppliedOutput","description":null,"fields":[{"name":"byProjectName","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"byOwnedBy","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"byCreatedAt","description":null,"args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectAppliedPageOutput","description":null,"fields":[{"name":"pageNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectsAppliedPaginationOutput","description":null,"fields":[{"name":"pageNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectsAppliedFilterOutput","description":null,"fields":[{"name":"byProjectName","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"byOwnedBy","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"byCreatedAt","description":null,"args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeleteProjectOutput","description":null,"fields":[{"name":"success","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeleteProjectThumbnailOutput","description":null,"fields":[{"name":"success","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectThumbnailOutput","description":null,"fields":[{"name":"uploadUrl","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"path","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"ProjectUnion","description":"Result of query project.\nOf type ProjectOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProjectOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorTooManyRequestsOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorResourceAccessDeniedOutput","ofType":null}]},{"kind":"UNION","name":"ProjectsUnion","description":"Result of query projects.\nOf type ProjectResultOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProjectResultOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorTooManyRequestsOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"UNION","name":"ProjectsUnionV2","description":"Result of projectsV2 query.\nOf type ProjectResultOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProjectsResultOutput","ofType":null},{"kind":"OBJECT","name":"ProjectsErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"UNION","name":"ProjectsOfUserUnion","description":"Result of projectsOfUser query.\nOf type ProjectsResultOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProjectsResultOutput","ofType":null},{"kind":"OBJECT","name":"ProjectsErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorInvalidInputOutput","ofType":null}]},{"kind":"UNION","name":"ProjectsOfAccountUnion","description":"Result of projectsOfAccount query.\nOf type ProjectsResultOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProjectsResultOutput","ofType":null},{"kind":"OBJECT","name":"ProjectsErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorInvalidInputOutput","ofType":null}]},{"kind":"UNION","name":"ProjectsOfTenantUnion","description":"Result of projectsOfTenant query.\nOf type ProjectsResultOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProjectsResultOutput","ofType":null},{"kind":"OBJECT","name":"ProjectsErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorInvalidInputOutput","ofType":null}]},{"kind":"UNION","name":"SearchProjectUnion","description":"Result of query searchProject.\nOf type SearchOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SearchOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorTooManyRequestsOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorResourceAccessDeniedOutput","ofType":null}]},{"kind":"UNION","name":"CreateProjectUnion","description":"Result of mutation createProject.\nOf type ProjectOutput in case of success, otherwise one of the errors.\n\nProjectErrorDuplicateNameOutput is no longer used","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProjectOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorTooManyRequestsOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorInvalidInputOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorNameBlacklistedCharactersOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorNameBlankOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorNameForbiddenOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorNameForwardSlashOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorNameLeadingOrTrailingSpaceOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorNameTrailingDotOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorNameTwoDotsInRowOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorDuplicateNameOutput","ofType":null}]},{"kind":"UNION","name":"UpdateProjectUnion","description":"Result of mutation updateProject.\nOf type ProjectOutput in case of success, otherwise one of the errors.\n\nProjectErrorDuplicateNameOutput is not longer used","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProjectOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorTooManyRequestsOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorInvalidInputOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorNameBlacklistedCharactersOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorNameBlankOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorNameForbiddenOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorNameForwardSlashOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorNameLeadingOrTrailingSpaceOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorNameTrailingDotOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorNameTwoDotsInRowOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorDuplicateNameOutput","ofType":null}]},{"kind":"UNION","name":"DeleteProjectUnion","description":"Result of mutation deleteProject.\nOf type DeleteProjectOutput in case of expected behaviour, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"DeleteProjectOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorTooManyRequestsOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorResourceAccessDeniedOutput","ofType":null}]},{"kind":"UNION","name":"DeleteProjectThumbnailUnion","description":"Result of mutation deleteProjectThumbnail.\nOf type DeleteProjectThumbnailOutput in case of expected behaviour, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"DeleteProjectThumbnailOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorTooManyRequestsOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorResourceAccessDeniedOutput","ofType":null}]},{"kind":"UNION","name":"UploadThumbnailToProjectUnion","description":"Result of mutation uploadThumbnailToProject.\nOf type ProjectThumbnailOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProjectThumbnailOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorTooManyRequestsOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorResourceAccessDeniedOutput","ofType":null}]},{"kind":"UNION","name":"SimpleUserProfileUnion","description":"Result of query for a member of a project.\nOf type SimpleUserProfileOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorResourceAccessDeniedForTargetUserOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"UNION","name":"UpdateDemoProjectStatusUnion","description":"Result of query for a member of a project.\nOf type ProjectOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProjectOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorResourceAccessDeniedOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"UNION","name":"DemoProjectsUnion","description":"Result of query for demo projects.\nOf type DemoProjectResultOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"DemoProjectResultOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ProjectErrorResourceAccessDeniedOutput","ofType":null}]},{"kind":"INPUT_OBJECT","name":"ReplayDlqMessagesInput","description":null,"fields":null,"inputFields":[{"name":"from","description":"Must be set if messageIds is not set or empty.\nOnly include messages received at or after this time.","type":{"kind":"SCALAR","name":"DateTime","ofType":null},"defaultValue":null},{"name":"to","description":"Must be set if messageIds is not set or empty\nOnly include messages received before or at this time.","type":{"kind":"SCALAR","name":"DateTime","ofType":null},"defaultValue":null},{"name":"messageClassFilter","description":"Only include messages of which the class name match this value exactly.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"sendToQueueOverride","description":"Override which queue(s) to send the messages to\n(e.g. because the original message was sent to a topic, but only one of the receivers failed)\nIf null or an empty list, the message is sent to the recourse it was originally sent to.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"messageIds","description":"If set and not empty, all other filters (including from and to) are ignored","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"delayBetweenMessagesInMillis","description":"The amount of time between sending each message.\nThere is no delay if not set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"messagesSentLimit","description":"Limit the maximum amount of messages sent.\nIf not all messages matching the filters are sent,\nthe exact same query can be called again to send the next batch,\nas previously sent messages are skipped.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"note","description":"Optional note to be stored with the replayed messages for tracking purposes.\nE.g. a ticket number or some special circumstances.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ResolveDlqMessagesInput","description":null,"fields":null,"inputFields":[{"name":"from","description":"Must be set if messageIds is not set or empty.\nOnly include messages received at or after this time.","type":{"kind":"SCALAR","name":"DateTime","ofType":null},"defaultValue":null},{"name":"to","description":"Must be set if messageIds is not set or empty\nOnly include messages received before or at this time.","type":{"kind":"SCALAR","name":"DateTime","ofType":null},"defaultValue":null},{"name":"messageClassFilter","description":"Only include messages of which the class name match this value exactly.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"messageIds","description":"If set and not empty, all other filters (including from and to) are ignored","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"note","description":"Note to be stored with the resolved messages for tracking purposes.\nE.g. a ticket number or some special circumstances.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ReplayDlqMessagesOutput","description":null,"fields":[{"name":"successfulReplays","description":"Messages that were sent successfully.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"failedReplays","description":"Messages that matched the filter, but were not sent.\ne.g. because sent_to_resource is null or replayed_on is not null","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ResolveDlqMessagesOutput","description":null,"fields":[{"name":"messagesResolved","description":"The amount of messages that were marked as resolved.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"messagesSkipped","description":"The amount of messages that matched the filter, but were not updated.\ne.g. because they were already resolved.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"ReplayDlqMessagesUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ReplayDlqMessagesOutput","ofType":null},{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorInputValidationFailedOutput","ofType":null}]},{"kind":"UNION","name":"ResolveDlqMessagesUnion","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ResolveDlqMessagesOutput","ofType":null},{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorInputValidationFailedOutput","ofType":null}]},{"kind":"ENUM","name":"TourOrderEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CREATED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MODIFIED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MODIFIED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateGroupedAssetTourThumbnailInput","description":null,"fields":null,"inputFields":[{"name":"groupedAssetId","description":"Asset ID","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"tourId","description":"Tour ID","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteGroupedAssetTourThumbnailInput","description":null,"fields":null,"inputFields":[{"name":"groupedAssetId","description":"Asset ID","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"tourId","description":"Tour ID","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TourPageInput","description":null,"fields":null,"inputFields":[{"name":"pageNumber","description":"Page number","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"pageSize","description":"Page size","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TourFilterInput","description":null,"fields":null,"inputFields":[{"name":"byName","description":"By name","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TourInput","description":null,"fields":null,"inputFields":[{"name":"filter","description":null,"type":{"kind":"INPUT_OBJECT","name":"TourFilterInput","ofType":null},"defaultValue":null},{"name":"orderBy","description":null,"type":{"kind":"ENUM","name":"TourOrderEnum","ofType":null},"defaultValue":null},{"name":"paging","description":null,"type":{"kind":"INPUT_OBJECT","name":"TourPageInput","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"GetGroupedAssetTourInput","description":null,"fields":null,"inputFields":[{"name":"groupedAssetId","description":"Asset ID","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"tourId","description":"Tour ID","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateGroupedAssetTourInput","description":null,"fields":null,"inputFields":[{"name":"groupedAssetId","description":"Grouped asset ID","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"name","description":"Name","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"description","description":"Description","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"tension","description":"Path tension","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"closed","description":"Closed","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"keyframes","description":"Keyframes","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"GroupedAssetTourKeyframeCreateTourInput","ofType":null}}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateGroupedAssetTourInput","description":null,"fields":null,"inputFields":[{"name":"groupedAssetId","description":"Asset ID","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"tourId","description":"Tour ID","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"name","description":"Name","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"duration","description":"Duration","type":{"kind":"SCALAR","name":"Float","ofType":null},"defaultValue":null},{"name":"description","description":"Description","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"tension","description":"Path tension","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"closed","description":"Closed","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteGroupedAssetTourInput","description":null,"fields":null,"inputFields":[{"name":"groupedAssetId","description":"Asset ID","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"tourId","description":"Tour ID","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"GroupedAssetPropertiesInput","description":null,"fields":null,"inputFields":[{"name":"visibleLabelAnnotations","description":"Visible label annotations","type":{"kind":"LIST","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"visibleMeasurementAnnotations","description":"Visible measurement annotations","type":{"kind":"LIST","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"selectedLimitingBoxAnnotation","description":"Visible limiting box annotations","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"visibleArtifacts","description":"Visible artifacts","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"GroupedAssetPropertiesUpdateInput","description":null,"fields":null,"inputFields":[{"name":"visibleLabelAnnotations","description":"Visible label annotations","type":{"kind":"LIST","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"visibleMeasurementAnnotations","description":"Visible measurement annotations","type":{"kind":"LIST","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"selectedLimitingBoxAnnotation","description":"Selected limiting box annotations","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"visibleArtifacts","description":"Visible artifacts","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"GroupedAssetPropertiesCreateTourInput","description":null,"fields":null,"inputFields":[{"name":"visibleLabelAnnotations","description":"Visible label annotations","type":{"kind":"LIST","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"visibleMeasurementAnnotations","description":"Visible measurement annotations","type":{"kind":"LIST","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"selectedLimitingBoxAnnotation","description":"Visible limiting box annotations","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"visibleArtifacts","description":"Visible artifacts","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TourCameraViewpointInput","description":null,"fields":null,"inputFields":[{"name":"eyePosition","description":"Eye position","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Vector3Input","ofType":null}},"defaultValue":null},{"name":"forward","description":"Forward","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Vector3Input","ofType":null}},"defaultValue":null},{"name":"up","description":"Up","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Vector3Input","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TourCameraViewpointUpdateInput","description":null,"fields":null,"inputFields":[{"name":"eyePosition","description":"Eye position","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Vector3Input","ofType":null}},"defaultValue":null},{"name":"forward","description":"Forward","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Vector3Input","ofType":null}},"defaultValue":null},{"name":"up","description":"Up","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Vector3Input","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TourCameraViewpointCreateTourInput","description":null,"fields":null,"inputFields":[{"name":"eyePosition","description":"Eye position","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Vector3Input","ofType":null}},"defaultValue":null},{"name":"forward","description":"Forward","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Vector3Input","ofType":null}},"defaultValue":null},{"name":"up","description":"Up","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Vector3Input","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"GroupedAssetTourKeyframeInput","description":null,"fields":null,"inputFields":[{"name":"cameraViewpoint","description":"Camera viewpoint","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"TourCameraViewpointInput","ofType":null}},"defaultValue":null},{"name":"durationFromTourStart","description":"Duration from tour start","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"defaultValue":null},{"name":"tension","description":"Path tension","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"properties","description":"Properties","type":{"kind":"INPUT_OBJECT","name":"GroupedAssetPropertiesInput","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"GroupedAssetTourKeyframeUpdateInput","description":null,"fields":null,"inputFields":[{"name":"cameraViewpoint","description":"Camera viewpoint","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"TourCameraViewpointUpdateInput","ofType":null}},"defaultValue":null},{"name":"durationFromTourStart","description":"Duration from tour start","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"defaultValue":null},{"name":"tension","description":"Path tension","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"properties","description":"Properties","type":{"kind":"INPUT_OBJECT","name":"GroupedAssetPropertiesUpdateInput","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"GroupedAssetTourKeyframeCreateTourInput","description":null,"fields":null,"inputFields":[{"name":"cameraViewpoint","description":"Camera viewpoint","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"TourCameraViewpointCreateTourInput","ofType":null}},"defaultValue":null},{"name":"durationFromTourStart","description":"Duration from tour start","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"defaultValue":null},{"name":"tension","description":"Path tension","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"properties","description":"Properties","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"GroupedAssetPropertiesCreateTourInput","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateGroupedAssetTourKeyframeInput","description":null,"fields":null,"inputFields":[{"name":"tourId","description":"Tour ID","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"groupedAssetId","description":"Grouped asset ID","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"keyframe","description":"Keyframe","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"GroupedAssetTourKeyframeInput","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateGroupedAssetTourKeyframeInput","description":null,"fields":null,"inputFields":[{"name":"groupedAssetId","description":"Asset ID","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"tourId","description":"Tour ID","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"keyframeId","description":"Keyframe ID","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"keyframe","description":"Keyframe","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"GroupedAssetTourKeyframeUpdateInput","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"RecalculateGroupedAssetTourKeyframesInput","description":null,"fields":null,"inputFields":[{"name":"groupedAssetId","description":"Asset ID","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"tourId","description":"Tour ID","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"newDuration","description":"New duration","type":{"kind":"SCALAR","name":"Float","ofType":null},"defaultValue":null},{"name":"distributeEqually","description":"Distribute equally","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteGroupedAssetTourKeyframeInput","description":null,"fields":null,"inputFields":[{"name":"groupedAssetId","description":"Tour ID","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"tourId","description":"Tour ID","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"keyframeId","description":"Keyframe ID","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"Tour","description":null,"fields":[{"name":"canEdit","description":"Can edit","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"Created at","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdBy","description":"Created by","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"ID","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedAt","description":"Modified at","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Name","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Description","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"thumbnailPath","description":"Thumbnail path","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"duration","description":"Duration (in ms)\nRetrieved from the keyframe with the highest `durationFromTourStart`","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tension","description":"Path tension","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"GroupedAssetTourOutput","ofType":null}]},{"kind":"INTERFACE","name":"TourKeyframe","description":null,"fields":[{"name":"id","description":"ID","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"cameraViewpoint","description":"Camera viewpoint","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TourCameraViewpointOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"durationFromTourStart","description":"Duration from tour start","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tension","description":"Path tension","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"GroupedAssetTourKeyframeOutput","ofType":null}]},{"kind":"OBJECT","name":"GroupedAssetPropertiesOutput","description":null,"fields":[{"name":"visibleLabelAnnotations","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"visibleMeasurementAnnotations","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"selectedLimitingBoxAnnotation","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"visibleArtifacts","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TourThumbnailOutput","description":null,"fields":[{"name":"uploadUrl","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"path","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TourAppliedPageOutput","description":null,"fields":[{"name":"pageNumber","description":"Page number","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":"Page size","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"GroupedAssetTourOutput","description":null,"fields":[{"name":"id","description":"Grouped asset tour ID","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Tour name","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Tour description","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"canEdit","description":"**DEPRECATED in favor of `projectCapabilities` query, termination planned for 2026-04-30**\n\nIs true if the user can edit the tour","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":true,"deprecationReason":"In favor of `projectCapabilities` query."},{"name":"createdAt","description":"Date and time the tour was created at","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdBy","description":"Name of the user that created the tour","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SimpleUserProfileOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"modifiedAt","description":"Date and time the tour was last modified at","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"thumbnailPath","description":"Thumbnail path","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"duration","description":"Duration of the tour","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tension","description":"Path tension","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"closed","description":"Closed","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"keyframes","description":"Tour keyframes","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"GroupedAssetTourKeyframeOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Tour","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"GroupedAssetTourResultOutput","description":null,"fields":[{"name":"appliedFilters","description":"Applied filters","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TourFilterAppliedOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"appliedPagination","description":"Applied pagination","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TourAppliedPageOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contents","description":"Contents","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"GroupedAssetTourOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":"Property by which tour result is ordered by","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TourOrderEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageNumber","description":"Page number","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":"Page size","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":"Total","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TourFilterAppliedOutput","description":null,"fields":[{"name":"byName","description":"By name","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TourCameraViewpointOutput","description":null,"fields":[{"name":"eyePosition","description":"Eye position","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Vector3Output","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"forward","description":"Forward vector","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Vector3Output","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"up","description":"Up vector","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Vector3Output","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"GroupedAssetTourKeyframeOutput","description":null,"fields":[{"name":"id","description":"Output tour keyframe ID","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"cameraViewpoint","description":"Camera viewpoint","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TourCameraViewpointOutput","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tension","description":"Path tension","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"durationFromTourStart","description":"Duration from tour start","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"BigInteger","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"properties","description":"Properties","args":[],"type":{"kind":"OBJECT","name":"GroupedAssetPropertiesOutput","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"TourKeyframe","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ViewPointParentTypeEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"GROUPED_ASSET","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SCENE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LEVEL","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SetViewpointInput","description":null,"fields":null,"inputFields":[{"name":"entityId","description":"The ID of the entity to which the view point will be set.\nFor instance the id of the Grouped Asset.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"entityType","description":"The type of the entity.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ViewPointParentTypeEnum","ofType":null}},"defaultValue":null},{"name":"viewpoint","description":"The view point to be set. If absent, deletes any existing ViewPoint.","type":{"kind":"INPUT_OBJECT","name":"ViewpointInput","ofType":null},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ViewpointInput","description":null,"fields":null,"inputFields":[{"name":"eyePosition","description":"Eye position","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Vector3Input","ofType":null}},"defaultValue":null},{"name":"forward","description":"Forward vector","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Vector3Input","ofType":null}},"defaultValue":null},{"name":"up","description":"Up vector","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Vector3Input","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ViewpointOutput","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"eyePosition","description":"Eye position","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Vector3Output","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"forward","description":"Forward vector","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Vector3Output","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"up","description":"Up vector","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Vector3Output","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SetViewpointOutput","description":null,"fields":[{"name":"entityId","description":"The ID of the entity to which the view point was set.\nFor instance the id of the Grouped Asset.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"entityType","description":"The type of the entity","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ViewPointParentTypeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"viewPoint","description":"The view point that was set. If absent, it means that the existing viewpoint (if any) was cleared.","args":[],"type":{"kind":"OBJECT","name":"ViewpointOutput","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"SetViewpointUnion","description":"Result of mutation SetViewpointInput.\nOf type SetViewPointOutput in case of success, otherwise indicates incorrect inputs or permissions.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SetViewpointOutput","ofType":null},{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"INTERFACE","name":"Node","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProjectChangeGroupedAssetUpdateOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeGroupedAssetVersionChangeOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeGroupedAssetVersionDeleteOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeGroupedAssetDeleteOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeGroupedAssetCreateOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeGroupedAssetCopyOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeGroupedAssetMoveOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeFolderUpdateOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeFolderDeleteOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeFolderCreateOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeFolderCopyOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeFolderMoveOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeProjectUpdateOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeUserAccessGrantedOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeUserAccessRevokedOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeOutput","ofType":null}]},{"kind":"INTERFACE","name":"Edge","description":null,"fields":[{"name":"cursor","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"Node","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INTERFACE","name":"Connection","description":"Cursor based pagination connection\n@see https://dev.to/mandiwise/graphql-pagination-primer-offset-vs-cursor-vs-relay-style-pagination-1a60","fields":[{"name":"pageInfo","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"Node","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"edges","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"Edge","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INTERFACE","name":"Error","description":null,"fields":[{"name":"message","description":"A developer friendly error message on what happened and how to rectify it.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ServerError","ofType":null},{"kind":"OBJECT","name":"NotFoundError","ofType":null},{"kind":"OBJECT","name":"UnauthenticatedError","ofType":null},{"kind":"OBJECT","name":"AccessDeniedError","ofType":null},{"kind":"OBJECT","name":"ValidationError","ofType":null}]},{"kind":"OBJECT","name":"ServerError","description":"Something went wrong on the server.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Error","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"NotFoundError","description":"Requested resource could not be found.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Error","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UnauthenticatedError","description":"User is not authenticated","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Error","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AccessDeniedError","description":"User has insufficient rights to access the requested resource.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Error","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ValidationErrorIssueCode","description":"Validation error code\n@see https://github.com/colinhacks/zod/blob/master/ERROR_HANDLING.md","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"invalid_type","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"invalid_literal","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"unrecognized_keys","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"invalid_union","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"invalid_union_descriminator","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"invalid_enum_value","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"invalid_arguments","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"invalid_return_type","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"invalid_date","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"invalid_string","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"too_small","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"too_big","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"invalid_intersection_type","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"not_multiple_of","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"not_finite","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"custom","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"ValidationErrorIssue","description":"A subset of the ValidationError type describing every issue in the input","fields":[{"name":"code","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ValidationErrorIssueCode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"path","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ValidationError","description":"The provided input is not valid","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"issues","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ValidationErrorIssue","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Error","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PageInfo","description":"Cursor based pagination metadata\n@see https://dev.to/mandiwise/graphql-pagination-primer-offset-vs-cursor-vs-relay-style-pagination-1a60","fields":[{"name":"endCursor","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"hasNextPage","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"hasPreviousPage","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"startCursor","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"ProjectChangeUpdateOperation","description":null,"fields":[{"name":"id","description":"ID of the node","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paths","description":"JSON Paths to the updated fields relative to the grouped asset\nExample: '/name'","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProjectChangeGroupedAssetUpdateOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeFolderUpdateOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeProjectUpdateOperation","ofType":null}]},{"kind":"INTERFACE","name":"ProjectChangeDeleteOperation","description":null,"fields":[{"name":"id","description":"ID of the node","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProjectChangeGroupedAssetDeleteOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeFolderDeleteOperation","ofType":null}]},{"kind":"INTERFACE","name":"ProjectChangeCreateOperation","description":null,"fields":[{"name":"id","description":"ID of the node","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProjectChangeGroupedAssetCreateOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeFolderCreateOperation","ofType":null}]},{"kind":"INTERFACE","name":"ProjectChangeCopyOperation","description":null,"fields":[{"name":"id","description":"ID of the node","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sourceFolderId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetFolderId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProjectChangeGroupedAssetCopyOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeFolderCopyOperation","ofType":null}]},{"kind":"INTERFACE","name":"ProjectChangeMoveOperation","description":null,"fields":[{"name":"id","description":"ID of the node","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sourceFolderId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetFolderId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProjectChangeGroupedAssetMoveOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeFolderMoveOperation","ofType":null}]},{"kind":"INTERFACE","name":"ProjectChangeUserAccessOperation","description":null,"fields":[{"name":"id","description":"ID of the node","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"userId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProjectChangeUserAccessGrantedOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeUserAccessRevokedOperation","ofType":null}]},{"kind":"INTERFACE","name":"ProjectChangeGroupedAssetOperation","description":null,"fields":[{"name":"groupedAssetId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProjectChangeGroupedAssetUpdateOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeGroupedAssetVersionChangeOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeGroupedAssetVersionDeleteOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeGroupedAssetDeleteOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeGroupedAssetCreateOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeGroupedAssetCopyOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeGroupedAssetMoveOperation","ofType":null}]},{"kind":"INTERFACE","name":"ProjectChangeFolderOperation","description":null,"fields":[{"name":"folderId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProjectChangeFolderUpdateOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeFolderDeleteOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeFolderCreateOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeFolderCopyOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeFolderMoveOperation","ofType":null}]},{"kind":"INTERFACE","name":"ProjectChangeProjectOperation","description":null,"fields":[{"name":"projectId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProjectChangeProjectUpdateOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeOutput","ofType":null}]},{"kind":"INTERFACE","name":"ProjectChangeVersioningOperation","description":null,"fields":[{"name":"id","description":"ID of the node","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProjectChangeGroupedAssetVersionChangeOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeGroupedAssetVersionDeleteOperation","ofType":null}]},{"kind":"OBJECT","name":"ProjectChangeGroupedAssetUpdateOperation","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"groupedAssetId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paths","description":"JSON Paths to the updated fields relative to the grouped asset\nExample: '/name'","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"didBinaryContentChange","description":"Tells if the \"binary content\" of the grouped asset was changed.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"asset","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"AssetUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"ProjectChangeUpdateOperation","ofType":null},{"kind":"INTERFACE","name":"ProjectChangeGroupedAssetOperation","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectChangeGroupedAssetVersionChangeOperation","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"groupedAssetId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"newVersion","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"asset","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"AssetUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"ProjectChangeVersioningOperation","ofType":null},{"kind":"INTERFACE","name":"ProjectChangeGroupedAssetOperation","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectChangeGroupedAssetVersionDeleteOperation","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"groupedAssetId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"version","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"asset","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"AssetUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"ProjectChangeVersioningOperation","ofType":null},{"kind":"INTERFACE","name":"ProjectChangeGroupedAssetOperation","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectChangeGroupedAssetDeleteOperation","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"groupedAssetId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"ProjectChangeDeleteOperation","ofType":null},{"kind":"INTERFACE","name":"ProjectChangeGroupedAssetOperation","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectChangeGroupedAssetCreateOperation","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"groupedAssetId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"asset","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"AssetUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"ProjectChangeCreateOperation","ofType":null},{"kind":"INTERFACE","name":"ProjectChangeGroupedAssetOperation","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectChangeGroupedAssetCopyOperation","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sourceFolderId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetFolderId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"groupedAssetId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"asset","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"AssetUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sourceFolder","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"FolderUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetFolder","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"FolderUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"ProjectChangeCopyOperation","ofType":null},{"kind":"INTERFACE","name":"ProjectChangeGroupedAssetOperation","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectChangeGroupedAssetMoveOperation","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sourceFolderId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetFolderId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"groupedAssetId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"asset","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"AssetUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sourceFolder","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"FolderUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetFolder","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"FolderUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"ProjectChangeMoveOperation","ofType":null},{"kind":"INTERFACE","name":"ProjectChangeGroupedAssetOperation","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectChangeFolderUpdateOperation","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"folderId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paths","description":"JSON Paths to the updated fields relative to the folder\nExample: '/name'","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"folder","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"FolderUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"ProjectChangeUpdateOperation","ofType":null},{"kind":"INTERFACE","name":"ProjectChangeFolderOperation","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectChangeFolderDeleteOperation","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"folderId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"ProjectChangeDeleteOperation","ofType":null},{"kind":"INTERFACE","name":"ProjectChangeFolderOperation","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectChangeFolderCreateOperation","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"folderId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"folder","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"FolderUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"ProjectChangeCreateOperation","ofType":null},{"kind":"INTERFACE","name":"ProjectChangeFolderOperation","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectChangeFolderCopyOperation","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sourceFolderId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetFolderId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"folderId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"folder","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"FolderUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sourceFolder","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"FolderUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetFolder","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"FolderUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"ProjectChangeCopyOperation","ofType":null},{"kind":"INTERFACE","name":"ProjectChangeFolderOperation","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectChangeFolderMoveOperation","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sourceFolderId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetFolderId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"folderId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"folder","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"FolderUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sourceFolder","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"FolderUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"targetFolder","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"FolderUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"ProjectChangeMoveOperation","ofType":null},{"kind":"INTERFACE","name":"ProjectChangeFolderOperation","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectChangeProjectUpdateOperation","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"projectId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"paths","description":"JSON Paths to the updated fields relative to the project\nExample: '/name'","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"project","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ProjectUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"ProjectChangeUpdateOperation","ofType":null},{"kind":"INTERFACE","name":"ProjectChangeProjectOperation","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectChangeUserAccessGrantedOperation","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"userId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"ProjectChangeUserAccessOperation","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ProjectChangeUserAccessRevokedOperation","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"userId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"ProjectChangeUserAccessOperation","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"ProjectChangeOperation","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ProjectChangeGroupedAssetUpdateOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeGroupedAssetVersionChangeOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeGroupedAssetVersionDeleteOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeGroupedAssetCreateOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeGroupedAssetDeleteOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeGroupedAssetCopyOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeGroupedAssetMoveOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeFolderUpdateOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeFolderCreateOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeFolderCopyOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeFolderMoveOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeFolderDeleteOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeProjectUpdateOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeUserAccessGrantedOperation","ofType":null},{"kind":"OBJECT","name":"ProjectChangeUserAccessRevokedOperation","ofType":null}]},{"kind":"OBJECT","name":"ProjectChangeOutput","description":null,"fields":[{"name":"id","description":"ID of the node","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"notifiedAt","description":"Timestamp for when this message occured in RFC-3339 format\n@see https://the-guild.dev/graphql/scalars/docs/scalars/date-time","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"projectId","description":"ID of the project that has been changed","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"rootVersion","description":"The (new) version of the file system. Can be omitted if the operation did not change the filesystem, like a renamed project.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"operation","description":"One of the deifined operations that cn happen on the project","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ProjectChangeOperation","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"project","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"ProjectUnion","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null},{"kind":"INTERFACE","name":"ProjectChangeProjectOperation","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"ProjectChangePayload","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"UnauthenticatedError","ofType":null},{"kind":"OBJECT","name":"ServerError","ofType":null},{"kind":"OBJECT","name":"ProjectChangeOutput","ofType":null}]},{"kind":"INPUT_OBJECT","name":"LabelInput","description":null,"fields":null,"inputFields":[{"name":"name","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SearchLabelsInput","description":null,"fields":null,"inputFields":[{"name":"entityId","description":null,"type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"entityType","description":null,"type":{"kind":"ENUM","name":"EntityTypeEnum","ofType":null},"defaultValue":null},{"name":"searchTerm","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"pageNumber","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"pageSize","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AddLabelsInput","description":null,"fields":null,"inputFields":[{"name":"entityId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"entityType","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"EntityTypeEnum","ofType":null}},"defaultValue":null},{"name":"labels","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"LabelInput","ofType":null}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"RemoveLabelsInput","description":null,"fields":null,"inputFields":[{"name":"entityId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"entityType","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"EntityTypeEnum","ofType":null}},"defaultValue":null},{"name":"labels","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"LabelInput","ofType":null}}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SearchLabelsInputV2","description":null,"fields":null,"inputFields":[{"name":"entityId","description":"Id of the project or asset for label search","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"entityType","description":"Entity type to determine label search scope (PROJECT or ASSET)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"EntityTypeEnum","ofType":null}},"defaultValue":null},{"name":"searchTerm","description":"Case-insensitive filter for label names","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"pagination","description":"Pagination parameters","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SearchLabelsPaginationInputV2","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"SearchLabelsPaginationInputV2","description":null,"fields":null,"inputFields":[{"name":"pageNumber","description":"Page number starting at 0","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"pageSize","description":"Page size (1 to 32 inclusive)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"BaseLabelErrorInterface","description":"Basic error interface all soft errors are implementing","fields":[{"name":"message","description":"A pseudo-user friendly explanation on what happened and how to fix the issue.\nThis will usually not be presented to the end user, but could be used as a fallback for backwards\ncompatibility in case the error __typename is not implemented yet on consumers.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"LabelErrorTooManyLabelsOutput","ofType":null},{"kind":"OBJECT","name":"LabelErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"OBJECT","name":"LabelErrorTooManyLabelsOutput","description":"A project with the given name already exists at the same level.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseLabelErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LabelErrorOperationNotAllowedOutput","description":"Access to the requested action denied. You do not have the required rights or your authentication token is incorrect.","fields":[{"name":"message","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"BaseLabelErrorInterface","ofType":null},{"kind":"INTERFACE","name":"BaseErrorInterface","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LabelOutputV2","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LabelOutput","description":null,"fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LabelsResultOutput","description":null,"fields":[{"name":"content","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"LabelOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LabelsOutput","description":null,"fields":[{"name":"content","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"LabelOutput","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SearchLabelsResultOutputV2","description":null,"fields":[{"name":"appliedPagination","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchLabelsResultAppliedPaginationOutputV2","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"contents","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LabelOutputV2","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SearchLabelsResultAppliedPaginationOutputV2","description":null,"fields":[{"name":"pageNumber","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pageSize","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"SearchLabelsUnion","description":"Result of query labels.\nOf type LabelsResultOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"LabelsResultOutput","ofType":null},{"kind":"OBJECT","name":"LabelErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"UNION","name":"AddLabelsUnion","description":"Result of mutation addLabels.\nOf type LabelsOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"LabelsOutput","ofType":null},{"kind":"OBJECT","name":"LabelErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"LabelErrorTooManyLabelsOutput","ofType":null}]},{"kind":"UNION","name":"RemoveLabelsUnion","description":"Result of mutation removeLabels.\nOf type LabelsOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"LabelsOutput","ofType":null},{"kind":"OBJECT","name":"LabelErrorOperationNotAllowedOutput","ofType":null}]},{"kind":"UNION","name":"SearchLabelsUnionV2","description":"Result of query labels.\nOf type LabelsResultOutput in case of success, otherwise one of the errors.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"SearchLabelsResultOutputV2","ofType":null},{"kind":"OBJECT","name":"ErrorOperationNotAllowedOutput","ofType":null},{"kind":"OBJECT","name":"ErrorResourceAccessDeniedOutput","ofType":null}]},{"kind":"OBJECT","name":"GatewayInfoOutput","description":null,"fields":[{"name":"version","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__Schema","description":"A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.","fields":[{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"types","description":"A list of all types supported by this server.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"queryType","description":"The type that query operations will be rooted at.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mutationType","description":"If this server supports mutation, the type that mutation operations will be rooted at.","args":[],"type":{"kind":"OBJECT","name":"__Type","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionType","description":"If this server support subscription, the type that subscription operations will be rooted at.","args":[],"type":{"kind":"OBJECT","name":"__Type","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"directives","description":"A list of all directives supported by this server.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Directive","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__Type","description":"The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByURL`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.","fields":[{"name":"kind","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"__TypeKind","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"specifiedByURL","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fields","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false"}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Field","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"interfaces","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"possibleTypes","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"enumValues","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false"}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__EnumValue","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"inputFields","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false"}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__InputValue","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"ofType","description":null,"args":[],"type":{"kind":"OBJECT","name":"__Type","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isOneOf","description":null,"args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"__TypeKind","description":"An enum describing what kind of type a given `__Type` is.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"SCALAR","description":"Indicates this type is a scalar.","isDeprecated":false,"deprecationReason":null},{"name":"OBJECT","description":"Indicates this type is an object. `fields` and `interfaces` are valid fields.","isDeprecated":false,"deprecationReason":null},{"name":"INTERFACE","description":"Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.","isDeprecated":false,"deprecationReason":null},{"name":"UNION","description":"Indicates this type is a union. `possibleTypes` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"ENUM","description":"Indicates this type is an enum. `enumValues` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"INPUT_OBJECT","description":"Indicates this type is an input object. `inputFields` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"LIST","description":"Indicates this type is a list. `ofType` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"NON_NULL","description":"Indicates this type is a non-null. `ofType` is a valid field.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"__Field","description":"Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"args","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false"}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__InputValue","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"isDeprecated","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deprecationReason","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__InputValue","description":"Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"defaultValue","description":"A GraphQL-formatted string representing the default value for this input value.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isDeprecated","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deprecationReason","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__EnumValue","description":"One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isDeprecated","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deprecationReason","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__Directive","description":"A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isRepeatable","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"locations","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"__DirectiveLocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"args","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false"}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__InputValue","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"__DirectiveLocation","description":"A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"QUERY","description":"Location adjacent to a query operation.","isDeprecated":false,"deprecationReason":null},{"name":"MUTATION","description":"Location adjacent to a mutation operation.","isDeprecated":false,"deprecationReason":null},{"name":"SUBSCRIPTION","description":"Location adjacent to a subscription operation.","isDeprecated":false,"deprecationReason":null},{"name":"FIELD","description":"Location adjacent to a field.","isDeprecated":false,"deprecationReason":null},{"name":"FRAGMENT_DEFINITION","description":"Location adjacent to a fragment definition.","isDeprecated":false,"deprecationReason":null},{"name":"FRAGMENT_SPREAD","description":"Location adjacent to a fragment spread.","isDeprecated":false,"deprecationReason":null},{"name":"INLINE_FRAGMENT","description":"Location adjacent to an inline fragment.","isDeprecated":false,"deprecationReason":null},{"name":"VARIABLE_DEFINITION","description":"Location adjacent to a variable definition.","isDeprecated":false,"deprecationReason":null},{"name":"SCHEMA","description":"Location adjacent to a schema definition.","isDeprecated":false,"deprecationReason":null},{"name":"SCALAR","description":"Location adjacent to a scalar definition.","isDeprecated":false,"deprecationReason":null},{"name":"OBJECT","description":"Location adjacent to an object type definition.","isDeprecated":false,"deprecationReason":null},{"name":"FIELD_DEFINITION","description":"Location adjacent to a field definition.","isDeprecated":false,"deprecationReason":null},{"name":"ARGUMENT_DEFINITION","description":"Location adjacent to an argument definition.","isDeprecated":false,"deprecationReason":null},{"name":"INTERFACE","description":"Location adjacent to an interface definition.","isDeprecated":false,"deprecationReason":null},{"name":"UNION","description":"Location adjacent to a union definition.","isDeprecated":false,"deprecationReason":null},{"name":"ENUM","description":"Location adjacent to an enum definition.","isDeprecated":false,"deprecationReason":null},{"name":"ENUM_VALUE","description":"Location adjacent to an enum value definition.","isDeprecated":false,"deprecationReason":null},{"name":"INPUT_OBJECT","description":"Location adjacent to an input object type definition.","isDeprecated":false,"deprecationReason":null},{"name":"INPUT_FIELD_DEFINITION","description":"Location adjacent to an input object field definition.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null}],"directives":[{"name":"include","description":"Directs the executor to include this field or fragment only when the `if` argument is true.","locations":["FIELD","FRAGMENT_SPREAD","INLINE_FRAGMENT"],"args":[{"name":"if","description":"Included when true.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null}]},{"name":"skip","description":"Directs the executor to skip this field or fragment when the `if` argument is true.","locations":["FIELD","FRAGMENT_SPREAD","INLINE_FRAGMENT"],"args":[{"name":"if","description":"Skipped when true.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null}]},{"name":"deprecated","description":"Marks an element of a GraphQL schema as no longer supported.","locations":["FIELD_DEFINITION","ARGUMENT_DEFINITION","INPUT_FIELD_DEFINITION","ENUM_VALUE"],"args":[{"name":"reason","description":"Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax, as specified by [CommonMark](https://commonmark.org/).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":"\"No longer supported\""}]},{"name":"specifiedBy","description":"Exposes a URL that specifies the behavior of this scalar.","locations":["SCALAR"],"args":[{"name":"url","description":"The URL that specifies the behavior of this scalar.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}]},{"name":"oneOf","description":"Indicates exactly one field must be supplied and this field must not be `null`.","locations":["INPUT_OBJECT"],"args":[]},{"name":"key","description":null,"locations":["OBJECT"],"args":[{"name":"selectionSet","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}]},{"name":"computed","description":null,"locations":["FIELD_DEFINITION"],"args":[{"name":"selectionSet","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}]},{"name":"merge","description":null,"locations":["FIELD_DEFINITION"],"args":[{"name":"argsExpr","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"keyArg","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"keyField","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"key","description":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"additionalArgs","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}]},{"name":"canonical","description":null,"locations":["OBJECT","INTERFACE","INPUT_OBJECT","UNION","ENUM","SCALAR","FIELD_DEFINITION","INPUT_FIELD_DEFINITION"],"args":[]},{"name":"live","description":"Instruction for establishing a live connection that is updated once the underlying data changes.","locations":["QUERY"],"args":[{"name":"if","description":"Whether the query should be live or not.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"true"},{"name":"throttle","description":"Propose a desired throttle interval ot the server in order to receive updates to at most once per \"throttle\" milliseconds. The server must not accept this value.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}]},{"name":"experimental","description":"Marks an element of a GraphQL schema as experimental.","locations":["FIELD_DEFINITION","ARGUMENT_DEFINITION","INPUT_FIELD_DEFINITION","ENUM_VALUE","ENUM","INTERFACE","OBJECT","SCALAR","UNION","QUERY","MUTATION","SUBSCRIPTION","FIELD","INPUT_OBJECT"],"args":[]}]}}}