diff --git a/Appendix/smipGraphQlSchem.json b/Appendix/smipGraphQlSchem.json new file mode 100644 index 0000000..87ade67 --- /dev/null +++ b/Appendix/smipGraphQlSchem.json @@ -0,0 +1,70712 @@ +{ + "data": { + "__schema": { + "queryType": { + "name": "Query" + }, + "mutationType": { + "name": "Mutation" + }, + "subscriptionType": null, + "types": [ + { + "kind": "OBJECT", + "name": "Query", + "description": "The root query type which gives access points into the data universe.", + "fields": [ + { + "name": "query", + "description": "Exposes the root query type nested one level down. This is helpful for Relay 1\nwhich can only query top level fields if they are in a particular form.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accounts", + "description": "Reads a set of `Account`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Account`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AccountsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributeLimits", + "description": "Reads a set of `AttributeLimit`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `AttributeLimit`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AttributeLimitsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeLimitCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeLimitFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "AttributeLimit", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributes", + "description": "Reads a set of `Attribute`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Attribute`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AttributesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "connectors", + "description": "Reads a set of `Connector`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Connector`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ConnectorsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ConnectorCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ConnectorFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Connector", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "currentValues", + "description": "Reads a set of `CurrentValue`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `CurrentValue`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "CurrentValuesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CurrentValueCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CurrentValueFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CurrentValue", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationTypes", + "description": "Reads a set of `EnumerationType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `EnumerationType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "EnumerationTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EnumerationTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EnumerationTypeFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "EnumerationType", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "equipments", + "description": "Reads a set of `Equipment`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Equipment`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "EquipmentOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EquipmentCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EquipmentFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Equipment", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "equipmentTypes", + "description": "Reads a set of `EquipmentType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `EquipmentType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "EquipmentTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EquipmentTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EquipmentTypeFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "EquipmentType", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ledgerEntries", + "description": "Reads a set of `LedgerEntry`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `LedgerEntry`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "LedgerEntriesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "LedgerEntryCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "LedgerEntryFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "LedgerEntry", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "libraries", + "description": "Reads a set of `Library`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Library`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "LibrariesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "LibraryCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "LibraryFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Library", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "measurementUnits", + "description": "Reads a set of `MeasurementUnit`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `MeasurementUnit`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "MeasurementUnitsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "MeasurementUnitCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "MeasurementUnitFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "MeasurementUnit", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "objects", + "description": "Reads a set of `Object`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Object`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ObjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ObjectCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ObjectFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Object", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "organizations", + "description": "Reads a set of `Organization`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Organization`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "OrganizationsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "OrganizationCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "OrganizationFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Organization", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "places", + "description": "Reads a set of `Place`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Place`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PlacesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "PlaceCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "PlaceFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Place", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "quantities", + "description": "Reads a set of `Quantity`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Quantity`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "QuantitiesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "QuantityCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "QuantityFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Quantity", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relationshipTypes", + "description": "Reads a set of `RelationshipType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `RelationshipType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "RelationshipTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "RelationshipTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "RelationshipTypeFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "RelationshipType", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relationships", + "description": "Reads a set of `Relationship`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Relationship`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "RelationshipsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "RelationshipCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "RelationshipFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Relationship", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "scripts", + "description": "Reads a set of `Script`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Script`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ScriptsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ScriptCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ScriptFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Script", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tags", + "description": "Reads a set of `Tag`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Tag`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "TagsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TagCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TagFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Tag", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "things", + "description": "Reads a set of `Thing`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Thing`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ThingsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ThingCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ThingFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tiqTypes", + "description": "Reads a set of `TiqType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `TiqType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "TiqTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TiqTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TiqTypeFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "transactions", + "description": "Reads a set of `Transaction`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Transaction`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "TransactionsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TransactionCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TransactionFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Transaction", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToAttributeTypes", + "description": "Reads a set of `TypeToAttributeType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `TypeToAttributeType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "TypeToAttributeTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypeFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "TypeToAttributeType", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToChildTypes", + "description": "Reads a set of `TypeToChildType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `TypeToChildType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "TypeToChildTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToChildTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToChildTypeFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "TypeToChildType", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "account", + "description": null, + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributeLimit", + "description": null, + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "AttributeLimit", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attribute", + "description": null, + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "connector", + "description": null, + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Connector", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationType", + "description": null, + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "EnumerationType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "equipment", + "description": null, + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Equipment", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "equipmentType", + "description": null, + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "EquipmentType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ledgerEntry", + "description": null, + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "LedgerEntry", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "library", + "description": null, + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Library", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "measurementUnit", + "description": null, + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "MeasurementUnit", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "object", + "description": null, + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Object", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "organization", + "description": null, + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Organization", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "place", + "description": null, + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Place", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "quantity", + "description": null, + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Quantity", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relationshipType", + "description": null, + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "RelationshipType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relationship", + "description": null, + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Relationship", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "script", + "description": null, + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Script", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tag", + "description": null, + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Tag", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tiqType", + "description": null, + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "transaction", + "description": null, + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "Transaction", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToAttributeType", + "description": null, + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "TypeToAttributeType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToChildType", + "description": null, + "args": [ + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "TypeToChildType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "getRawHistoryDataWithSampling", + "description": null, + "args": [ + { + "name": "ids", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "startTime", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "endTime", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "maxSamples", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "flags", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "GetRawHistoryDataWithSamplingRecordFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "GetRawHistoryDataWithSamplingRecord", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Account", + "description": null, + "fields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "systemType", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fqn", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdTimestamp", + "description": "The date and time the node was created in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedTimestamp", + "description": "The date and time the node was last updated in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "editStatus", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "idPath", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "balanceMethod", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "balanceAttributeId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "balancePointAveragingInterval", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "Interval", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "balanceConversionOffset", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "balanceConversionFactor", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "emptyLevel", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fullLevel", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "influenceRatioLimit", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "thresholdLimit", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "measurementUnitId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "keyAttributes", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "processStartId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "baseMaterialTypeIds", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onObject", + "description": "Reads a single `Object` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Object", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onEquipment", + "description": "Reads a single `Equipment` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Equipment", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onPlace", + "description": "Reads a single `Place` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Place", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onOrganization", + "description": "Reads a single `Organization` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Organization", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "balanceAttribute", + "description": "Reads a single `Attribute` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "measurementUnit", + "description": "Reads a single `MeasurementUnit` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MeasurementUnit", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ledgerEntries", + "description": "Reads and enables pagination through a set of `LedgerEntry`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `LedgerEntry`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "LedgerEntriesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "LedgerEntryCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "LedgerEntryFilter", + "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": "LedgerEntry", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "BigInt", + "description": "A signed eight-byte integer. The upper big integer values are greater than the\nmax value for a JavaScript number. Therefore all big integers will be output as\nstrings and not numbers.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": 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": "SCALAR", + "name": "Datetime", + "description": "A point in time as described by the [ISO\n8601](https://en.wikipedia.org/wiki/ISO_8601) standard. May or may not include a timezone.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "JSON", + "description": "A JavaScript object encoded in the JSON format as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).", + "fields": null, + "inputFields": null, + "interfaces": null, + "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": "Interval", + "description": "An interval of time that has passed where the smallest distinct unit is a second.", + "fields": [ + { + "name": "seconds", + "description": "A quantity of seconds. This is the only non-integer field, as all the other\nfields will dump their overflow into a smaller unit of time. Intervals don’t\nhave a smaller unit than seconds.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "minutes", + "description": "A quantity of minutes.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hours", + "description": "A quantity of hours.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "days", + "description": "A quantity of days.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "months", + "description": "A quantity of months.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "years", + "description": "A quantity of years.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "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": "OBJECT", + "name": "Object", + "description": null, + "fields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "systemType", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fqn", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdTimestamp", + "description": "The date and time the node was created in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedTimestamp", + "description": "The date and time the node was last updated in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "editStatus", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "idPath", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToChildTypeId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "category", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "documentation", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "extensions", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parentNodeId", + "description": "For OPC UA Node - the OPC UA NodeId of the parent node.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "opcuaNodeId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "browseName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "writeMask", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "userWriteMask", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessRestriction", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasNoPermissions", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "symbolicName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "releaseStatus", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "eventNotifier", + "description": "For OPC UA Node - the event notifier of a node.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "memberOfOrganizations", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "importance", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessGroupIds", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "referencedByAttribute", + "description": "Reads a single `Attribute` that is related to this `Object`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parentObject", + "description": "Reads a single `Object` that is related to this `Object`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Object", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Object`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToChildType", + "description": "Reads a single `TypeToChildType` that is related to this `Object`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToChildType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Object`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Object`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accounts", + "description": "Reads and enables pagination through a set of `Account`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Account`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AccountsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountFilter", + "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": "Account", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributes", + "description": "Reads and enables pagination through a set of `Attribute`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Attribute`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AttributesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeFilter", + "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": "Attribute", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "childObjects", + "description": "Reads and enables pagination through a set of `Object`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Object`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ObjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ObjectCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ObjectFilter", + "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": "Object", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "scripts", + "description": "Reads and enables pagination through a set of `Script`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Script`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ScriptsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ScriptCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ScriptFilter", + "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": "Script", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "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": "OBJECT", + "name": "Attribute", + "description": null, + "fields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "systemType", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fqn", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdTimestamp", + "description": "The date and time the node was created in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedTimestamp", + "description": "The date and time the node was last updated in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "editStatus", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "idPath", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tagId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "measurementUnitId", + "description": "The measurement unit for the attribute.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributeTypeId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "boolValue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "intValue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "floatValue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "stringValue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datetimeValue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "intervalValue", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "Interval", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "dataType", + "description": "The data type for the attribute type.", + "args": [], + "type": { + "kind": "ENUM", + "name": "ScalarTypeEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToAttributeTypeId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "quantityId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "dataSource", + "description": null, + "args": [], + "type": { + "kind": "ENUM", + "name": "DataSourceEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "distinctlyMeasured", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "interpolationMethod", + "description": "Setting the interpolation method determines how the data between the points is interpreted and displayed.", + "args": [], + "type": { + "kind": "ENUM", + "name": "InterpolationMethodEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "expression", + "description": "An expression that is evaluated relative to the node that the attribute is part of.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "minValue", + "description": "The minimum value that a user should expect in this attribute. It is commonly used for UI purposes such as scaling trends. It does not limit what can be stored in the attribute.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "maxValue", + "description": "The maximum value that a user should expect in this attribute. It is commonly used for UI purposes such as scaling trends. It does not limit what can be stored in the attribute.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "decimalPlaces", + "description": "The number of decimal places to be displayed by default.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isHidden", + "description": "Hide attribute based on this one in the UI?", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "importance", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "expirationInterval", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "Interval", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "maxLatencyInterval", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "Interval", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "objectValue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationTypeId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationValues", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationValue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "geopointValue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "referencedNodeId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "icon", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "objectHistoryTypeId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessGroupIds", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "currentValue", + "description": "Reads a single `CurrentValue` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CurrentValue", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "referencedByAttribute", + "description": "Reads a single `Attribute` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "measurementUnit", + "description": "Reads a single `MeasurementUnit` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MeasurementUnit", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onEquipment", + "description": "Reads a single `Equipment` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Equipment", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onObject", + "description": "Reads a single `Object` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Object", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onOrganization", + "description": "Reads a single `Organization` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Organization", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onPlace", + "description": "Reads a single `Place` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Place", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributeType", + "description": "Reads a single `Thing` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationType", + "description": "Reads a single `EnumerationType` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EnumerationType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tag", + "description": "Reads a single `Thing` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "quantity", + "description": "Reads a single `Quantity` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Quantity", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToAttributeType", + "description": "Reads a single `TypeToAttributeType` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToAttributeType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountsByBalanceAttributeId", + "description": "Reads and enables pagination through a set of `Account`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Account`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AccountsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountFilter", + "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": "Account", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "limits", + "description": "Reads and enables pagination through a set of `AttributeLimit`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `AttributeLimit`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AttributeLimitsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeLimitCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeLimitFilter", + "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": "AttributeLimit", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "referencedAttribute", + "description": "Reads a single `Attribute` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "referencedObject", + "description": "Reads a single `Object` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Object", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "getTimeSeries", + "description": null, + "args": [ + { + "name": "startTime", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "endTime", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "maxSamples", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributesGetTimeSeriesRecordFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "AttributesGetTimeSeriesRecord", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "ScalarTypeEnum", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "BOOL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INT", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FLOAT", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "STRING", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DATETIME", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INTERVAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OBJECT", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ENUMERATION", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "GEOPOINT", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REFERENCE", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "DataSourceEnum", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "TAG", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CONFIG", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INTERNAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EXPRESSION", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "STORED_EXPRESSION", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "VISION", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "InterpolationMethodEnum", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NONE", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PREVIOUS", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "NEXT", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "LINEAR", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CurrentValue", + "description": null, + "fields": [ + { + "name": "tagOrAttrId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "status", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "BitString", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "timestamp", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributes", + "description": "Reads a single `Attribute` that is related to this `CurrentValue`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tags", + "description": "Reads a single `Tag` that is related to this `CurrentValue`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Tag", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "BitString", + "description": "A string representing a series of binary bits", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Tag", + "description": null, + "fields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "systemType", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fqn", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdTimestamp", + "description": "The date and time the node was created in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedTimestamp", + "description": "The date and time the node was last updated in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "editStatus", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "idPath", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "dataType", + "description": null, + "args": [], + "type": { + "kind": "ENUM", + "name": "ScalarTypeEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "measurementUnitId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "historized", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "stepped", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "acquiredFromLastPoint", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "opcGroupId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "euMin", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "euMax", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "instrumentMin", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "instrumentMax", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "historizing", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isArray", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "trueState", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "falseState", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationTypeId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationValues", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "importance", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessGroupIds", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "currentValue", + "description": "Reads a single `CurrentValue` that is related to this `Tag`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CurrentValue", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onConnector", + "description": "Reads a single `Connector` that is related to this `Tag`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Connector", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Tag`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationType", + "description": "Reads a single `EnumerationType` that is related to this `Tag`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EnumerationType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "opcGroup", + "description": "Reads a single `Thing` that is related to this `Tag`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Tag`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Tag`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "getTimeSeries", + "description": null, + "args": [ + { + "name": "startTime", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "endTime", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "maxSamples", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TagsGetTimeSeriesRecordFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "TagsGetTimeSeriesRecord", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Connector", + "description": "This view contains all the information required to configure the connector, both in the cloud and on premise. Node information is propagated to the nodes table.", + "fields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "systemType", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fqn", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdTimestamp", + "description": "The date and time the node was created in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedTimestamp", + "description": "The date and time the node was last updated in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "editStatus", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "idPath", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": "The version of the connector that is installed.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "southServiceConfig", + "description": "The south service configuration.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "northServiceConfig", + "description": "The north service configuration.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "systemMonitorConfig", + "description": "The system monitor service configuration.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "operatingSystem", + "description": "The operating system that this connector is installed on.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "installStatus", + "description": null, + "args": [], + "type": { + "kind": "ENUM", + "name": "InstallStatusEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "dataReceiptDelay", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "Interval", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "host", + "description": "The source host the connector connects to.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "opcuaNamespaceUris", + "description": "The namespace URIs of an OPC UA host.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "importance", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessGroupIds", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Connector`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Connector`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Connector`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tags", + "description": "Reads and enables pagination through a set of `Tag`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Tag`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "TagsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TagCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TagFilter", + "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": "Tag", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "InstallStatusEnum", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "CREATED", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOWNLOADED", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INSTALLED", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNINSTALLED", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Thing", + "description": null, + "fields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "uuid", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "systemType", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fqnList", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fqnId", + "description": "The fully qualified name of the of this item.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parentFqnId", + "description": "The fully qualified name of the parent of this item.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdTimestamp", + "description": "The date and time the node was created in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedTimestamp", + "description": "The date and time the node was last updated in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sourceCreatedTimestamp", + "description": "The date and time the node was created in the source", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sourceUpdatedTimestamp", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "editStatus", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "idPath", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "importance", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessGroupIds", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Thing`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Thing`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asAccount", + "description": "Reads a single `Account` that is related to this `Thing`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountsByPartOfId", + "description": "Reads and enables pagination through a set of `Account`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Account`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AccountsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountFilter", + "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": "Account", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asAttributeLimit", + "description": "Reads a single `AttributeLimit` that is related to this `Thing`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "AttributeLimit", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributeLimitsByTagId", + "description": "Reads and enables pagination through a set of `AttributeLimit`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `AttributeLimit`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AttributeLimitsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeLimitCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeLimitFilter", + "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": "AttributeLimit", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributeLimitsByPartOfId", + "description": "Reads and enables pagination through a set of `AttributeLimit`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `AttributeLimit`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AttributeLimitsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeLimitCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeLimitFilter", + "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": "AttributeLimit", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asAttribute", + "description": "Reads a single `Attribute` that is related to this `Thing`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributesByAttributeTypeId", + "description": "Reads and enables pagination through a set of `Attribute`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Attribute`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AttributesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeFilter", + "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": "Attribute", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributesByTagId", + "description": "Reads and enables pagination through a set of `Attribute`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Attribute`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AttributesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeFilter", + "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": "Attribute", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributesByPartOfId", + "description": "Reads and enables pagination through a set of `Attribute`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Attribute`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AttributesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeFilter", + "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": "Attribute", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asConnector", + "description": "Reads a single `Connector` that is related to this `Thing`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Connector", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "connectorsByPartOfId", + "description": "Reads and enables pagination through a set of `Connector`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Connector`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ConnectorsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ConnectorCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ConnectorFilter", + "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": "Connector", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asEnumerationType", + "description": "Reads a single `EnumerationType` that is related to this `Thing`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EnumerationType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationTypesByPartOfId", + "description": "Reads and enables pagination through a set of `EnumerationType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `EnumerationType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "EnumerationTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EnumerationTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EnumerationTypeFilter", + "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": "EnumerationType", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asEquipment", + "description": "Reads a single `Equipment` that is related to this `Thing`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Equipment", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "equipmentByPartOfId", + "description": "Reads and enables pagination through a set of `Equipment`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Equipment`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "EquipmentOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EquipmentCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EquipmentFilter", + "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": "Equipment", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "equipmentTypesByPartOfId", + "description": "Reads and enables pagination through a set of `EquipmentType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `EquipmentType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "EquipmentTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EquipmentTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EquipmentTypeFilter", + "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": "EquipmentType", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asLedgerEntry", + "description": "Reads a single `LedgerEntry` that is related to this `Thing`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "LedgerEntry", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ledgerEntriesByMaterialId", + "description": "Reads and enables pagination through a set of `LedgerEntry`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `LedgerEntry`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "LedgerEntriesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "LedgerEntryCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "LedgerEntryFilter", + "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": "LedgerEntry", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asLibrary", + "description": "Reads a single `Library` that is related to this `Thing`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Library", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asMeasurementUnit", + "description": "Reads a single `MeasurementUnit` that is related to this `Thing`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MeasurementUnit", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "measurementUnitsByPartOfId", + "description": "Reads and enables pagination through a set of `MeasurementUnit`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `MeasurementUnit`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "MeasurementUnitsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "MeasurementUnitCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "MeasurementUnitFilter", + "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": "MeasurementUnit", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asObject", + "description": "Reads a single `Object` that is related to this `Thing`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Object", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "objectsByPartOfId", + "description": "Reads and enables pagination through a set of `Object`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Object`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ObjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ObjectCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ObjectFilter", + "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": "Object", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asOrganization", + "description": "Reads a single `Organization` that is related to this `Thing`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Organization", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "organizationsByPartOfId", + "description": "Reads and enables pagination through a set of `Organization`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Organization`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "OrganizationsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "OrganizationCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "OrganizationFilter", + "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": "Organization", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asPlace", + "description": "Reads a single `Place` that is related to this `Thing`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Place", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "placesByPartOfId", + "description": "Reads and enables pagination through a set of `Place`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Place`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PlacesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "PlaceCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "PlaceFilter", + "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": "Place", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asQuantity", + "description": "Reads a single `Quantity` that is related to this `Thing`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Quantity", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "quantitiesByPartOfId", + "description": "Reads and enables pagination through a set of `Quantity`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Quantity`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "QuantitiesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "QuantityCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "QuantityFilter", + "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": "Quantity", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asRelationshipType", + "description": "Reads a single `RelationshipType` that is related to this `Thing`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RelationshipType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relationshipTypesByPartOfId", + "description": "Reads and enables pagination through a set of `RelationshipType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `RelationshipType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "RelationshipTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "RelationshipTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "RelationshipTypeFilter", + "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": "RelationshipType", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asRelationship", + "description": "Reads a single `Relationship` that is related to this `Thing`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Relationship", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relationshipBySubjectId", + "description": "Reads and enables pagination through a set of `Relationship`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Relationship`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "RelationshipsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "RelationshipCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "RelationshipFilter", + "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": "Relationship", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relationshipByObjectId", + "description": "Reads and enables pagination through a set of `Relationship`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Relationship`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "RelationshipsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "RelationshipCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "RelationshipFilter", + "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": "Relationship", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asScript", + "description": "Reads a single `Script` that is related to this `Thing`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Script", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "scriptsByPartOfId", + "description": "Reads and enables pagination through a set of `Script`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Script`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ScriptsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ScriptCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ScriptFilter", + "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": "Script", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asTag", + "description": "Reads a single `Tag` that is related to this `Thing`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Tag", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tagsByOpcGroupId", + "description": "Reads and enables pagination through a set of `Tag`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Tag`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "TagsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TagCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TagFilter", + "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": "Tag", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tagsByPartOfId", + "description": "Reads and enables pagination through a set of `Tag`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Tag`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "TagsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TagCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TagFilter", + "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": "Tag", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "thingsByPartOfId", + "description": "Reads and enables pagination through a set of `Thing`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Thing`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ThingsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ThingCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ThingFilter", + "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": "Thing", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asTiqType", + "description": "Reads a single `TiqType` that is related to this `Thing`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tiqTypesByPartOfId", + "description": "Reads and enables pagination through a set of `TiqType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `TiqType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "TiqTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TiqTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TiqTypeFilter", + "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": "TiqType", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asTransaction", + "description": "Reads a single `Transaction` that is related to this `Thing`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Transaction", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asTypeToAttributeType", + "description": "Reads a single `TypeToAttributeType` that is related to this `Thing`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToAttributeType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToAttributeTypesByAttributeTypeId", + "description": "Reads and enables pagination through a set of `TypeToAttributeType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `TypeToAttributeType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "TypeToAttributeTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypeFilter", + "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": "TypeToAttributeType", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToAttributeTypesByPartOfId", + "description": "Reads and enables pagination through a set of `TypeToAttributeType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `TypeToAttributeType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "TypeToAttributeTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypeFilter", + "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": "TypeToAttributeType", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asTypeToChildType", + "description": "Reads a single `TypeToChildType` that is related to this `Thing`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToChildType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToChildTypesByPartOfId", + "description": "Reads and enables pagination through a set of `TypeToChildType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `TypeToChildType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "TypeToChildTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToChildTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToChildTypeFilter", + "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": "TypeToChildType", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "UUID", + "description": "A universally unique identifier as defined by [RFC 4122](https://tools.ietf.org/html/rfc4122).", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "TiqType", + "description": null, + "fields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "systemType", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fqn", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdTimestamp", + "description": "The date and time the node was created in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedTimestamp", + "description": "The date and time the node was last updated in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "editStatus", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "idPath", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "subTypeOfId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "taxonomySystemNodeTypeId", + "description": "The system node type that instances of this type belong to.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "materializedSubTypePath", + "description": "The taxonomy path seen from the instance level.", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "baseSystemType", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isAbstract", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "category", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "documentation", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "extensions", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "opcuaNodeId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "browseName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "writeMask", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "userWriteMask", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessRestriction", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasNoPermissions", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "symbolicName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "releaseStatus", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "importance", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessGroupIds", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "superType", + "description": "Reads a single `TiqType` that is related to this `TiqType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `TiqType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `TiqType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "subTypeOf", + "description": "Reads a single `TiqType` that is related to this `TiqType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `TiqType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountsByTypeId", + "description": "Reads and enables pagination through a set of `Account`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Account`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AccountsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountFilter", + "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": "Account", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributeLimitsByTypeId", + "description": "Reads and enables pagination through a set of `AttributeLimit`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `AttributeLimit`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AttributeLimitsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeLimitCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeLimitFilter", + "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": "AttributeLimit", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributesByTypeId", + "description": "Reads and enables pagination through a set of `Attribute`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Attribute`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AttributesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeFilter", + "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": "Attribute", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "connectorsByTypeId", + "description": "Reads and enables pagination through a set of `Connector`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Connector`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ConnectorsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ConnectorCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ConnectorFilter", + "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": "Connector", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationTypesByTypeId", + "description": "Reads and enables pagination through a set of `EnumerationType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `EnumerationType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "EnumerationTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EnumerationTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EnumerationTypeFilter", + "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": "EnumerationType", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "equipmentByTypeId", + "description": "Reads and enables pagination through a set of `Equipment`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Equipment`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "EquipmentOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EquipmentCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EquipmentFilter", + "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": "Equipment", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asEquipmentType", + "description": "Reads a single `EquipmentType` that is related to this `TiqType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EquipmentType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "equipmentTypesByTypeId", + "description": "Reads and enables pagination through a set of `EquipmentType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `EquipmentType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "EquipmentTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EquipmentTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EquipmentTypeFilter", + "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": "EquipmentType", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "equipmentTypesBySubTypeOfId", + "description": "Reads and enables pagination through a set of `EquipmentType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `EquipmentType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "EquipmentTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EquipmentTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EquipmentTypeFilter", + "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": "EquipmentType", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "librariesByTypeId", + "description": "Reads and enables pagination through a set of `Library`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Library`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "LibrariesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "LibraryCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "LibraryFilter", + "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": "Library", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "measurementUnitsByTypeId", + "description": "Reads and enables pagination through a set of `MeasurementUnit`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `MeasurementUnit`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "MeasurementUnitsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "MeasurementUnitCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "MeasurementUnitFilter", + "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": "MeasurementUnit", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "objectsByTypeId", + "description": "Reads and enables pagination through a set of `Object`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Object`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ObjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ObjectCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ObjectFilter", + "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": "Object", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "organizationsByTypeId", + "description": "Reads and enables pagination through a set of `Organization`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Organization`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "OrganizationsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "OrganizationCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "OrganizationFilter", + "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": "Organization", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "placesByTypeId", + "description": "Reads and enables pagination through a set of `Place`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Place`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PlacesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "PlaceCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "PlaceFilter", + "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": "Place", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "quantitiesByTypeId", + "description": "Reads and enables pagination through a set of `Quantity`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Quantity`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "QuantitiesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "QuantityCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "QuantityFilter", + "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": "Quantity", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relationshipTypesByTypeId", + "description": "Reads and enables pagination through a set of `RelationshipType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `RelationshipType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "RelationshipTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "RelationshipTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "RelationshipTypeFilter", + "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": "RelationshipType", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "scripts", + "description": "Reads and enables pagination through a set of `Script`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Script`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ScriptsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ScriptCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ScriptFilter", + "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": "Script", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "scriptsByTypeId", + "description": "Reads and enables pagination through a set of `Script`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Script`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ScriptsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ScriptCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ScriptFilter", + "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": "Script", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tagsByTypeId", + "description": "Reads and enables pagination through a set of `Tag`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Tag`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "TagsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TagCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TagFilter", + "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": "Tag", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "thingsByTypeId", + "description": "Reads and enables pagination through a set of `Thing`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Thing`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ThingsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ThingCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ThingFilter", + "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": "Thing", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "subTypes", + "description": "Reads and enables pagination through a set of `TiqType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `TiqType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "TiqTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TiqTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TiqTypeFilter", + "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": "TiqType", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tiqTypesByTypeId", + "description": "Reads and enables pagination through a set of `TiqType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `TiqType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "TiqTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TiqTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TiqTypeFilter", + "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": "TiqType", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tiqTypesBySubTypeOfId", + "description": "Reads and enables pagination through a set of `TiqType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `TiqType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "TiqTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TiqTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TiqTypeFilter", + "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": "TiqType", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToAttributeTypes", + "description": "Reads and enables pagination through a set of `TypeToAttributeType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `TypeToAttributeType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "TypeToAttributeTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypeFilter", + "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": "TypeToAttributeType", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToAttributeTypesByTypeId", + "description": "Reads and enables pagination through a set of `TypeToAttributeType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `TypeToAttributeType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "TypeToAttributeTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypeFilter", + "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": "TypeToAttributeType", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToAttributeTypesByReferencedObjectTypeId", + "description": "Reads and enables pagination through a set of `TypeToAttributeType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `TypeToAttributeType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "TypeToAttributeTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypeFilter", + "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": "TypeToAttributeType", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToChildTypes", + "description": "Reads and enables pagination through a set of `TypeToChildType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `TypeToChildType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "TypeToChildTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToChildTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToChildTypeFilter", + "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": "TypeToChildType", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToChildTypesByTypeId", + "description": "Reads and enables pagination through a set of `TypeToChildType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `TypeToChildType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "TypeToChildTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToChildTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToChildTypeFilter", + "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": "TypeToChildType", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToChildTypesByChildTypeId", + "description": "Reads and enables pagination through a set of `TypeToChildType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `TypeToChildType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "TypeToChildTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToChildTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToChildTypeFilter", + "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": "TypeToChildType", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "AccountsOrderBy", + "description": "Methods to use when ordering `Account`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BALANCE_METHOD_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BALANCE_METHOD_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BALANCE_ATTRIBUTE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BALANCE_ATTRIBUTE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BALANCE_POINT_AVERAGING_INTERVAL_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BALANCE_POINT_AVERAGING_INTERVAL_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BALANCE_CONVERSION_OFFSET_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BALANCE_CONVERSION_OFFSET_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BALANCE_CONVERSION_FACTOR_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BALANCE_CONVERSION_FACTOR_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EMPTY_LEVEL_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EMPTY_LEVEL_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FULL_LEVEL_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FULL_LEVEL_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INFLUENCE_RATIO_LIMIT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INFLUENCE_RATIO_LIMIT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "THRESHOLD_LIMIT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "THRESHOLD_LIMIT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MEASUREMENT_UNIT_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MEASUREMENT_UNIT_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "KEY_ATTRIBUTES_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "KEY_ATTRIBUTES_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROCESS_START_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PROCESS_START_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BASE_MATERIAL_TYPE_IDS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BASE_MATERIAL_TYPE_IDS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "AccountCondition", + "description": "A condition to be used against `Account` object types. All fields are tested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Checks for equality with the object’s `id` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Checks for equality with the object’s `systemType` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Checks for equality with the object’s `typeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Checks for equality with the object’s `displayName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Checks for equality with the object’s `description` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Checks for equality with the object’s `typeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Checks for equality with the object’s `partOfId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Checks for equality with the object’s `fqn` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Checks for equality with the object’s `relativeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Checks for equality with the object’s `createdTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Checks for equality with the object’s `updatedTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Checks for equality with the object’s `document` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Checks for equality with the object’s `editStatus` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Checks for equality with the object’s `idPath` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "balanceMethod", + "description": "Checks for equality with the object’s `balanceMethod` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "balanceAttributeId", + "description": "Checks for equality with the object’s `balanceAttributeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "balancePointAveragingInterval", + "description": "Checks for equality with the object’s `balancePointAveragingInterval` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "balanceConversionOffset", + "description": "Checks for equality with the object’s `balanceConversionOffset` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "balanceConversionFactor", + "description": "Checks for equality with the object’s `balanceConversionFactor` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "emptyLevel", + "description": "Checks for equality with the object’s `emptyLevel` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fullLevel", + "description": "Checks for equality with the object’s `fullLevel` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "influenceRatioLimit", + "description": "Checks for equality with the object’s `influenceRatioLimit` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "thresholdLimit", + "description": "Checks for equality with the object’s `thresholdLimit` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "measurementUnitId", + "description": "Checks for equality with the object’s `measurementUnitId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "keyAttributes", + "description": "Checks for equality with the object’s `keyAttributes` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "processStartId", + "description": "Checks for equality with the object’s `processStartId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "baseMaterialTypeIds", + "description": "Checks for equality with the object’s `baseMaterialTypeIds` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "description": "An interval of time that has passed where the smallest distinct unit is a second.", + "fields": null, + "inputFields": [ + { + "name": "seconds", + "description": "A quantity of seconds. This is the only non-integer field, as all the other\nfields will dump their overflow into a smaller unit of time. Intervals don’t\nhave a smaller unit than seconds.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "minutes", + "description": "A quantity of minutes.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "hours", + "description": "A quantity of hours.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "days", + "description": "A quantity of days.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "months", + "description": "A quantity of months.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "years", + "description": "A quantity of years.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "AccountFilter", + "description": "A filter to be used against `Account` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Filter by the object’s `id` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Filter by the object’s `systemType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Filter by the object’s `typeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Filter by the object’s `displayName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Filter by the object’s `description` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Filter by the object’s `typeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Filter by the object’s `partOfId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Filter by the object’s `fqn` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Filter by the object’s `relativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Filter by the object’s `createdTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Filter by the object’s `updatedTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Filter by the object’s `document` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Filter by the object’s `editStatus` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Filter by the object’s `idPath` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "balanceMethod", + "description": "Filter by the object’s `balanceMethod` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "balanceAttributeId", + "description": "Filter by the object’s `balanceAttributeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "balancePointAveragingInterval", + "description": "Filter by the object’s `balancePointAveragingInterval` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "balanceConversionOffset", + "description": "Filter by the object’s `balanceConversionOffset` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "balanceConversionFactor", + "description": "Filter by the object’s `balanceConversionFactor` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "emptyLevel", + "description": "Filter by the object’s `emptyLevel` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fullLevel", + "description": "Filter by the object’s `fullLevel` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "influenceRatioLimit", + "description": "Filter by the object’s `influenceRatioLimit` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "thresholdLimit", + "description": "Filter by the object’s `thresholdLimit` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "measurementUnitId", + "description": "Filter by the object’s `measurementUnitId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "keyAttributes", + "description": "Filter by the object’s `keyAttributes` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "processStartId", + "description": "Filter by the object’s `processStartId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "baseMaterialTypeIds", + "description": "Filter by the object’s `baseMaterialTypeIds` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "AccountFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "AccountFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "description": "A filter to be used against BigInt fields. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "isNull", + "description": "Is null (if `true` is specified) or is not null (if `false` is specified).", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "equalTo", + "description": "Equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notEqualTo", + "description": "Not equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "distinctFrom", + "description": "Not equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notDistinctFrom", + "description": "Equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "in", + "description": "Included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "notIn", + "description": "Not included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "lessThan", + "description": "Less than the specified value.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "lessThanOrEqualTo", + "description": "Less than or equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThan", + "description": "Greater than the specified value.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThanOrEqualTo", + "description": "Greater than or equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "description": "A filter to be used against String fields. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "isNull", + "description": "Is null (if `true` is specified) or is not null (if `false` is specified).", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "equalTo", + "description": "Equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notEqualTo", + "description": "Not equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "distinctFrom", + "description": "Not equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notDistinctFrom", + "description": "Equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "in", + "description": "Included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "notIn", + "description": "Not included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "lessThan", + "description": "Less than the specified value.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "lessThanOrEqualTo", + "description": "Less than or equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThan", + "description": "Greater than the specified value.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThanOrEqualTo", + "description": "Greater than or equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includes", + "description": "Contains the specified string (case-sensitive).", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notIncludes", + "description": "Does not contain the specified string (case-sensitive).", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "includesInsensitive", + "description": "Contains the specified string (case-insensitive).", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notIncludesInsensitive", + "description": "Does not contain the specified string (case-insensitive).", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "startsWith", + "description": "Starts with the specified string (case-sensitive).", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notStartsWith", + "description": "Does not start with the specified string (case-sensitive).", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "startsWithInsensitive", + "description": "Starts with the specified string (case-insensitive).", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notStartsWithInsensitive", + "description": "Does not start with the specified string (case-insensitive).", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "endsWith", + "description": "Ends with the specified string (case-sensitive).", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notEndsWith", + "description": "Does not end with the specified string (case-sensitive).", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "endsWithInsensitive", + "description": "Ends with the specified string (case-insensitive).", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notEndsWithInsensitive", + "description": "Does not end with the specified string (case-insensitive).", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "like", + "description": "Matches the specified pattern (case-sensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notLike", + "description": "Does not match the specified pattern (case-sensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "likeInsensitive", + "description": "Matches the specified pattern (case-insensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notLikeInsensitive", + "description": "Does not match the specified pattern (case-insensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "similarTo", + "description": "Matches the specified pattern using the SQL standard's definition of a regular expression.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notSimilarTo", + "description": "Does not match the specified pattern using the SQL standard's definition of a regular expression.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "StringListFilter", + "description": "A filter to be used against String List fields. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "isNull", + "description": "Is null (if `true` is specified) or is not null (if `false` is specified).", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "equalTo", + "description": "Equal to the specified value.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "notEqualTo", + "description": "Not equal to the specified value.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "distinctFrom", + "description": "Not equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "notDistinctFrom", + "description": "Equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "lessThan", + "description": "Less than the specified value.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "lessThanOrEqualTo", + "description": "Less than or equal to the specified value.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "greaterThan", + "description": "Greater than the specified value.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "greaterThanOrEqualTo", + "description": "Greater than or equal to the specified value.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "contains", + "description": "Contains the specified list of values.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "containedBy", + "description": "Contained by the specified list of values.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "overlaps", + "description": "Overlaps the specified list of values.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "anyEqualTo", + "description": "Any array item is equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "anyNotEqualTo", + "description": "Any array item is not equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "anyLessThan", + "description": "Any array item is less than the specified value.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "anyLessThanOrEqualTo", + "description": "Any array item is less than or equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "anyGreaterThan", + "description": "Any array item is greater than the specified value.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "anyGreaterThanOrEqualTo", + "description": "Any array item is greater than or equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "description": "A filter to be used against Datetime fields. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "isNull", + "description": "Is null (if `true` is specified) or is not null (if `false` is specified).", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "equalTo", + "description": "Equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notEqualTo", + "description": "Not equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "distinctFrom", + "description": "Not equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notDistinctFrom", + "description": "Equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "in", + "description": "Included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "notIn", + "description": "Not included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "lessThan", + "description": "Less than the specified value.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "lessThanOrEqualTo", + "description": "Less than or equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThan", + "description": "Greater than the specified value.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThanOrEqualTo", + "description": "Greater than or equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "description": "A filter to be used against JSON fields. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "isNull", + "description": "Is null (if `true` is specified) or is not null (if `false` is specified).", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "equalTo", + "description": "Equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notEqualTo", + "description": "Not equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "distinctFrom", + "description": "Not equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notDistinctFrom", + "description": "Equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "in", + "description": "Included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "notIn", + "description": "Not included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "lessThan", + "description": "Less than the specified value.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "lessThanOrEqualTo", + "description": "Less than or equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThan", + "description": "Greater than the specified value.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThanOrEqualTo", + "description": "Greater than or equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "contains", + "description": "Contains the specified JSON.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "containsKey", + "description": "Contains the specified key.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "containsAllKeys", + "description": "Contains all of the specified keys.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "containsAnyKeys", + "description": "Contains any of the specified keys.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "containedBy", + "description": "Contained by the specified JSON.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "description": "A filter to be used against Int fields. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "isNull", + "description": "Is null (if `true` is specified) or is not null (if `false` is specified).", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "equalTo", + "description": "Equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notEqualTo", + "description": "Not equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "distinctFrom", + "description": "Not equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notDistinctFrom", + "description": "Equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "in", + "description": "Included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "notIn", + "description": "Not included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "lessThan", + "description": "Less than the specified value.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "lessThanOrEqualTo", + "description": "Less than or equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThan", + "description": "Greater than the specified value.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThanOrEqualTo", + "description": "Greater than or equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "description": "A filter to be used against BigInt List fields. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "isNull", + "description": "Is null (if `true` is specified) or is not null (if `false` is specified).", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "equalTo", + "description": "Equal to the specified value.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "notEqualTo", + "description": "Not equal to the specified value.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "distinctFrom", + "description": "Not equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "notDistinctFrom", + "description": "Equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "lessThan", + "description": "Less than the specified value.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "lessThanOrEqualTo", + "description": "Less than or equal to the specified value.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "greaterThan", + "description": "Greater than the specified value.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "greaterThanOrEqualTo", + "description": "Greater than or equal to the specified value.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "contains", + "description": "Contains the specified list of values.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "containedBy", + "description": "Contained by the specified list of values.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "overlaps", + "description": "Overlaps the specified list of values.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "anyEqualTo", + "description": "Any array item is equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "anyNotEqualTo", + "description": "Any array item is not equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "anyLessThan", + "description": "Any array item is less than the specified value.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "anyLessThanOrEqualTo", + "description": "Any array item is less than or equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "anyGreaterThan", + "description": "Any array item is greater than the specified value.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "anyGreaterThanOrEqualTo", + "description": "Any array item is greater than or equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "IntervalFilter", + "description": "A filter to be used against Interval fields. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "isNull", + "description": "Is null (if `true` is specified) or is not null (if `false` is specified).", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "equalTo", + "description": "Equal to the specified value.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notEqualTo", + "description": "Not equal to the specified value.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "distinctFrom", + "description": "Not equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notDistinctFrom", + "description": "Equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "in", + "description": "Included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "notIn", + "description": "Not included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "lessThan", + "description": "Less than the specified value.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "lessThanOrEqualTo", + "description": "Less than or equal to the specified value.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThan", + "description": "Greater than the specified value.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThanOrEqualTo", + "description": "Greater than or equal to the specified value.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "description": "A filter to be used against Float fields. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "isNull", + "description": "Is null (if `true` is specified) or is not null (if `false` is specified).", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "equalTo", + "description": "Equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notEqualTo", + "description": "Not equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "distinctFrom", + "description": "Not equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notDistinctFrom", + "description": "Equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "in", + "description": "Included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "notIn", + "description": "Not included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "lessThan", + "description": "Less than the specified value.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "lessThanOrEqualTo", + "description": "Less than or equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThan", + "description": "Greater than the specified value.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThanOrEqualTo", + "description": "Greater than or equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "AttributeLimit", + "description": null, + "fields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "systemType", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fqn", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdTimestamp", + "description": "The date and time the node was created in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedTimestamp", + "description": "The date and time the node was last updated in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "editStatus", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "idPath", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "direction", + "description": null, + "args": [], + "type": { + "kind": "ENUM", + "name": "LimitDirectionEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tagId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "floatValue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deadbandDetectTime", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deadbandReturnValue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "dataSource", + "description": null, + "args": [], + "type": { + "kind": "ENUM", + "name": "DataSourceEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "priority", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "message", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "baseAttributeLimitId", + "description": "This will store the base attribute limit id (of type_to_attribute_type) from where this attribute limit has been derived.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onAttribute", + "description": "Reads a single `Attribute` that is related to this `AttributeLimit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `AttributeLimit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tag", + "description": "Reads a single `Thing` that is related to this `AttributeLimit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `AttributeLimit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `AttributeLimit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "LimitDirectionEnum", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "GREATER", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "LESS", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TARGET", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "AttributeLimitsOrderBy", + "description": "Methods to use when ordering `AttributeLimit`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DIRECTION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DIRECTION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TAG_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TAG_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FLOAT_VALUE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FLOAT_VALUE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEADBAND_DETECT_TIME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEADBAND_DETECT_TIME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEADBAND_RETURN_VALUE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEADBAND_RETURN_VALUE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DATA_SOURCE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DATA_SOURCE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIORITY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIORITY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MESSAGE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MESSAGE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BASE_ATTRIBUTE_LIMIT_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BASE_ATTRIBUTE_LIMIT_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "AttributeLimitCondition", + "description": "A condition to be used against `AttributeLimit` object types. All fields are\ntested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Checks for equality with the object’s `id` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Checks for equality with the object’s `systemType` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Checks for equality with the object’s `typeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Checks for equality with the object’s `displayName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Checks for equality with the object’s `description` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Checks for equality with the object’s `typeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Checks for equality with the object’s `partOfId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Checks for equality with the object’s `fqn` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Checks for equality with the object’s `relativeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Checks for equality with the object’s `createdTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Checks for equality with the object’s `updatedTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Checks for equality with the object’s `document` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Checks for equality with the object’s `editStatus` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Checks for equality with the object’s `idPath` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "direction", + "description": "Checks for equality with the object’s `direction` field.", + "type": { + "kind": "ENUM", + "name": "LimitDirectionEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "tagId", + "description": "Checks for equality with the object’s `tagId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "floatValue", + "description": "Checks for equality with the object’s `floatValue` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "deadbandDetectTime", + "description": "Checks for equality with the object’s `deadbandDetectTime` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "deadbandReturnValue", + "description": "Checks for equality with the object’s `deadbandReturnValue` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "dataSource", + "description": "Checks for equality with the object’s `dataSource` field.", + "type": { + "kind": "ENUM", + "name": "DataSourceEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "priority", + "description": "Checks for equality with the object’s `priority` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "message", + "description": "Checks for equality with the object’s `message` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "baseAttributeLimitId", + "description": "Checks for equality with the object’s `baseAttributeLimitId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "AttributeLimitFilter", + "description": "A filter to be used against `AttributeLimit` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Filter by the object’s `id` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Filter by the object’s `systemType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Filter by the object’s `typeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Filter by the object’s `displayName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Filter by the object’s `description` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Filter by the object’s `typeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Filter by the object’s `partOfId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Filter by the object’s `fqn` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Filter by the object’s `relativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Filter by the object’s `createdTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Filter by the object’s `updatedTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Filter by the object’s `document` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Filter by the object’s `editStatus` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Filter by the object’s `idPath` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "direction", + "description": "Filter by the object’s `direction` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "LimitDirectionEnumFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "tagId", + "description": "Filter by the object’s `tagId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "floatValue", + "description": "Filter by the object’s `floatValue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "deadbandDetectTime", + "description": "Filter by the object’s `deadbandDetectTime` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "deadbandReturnValue", + "description": "Filter by the object’s `deadbandReturnValue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "dataSource", + "description": "Filter by the object’s `dataSource` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DataSourceEnumFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "priority", + "description": "Filter by the object’s `priority` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "message", + "description": "Filter by the object’s `message` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "baseAttributeLimitId", + "description": "Filter by the object’s `baseAttributeLimitId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "AttributeLimitFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "AttributeLimitFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeLimitFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "LimitDirectionEnumFilter", + "description": "A filter to be used against LimitDirectionEnum fields. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "isNull", + "description": "Is null (if `true` is specified) or is not null (if `false` is specified).", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "equalTo", + "description": "Equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "LimitDirectionEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notEqualTo", + "description": "Not equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "LimitDirectionEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "distinctFrom", + "description": "Not equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "ENUM", + "name": "LimitDirectionEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notDistinctFrom", + "description": "Equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "ENUM", + "name": "LimitDirectionEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "in", + "description": "Included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "LimitDirectionEnum", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "notIn", + "description": "Not included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "LimitDirectionEnum", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "lessThan", + "description": "Less than the specified value.", + "type": { + "kind": "ENUM", + "name": "LimitDirectionEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "lessThanOrEqualTo", + "description": "Less than or equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "LimitDirectionEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThan", + "description": "Greater than the specified value.", + "type": { + "kind": "ENUM", + "name": "LimitDirectionEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThanOrEqualTo", + "description": "Greater than or equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "LimitDirectionEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DataSourceEnumFilter", + "description": "A filter to be used against DataSourceEnum fields. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "isNull", + "description": "Is null (if `true` is specified) or is not null (if `false` is specified).", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "equalTo", + "description": "Equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "DataSourceEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notEqualTo", + "description": "Not equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "DataSourceEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "distinctFrom", + "description": "Not equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "ENUM", + "name": "DataSourceEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notDistinctFrom", + "description": "Equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "ENUM", + "name": "DataSourceEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "in", + "description": "Included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "DataSourceEnum", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "notIn", + "description": "Not included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "DataSourceEnum", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "lessThan", + "description": "Less than the specified value.", + "type": { + "kind": "ENUM", + "name": "DataSourceEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "lessThanOrEqualTo", + "description": "Less than or equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "DataSourceEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThan", + "description": "Greater than the specified value.", + "type": { + "kind": "ENUM", + "name": "DataSourceEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThanOrEqualTo", + "description": "Greater than or equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "DataSourceEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "AttributesOrderBy", + "description": "Methods to use when ordering `Attribute`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TAG_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TAG_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MEASUREMENT_UNIT_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MEASUREMENT_UNIT_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ATTRIBUTE_TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ATTRIBUTE_TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BOOL_VALUE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BOOL_VALUE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INT_VALUE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INT_VALUE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FLOAT_VALUE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FLOAT_VALUE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "STRING_VALUE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "STRING_VALUE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DATETIME_VALUE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DATETIME_VALUE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INTERVAL_VALUE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INTERVAL_VALUE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DATA_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DATA_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_TO_ATTRIBUTE_TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_TO_ATTRIBUTE_TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "QUANTITY_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "QUANTITY_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DATA_SOURCE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DATA_SOURCE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISTINCTLY_MEASURED_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISTINCTLY_MEASURED_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INTERPOLATION_METHOD_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INTERPOLATION_METHOD_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EXPRESSION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EXPRESSION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MIN_VALUE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MIN_VALUE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MAX_VALUE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MAX_VALUE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DECIMAL_PLACES_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DECIMAL_PLACES_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IS_HIDDEN_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IS_HIDDEN_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EXPIRATION_INTERVAL_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EXPIRATION_INTERVAL_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MAX_LATENCY_INTERVAL_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MAX_LATENCY_INTERVAL_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OBJECT_VALUE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OBJECT_VALUE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ENUMERATION_TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ENUMERATION_TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ENUMERATION_VALUES_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ENUMERATION_VALUES_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ENUMERATION_VALUE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ENUMERATION_VALUE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ENUMERATION_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ENUMERATION_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "GEOPOINT_VALUE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "GEOPOINT_VALUE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REFERENCED_NODE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REFERENCED_NODE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ICON_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ICON_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OBJECT_HISTORY_TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OBJECT_HISTORY_TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "AttributeCondition", + "description": "A condition to be used against `Attribute` object types. All fields are tested\nfor equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Checks for equality with the object’s `id` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Checks for equality with the object’s `systemType` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Checks for equality with the object’s `typeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Checks for equality with the object’s `displayName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Checks for equality with the object’s `description` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Checks for equality with the object’s `typeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Checks for equality with the object’s `partOfId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Checks for equality with the object’s `fqn` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Checks for equality with the object’s `relativeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Checks for equality with the object’s `createdTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Checks for equality with the object’s `updatedTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Checks for equality with the object’s `document` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Checks for equality with the object’s `editStatus` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Checks for equality with the object’s `idPath` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "tagId", + "description": "Checks for equality with the object’s `tagId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "measurementUnitId", + "description": "Checks for equality with the object’s `measurementUnitId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "attributeTypeId", + "description": "Checks for equality with the object’s `attributeTypeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "boolValue", + "description": "Checks for equality with the object’s `boolValue` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "intValue", + "description": "Checks for equality with the object’s `intValue` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "floatValue", + "description": "Checks for equality with the object’s `floatValue` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "stringValue", + "description": "Checks for equality with the object’s `stringValue` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "datetimeValue", + "description": "Checks for equality with the object’s `datetimeValue` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "intervalValue", + "description": "Checks for equality with the object’s `intervalValue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "dataType", + "description": "Checks for equality with the object’s `dataType` field.", + "type": { + "kind": "ENUM", + "name": "ScalarTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeToAttributeTypeId", + "description": "Checks for equality with the object’s `typeToAttributeTypeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "quantityId", + "description": "Checks for equality with the object’s `quantityId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "dataSource", + "description": "Checks for equality with the object’s `dataSource` field.", + "type": { + "kind": "ENUM", + "name": "DataSourceEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "distinctlyMeasured", + "description": "Checks for equality with the object’s `distinctlyMeasured` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "interpolationMethod", + "description": "Checks for equality with the object’s `interpolationMethod` field.", + "type": { + "kind": "ENUM", + "name": "InterpolationMethodEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "expression", + "description": "Checks for equality with the object’s `expression` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "minValue", + "description": "Checks for equality with the object’s `minValue` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "maxValue", + "description": "Checks for equality with the object’s `maxValue` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "decimalPlaces", + "description": "Checks for equality with the object’s `decimalPlaces` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isHidden", + "description": "Checks for equality with the object’s `isHidden` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Checks for equality with the object’s `importance` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "expirationInterval", + "description": "Checks for equality with the object’s `expirationInterval` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "maxLatencyInterval", + "description": "Checks for equality with the object’s `maxLatencyInterval` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Checks for equality with the object’s `unlinkRelativeName` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "objectValue", + "description": "Checks for equality with the object’s `objectValue` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationTypeId", + "description": "Checks for equality with the object’s `enumerationTypeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationValues", + "description": "Checks for equality with the object’s `enumerationValues` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "enumerationValue", + "description": "Checks for equality with the object’s `enumerationValue` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationName", + "description": "Checks for equality with the object’s `enumerationName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "geopointValue", + "description": "Checks for equality with the object’s `geopointValue` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "referencedNodeId", + "description": "Checks for equality with the object’s `referencedNodeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "icon", + "description": "Checks for equality with the object’s `icon` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "objectHistoryTypeId", + "description": "Checks for equality with the object’s `objectHistoryTypeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Checks for equality with the object’s `accessGroupIds` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "AttributeFilter", + "description": "A filter to be used against `Attribute` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Filter by the object’s `id` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Filter by the object’s `systemType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Filter by the object’s `typeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Filter by the object’s `displayName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Filter by the object’s `description` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Filter by the object’s `typeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Filter by the object’s `partOfId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Filter by the object’s `fqn` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Filter by the object’s `relativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Filter by the object’s `createdTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Filter by the object’s `updatedTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Filter by the object’s `document` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Filter by the object’s `editStatus` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Filter by the object’s `idPath` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "tagId", + "description": "Filter by the object’s `tagId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "measurementUnitId", + "description": "Filter by the object’s `measurementUnitId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "attributeTypeId", + "description": "Filter by the object’s `attributeTypeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "boolValue", + "description": "Filter by the object’s `boolValue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "intValue", + "description": "Filter by the object’s `intValue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "floatValue", + "description": "Filter by the object’s `floatValue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "stringValue", + "description": "Filter by the object’s `stringValue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "datetimeValue", + "description": "Filter by the object’s `datetimeValue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "intervalValue", + "description": "Filter by the object’s `intervalValue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "dataType", + "description": "Filter by the object’s `dataType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ScalarTypeEnumFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeToAttributeTypeId", + "description": "Filter by the object’s `typeToAttributeTypeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "quantityId", + "description": "Filter by the object’s `quantityId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "dataSource", + "description": "Filter by the object’s `dataSource` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DataSourceEnumFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "distinctlyMeasured", + "description": "Filter by the object’s `distinctlyMeasured` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "interpolationMethod", + "description": "Filter by the object’s `interpolationMethod` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "InterpolationMethodEnumFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "expression", + "description": "Filter by the object’s `expression` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "minValue", + "description": "Filter by the object’s `minValue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "maxValue", + "description": "Filter by the object’s `maxValue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "decimalPlaces", + "description": "Filter by the object’s `decimalPlaces` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isHidden", + "description": "Filter by the object’s `isHidden` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Filter by the object’s `importance` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "expirationInterval", + "description": "Filter by the object’s `expirationInterval` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "maxLatencyInterval", + "description": "Filter by the object’s `maxLatencyInterval` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Filter by the object’s `unlinkRelativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "objectValue", + "description": "Filter by the object’s `objectValue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationTypeId", + "description": "Filter by the object’s `enumerationTypeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationValues", + "description": "Filter by the object’s `enumerationValues` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationValue", + "description": "Filter by the object’s `enumerationValue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationName", + "description": "Filter by the object’s `enumerationName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "referencedNodeId", + "description": "Filter by the object’s `referencedNodeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "icon", + "description": "Filter by the object’s `icon` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "objectHistoryTypeId", + "description": "Filter by the object’s `objectHistoryTypeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Filter by the object’s `accessGroupIds` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "AttributeFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "AttributeFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "description": "A filter to be used against Boolean fields. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "isNull", + "description": "Is null (if `true` is specified) or is not null (if `false` is specified).", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "equalTo", + "description": "Equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notEqualTo", + "description": "Not equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "distinctFrom", + "description": "Not equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notDistinctFrom", + "description": "Equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "in", + "description": "Included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "notIn", + "description": "Not included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "lessThan", + "description": "Less than the specified value.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "lessThanOrEqualTo", + "description": "Less than or equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThan", + "description": "Greater than the specified value.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThanOrEqualTo", + "description": "Greater than or equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ScalarTypeEnumFilter", + "description": "A filter to be used against ScalarTypeEnum fields. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "isNull", + "description": "Is null (if `true` is specified) or is not null (if `false` is specified).", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "equalTo", + "description": "Equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "ScalarTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notEqualTo", + "description": "Not equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "ScalarTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "distinctFrom", + "description": "Not equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "ENUM", + "name": "ScalarTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notDistinctFrom", + "description": "Equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "ENUM", + "name": "ScalarTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "in", + "description": "Included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ScalarTypeEnum", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "notIn", + "description": "Not included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ScalarTypeEnum", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "lessThan", + "description": "Less than the specified value.", + "type": { + "kind": "ENUM", + "name": "ScalarTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "lessThanOrEqualTo", + "description": "Less than or equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "ScalarTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThan", + "description": "Greater than the specified value.", + "type": { + "kind": "ENUM", + "name": "ScalarTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThanOrEqualTo", + "description": "Greater than or equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "ScalarTypeEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "InterpolationMethodEnumFilter", + "description": "A filter to be used against InterpolationMethodEnum fields. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "isNull", + "description": "Is null (if `true` is specified) or is not null (if `false` is specified).", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "equalTo", + "description": "Equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "InterpolationMethodEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notEqualTo", + "description": "Not equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "InterpolationMethodEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "distinctFrom", + "description": "Not equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "ENUM", + "name": "InterpolationMethodEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notDistinctFrom", + "description": "Equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "ENUM", + "name": "InterpolationMethodEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "in", + "description": "Included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "InterpolationMethodEnum", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "notIn", + "description": "Not included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "InterpolationMethodEnum", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "lessThan", + "description": "Less than the specified value.", + "type": { + "kind": "ENUM", + "name": "InterpolationMethodEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "lessThanOrEqualTo", + "description": "Less than or equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "InterpolationMethodEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThan", + "description": "Greater than the specified value.", + "type": { + "kind": "ENUM", + "name": "InterpolationMethodEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThanOrEqualTo", + "description": "Greater than or equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "InterpolationMethodEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "ConnectorsOrderBy", + "description": "Methods to use when ordering `Connector`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_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 + }, + { + "name": "SOUTH_SERVICE_CONFIG_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SOUTH_SERVICE_CONFIG_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "NORTH_SERVICE_CONFIG_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "NORTH_SERVICE_CONFIG_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_MONITOR_CONFIG_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_MONITOR_CONFIG_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OPERATING_SYSTEM_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OPERATING_SYSTEM_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INSTALL_STATUS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INSTALL_STATUS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DATA_RECEIPT_DELAY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DATA_RECEIPT_DELAY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "HOST_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "HOST_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OPCUA_NAMESPACE_URIS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OPCUA_NAMESPACE_URIS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ConnectorCondition", + "description": "A condition to be used against `Connector` object types. All fields are tested\nfor equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Checks for equality with the object’s `id` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Checks for equality with the object’s `systemType` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Checks for equality with the object’s `typeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Checks for equality with the object’s `displayName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Checks for equality with the object’s `description` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Checks for equality with the object’s `typeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Checks for equality with the object’s `partOfId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Checks for equality with the object’s `fqn` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Checks for equality with the object’s `relativeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Checks for equality with the object’s `createdTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Checks for equality with the object’s `updatedTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Checks for equality with the object’s `document` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Checks for equality with the object’s `editStatus` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Checks for equality with the object’s `idPath` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "version", + "description": "Checks for equality with the object’s `version` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "southServiceConfig", + "description": "Checks for equality with the object’s `southServiceConfig` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "northServiceConfig", + "description": "Checks for equality with the object’s `northServiceConfig` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemMonitorConfig", + "description": "Checks for equality with the object’s `systemMonitorConfig` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "operatingSystem", + "description": "Checks for equality with the object’s `operatingSystem` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "installStatus", + "description": "Checks for equality with the object’s `installStatus` field.", + "type": { + "kind": "ENUM", + "name": "InstallStatusEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "dataReceiptDelay", + "description": "Checks for equality with the object’s `dataReceiptDelay` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "host", + "description": "Checks for equality with the object’s `host` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "opcuaNamespaceUris", + "description": "Checks for equality with the object’s `opcuaNamespaceUris` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Checks for equality with the object’s `importance` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Checks for equality with the object’s `accessGroupIds` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ConnectorFilter", + "description": "A filter to be used against `Connector` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Filter by the object’s `id` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Filter by the object’s `systemType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Filter by the object’s `typeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Filter by the object’s `displayName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Filter by the object’s `description` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Filter by the object’s `typeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Filter by the object’s `partOfId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Filter by the object’s `fqn` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Filter by the object’s `relativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Filter by the object’s `createdTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Filter by the object’s `updatedTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Filter by the object’s `document` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Filter by the object’s `editStatus` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Filter by the object’s `idPath` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "version", + "description": "Filter by the object’s `version` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "southServiceConfig", + "description": "Filter by the object’s `southServiceConfig` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "northServiceConfig", + "description": "Filter by the object’s `northServiceConfig` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemMonitorConfig", + "description": "Filter by the object’s `systemMonitorConfig` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "operatingSystem", + "description": "Filter by the object’s `operatingSystem` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "installStatus", + "description": "Filter by the object’s `installStatus` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "InstallStatusEnumFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "dataReceiptDelay", + "description": "Filter by the object’s `dataReceiptDelay` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "host", + "description": "Filter by the object’s `host` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "opcuaNamespaceUris", + "description": "Filter by the object’s `opcuaNamespaceUris` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Filter by the object’s `importance` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Filter by the object’s `accessGroupIds` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ConnectorFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ConnectorFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ConnectorFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "InstallStatusEnumFilter", + "description": "A filter to be used against InstallStatusEnum fields. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "isNull", + "description": "Is null (if `true` is specified) or is not null (if `false` is specified).", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "equalTo", + "description": "Equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "InstallStatusEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notEqualTo", + "description": "Not equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "InstallStatusEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "distinctFrom", + "description": "Not equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "ENUM", + "name": "InstallStatusEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notDistinctFrom", + "description": "Equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "ENUM", + "name": "InstallStatusEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "in", + "description": "Included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "InstallStatusEnum", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "notIn", + "description": "Not included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "InstallStatusEnum", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "lessThan", + "description": "Less than the specified value.", + "type": { + "kind": "ENUM", + "name": "InstallStatusEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "lessThanOrEqualTo", + "description": "Less than or equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "InstallStatusEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThan", + "description": "Greater than the specified value.", + "type": { + "kind": "ENUM", + "name": "InstallStatusEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThanOrEqualTo", + "description": "Greater than or equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "InstallStatusEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "EnumerationType", + "description": null, + "fields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "systemType", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fqn", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdTimestamp", + "description": "The date and time the node was created in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedTimestamp", + "description": "The date and time the node was last updated in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sourceCreatedTimestamp", + "description": "The date and time the node was created in the source", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sourceUpdatedTimestamp", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "editStatus", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "idPath", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "defaultEnumerationValues", + "description": "Array of default enumeration values, which can be integers or texts. Examples: [0,1] or [on,off]", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationNames", + "description": "Array of enumeration names, corresponding to the default_enumeration_values as parallel arrays. Each unordered set of enumeration names is unique. Example: [on,off] is treated the same as [off,on]", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationDescriptions", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationColorCodes", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "opcuaTypeIds", + "description": "The identifier, in NodeId format, of an OPC UA ExtensionObject", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `EnumerationType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `EnumerationType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `EnumerationType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributes", + "description": "Reads and enables pagination through a set of `Attribute`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Attribute`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AttributesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeFilter", + "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": "Attribute", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tags", + "description": "Reads and enables pagination through a set of `Tag`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Tag`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "TagsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TagCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TagFilter", + "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": "Tag", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToAttributeTypes", + "description": "Reads and enables pagination through a set of `TypeToAttributeType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `TypeToAttributeType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "TypeToAttributeTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypeFilter", + "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": "TypeToAttributeType", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "TagsOrderBy", + "description": "Methods to use when ordering `Tag`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DATA_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DATA_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MEASUREMENT_UNIT_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MEASUREMENT_UNIT_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "HISTORIZED_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "HISTORIZED_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "STEPPED_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "STEPPED_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACQUIRED_FROM_LAST_POINT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACQUIRED_FROM_LAST_POINT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OPC_GROUP_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OPC_GROUP_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EU_MIN_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EU_MIN_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EU_MAX_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EU_MAX_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INSTRUMENT_MIN_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INSTRUMENT_MIN_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INSTRUMENT_MAX_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INSTRUMENT_MAX_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "HISTORIZING_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "HISTORIZING_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IS_ARRAY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IS_ARRAY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TRUE_STATE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TRUE_STATE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FALSE_STATE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FALSE_STATE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ENUMERATION_TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ENUMERATION_TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ENUMERATION_VALUES_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ENUMERATION_VALUES_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TagCondition", + "description": "A condition to be used against `Tag` object types. All fields are tested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Checks for equality with the object’s `id` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Checks for equality with the object’s `systemType` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Checks for equality with the object’s `typeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Checks for equality with the object’s `displayName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Checks for equality with the object’s `description` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Checks for equality with the object’s `typeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Checks for equality with the object’s `partOfId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Checks for equality with the object’s `fqn` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Checks for equality with the object’s `relativeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Checks for equality with the object’s `createdTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Checks for equality with the object’s `updatedTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Checks for equality with the object’s `document` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Checks for equality with the object’s `editStatus` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Checks for equality with the object’s `idPath` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "dataType", + "description": "Checks for equality with the object’s `dataType` field.", + "type": { + "kind": "ENUM", + "name": "ScalarTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "measurementUnitId", + "description": "Checks for equality with the object’s `measurementUnitId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "historized", + "description": "Checks for equality with the object’s `historized` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "stepped", + "description": "Checks for equality with the object’s `stepped` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "acquiredFromLastPoint", + "description": "Checks for equality with the object’s `acquiredFromLastPoint` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "opcGroupId", + "description": "Checks for equality with the object’s `opcGroupId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "euMin", + "description": "Checks for equality with the object’s `euMin` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "euMax", + "description": "Checks for equality with the object’s `euMax` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "instrumentMin", + "description": "Checks for equality with the object’s `instrumentMin` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "instrumentMax", + "description": "Checks for equality with the object’s `instrumentMax` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "historizing", + "description": "Checks for equality with the object’s `historizing` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isArray", + "description": "Checks for equality with the object’s `isArray` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "trueState", + "description": "Checks for equality with the object’s `trueState` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "falseState", + "description": "Checks for equality with the object’s `falseState` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationTypeId", + "description": "Checks for equality with the object’s `enumerationTypeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationValues", + "description": "Checks for equality with the object’s `enumerationValues` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Checks for equality with the object’s `unlinkRelativeName` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Checks for equality with the object’s `importance` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Checks for equality with the object’s `accessGroupIds` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TagFilter", + "description": "A filter to be used against `Tag` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Filter by the object’s `id` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Filter by the object’s `systemType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Filter by the object’s `typeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Filter by the object’s `displayName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Filter by the object’s `description` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Filter by the object’s `typeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Filter by the object’s `partOfId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Filter by the object’s `fqn` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Filter by the object’s `relativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Filter by the object’s `createdTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Filter by the object’s `updatedTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Filter by the object’s `document` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Filter by the object’s `editStatus` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Filter by the object’s `idPath` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "dataType", + "description": "Filter by the object’s `dataType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ScalarTypeEnumFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "measurementUnitId", + "description": "Filter by the object’s `measurementUnitId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "historized", + "description": "Filter by the object’s `historized` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "stepped", + "description": "Filter by the object’s `stepped` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "acquiredFromLastPoint", + "description": "Filter by the object’s `acquiredFromLastPoint` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "opcGroupId", + "description": "Filter by the object’s `opcGroupId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "euMin", + "description": "Filter by the object’s `euMin` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "euMax", + "description": "Filter by the object’s `euMax` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "instrumentMin", + "description": "Filter by the object’s `instrumentMin` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "instrumentMax", + "description": "Filter by the object’s `instrumentMax` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "historizing", + "description": "Filter by the object’s `historizing` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isArray", + "description": "Filter by the object’s `isArray` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "trueState", + "description": "Filter by the object’s `trueState` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "falseState", + "description": "Filter by the object’s `falseState` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationTypeId", + "description": "Filter by the object’s `enumerationTypeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationValues", + "description": "Filter by the object’s `enumerationValues` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Filter by the object’s `unlinkRelativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Filter by the object’s `importance` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Filter by the object’s `accessGroupIds` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TagFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TagFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TagFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "TypeToAttributeType", + "description": null, + "fields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "systemType", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fqn", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdTimestamp", + "description": "The date and time the node was created in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedTimestamp", + "description": "The date and time the node was last updated in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "editStatus", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "idPath", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributeTypeId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sourceCategory", + "description": null, + "args": [], + "type": { + "kind": "ENUM", + "name": "SourceCategoryEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "defaultBoolValue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "defaultIntValue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "defaultFloatValue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "defaultStringValue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "defaultDatetimeValue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "defaultIntervalValue", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "Interval", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "defaultMeasurementUnitId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isRequired", + "description": "Indication if the attribute is required upon instantiation.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "dataType", + "description": "The data type for the attribute type.", + "args": [], + "type": { + "kind": "ENUM", + "name": "ScalarTypeEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "quantityId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "baseTypeToAttributeTypeId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "interpolationMethod", + "description": "Setting the interpolation method determines how the data between the points is interpreted and displayed.", + "args": [], + "type": { + "kind": "ENUM", + "name": "InterpolationMethodEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "expression", + "description": "An expression that is evaluated relative to the node that the attribute is part of.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "minValue", + "description": "The minimum value that a user should expect in this attribute. It is commonly used for UI purposes such as scaling trends. It does not limit what can be stored in the attribute.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "maxValue", + "description": "The maximum value that a user should expect in this attribute. It is commonly used for UI purposes such as scaling trends. It does not limit what can be stored in the attribute.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "decimalPlaces", + "description": "The number of decimal places to be displayed by default.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isHidden", + "description": "Hide attributes based on this one in the UI?", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "importance", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "expirationInterval", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "Interval", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "maxLatencyInterval", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "Interval", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "defaultObjectValue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationTypeId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "defaultEnumerationValues", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "defaultEnumerationValue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "defaultGeopointValue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "referencedObjectTypeId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "icon", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "objectHistoryTypeId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "associatedEventIds", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessGroupIds", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "equipmentType", + "description": "Reads a single `EquipmentType` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EquipmentType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tiqType", + "description": "Reads a single `TiqType` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "defaultMeasurementUnit", + "description": "Reads a single `MeasurementUnit` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MeasurementUnit", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributeType", + "description": "Reads a single `Thing` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationType", + "description": "Reads a single `EnumerationType` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EnumerationType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "quantity", + "description": "Reads a single `Quantity` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Quantity", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "baseTypeToAttributeType", + "description": "Reads a single `TypeToAttributeType` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToAttributeType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "referencedObjectType", + "description": "Reads a single `TiqType` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributes", + "description": "Reads and enables pagination through a set of `Attribute`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Attribute`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AttributesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeFilter", + "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": "Attribute", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToAttributeTypesByBaseTypeToAttributeTypeId", + "description": "Reads and enables pagination through a set of `TypeToAttributeType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `TypeToAttributeType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "TypeToAttributeTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypeFilter", + "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": "TypeToAttributeType", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "SourceCategoryEnum", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "CONFIG", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DYNAMIC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EXPRESSION", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "VISION", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "EquipmentType", + "description": null, + "fields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "systemType", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fqn", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdTimestamp", + "description": "The date and time the node was created in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedTimestamp", + "description": "The date and time the node was last updated in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "editStatus", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "idPath", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "subTypeOfId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "taxonomySystemNodeTypeId", + "description": "The system node type that instances of this type belong to.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "materializedSubTypePath", + "description": "The taxonomy path seen from the instance level.", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "baseSystemType", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "importance", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessGroupIds", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asTiqType", + "description": "Reads a single `TiqType` that is related to this `EquipmentType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `EquipmentType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "subTypeOf", + "description": "Reads a single `TiqType` that is related to this `EquipmentType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `EquipmentType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "equipments", + "description": "Reads and enables pagination through a set of `Equipment`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Equipment`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "EquipmentOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EquipmentCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EquipmentFilter", + "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": "Equipment", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToAttributeTypes", + "description": "Reads and enables pagination through a set of `TypeToAttributeType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `TypeToAttributeType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "TypeToAttributeTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypeFilter", + "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": "TypeToAttributeType", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Equipment", + "description": null, + "fields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "systemType", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fqn", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdTimestamp", + "description": "The date and time the node was created in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedTimestamp", + "description": "The date and time the node was last updated in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "editStatus", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "idPath", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToChildTypeId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "importance", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessGroupIds", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parentEquipment", + "description": "Reads a single `Equipment` that is related to this `Equipment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Equipment", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "place", + "description": "Reads a single `Place` that is related to this `Equipment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Place", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "equipmentType", + "description": "Reads a single `EquipmentType` that is related to this `Equipment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EquipmentType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Equipment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToChildType", + "description": "Reads a single `TypeToChildType` that is related to this `Equipment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToChildType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Equipment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Equipment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accounts", + "description": "Reads and enables pagination through a set of `Account`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Account`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AccountsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountFilter", + "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": "Account", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributes", + "description": "Reads and enables pagination through a set of `Attribute`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Attribute`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AttributesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeFilter", + "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": "Attribute", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "childEquipment", + "description": "Reads and enables pagination through a set of `Equipment`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Equipment`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "EquipmentOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EquipmentCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EquipmentFilter", + "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": "Equipment", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Place", + "description": null, + "fields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isRoot", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "systemType", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fqn", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdTimestamp", + "description": "The date and time the node was created in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedTimestamp", + "description": "The date and time the node was last updated in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "editStatus", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "idPath", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToChildTypeId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "importance", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessGroupIds", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parentPlace", + "description": "Reads a single `Place` that is related to this `Place`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Place", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parentOrganization", + "description": "Reads a single `Organization` that is related to this `Place`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Organization", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Place`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToChildType", + "description": "Reads a single `TypeToChildType` that is related to this `Place`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToChildType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Place`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Place`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accounts", + "description": "Reads and enables pagination through a set of `Account`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Account`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AccountsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountFilter", + "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": "Account", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributes", + "description": "Reads and enables pagination through a set of `Attribute`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Attribute`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AttributesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeFilter", + "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": "Attribute", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "equipment", + "description": "Reads and enables pagination through a set of `Equipment`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Equipment`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "EquipmentOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EquipmentCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EquipmentFilter", + "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": "Equipment", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "childPlaces", + "description": "Reads and enables pagination through a set of `Place`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Place`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PlacesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "PlaceCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "PlaceFilter", + "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": "Place", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Organization", + "description": null, + "fields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isRoot", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "systemType", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fqn", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdTimestamp", + "description": "The date and time the node was created in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedTimestamp", + "description": "The date and time the node was last updated in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "editStatus", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "idPath", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToChildTypeId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "importance", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessGroupIds", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parentOrganization", + "description": "Reads a single `Organization` that is related to this `Organization`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Organization", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Organization`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToChildType", + "description": "Reads a single `TypeToChildType` that is related to this `Organization`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToChildType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Organization`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Organization`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accounts", + "description": "Reads and enables pagination through a set of `Account`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Account`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AccountsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountFilter", + "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": "Account", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributes", + "description": "Reads and enables pagination through a set of `Attribute`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Attribute`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AttributesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeFilter", + "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": "Attribute", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "childOrganizations", + "description": "Reads and enables pagination through a set of `Organization`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Organization`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "OrganizationsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "OrganizationCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "OrganizationFilter", + "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": "Organization", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "childPlaces", + "description": "Reads and enables pagination through a set of `Place`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Place`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PlacesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "PlaceCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "PlaceFilter", + "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": "Place", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "TypeToChildType", + "description": null, + "fields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "systemType", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fqn", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdTimestamp", + "description": "The date and time the node was created in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedTimestamp", + "description": "The date and time the node was last updated in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "editStatus", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "idPath", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "childTypeId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "minNumber", + "description": "The minimum number of children.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "maxNumber", + "description": "The maximum number of children.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isRequired", + "description": "Indication if the attribute is required upon instantiation.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "importance", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessGroupIds", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tiqType", + "description": "Reads a single `TiqType` that is related to this `TypeToChildType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `TypeToChildType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `TypeToChildType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "childType", + "description": "Reads a single `TiqType` that is related to this `TypeToChildType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `TypeToChildType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "equipments", + "description": "Reads and enables pagination through a set of `Equipment`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Equipment`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "EquipmentOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EquipmentCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EquipmentFilter", + "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": "Equipment", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "objects", + "description": "Reads and enables pagination through a set of `Object`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Object`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ObjectsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ObjectCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ObjectFilter", + "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": "Object", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "organizations", + "description": "Reads and enables pagination through a set of `Organization`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Organization`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "OrganizationsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "OrganizationCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "OrganizationFilter", + "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": "Organization", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "places", + "description": "Reads and enables pagination through a set of `Place`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Place`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "PlacesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "PlaceCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "PlaceFilter", + "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": "Place", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "EquipmentOrderBy", + "description": "Methods to use when ordering `Equipment`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_TO_CHILD_TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_TO_CHILD_TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "EquipmentCondition", + "description": "A condition to be used against `Equipment` object types. All fields are tested\nfor equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Checks for equality with the object’s `id` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Checks for equality with the object’s `systemType` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Checks for equality with the object’s `typeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Checks for equality with the object’s `displayName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Checks for equality with the object’s `description` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Checks for equality with the object’s `typeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Checks for equality with the object’s `partOfId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Checks for equality with the object’s `fqn` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Checks for equality with the object’s `relativeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Checks for equality with the object’s `createdTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Checks for equality with the object’s `updatedTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Checks for equality with the object’s `document` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Checks for equality with the object’s `editStatus` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Checks for equality with the object’s `idPath` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Checks for equality with the object’s `unlinkRelativeName` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeToChildTypeId", + "description": "Checks for equality with the object’s `typeToChildTypeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Checks for equality with the object’s `importance` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Checks for equality with the object’s `accessGroupIds` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "EquipmentFilter", + "description": "A filter to be used against `Equipment` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Filter by the object’s `id` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Filter by the object’s `systemType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Filter by the object’s `typeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Filter by the object’s `displayName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Filter by the object’s `description` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Filter by the object’s `typeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Filter by the object’s `partOfId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Filter by the object’s `fqn` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Filter by the object’s `relativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Filter by the object’s `createdTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Filter by the object’s `updatedTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Filter by the object’s `document` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Filter by the object’s `editStatus` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Filter by the object’s `idPath` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Filter by the object’s `unlinkRelativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeToChildTypeId", + "description": "Filter by the object’s `typeToChildTypeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Filter by the object’s `importance` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Filter by the object’s `accessGroupIds` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "EquipmentFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "EquipmentFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EquipmentFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "ObjectsOrderBy", + "description": "Methods to use when ordering `Object`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_TO_CHILD_TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_TO_CHILD_TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CATEGORY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CATEGORY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENTATION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENTATION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EXTENSIONS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EXTENSIONS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PARENT_NODE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PARENT_NODE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OPCUA_NODE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OPCUA_NODE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BROWSE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BROWSE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "WRITE_MASK_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "WRITE_MASK_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "USER_WRITE_MASK_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "USER_WRITE_MASK_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_RESTRICTION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_RESTRICTION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "HAS_NO_PERMISSIONS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "HAS_NO_PERMISSIONS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYMBOLIC_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYMBOLIC_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELEASE_STATUS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELEASE_STATUS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EVENT_NOTIFIER_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EVENT_NOTIFIER_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MEMBER_OF_ORGANIZATIONS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MEMBER_OF_ORGANIZATIONS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ObjectCondition", + "description": "A condition to be used against `Object` object types. All fields are tested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Checks for equality with the object’s `id` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Checks for equality with the object’s `systemType` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Checks for equality with the object’s `typeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Checks for equality with the object’s `displayName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Checks for equality with the object’s `description` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Checks for equality with the object’s `typeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Checks for equality with the object’s `partOfId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Checks for equality with the object’s `fqn` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Checks for equality with the object’s `relativeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Checks for equality with the object’s `createdTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Checks for equality with the object’s `updatedTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Checks for equality with the object’s `document` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Checks for equality with the object’s `editStatus` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Checks for equality with the object’s `idPath` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Checks for equality with the object’s `unlinkRelativeName` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeToChildTypeId", + "description": "Checks for equality with the object’s `typeToChildTypeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "category", + "description": "Checks for equality with the object’s `category` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "documentation", + "description": "Checks for equality with the object’s `documentation` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "extensions", + "description": "Checks for equality with the object’s `extensions` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "parentNodeId", + "description": "Checks for equality with the object’s `parentNodeId` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "opcuaNodeId", + "description": "Checks for equality with the object’s `opcuaNodeId` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "browseName", + "description": "Checks for equality with the object’s `browseName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "writeMask", + "description": "Checks for equality with the object’s `writeMask` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "userWriteMask", + "description": "Checks for equality with the object’s `userWriteMask` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessRestriction", + "description": "Checks for equality with the object’s `accessRestriction` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "hasNoPermissions", + "description": "Checks for equality with the object’s `hasNoPermissions` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "symbolicName", + "description": "Checks for equality with the object’s `symbolicName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "releaseStatus", + "description": "Checks for equality with the object’s `releaseStatus` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "eventNotifier", + "description": "Checks for equality with the object’s `eventNotifier` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "memberOfOrganizations", + "description": "Checks for equality with the object’s `memberOfOrganizations` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Checks for equality with the object’s `importance` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Checks for equality with the object’s `accessGroupIds` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ObjectFilter", + "description": "A filter to be used against `Object` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Filter by the object’s `id` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Filter by the object’s `systemType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Filter by the object’s `typeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Filter by the object’s `displayName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Filter by the object’s `description` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Filter by the object’s `typeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Filter by the object’s `partOfId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Filter by the object’s `fqn` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Filter by the object’s `relativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Filter by the object’s `createdTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Filter by the object’s `updatedTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Filter by the object’s `document` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Filter by the object’s `editStatus` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Filter by the object’s `idPath` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Filter by the object’s `unlinkRelativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeToChildTypeId", + "description": "Filter by the object’s `typeToChildTypeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "category", + "description": "Filter by the object’s `category` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "documentation", + "description": "Filter by the object’s `documentation` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "extensions", + "description": "Filter by the object’s `extensions` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "parentNodeId", + "description": "Filter by the object’s `parentNodeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "opcuaNodeId", + "description": "Filter by the object’s `opcuaNodeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "browseName", + "description": "Filter by the object’s `browseName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "writeMask", + "description": "Filter by the object’s `writeMask` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "userWriteMask", + "description": "Filter by the object’s `userWriteMask` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessRestriction", + "description": "Filter by the object’s `accessRestriction` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "hasNoPermissions", + "description": "Filter by the object’s `hasNoPermissions` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "symbolicName", + "description": "Filter by the object’s `symbolicName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "releaseStatus", + "description": "Filter by the object’s `releaseStatus` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "eventNotifier", + "description": "Filter by the object’s `eventNotifier` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "memberOfOrganizations", + "description": "Filter by the object’s `memberOfOrganizations` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Filter by the object’s `importance` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Filter by the object’s `accessGroupIds` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ObjectFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ObjectFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ObjectFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "OrganizationsOrderBy", + "description": "Methods to use when ordering `Organization`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IS_ROOT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IS_ROOT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_TO_CHILD_TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_TO_CHILD_TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "OrganizationCondition", + "description": "A condition to be used against `Organization` object types. All fields are\ntested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Checks for equality with the object’s `id` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isRoot", + "description": "Checks for equality with the object’s `isRoot` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Checks for equality with the object’s `systemType` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Checks for equality with the object’s `typeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Checks for equality with the object’s `displayName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Checks for equality with the object’s `description` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Checks for equality with the object’s `typeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Checks for equality with the object’s `partOfId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Checks for equality with the object’s `fqn` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Checks for equality with the object’s `relativeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Checks for equality with the object’s `createdTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Checks for equality with the object’s `updatedTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Checks for equality with the object’s `document` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Checks for equality with the object’s `editStatus` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Checks for equality with the object’s `idPath` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Checks for equality with the object’s `unlinkRelativeName` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeToChildTypeId", + "description": "Checks for equality with the object’s `typeToChildTypeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Checks for equality with the object’s `importance` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Checks for equality with the object’s `accessGroupIds` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "OrganizationFilter", + "description": "A filter to be used against `Organization` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Filter by the object’s `id` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isRoot", + "description": "Filter by the object’s `isRoot` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Filter by the object’s `systemType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Filter by the object’s `typeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Filter by the object’s `displayName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Filter by the object’s `description` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Filter by the object’s `typeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Filter by the object’s `partOfId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Filter by the object’s `fqn` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Filter by the object’s `relativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Filter by the object’s `createdTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Filter by the object’s `updatedTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Filter by the object’s `document` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Filter by the object’s `editStatus` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Filter by the object’s `idPath` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Filter by the object’s `unlinkRelativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeToChildTypeId", + "description": "Filter by the object’s `typeToChildTypeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Filter by the object’s `importance` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Filter by the object’s `accessGroupIds` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "OrganizationFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "OrganizationFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "OrganizationFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "PlacesOrderBy", + "description": "Methods to use when ordering `Place`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IS_ROOT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IS_ROOT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_TO_CHILD_TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_TO_CHILD_TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PlaceCondition", + "description": "A condition to be used against `Place` object types. All fields are tested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Checks for equality with the object’s `id` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isRoot", + "description": "Checks for equality with the object’s `isRoot` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Checks for equality with the object’s `systemType` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Checks for equality with the object’s `typeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Checks for equality with the object’s `displayName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Checks for equality with the object’s `description` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Checks for equality with the object’s `typeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Checks for equality with the object’s `partOfId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Checks for equality with the object’s `fqn` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Checks for equality with the object’s `relativeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Checks for equality with the object’s `createdTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Checks for equality with the object’s `updatedTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Checks for equality with the object’s `document` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Checks for equality with the object’s `editStatus` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Checks for equality with the object’s `idPath` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Checks for equality with the object’s `unlinkRelativeName` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeToChildTypeId", + "description": "Checks for equality with the object’s `typeToChildTypeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Checks for equality with the object’s `importance` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Checks for equality with the object’s `accessGroupIds` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PlaceFilter", + "description": "A filter to be used against `Place` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Filter by the object’s `id` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isRoot", + "description": "Filter by the object’s `isRoot` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Filter by the object’s `systemType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Filter by the object’s `typeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Filter by the object’s `displayName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Filter by the object’s `description` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Filter by the object’s `typeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Filter by the object’s `partOfId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Filter by the object’s `fqn` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Filter by the object’s `relativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Filter by the object’s `createdTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Filter by the object’s `updatedTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Filter by the object’s `document` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Filter by the object’s `editStatus` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Filter by the object’s `idPath` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Filter by the object’s `unlinkRelativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeToChildTypeId", + "description": "Filter by the object’s `typeToChildTypeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Filter by the object’s `importance` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Filter by the object’s `accessGroupIds` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PlaceFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PlaceFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "PlaceFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "TypeToAttributeTypesOrderBy", + "description": "Methods to use when ordering `TypeToAttributeType`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ATTRIBUTE_TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ATTRIBUTE_TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SOURCE_CATEGORY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SOURCE_CATEGORY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEFAULT_BOOL_VALUE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEFAULT_BOOL_VALUE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEFAULT_INT_VALUE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEFAULT_INT_VALUE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEFAULT_FLOAT_VALUE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEFAULT_FLOAT_VALUE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEFAULT_STRING_VALUE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEFAULT_STRING_VALUE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEFAULT_DATETIME_VALUE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEFAULT_DATETIME_VALUE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEFAULT_INTERVAL_VALUE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEFAULT_INTERVAL_VALUE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEFAULT_MEASUREMENT_UNIT_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEFAULT_MEASUREMENT_UNIT_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IS_REQUIRED_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IS_REQUIRED_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DATA_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DATA_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "QUANTITY_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "QUANTITY_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BASE_TYPE_TO_ATTRIBUTE_TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BASE_TYPE_TO_ATTRIBUTE_TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INTERPOLATION_METHOD_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INTERPOLATION_METHOD_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EXPRESSION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EXPRESSION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MIN_VALUE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MIN_VALUE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MAX_VALUE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MAX_VALUE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DECIMAL_PLACES_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DECIMAL_PLACES_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IS_HIDDEN_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IS_HIDDEN_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EXPIRATION_INTERVAL_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EXPIRATION_INTERVAL_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MAX_LATENCY_INTERVAL_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MAX_LATENCY_INTERVAL_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEFAULT_OBJECT_VALUE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEFAULT_OBJECT_VALUE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ENUMERATION_TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ENUMERATION_TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEFAULT_ENUMERATION_VALUES_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEFAULT_ENUMERATION_VALUES_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEFAULT_ENUMERATION_VALUE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEFAULT_ENUMERATION_VALUE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEFAULT_GEOPOINT_VALUE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEFAULT_GEOPOINT_VALUE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REFERENCED_OBJECT_TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "REFERENCED_OBJECT_TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ICON_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ICON_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OBJECT_HISTORY_TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OBJECT_HISTORY_TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ASSOCIATED_EVENT_IDS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ASSOCIATED_EVENT_IDS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypeCondition", + "description": "A condition to be used against `TypeToAttributeType` object types. All fields\nare tested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Checks for equality with the object’s `id` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Checks for equality with the object’s `systemType` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Checks for equality with the object’s `typeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Checks for equality with the object’s `displayName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Checks for equality with the object’s `description` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Checks for equality with the object’s `typeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Checks for equality with the object’s `partOfId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Checks for equality with the object’s `fqn` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Checks for equality with the object’s `relativeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Checks for equality with the object’s `createdTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Checks for equality with the object’s `updatedTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Checks for equality with the object’s `document` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Checks for equality with the object’s `editStatus` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Checks for equality with the object’s `idPath` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "attributeTypeId", + "description": "Checks for equality with the object’s `attributeTypeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceCategory", + "description": "Checks for equality with the object’s `sourceCategory` field.", + "type": { + "kind": "ENUM", + "name": "SourceCategoryEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultBoolValue", + "description": "Checks for equality with the object’s `defaultBoolValue` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultIntValue", + "description": "Checks for equality with the object’s `defaultIntValue` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultFloatValue", + "description": "Checks for equality with the object’s `defaultFloatValue` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultStringValue", + "description": "Checks for equality with the object’s `defaultStringValue` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultDatetimeValue", + "description": "Checks for equality with the object’s `defaultDatetimeValue` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultIntervalValue", + "description": "Checks for equality with the object’s `defaultIntervalValue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultMeasurementUnitId", + "description": "Checks for equality with the object’s `defaultMeasurementUnitId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isRequired", + "description": "Checks for equality with the object’s `isRequired` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "dataType", + "description": "Checks for equality with the object’s `dataType` field.", + "type": { + "kind": "ENUM", + "name": "ScalarTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "quantityId", + "description": "Checks for equality with the object’s `quantityId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "baseTypeToAttributeTypeId", + "description": "Checks for equality with the object’s `baseTypeToAttributeTypeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "interpolationMethod", + "description": "Checks for equality with the object’s `interpolationMethod` field.", + "type": { + "kind": "ENUM", + "name": "InterpolationMethodEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "expression", + "description": "Checks for equality with the object’s `expression` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "minValue", + "description": "Checks for equality with the object’s `minValue` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "maxValue", + "description": "Checks for equality with the object’s `maxValue` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "decimalPlaces", + "description": "Checks for equality with the object’s `decimalPlaces` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isHidden", + "description": "Checks for equality with the object’s `isHidden` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Checks for equality with the object’s `importance` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "expirationInterval", + "description": "Checks for equality with the object’s `expirationInterval` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "maxLatencyInterval", + "description": "Checks for equality with the object’s `maxLatencyInterval` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Checks for equality with the object’s `unlinkRelativeName` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultObjectValue", + "description": "Checks for equality with the object’s `defaultObjectValue` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationTypeId", + "description": "Checks for equality with the object’s `enumerationTypeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultEnumerationValues", + "description": "Checks for equality with the object’s `defaultEnumerationValues` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "defaultEnumerationValue", + "description": "Checks for equality with the object’s `defaultEnumerationValue` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultGeopointValue", + "description": "Checks for equality with the object’s `defaultGeopointValue` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "referencedObjectTypeId", + "description": "Checks for equality with the object’s `referencedObjectTypeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "icon", + "description": "Checks for equality with the object’s `icon` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "objectHistoryTypeId", + "description": "Checks for equality with the object’s `objectHistoryTypeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "associatedEventIds", + "description": "Checks for equality with the object’s `associatedEventIds` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Checks for equality with the object’s `accessGroupIds` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypeFilter", + "description": "A filter to be used against `TypeToAttributeType` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Filter by the object’s `id` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Filter by the object’s `systemType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Filter by the object’s `typeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Filter by the object’s `displayName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Filter by the object’s `description` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Filter by the object’s `typeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Filter by the object’s `partOfId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Filter by the object’s `fqn` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Filter by the object’s `relativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Filter by the object’s `createdTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Filter by the object’s `updatedTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Filter by the object’s `document` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Filter by the object’s `editStatus` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Filter by the object’s `idPath` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "attributeTypeId", + "description": "Filter by the object’s `attributeTypeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceCategory", + "description": "Filter by the object’s `sourceCategory` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "SourceCategoryEnumFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultBoolValue", + "description": "Filter by the object’s `defaultBoolValue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultIntValue", + "description": "Filter by the object’s `defaultIntValue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultFloatValue", + "description": "Filter by the object’s `defaultFloatValue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultStringValue", + "description": "Filter by the object’s `defaultStringValue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultDatetimeValue", + "description": "Filter by the object’s `defaultDatetimeValue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultIntervalValue", + "description": "Filter by the object’s `defaultIntervalValue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultMeasurementUnitId", + "description": "Filter by the object’s `defaultMeasurementUnitId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isRequired", + "description": "Filter by the object’s `isRequired` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "dataType", + "description": "Filter by the object’s `dataType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ScalarTypeEnumFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "quantityId", + "description": "Filter by the object’s `quantityId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "baseTypeToAttributeTypeId", + "description": "Filter by the object’s `baseTypeToAttributeTypeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "interpolationMethod", + "description": "Filter by the object’s `interpolationMethod` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "InterpolationMethodEnumFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "expression", + "description": "Filter by the object’s `expression` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "minValue", + "description": "Filter by the object’s `minValue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "maxValue", + "description": "Filter by the object’s `maxValue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "decimalPlaces", + "description": "Filter by the object’s `decimalPlaces` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isHidden", + "description": "Filter by the object’s `isHidden` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Filter by the object’s `importance` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "expirationInterval", + "description": "Filter by the object’s `expirationInterval` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "maxLatencyInterval", + "description": "Filter by the object’s `maxLatencyInterval` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Filter by the object’s `unlinkRelativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultObjectValue", + "description": "Filter by the object’s `defaultObjectValue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationTypeId", + "description": "Filter by the object’s `enumerationTypeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultEnumerationValues", + "description": "Filter by the object’s `defaultEnumerationValues` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultEnumerationValue", + "description": "Filter by the object’s `defaultEnumerationValue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "referencedObjectTypeId", + "description": "Filter by the object’s `referencedObjectTypeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "icon", + "description": "Filter by the object’s `icon` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "objectHistoryTypeId", + "description": "Filter by the object’s `objectHistoryTypeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "associatedEventIds", + "description": "Filter by the object’s `associatedEventIds` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Filter by the object’s `accessGroupIds` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypeFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypeFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypeFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "SourceCategoryEnumFilter", + "description": "A filter to be used against SourceCategoryEnum fields. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "isNull", + "description": "Is null (if `true` is specified) or is not null (if `false` is specified).", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "equalTo", + "description": "Equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "SourceCategoryEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notEqualTo", + "description": "Not equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "SourceCategoryEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "distinctFrom", + "description": "Not equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "ENUM", + "name": "SourceCategoryEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notDistinctFrom", + "description": "Equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "ENUM", + "name": "SourceCategoryEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "in", + "description": "Included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "SourceCategoryEnum", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "notIn", + "description": "Not included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "SourceCategoryEnum", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "lessThan", + "description": "Less than the specified value.", + "type": { + "kind": "ENUM", + "name": "SourceCategoryEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "lessThanOrEqualTo", + "description": "Less than or equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "SourceCategoryEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThan", + "description": "Greater than the specified value.", + "type": { + "kind": "ENUM", + "name": "SourceCategoryEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThanOrEqualTo", + "description": "Greater than or equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "SourceCategoryEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "MeasurementUnit", + "description": "The measurement units view provide information about each measurement unit, their quantity kind, how to convert them, and how to map them to OPC UA and UNECE standards.", + "fields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "systemType", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fqn", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdTimestamp", + "description": "The date and time the node was created in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedTimestamp", + "description": "The date and time the node was last updated in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "editStatus", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "idPath", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "quantityId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "conversionOffset", + "description": "The conversion offset is used to convert to the base unit.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "conversionMultiplier", + "description": "The conversion multiplier is used to convert to the base unit.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "symbol", + "description": "The the symbol that will be used as a postfix in most cases. Example Pa for pressure (Pascal).", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "symbolOtherSiUnits", + "description": "The symbol that is used to express the units in quantity measures. Example N/m2 for pressure referring to force (N) and area (m2) quantities.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "siPrefixId", + "description": "The id that links the column to the si_prefixes table.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "opcuaUnitId", + "description": "The engineering unit id used by the OPC UA Standard. See https://www.opcfoundation.org/UA/EngineeringUnits/UNECE/UNECE_to_OPCUA.csv", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "uneceCode", + "description": "The UNECE code. See https://unece.org/trade/cefact/UNLOCODE-Download", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "uneceName", + "description": "The UNECE name.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isHidden", + "description": "If false, then it is not hidden by default. This is to de-clutter the list of measurement units.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "importance", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessGroupIds", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `MeasurementUnit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "quantity", + "description": "Reads a single `Quantity` that is related to this `MeasurementUnit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Quantity", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `MeasurementUnit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `MeasurementUnit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accounts", + "description": "Reads and enables pagination through a set of `Account`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Account`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AccountsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AccountFilter", + "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": "Account", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributes", + "description": "Reads and enables pagination through a set of `Attribute`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Attribute`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AttributesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeFilter", + "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": "Attribute", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToAttributeTypesByDefaultMeasurementUnitId", + "description": "Reads and enables pagination through a set of `TypeToAttributeType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `TypeToAttributeType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "TypeToAttributeTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypeFilter", + "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": "TypeToAttributeType", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Quantity", + "description": null, + "fields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "systemType", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fqn", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdTimestamp", + "description": "The date and time the node was created in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedTimestamp", + "description": "The date and time the node was last updated in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "editStatus", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "idPath", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "quantitySymbol", + "description": "The quantity symbol is used in equations. Example F=M*A for Force = Mass * Acceleration.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "lengthDimensionExponent", + "description": "Length dimension exponent.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "massDimensionExponent", + "description": "Mass dimension exponent.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "timeDimensionExponent", + "description": "Time, duration dimension exponent.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "electricCurrentDimensionExponent", + "description": "Electric current dimension exponent.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "thermodynamicTemperatureDimensionExponent", + "description": "Thermodynamic temperature dimension exponent.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "amountOfSubstanceDimensionExponent", + "description": "Amount of substance dimension exponent.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "luminousIntensityDimensionExponent", + "description": "Luminous intensity dimension exponent.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "importance", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessGroupIds", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Quantity`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Quantity`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Quantity`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributes", + "description": "Reads and enables pagination through a set of `Attribute`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Attribute`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "AttributesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributeFilter", + "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": "Attribute", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "measurementUnits", + "description": "Reads and enables pagination through a set of `MeasurementUnit`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `MeasurementUnit`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "MeasurementUnitsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "MeasurementUnitCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "MeasurementUnitFilter", + "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": "MeasurementUnit", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToAttributeTypes", + "description": "Reads and enables pagination through a set of `TypeToAttributeType`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `TypeToAttributeType`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "TypeToAttributeTypesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypeCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypeFilter", + "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": "TypeToAttributeType", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "MeasurementUnitsOrderBy", + "description": "Methods to use when ordering `MeasurementUnit`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "QUANTITY_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "QUANTITY_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CONVERSION_OFFSET_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CONVERSION_OFFSET_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CONVERSION_MULTIPLIER_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CONVERSION_MULTIPLIER_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYMBOL_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYMBOL_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYMBOL_OTHER_SI_UNITS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYMBOL_OTHER_SI_UNITS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SI_PREFIX_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SI_PREFIX_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OPCUA_UNIT_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OPCUA_UNIT_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNECE_CODE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNECE_CODE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNECE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNECE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IS_HIDDEN_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IS_HIDDEN_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "MeasurementUnitCondition", + "description": "A condition to be used against `MeasurementUnit` object types. All fields are\ntested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Checks for equality with the object’s `id` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Checks for equality with the object’s `systemType` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Checks for equality with the object’s `typeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Checks for equality with the object’s `displayName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Checks for equality with the object’s `description` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Checks for equality with the object’s `typeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Checks for equality with the object’s `partOfId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Checks for equality with the object’s `fqn` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Checks for equality with the object’s `relativeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Checks for equality with the object’s `createdTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Checks for equality with the object’s `updatedTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Checks for equality with the object’s `document` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Checks for equality with the object’s `editStatus` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Checks for equality with the object’s `idPath` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "quantityId", + "description": "Checks for equality with the object’s `quantityId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "conversionOffset", + "description": "Checks for equality with the object’s `conversionOffset` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "conversionMultiplier", + "description": "Checks for equality with the object’s `conversionMultiplier` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "symbol", + "description": "Checks for equality with the object’s `symbol` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "symbolOtherSiUnits", + "description": "Checks for equality with the object’s `symbolOtherSiUnits` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "siPrefixId", + "description": "Checks for equality with the object’s `siPrefixId` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Checks for equality with the object’s `unlinkRelativeName` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "opcuaUnitId", + "description": "Checks for equality with the object’s `opcuaUnitId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "uneceCode", + "description": "Checks for equality with the object’s `uneceCode` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "uneceName", + "description": "Checks for equality with the object’s `uneceName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isHidden", + "description": "Checks for equality with the object’s `isHidden` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Checks for equality with the object’s `importance` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Checks for equality with the object’s `accessGroupIds` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "MeasurementUnitFilter", + "description": "A filter to be used against `MeasurementUnit` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Filter by the object’s `id` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Filter by the object’s `systemType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Filter by the object’s `typeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Filter by the object’s `displayName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Filter by the object’s `description` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Filter by the object’s `typeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Filter by the object’s `partOfId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Filter by the object’s `fqn` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Filter by the object’s `relativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Filter by the object’s `createdTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Filter by the object’s `updatedTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Filter by the object’s `document` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Filter by the object’s `editStatus` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Filter by the object’s `idPath` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "quantityId", + "description": "Filter by the object’s `quantityId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "conversionOffset", + "description": "Filter by the object’s `conversionOffset` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "conversionMultiplier", + "description": "Filter by the object’s `conversionMultiplier` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "symbol", + "description": "Filter by the object’s `symbol` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "symbolOtherSiUnits", + "description": "Filter by the object’s `symbolOtherSiUnits` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "siPrefixId", + "description": "Filter by the object’s `siPrefixId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Filter by the object’s `unlinkRelativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "opcuaUnitId", + "description": "Filter by the object’s `opcuaUnitId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "uneceCode", + "description": "Filter by the object’s `uneceCode` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "uneceName", + "description": "Filter by the object’s `uneceName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isHidden", + "description": "Filter by the object’s `isHidden` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Filter by the object’s `importance` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Filter by the object’s `accessGroupIds` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "MeasurementUnitFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "MeasurementUnitFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "MeasurementUnitFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "EnumerationTypesOrderBy", + "description": "Methods to use when ordering `EnumerationType`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SOURCE_CREATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SOURCE_CREATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SOURCE_UPDATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SOURCE_UPDATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEFAULT_ENUMERATION_VALUES_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DEFAULT_ENUMERATION_VALUES_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ENUMERATION_NAMES_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ENUMERATION_NAMES_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ENUMERATION_DESCRIPTIONS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ENUMERATION_DESCRIPTIONS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ENUMERATION_COLOR_CODES_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ENUMERATION_COLOR_CODES_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OPCUA_TYPE_IDS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OPCUA_TYPE_IDS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "EnumerationTypeCondition", + "description": "A condition to be used against `EnumerationType` object types. All fields are\ntested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Checks for equality with the object’s `id` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Checks for equality with the object’s `systemType` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Checks for equality with the object’s `typeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Checks for equality with the object’s `displayName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Checks for equality with the object’s `description` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Checks for equality with the object’s `typeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Checks for equality with the object’s `partOfId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Checks for equality with the object’s `fqn` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Checks for equality with the object’s `relativeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Checks for equality with the object’s `createdTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Checks for equality with the object’s `updatedTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceCreatedTimestamp", + "description": "Checks for equality with the object’s `sourceCreatedTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceUpdatedTimestamp", + "description": "Checks for equality with the object’s `sourceUpdatedTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Checks for equality with the object’s `document` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Checks for equality with the object’s `editStatus` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Checks for equality with the object’s `idPath` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Checks for equality with the object’s `unlinkRelativeName` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultEnumerationValues", + "description": "Checks for equality with the object’s `defaultEnumerationValues` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "enumerationNames", + "description": "Checks for equality with the object’s `enumerationNames` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "enumerationDescriptions", + "description": "Checks for equality with the object’s `enumerationDescriptions` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "enumerationColorCodes", + "description": "Checks for equality with the object’s `enumerationColorCodes` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "opcuaTypeIds", + "description": "Checks for equality with the object’s `opcuaTypeIds` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "EnumerationTypeFilter", + "description": "A filter to be used against `EnumerationType` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Filter by the object’s `id` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Filter by the object’s `systemType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Filter by the object’s `typeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Filter by the object’s `displayName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Filter by the object’s `description` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Filter by the object’s `typeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Filter by the object’s `partOfId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Filter by the object’s `fqn` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Filter by the object’s `relativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Filter by the object’s `createdTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Filter by the object’s `updatedTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceCreatedTimestamp", + "description": "Filter by the object’s `sourceCreatedTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceUpdatedTimestamp", + "description": "Filter by the object’s `sourceUpdatedTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Filter by the object’s `document` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Filter by the object’s `editStatus` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Filter by the object’s `idPath` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Filter by the object’s `unlinkRelativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultEnumerationValues", + "description": "Filter by the object’s `defaultEnumerationValues` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationNames", + "description": "Filter by the object’s `enumerationNames` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationDescriptions", + "description": "Filter by the object’s `enumerationDescriptions` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationColorCodes", + "description": "Filter by the object’s `enumerationColorCodes` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "opcuaTypeIds", + "description": "Filter by the object’s `opcuaTypeIds` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "EnumerationTypeFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "EnumerationTypeFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EnumerationTypeFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "EquipmentTypesOrderBy", + "description": "Methods to use when ordering `EquipmentType`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SUB_TYPE_OF_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SUB_TYPE_OF_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TAXONOMY_SYSTEM_NODE_TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TAXONOMY_SYSTEM_NODE_TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MATERIALIZED_SUB_TYPE_PATH_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MATERIALIZED_SUB_TYPE_PATH_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BASE_SYSTEM_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BASE_SYSTEM_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "EquipmentTypeCondition", + "description": "A condition to be used against `EquipmentType` object types. All fields are\ntested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Checks for equality with the object’s `id` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Checks for equality with the object’s `systemType` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Checks for equality with the object’s `typeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Checks for equality with the object’s `displayName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Checks for equality with the object’s `description` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Checks for equality with the object’s `typeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Checks for equality with the object’s `partOfId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Checks for equality with the object’s `fqn` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Checks for equality with the object’s `relativeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Checks for equality with the object’s `createdTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Checks for equality with the object’s `updatedTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Checks for equality with the object’s `document` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Checks for equality with the object’s `editStatus` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Checks for equality with the object’s `idPath` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "subTypeOfId", + "description": "Checks for equality with the object’s `subTypeOfId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "taxonomySystemNodeTypeId", + "description": "Checks for equality with the object’s `taxonomySystemNodeTypeId` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "materializedSubTypePath", + "description": "Checks for equality with the object’s `materializedSubTypePath` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "baseSystemType", + "description": "Checks for equality with the object’s `baseSystemType` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Checks for equality with the object’s `unlinkRelativeName` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Checks for equality with the object’s `importance` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Checks for equality with the object’s `accessGroupIds` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "EquipmentTypeFilter", + "description": "A filter to be used against `EquipmentType` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Filter by the object’s `id` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Filter by the object’s `systemType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Filter by the object’s `typeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Filter by the object’s `displayName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Filter by the object’s `description` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Filter by the object’s `typeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Filter by the object’s `partOfId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Filter by the object’s `fqn` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Filter by the object’s `relativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Filter by the object’s `createdTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Filter by the object’s `updatedTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Filter by the object’s `document` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Filter by the object’s `editStatus` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Filter by the object’s `idPath` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "subTypeOfId", + "description": "Filter by the object’s `subTypeOfId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "taxonomySystemNodeTypeId", + "description": "Filter by the object’s `taxonomySystemNodeTypeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "materializedSubTypePath", + "description": "Filter by the object’s `materializedSubTypePath` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "baseSystemType", + "description": "Filter by the object’s `baseSystemType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Filter by the object’s `unlinkRelativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Filter by the object’s `importance` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Filter by the object’s `accessGroupIds` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "EquipmentTypeFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "EquipmentTypeFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "EquipmentTypeFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Library", + "description": null, + "fields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "systemType", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fqn", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdTimestamp", + "description": "The date and time the node was created in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedTimestamp", + "description": "The date and time the node was last updated in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "editStatus", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "idPath", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "licensing", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "locked", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "namespaceUris", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "serverUris", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "models", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "aliases", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "extensions", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "importance", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessGroupIds", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Library`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Library`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "scripts", + "description": "Reads and enables pagination through a set of `Script`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Script`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ScriptsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ScriptCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ScriptFilter", + "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": "Script", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Script", + "description": null, + "fields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "systemType", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fqn", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdTimestamp", + "description": "The date and time the node was created in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedTimestamp", + "description": "The date and time the node was last updated in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sourceCreatedTimestamp", + "description": "The date and time the node was created in the source", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sourceUpdatedTimestamp", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "editStatus", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "idPath", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "scriptType", + "description": "Script language such as python, php, sql", + "args": [], + "type": { + "kind": "ENUM", + "name": "ScriptTypeEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "script", + "description": "Script code", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "outputType", + "description": "Specifies the output type of the script.", + "args": [], + "type": { + "kind": "ENUM", + "name": "ScriptOutputTypeEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cronExpression", + "description": "A cron expression stored as text. Adheres to the rules that support seconds. See https://www.freeformatter.com/cron-expression-generator-quartz.html.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "initialInputs", + "description": "Initial inputs passed to the script", + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "useOutputsFromLastRun", + "description": "Specifies whether to pass the outputs from the last run to the next run. When false, the initial_inputs are passed to every run.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "run", + "description": "Specifies whether to run the script. This is a switch to turn the script on and off in conjunction with cron_expression.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "maxAcceptableRunSecs", + "description": "Number of seconds, which a script is unscheduled if its execution time exceeds.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "execOnDerived", + "description": "If true and part_of_id is a type, then execute on instances of all derived types as well as instances of this type.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "owner", + "description": "Is the client user name.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "importance", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessGroupIds", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onLibrary", + "description": "Reads a single `Library` that is related to this `Script`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Library", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onType", + "description": "Reads a single `TiqType` that is related to this `Script`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onObject", + "description": "Reads a single `Object` that is related to this `Script`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Object", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Script`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Script`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Script`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "ScriptTypeEnum", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "PYTHON", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PHP", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SQL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "ScriptOutputTypeEnum", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "HEADLESS", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CLASS", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BROWSER", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "ScriptsOrderBy", + "description": "Methods to use when ordering `Script`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SOURCE_CREATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SOURCE_CREATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SOURCE_UPDATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SOURCE_UPDATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SCRIPT_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SCRIPT_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SCRIPT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SCRIPT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OUTPUT_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OUTPUT_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CRON_EXPRESSION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CRON_EXPRESSION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INITIAL_INPUTS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INITIAL_INPUTS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "USE_OUTPUTS_FROM_LAST_RUN_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "USE_OUTPUTS_FROM_LAST_RUN_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RUN_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RUN_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MAX_ACCEPTABLE_RUN_SECS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MAX_ACCEPTABLE_RUN_SECS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EXEC_ON_DERIVED_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EXEC_ON_DERIVED_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OWNER_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OWNER_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ScriptCondition", + "description": "A condition to be used against `Script` object types. All fields are tested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Checks for equality with the object’s `id` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Checks for equality with the object’s `systemType` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Checks for equality with the object’s `typeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Checks for equality with the object’s `displayName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Checks for equality with the object’s `description` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Checks for equality with the object’s `typeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Checks for equality with the object’s `partOfId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Checks for equality with the object’s `fqn` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Checks for equality with the object’s `relativeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Checks for equality with the object’s `createdTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Checks for equality with the object’s `updatedTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceCreatedTimestamp", + "description": "Checks for equality with the object’s `sourceCreatedTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceUpdatedTimestamp", + "description": "Checks for equality with the object’s `sourceUpdatedTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Checks for equality with the object’s `document` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Checks for equality with the object’s `editStatus` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Checks for equality with the object’s `idPath` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "scriptType", + "description": "Checks for equality with the object’s `scriptType` field.", + "type": { + "kind": "ENUM", + "name": "ScriptTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "script", + "description": "Checks for equality with the object’s `script` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "outputType", + "description": "Checks for equality with the object’s `outputType` field.", + "type": { + "kind": "ENUM", + "name": "ScriptOutputTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cronExpression", + "description": "Checks for equality with the object’s `cronExpression` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "initialInputs", + "description": "Checks for equality with the object’s `initialInputs` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "useOutputsFromLastRun", + "description": "Checks for equality with the object’s `useOutputsFromLastRun` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "run", + "description": "Checks for equality with the object’s `run` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "maxAcceptableRunSecs", + "description": "Checks for equality with the object’s `maxAcceptableRunSecs` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "execOnDerived", + "description": "Checks for equality with the object’s `execOnDerived` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "owner", + "description": "Checks for equality with the object’s `owner` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Checks for equality with the object’s `unlinkRelativeName` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Checks for equality with the object’s `importance` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Checks for equality with the object’s `accessGroupIds` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ScriptFilter", + "description": "A filter to be used against `Script` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Filter by the object’s `id` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Filter by the object’s `systemType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Filter by the object’s `typeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Filter by the object’s `displayName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Filter by the object’s `description` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Filter by the object’s `typeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Filter by the object’s `partOfId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Filter by the object’s `fqn` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Filter by the object’s `relativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Filter by the object’s `createdTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Filter by the object’s `updatedTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceCreatedTimestamp", + "description": "Filter by the object’s `sourceCreatedTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceUpdatedTimestamp", + "description": "Filter by the object’s `sourceUpdatedTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Filter by the object’s `document` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Filter by the object’s `editStatus` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Filter by the object’s `idPath` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "scriptType", + "description": "Filter by the object’s `scriptType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ScriptTypeEnumFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "script", + "description": "Filter by the object’s `script` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "outputType", + "description": "Filter by the object’s `outputType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ScriptOutputTypeEnumFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cronExpression", + "description": "Filter by the object’s `cronExpression` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "initialInputs", + "description": "Filter by the object’s `initialInputs` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "useOutputsFromLastRun", + "description": "Filter by the object’s `useOutputsFromLastRun` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "run", + "description": "Filter by the object’s `run` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "maxAcceptableRunSecs", + "description": "Filter by the object’s `maxAcceptableRunSecs` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "execOnDerived", + "description": "Filter by the object’s `execOnDerived` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "owner", + "description": "Filter by the object’s `owner` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Filter by the object’s `unlinkRelativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Filter by the object’s `importance` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Filter by the object’s `accessGroupIds` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ScriptFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ScriptFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ScriptFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ScriptTypeEnumFilter", + "description": "A filter to be used against ScriptTypeEnum fields. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "isNull", + "description": "Is null (if `true` is specified) or is not null (if `false` is specified).", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "equalTo", + "description": "Equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "ScriptTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notEqualTo", + "description": "Not equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "ScriptTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "distinctFrom", + "description": "Not equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "ENUM", + "name": "ScriptTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notDistinctFrom", + "description": "Equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "ENUM", + "name": "ScriptTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "in", + "description": "Included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ScriptTypeEnum", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "notIn", + "description": "Not included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ScriptTypeEnum", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "lessThan", + "description": "Less than the specified value.", + "type": { + "kind": "ENUM", + "name": "ScriptTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "lessThanOrEqualTo", + "description": "Less than or equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "ScriptTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThan", + "description": "Greater than the specified value.", + "type": { + "kind": "ENUM", + "name": "ScriptTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThanOrEqualTo", + "description": "Greater than or equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "ScriptTypeEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ScriptOutputTypeEnumFilter", + "description": "A filter to be used against ScriptOutputTypeEnum fields. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "isNull", + "description": "Is null (if `true` is specified) or is not null (if `false` is specified).", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "equalTo", + "description": "Equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "ScriptOutputTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notEqualTo", + "description": "Not equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "ScriptOutputTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "distinctFrom", + "description": "Not equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "ENUM", + "name": "ScriptOutputTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notDistinctFrom", + "description": "Equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "ENUM", + "name": "ScriptOutputTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "in", + "description": "Included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ScriptOutputTypeEnum", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "notIn", + "description": "Not included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "ScriptOutputTypeEnum", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "lessThan", + "description": "Less than the specified value.", + "type": { + "kind": "ENUM", + "name": "ScriptOutputTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "lessThanOrEqualTo", + "description": "Less than or equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "ScriptOutputTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThan", + "description": "Greater than the specified value.", + "type": { + "kind": "ENUM", + "name": "ScriptOutputTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThanOrEqualTo", + "description": "Greater than or equal to the specified value.", + "type": { + "kind": "ENUM", + "name": "ScriptOutputTypeEnum", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "LibrariesOrderBy", + "description": "Methods to use when ordering `Library`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_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 + }, + { + "name": "LICENSING_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "LICENSING_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "LOCKED_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "LOCKED_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "NAMESPACE_URIS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "NAMESPACE_URIS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SERVER_URIS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SERVER_URIS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MODELS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MODELS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ALIASES_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ALIASES_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EXTENSIONS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EXTENSIONS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "LibraryCondition", + "description": "A condition to be used against `Library` object types. All fields are tested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Checks for equality with the object’s `id` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Checks for equality with the object’s `systemType` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Checks for equality with the object’s `typeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Checks for equality with the object’s `displayName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Checks for equality with the object’s `description` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Checks for equality with the object’s `typeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Checks for equality with the object’s `fqn` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Checks for equality with the object’s `relativeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Checks for equality with the object’s `createdTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Checks for equality with the object’s `updatedTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Checks for equality with the object’s `document` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Checks for equality with the object’s `editStatus` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Checks for equality with the object’s `idPath` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "version", + "description": "Checks for equality with the object’s `version` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "licensing", + "description": "Checks for equality with the object’s `licensing` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "locked", + "description": "Checks for equality with the object’s `locked` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "namespaceUris", + "description": "Checks for equality with the object’s `namespaceUris` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "serverUris", + "description": "Checks for equality with the object’s `serverUris` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "models", + "description": "Checks for equality with the object’s `models` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "aliases", + "description": "Checks for equality with the object’s `aliases` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "extensions", + "description": "Checks for equality with the object’s `extensions` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Checks for equality with the object’s `unlinkRelativeName` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Checks for equality with the object’s `importance` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Checks for equality with the object’s `accessGroupIds` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "LibraryFilter", + "description": "A filter to be used against `Library` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Filter by the object’s `id` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Filter by the object’s `systemType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Filter by the object’s `typeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Filter by the object’s `displayName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Filter by the object’s `description` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Filter by the object’s `typeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Filter by the object’s `fqn` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Filter by the object’s `relativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Filter by the object’s `createdTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Filter by the object’s `updatedTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Filter by the object’s `document` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Filter by the object’s `editStatus` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Filter by the object’s `idPath` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "version", + "description": "Filter by the object’s `version` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "licensing", + "description": "Filter by the object’s `licensing` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "locked", + "description": "Filter by the object’s `locked` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "namespaceUris", + "description": "Filter by the object’s `namespaceUris` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "serverUris", + "description": "Filter by the object’s `serverUris` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "models", + "description": "Filter by the object’s `models` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "aliases", + "description": "Filter by the object’s `aliases` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "extensions", + "description": "Filter by the object’s `extensions` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Filter by the object’s `unlinkRelativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Filter by the object’s `importance` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Filter by the object’s `accessGroupIds` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "LibraryFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "LibraryFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "LibraryFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "QuantitiesOrderBy", + "description": "Methods to use when ordering `Quantity`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "QUANTITY_SYMBOL_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "QUANTITY_SYMBOL_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "LENGTH_DIMENSION_EXPONENT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "LENGTH_DIMENSION_EXPONENT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MASS_DIMENSION_EXPONENT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MASS_DIMENSION_EXPONENT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TIME_DIMENSION_EXPONENT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TIME_DIMENSION_EXPONENT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ELECTRIC_CURRENT_DIMENSION_EXPONENT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ELECTRIC_CURRENT_DIMENSION_EXPONENT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "THERMODYNAMIC_TEMPERATURE_DIMENSION_EXPONENT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "THERMODYNAMIC_TEMPERATURE_DIMENSION_EXPONENT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AMOUNT_OF_SUBSTANCE_DIMENSION_EXPONENT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AMOUNT_OF_SUBSTANCE_DIMENSION_EXPONENT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "LUMINOUS_INTENSITY_DIMENSION_EXPONENT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "LUMINOUS_INTENSITY_DIMENSION_EXPONENT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "QuantityCondition", + "description": "A condition to be used against `Quantity` object types. All fields are tested\nfor equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Checks for equality with the object’s `id` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Checks for equality with the object’s `systemType` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Checks for equality with the object’s `typeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Checks for equality with the object’s `displayName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Checks for equality with the object’s `description` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Checks for equality with the object’s `typeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Checks for equality with the object’s `partOfId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Checks for equality with the object’s `fqn` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Checks for equality with the object’s `relativeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Checks for equality with the object’s `createdTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Checks for equality with the object’s `updatedTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Checks for equality with the object’s `document` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Checks for equality with the object’s `editStatus` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Checks for equality with the object’s `idPath` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "quantitySymbol", + "description": "Checks for equality with the object’s `quantitySymbol` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "lengthDimensionExponent", + "description": "Checks for equality with the object’s `lengthDimensionExponent` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "massDimensionExponent", + "description": "Checks for equality with the object’s `massDimensionExponent` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "timeDimensionExponent", + "description": "Checks for equality with the object’s `timeDimensionExponent` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "electricCurrentDimensionExponent", + "description": "Checks for equality with the object’s `electricCurrentDimensionExponent` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "thermodynamicTemperatureDimensionExponent", + "description": "Checks for equality with the object’s `thermodynamicTemperatureDimensionExponent` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "amountOfSubstanceDimensionExponent", + "description": "Checks for equality with the object’s `amountOfSubstanceDimensionExponent` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "luminousIntensityDimensionExponent", + "description": "Checks for equality with the object’s `luminousIntensityDimensionExponent` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Checks for equality with the object’s `unlinkRelativeName` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Checks for equality with the object’s `importance` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Checks for equality with the object’s `accessGroupIds` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "QuantityFilter", + "description": "A filter to be used against `Quantity` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Filter by the object’s `id` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Filter by the object’s `systemType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Filter by the object’s `typeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Filter by the object’s `displayName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Filter by the object’s `description` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Filter by the object’s `typeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Filter by the object’s `partOfId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Filter by the object’s `fqn` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Filter by the object’s `relativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Filter by the object’s `createdTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Filter by the object’s `updatedTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Filter by the object’s `document` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Filter by the object’s `editStatus` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Filter by the object’s `idPath` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "quantitySymbol", + "description": "Filter by the object’s `quantitySymbol` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "lengthDimensionExponent", + "description": "Filter by the object’s `lengthDimensionExponent` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "massDimensionExponent", + "description": "Filter by the object’s `massDimensionExponent` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "timeDimensionExponent", + "description": "Filter by the object’s `timeDimensionExponent` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "electricCurrentDimensionExponent", + "description": "Filter by the object’s `electricCurrentDimensionExponent` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "thermodynamicTemperatureDimensionExponent", + "description": "Filter by the object’s `thermodynamicTemperatureDimensionExponent` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "amountOfSubstanceDimensionExponent", + "description": "Filter by the object’s `amountOfSubstanceDimensionExponent` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "luminousIntensityDimensionExponent", + "description": "Filter by the object’s `luminousIntensityDimensionExponent` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Filter by the object’s `unlinkRelativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Filter by the object’s `importance` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Filter by the object’s `accessGroupIds` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "QuantityFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "QuantityFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "QuantityFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RelationshipType", + "description": null, + "fields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "systemType", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fqn", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdTimestamp", + "description": "The date and time the node was created in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedTimestamp", + "description": "The date and time the node was last updated in the database", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sourceCreatedTimestamp", + "description": "The date and time the node was created in the source", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sourceUpdatedTimestamp", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "editStatus", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "idPath", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relationshipTypeNodes", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "RelationshipTypeNode", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "importance", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accessGroupIds", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `RelationshipType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `RelationshipType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `RelationshipType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relationships", + "description": "Reads and enables pagination through a set of `Relationship`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `Relationship`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "RelationshipsOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "RelationshipCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "RelationshipFilter", + "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": "Relationship", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RelationshipTypeNode", + "description": null, + "fields": [ + { + "name": "subjectNodeTypeId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "objectNodeTypeId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "objectReferenceType", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Relationship", + "description": null, + "fields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "systemType", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeName", + "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": "typeId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOfId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdTimestamp", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedTimestamp", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "editStatus", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "objectId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relationshipTypeId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relationshipTypeName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "subjectId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "active", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "importance", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Relationship`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "subject", + "description": "Reads a single `Thing` that is related to this `Relationship`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "object", + "description": "Reads a single `Thing` that is related to this `Relationship`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relationshipType", + "description": "Reads a single `RelationshipType` that is related to this `Relationship`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RelationshipType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "RelationshipsOrderBy", + "description": "Methods to use when ordering `Relationship`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OBJECT_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OBJECT_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIONSHIP_TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIONSHIP_TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIONSHIP_TYPE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIONSHIP_TYPE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SUBJECT_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SUBJECT_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACTIVE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACTIVE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RelationshipCondition", + "description": "A condition to be used against `Relationship` object types. All fields are\ntested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Checks for equality with the object’s `id` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Checks for equality with the object’s `relativeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Checks for equality with the object’s `systemType` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Checks for equality with the object’s `typeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Checks for equality with the object’s `description` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Checks for equality with the object’s `typeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Checks for equality with the object’s `partOfId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Checks for equality with the object’s `createdTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Checks for equality with the object’s `updatedTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Checks for equality with the object’s `document` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Checks for equality with the object’s `editStatus` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "objectId", + "description": "Checks for equality with the object’s `objectId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relationshipTypeId", + "description": "Checks for equality with the object’s `relationshipTypeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relationshipTypeName", + "description": "Checks for equality with the object’s `relationshipTypeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "subjectId", + "description": "Checks for equality with the object’s `subjectId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "active", + "description": "Checks for equality with the object’s `active` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Checks for equality with the object’s `importance` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RelationshipFilter", + "description": "A filter to be used against `Relationship` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Filter by the object’s `id` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Filter by the object’s `relativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Filter by the object’s `systemType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Filter by the object’s `typeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Filter by the object’s `description` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Filter by the object’s `typeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Filter by the object’s `partOfId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Filter by the object’s `createdTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Filter by the object’s `updatedTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Filter by the object’s `document` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Filter by the object’s `editStatus` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "objectId", + "description": "Filter by the object’s `objectId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relationshipTypeId", + "description": "Filter by the object’s `relationshipTypeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relationshipTypeName", + "description": "Filter by the object’s `relationshipTypeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "subjectId", + "description": "Filter by the object’s `subjectId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "active", + "description": "Filter by the object’s `active` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Filter by the object’s `importance` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RelationshipFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RelationshipFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "RelationshipFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "RelationshipTypesOrderBy", + "description": "Methods to use when ordering `RelationshipType`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SOURCE_CREATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SOURCE_CREATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SOURCE_UPDATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SOURCE_UPDATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIONSHIP_TYPE_NODES_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIONSHIP_TYPE_NODES_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RelationshipTypeCondition", + "description": "A condition to be used against `RelationshipType` object types. All fields are\ntested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Checks for equality with the object’s `id` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Checks for equality with the object’s `systemType` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Checks for equality with the object’s `typeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Checks for equality with the object’s `displayName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Checks for equality with the object’s `description` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Checks for equality with the object’s `typeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Checks for equality with the object’s `partOfId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Checks for equality with the object’s `fqn` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Checks for equality with the object’s `relativeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Checks for equality with the object’s `createdTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Checks for equality with the object’s `updatedTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceCreatedTimestamp", + "description": "Checks for equality with the object’s `sourceCreatedTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceUpdatedTimestamp", + "description": "Checks for equality with the object’s `sourceUpdatedTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Checks for equality with the object’s `document` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Checks for equality with the object’s `editStatus` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Checks for equality with the object’s `idPath` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relationshipTypeNodes", + "description": "Checks for equality with the object’s `relationshipTypeNodes` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RelationshipTypeNodeInput", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Checks for equality with the object’s `unlinkRelativeName` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Checks for equality with the object’s `importance` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Checks for equality with the object’s `accessGroupIds` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RelationshipTypeNodeInput", + "description": "An input for mutations affecting `RelationshipTypeNode`", + "fields": null, + "inputFields": [ + { + "name": "subjectNodeTypeId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "objectNodeTypeId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "objectReferenceType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RelationshipTypeFilter", + "description": "A filter to be used against `RelationshipType` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Filter by the object’s `id` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Filter by the object’s `systemType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Filter by the object’s `typeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Filter by the object’s `displayName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Filter by the object’s `description` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Filter by the object’s `typeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Filter by the object’s `partOfId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Filter by the object’s `fqn` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Filter by the object’s `relativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Filter by the object’s `createdTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Filter by the object’s `updatedTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceCreatedTimestamp", + "description": "Filter by the object’s `sourceCreatedTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceUpdatedTimestamp", + "description": "Filter by the object’s `sourceUpdatedTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Filter by the object’s `document` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Filter by the object’s `editStatus` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Filter by the object’s `idPath` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Filter by the object’s `unlinkRelativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Filter by the object’s `importance` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Filter by the object’s `accessGroupIds` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RelationshipTypeFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RelationshipTypeFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "RelationshipTypeFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "ThingsOrderBy", + "description": "Methods to use when ordering `Thing`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UUID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UUID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_LIST_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_LIST_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PARENT_FQN_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PARENT_FQN_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SOURCE_CREATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SOURCE_CREATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SOURCE_UPDATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SOURCE_UPDATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ThingCondition", + "description": "A condition to be used against `Thing` object types. All fields are tested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Checks for equality with the object’s `id` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "uuid", + "description": "Checks for equality with the object’s `uuid` field.", + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Checks for equality with the object’s `systemType` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Checks for equality with the object’s `typeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Checks for equality with the object’s `displayName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Checks for equality with the object’s `description` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Checks for equality with the object’s `typeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Checks for equality with the object’s `partOfId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqnList", + "description": "Checks for equality with the object’s `fqnList` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "fqnId", + "description": "Checks for equality with the object’s `fqnId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "parentFqnId", + "description": "Checks for equality with the object’s `parentFqnId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Checks for equality with the object’s `relativeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Checks for equality with the object’s `createdTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Checks for equality with the object’s `updatedTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceCreatedTimestamp", + "description": "Checks for equality with the object’s `sourceCreatedTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceUpdatedTimestamp", + "description": "Checks for equality with the object’s `sourceUpdatedTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Checks for equality with the object’s `document` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Checks for equality with the object’s `editStatus` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Checks for equality with the object’s `idPath` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Checks for equality with the object’s `unlinkRelativeName` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Checks for equality with the object’s `importance` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Checks for equality with the object’s `accessGroupIds` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ThingFilter", + "description": "A filter to be used against `Thing` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Filter by the object’s `id` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "uuid", + "description": "Filter by the object’s `uuid` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "UUIDFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Filter by the object’s `systemType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Filter by the object’s `typeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Filter by the object’s `displayName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Filter by the object’s `description` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Filter by the object’s `typeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Filter by the object’s `partOfId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqnList", + "description": "Filter by the object’s `fqnList` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqnId", + "description": "Filter by the object’s `fqnId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "parentFqnId", + "description": "Filter by the object’s `parentFqnId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Filter by the object’s `relativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Filter by the object’s `createdTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Filter by the object’s `updatedTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceCreatedTimestamp", + "description": "Filter by the object’s `sourceCreatedTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceUpdatedTimestamp", + "description": "Filter by the object’s `sourceUpdatedTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Filter by the object’s `document` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Filter by the object’s `editStatus` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Filter by the object’s `idPath` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Filter by the object’s `unlinkRelativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Filter by the object’s `importance` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Filter by the object’s `accessGroupIds` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ThingFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ThingFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ThingFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UUIDFilter", + "description": "A filter to be used against UUID fields. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "isNull", + "description": "Is null (if `true` is specified) or is not null (if `false` is specified).", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "equalTo", + "description": "Equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notEqualTo", + "description": "Not equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "distinctFrom", + "description": "Not equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notDistinctFrom", + "description": "Equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "in", + "description": "Included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "notIn", + "description": "Not included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "lessThan", + "description": "Less than the specified value.", + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "lessThanOrEqualTo", + "description": "Less than or equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThan", + "description": "Greater than the specified value.", + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThanOrEqualTo", + "description": "Greater than or equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "UUID", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "TiqTypesOrderBy", + "description": "Methods to use when ordering `TiqType`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SUB_TYPE_OF_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SUB_TYPE_OF_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TAXONOMY_SYSTEM_NODE_TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TAXONOMY_SYSTEM_NODE_TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MATERIALIZED_SUB_TYPE_PATH_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MATERIALIZED_SUB_TYPE_PATH_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BASE_SYSTEM_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BASE_SYSTEM_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IS_ABSTRACT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IS_ABSTRACT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CATEGORY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CATEGORY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENTATION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENTATION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EXTENSIONS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EXTENSIONS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OPCUA_NODE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OPCUA_NODE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BROWSE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "BROWSE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "WRITE_MASK_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "WRITE_MASK_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "USER_WRITE_MASK_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "USER_WRITE_MASK_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_RESTRICTION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_RESTRICTION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "HAS_NO_PERMISSIONS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "HAS_NO_PERMISSIONS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYMBOLIC_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYMBOLIC_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELEASE_STATUS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELEASE_STATUS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TiqTypeCondition", + "description": "A condition to be used against `TiqType` object types. All fields are tested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Checks for equality with the object’s `id` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Checks for equality with the object’s `systemType` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Checks for equality with the object’s `typeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Checks for equality with the object’s `displayName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Checks for equality with the object’s `description` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Checks for equality with the object’s `typeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Checks for equality with the object’s `partOfId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Checks for equality with the object’s `fqn` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Checks for equality with the object’s `relativeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Checks for equality with the object’s `createdTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Checks for equality with the object’s `updatedTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Checks for equality with the object’s `document` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Checks for equality with the object’s `editStatus` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Checks for equality with the object’s `idPath` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "subTypeOfId", + "description": "Checks for equality with the object’s `subTypeOfId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "taxonomySystemNodeTypeId", + "description": "Checks for equality with the object’s `taxonomySystemNodeTypeId` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "materializedSubTypePath", + "description": "Checks for equality with the object’s `materializedSubTypePath` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "baseSystemType", + "description": "Checks for equality with the object’s `baseSystemType` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isAbstract", + "description": "Checks for equality with the object’s `isAbstract` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "category", + "description": "Checks for equality with the object’s `category` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "documentation", + "description": "Checks for equality with the object’s `documentation` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "extensions", + "description": "Checks for equality with the object’s `extensions` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "opcuaNodeId", + "description": "Checks for equality with the object’s `opcuaNodeId` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "browseName", + "description": "Checks for equality with the object’s `browseName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "writeMask", + "description": "Checks for equality with the object’s `writeMask` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "userWriteMask", + "description": "Checks for equality with the object’s `userWriteMask` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessRestriction", + "description": "Checks for equality with the object’s `accessRestriction` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "hasNoPermissions", + "description": "Checks for equality with the object’s `hasNoPermissions` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "symbolicName", + "description": "Checks for equality with the object’s `symbolicName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "releaseStatus", + "description": "Checks for equality with the object’s `releaseStatus` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Checks for equality with the object’s `unlinkRelativeName` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Checks for equality with the object’s `importance` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Checks for equality with the object’s `accessGroupIds` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TiqTypeFilter", + "description": "A filter to be used against `TiqType` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Filter by the object’s `id` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Filter by the object’s `systemType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Filter by the object’s `typeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Filter by the object’s `displayName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Filter by the object’s `description` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Filter by the object’s `typeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Filter by the object’s `partOfId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Filter by the object’s `fqn` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Filter by the object’s `relativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Filter by the object’s `createdTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Filter by the object’s `updatedTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Filter by the object’s `document` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Filter by the object’s `editStatus` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Filter by the object’s `idPath` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "subTypeOfId", + "description": "Filter by the object’s `subTypeOfId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "taxonomySystemNodeTypeId", + "description": "Filter by the object’s `taxonomySystemNodeTypeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "materializedSubTypePath", + "description": "Filter by the object’s `materializedSubTypePath` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "baseSystemType", + "description": "Filter by the object’s `baseSystemType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isAbstract", + "description": "Filter by the object’s `isAbstract` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "category", + "description": "Filter by the object’s `category` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "documentation", + "description": "Filter by the object’s `documentation` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "extensions", + "description": "Filter by the object’s `extensions` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "opcuaNodeId", + "description": "Filter by the object’s `opcuaNodeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "browseName", + "description": "Filter by the object’s `browseName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "writeMask", + "description": "Filter by the object’s `writeMask` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "userWriteMask", + "description": "Filter by the object’s `userWriteMask` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessRestriction", + "description": "Filter by the object’s `accessRestriction` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "hasNoPermissions", + "description": "Filter by the object’s `hasNoPermissions` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "symbolicName", + "description": "Filter by the object’s `symbolicName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "releaseStatus", + "description": "Filter by the object’s `releaseStatus` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Filter by the object’s `unlinkRelativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Filter by the object’s `importance` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Filter by the object’s `accessGroupIds` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TiqTypeFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TiqTypeFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TiqTypeFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "TypeToChildTypesOrderBy", + "description": "Methods to use when ordering `TypeToChildType`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SYSTEM_TYPE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DISPLAY_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESCRIPTION_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PART_OF_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FQN_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CREATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UPDATED_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "EDIT_STATUS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_PATH_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHILD_TYPE_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CHILD_TYPE_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MIN_NUMBER_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MIN_NUMBER_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MAX_NUMBER_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MAX_NUMBER_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IS_REQUIRED_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IS_REQUIRED_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNLINK_RELATIVE_NAME_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "IMPORTANCE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCESS_GROUP_IDS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TypeToChildTypeCondition", + "description": "A condition to be used against `TypeToChildType` object types. All fields are\ntested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Checks for equality with the object’s `id` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Checks for equality with the object’s `systemType` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Checks for equality with the object’s `typeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Checks for equality with the object’s `displayName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Checks for equality with the object’s `description` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Checks for equality with the object’s `typeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Checks for equality with the object’s `partOfId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Checks for equality with the object’s `fqn` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Checks for equality with the object’s `relativeName` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Checks for equality with the object’s `createdTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Checks for equality with the object’s `updatedTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Checks for equality with the object’s `document` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Checks for equality with the object’s `editStatus` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Checks for equality with the object’s `idPath` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "childTypeId", + "description": "Checks for equality with the object’s `childTypeId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "minNumber", + "description": "Checks for equality with the object’s `minNumber` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "maxNumber", + "description": "Checks for equality with the object’s `maxNumber` field.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isRequired", + "description": "Checks for equality with the object’s `isRequired` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Checks for equality with the object’s `unlinkRelativeName` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Checks for equality with the object’s `importance` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Checks for equality with the object’s `accessGroupIds` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TypeToChildTypeFilter", + "description": "A filter to be used against `TypeToChildType` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Filter by the object’s `id` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": "Filter by the object’s `systemType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": "Filter by the object’s `typeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "description": "Filter by the object’s `displayName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "description", + "description": "Filter by the object’s `description` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeId", + "description": "Filter by the object’s `typeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Filter by the object’s `partOfId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": "Filter by the object’s `fqn` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "Filter by the object’s `relativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "createdTimestamp", + "description": "Filter by the object’s `createdTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "updatedTimestamp", + "description": "Filter by the object’s `updatedTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Filter by the object’s `document` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": "Filter by the object’s `editStatus` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": "Filter by the object’s `idPath` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "childTypeId", + "description": "Filter by the object’s `childTypeId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "minNumber", + "description": "Filter by the object’s `minNumber` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "maxNumber", + "description": "Filter by the object’s `maxNumber` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isRequired", + "description": "Filter by the object’s `isRequired` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": "Filter by the object’s `unlinkRelativeName` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": "Filter by the object’s `importance` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": "Filter by the object’s `accessGroupIds` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TypeToChildTypeFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TypeToChildTypeFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TypeToChildTypeFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "LedgerEntry", + "description": null, + "fields": [ + { + "name": "id", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "accountId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "transactionId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "materialPortId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "unitId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "materialId", + "description": "Internal ID, auto incrementing", + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "amount", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "targetAmount", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "startTimestamp", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "endTimestamp", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "startEmptyState", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "endEmptyState", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "startCleanState", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "endCleanState", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "startBalance", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "endBalance", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sourcesDetermined", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "document", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "objectEvents", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "materialAttributes", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `LedgerEntry`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "account", + "description": "Reads a single `Account` that is related to this `LedgerEntry`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "material", + "description": "Reads a single `Thing` that is related to this `LedgerEntry`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "transaction", + "description": "Reads a single `Transaction` that is related to this `LedgerEntry`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Transaction", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Transaction", + "description": null, + "fields": [ + { + "name": "id", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "document", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "routeIds", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Transaction`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ledgerEntries", + "description": "Reads and enables pagination through a set of `LedgerEntry`.", + "args": [ + { + "name": "first", + "description": "Only read the first `n` values of the set.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "offset", + "description": "Skip the first `n` values.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "orderBy", + "description": "The method to use when ordering `LedgerEntry`.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "LedgerEntriesOrderBy", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "condition", + "description": "A condition to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "LedgerEntryCondition", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "filter", + "description": "A filter to be used in determining which values should be returned by the collection.", + "type": { + "kind": "INPUT_OBJECT", + "name": "LedgerEntryFilter", + "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": "LedgerEntry", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "LedgerEntriesOrderBy", + "description": "Methods to use when ordering `LedgerEntry`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCOUNT_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ACCOUNT_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TRANSACTION_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TRANSACTION_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MATERIAL_PORT_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MATERIAL_PORT_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNIT_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNIT_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MATERIAL_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MATERIAL_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AMOUNT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "AMOUNT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TARGET_AMOUNT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TARGET_AMOUNT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "START_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "START_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "END_TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "END_TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "START_EMPTY_STATE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "START_EMPTY_STATE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "END_EMPTY_STATE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "END_EMPTY_STATE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "START_CLEAN_STATE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "START_CLEAN_STATE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "END_CLEAN_STATE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "END_CLEAN_STATE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "START_BALANCE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "START_BALANCE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "END_BALANCE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "END_BALANCE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SOURCES_DETERMINED_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SOURCES_DETERMINED_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OBJECT_EVENTS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OBJECT_EVENTS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MATERIAL_ATTRIBUTES_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MATERIAL_ATTRIBUTES_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "LedgerEntryCondition", + "description": "A condition to be used against `LedgerEntry` object types. All fields are tested\nfor equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Checks for equality with the object’s `id` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accountId", + "description": "Checks for equality with the object’s `accountId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "transactionId", + "description": "Checks for equality with the object’s `transactionId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "materialPortId", + "description": "Checks for equality with the object’s `materialPortId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unitId", + "description": "Checks for equality with the object’s `unitId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "materialId", + "description": "Checks for equality with the object’s `materialId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "amount", + "description": "Checks for equality with the object’s `amount` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "targetAmount", + "description": "Checks for equality with the object’s `targetAmount` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "startTimestamp", + "description": "Checks for equality with the object’s `startTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "endTimestamp", + "description": "Checks for equality with the object’s `endTimestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "startEmptyState", + "description": "Checks for equality with the object’s `startEmptyState` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "endEmptyState", + "description": "Checks for equality with the object’s `endEmptyState` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "startCleanState", + "description": "Checks for equality with the object’s `startCleanState` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "endCleanState", + "description": "Checks for equality with the object’s `endCleanState` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "startBalance", + "description": "Checks for equality with the object’s `startBalance` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "endBalance", + "description": "Checks for equality with the object’s `endBalance` field.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourcesDetermined", + "description": "Checks for equality with the object’s `sourcesDetermined` field.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Checks for equality with the object’s `document` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "objectEvents", + "description": "Checks for equality with the object’s `objectEvents` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "materialAttributes", + "description": "Checks for equality with the object’s `materialAttributes` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "LedgerEntryFilter", + "description": "A filter to be used against `LedgerEntry` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Filter by the object’s `id` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accountId", + "description": "Filter by the object’s `accountId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "transactionId", + "description": "Filter by the object’s `transactionId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "materialPortId", + "description": "Filter by the object’s `materialPortId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unitId", + "description": "Filter by the object’s `unitId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "materialId", + "description": "Filter by the object’s `materialId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "amount", + "description": "Filter by the object’s `amount` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "targetAmount", + "description": "Filter by the object’s `targetAmount` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "startTimestamp", + "description": "Filter by the object’s `startTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "endTimestamp", + "description": "Filter by the object’s `endTimestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "startEmptyState", + "description": "Filter by the object’s `startEmptyState` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "endEmptyState", + "description": "Filter by the object’s `endEmptyState` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "startCleanState", + "description": "Filter by the object’s `startCleanState` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "endCleanState", + "description": "Filter by the object’s `endCleanState` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "startBalance", + "description": "Filter by the object’s `startBalance` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "endBalance", + "description": "Filter by the object’s `endBalance` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourcesDetermined", + "description": "Filter by the object’s `sourcesDetermined` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Filter by the object’s `document` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "objectEvents", + "description": "Filter by the object’s `objectEvents` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "materialAttributes", + "description": "Filter by the object’s `materialAttributes` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "LedgerEntryFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "LedgerEntryFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "LedgerEntryFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "TagsGetTimeSeriesRecord", + "description": "The return type of our `getTimeSeriesConnection` query.", + "fields": [ + { + "name": "id", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "status", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ts", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "intvalue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "boolvalue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "floatvalue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "stringvalue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datetimevalue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "intervalvalue", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "Interval", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "objectvalue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationvalue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "dataType", + "description": null, + "args": [], + "type": { + "kind": "ENUM", + "name": "ScalarTypeEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TagsGetTimeSeriesRecordFilter", + "description": "A filter to be used against `TagsGetTimeSeriesRecord` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Filter by the object’s `id` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "status", + "description": "Filter by the object’s `status` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "ts", + "description": "Filter by the object’s `ts` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "intvalue", + "description": "Filter by the object’s `intvalue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "boolvalue", + "description": "Filter by the object’s `boolvalue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "floatvalue", + "description": "Filter by the object’s `floatvalue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "stringvalue", + "description": "Filter by the object’s `stringvalue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "datetimevalue", + "description": "Filter by the object’s `datetimevalue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "intervalvalue", + "description": "Filter by the object’s `intervalvalue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "objectvalue", + "description": "Filter by the object’s `objectvalue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationvalue", + "description": "Filter by the object’s `enumerationvalue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "dataType", + "description": "Filter by the object’s `dataType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ScalarTypeEnumFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TagsGetTimeSeriesRecordFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TagsGetTimeSeriesRecordFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TagsGetTimeSeriesRecordFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "AttributesGetTimeSeriesRecord", + "description": "The return type of our `getTimeSeriesConnection` query.", + "fields": [ + { + "name": "id", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "status", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ts", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "intvalue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "boolvalue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "floatvalue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "stringvalue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datetimevalue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "intervalvalue", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "Interval", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "objectvalue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationvalue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "dataType", + "description": null, + "args": [], + "type": { + "kind": "ENUM", + "name": "ScalarTypeEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "AttributesGetTimeSeriesRecordFilter", + "description": "A filter to be used against `AttributesGetTimeSeriesRecord` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Filter by the object’s `id` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "status", + "description": "Filter by the object’s `status` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "ts", + "description": "Filter by the object’s `ts` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "intvalue", + "description": "Filter by the object’s `intvalue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "boolvalue", + "description": "Filter by the object’s `boolvalue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "floatvalue", + "description": "Filter by the object’s `floatvalue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "stringvalue", + "description": "Filter by the object’s `stringvalue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "datetimevalue", + "description": "Filter by the object’s `datetimevalue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "intervalvalue", + "description": "Filter by the object’s `intervalvalue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "objectvalue", + "description": "Filter by the object’s `objectvalue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationvalue", + "description": "Filter by the object’s `enumerationvalue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "dataType", + "description": "Filter by the object’s `dataType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ScalarTypeEnumFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "AttributesGetTimeSeriesRecordFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "AttributesGetTimeSeriesRecordFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "AttributesGetTimeSeriesRecordFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "CurrentValuesOrderBy", + "description": "Methods to use when ordering `CurrentValue`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TAG_OR_ATTR_ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TAG_OR_ATTR_ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "VALUE_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "VALUE_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "STATUS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "STATUS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TIMESTAMP_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "TIMESTAMP_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CurrentValueCondition", + "description": "A condition to be used against `CurrentValue` object types. All fields are\ntested for equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "tagOrAttrId", + "description": "Checks for equality with the object’s `tagOrAttrId` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "value", + "description": "Checks for equality with the object’s `value` field.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "status", + "description": "Checks for equality with the object’s `status` field.", + "type": { + "kind": "SCALAR", + "name": "BitString", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "timestamp", + "description": "Checks for equality with the object’s `timestamp` field.", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CurrentValueFilter", + "description": "A filter to be used against `CurrentValue` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "tagOrAttrId", + "description": "Filter by the object’s `tagOrAttrId` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "value", + "description": "Filter by the object’s `value` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "status", + "description": "Filter by the object’s `status` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BitStringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "timestamp", + "description": "Filter by the object’s `timestamp` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CurrentValueFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CurrentValueFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "CurrentValueFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "BitStringFilter", + "description": "A filter to be used against BitString fields. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "isNull", + "description": "Is null (if `true` is specified) or is not null (if `false` is specified).", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "equalTo", + "description": "Equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "BitString", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notEqualTo", + "description": "Not equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "BitString", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "distinctFrom", + "description": "Not equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "SCALAR", + "name": "BitString", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "notDistinctFrom", + "description": "Equal to the specified value, treating null like an ordinary value.", + "type": { + "kind": "SCALAR", + "name": "BitString", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "in", + "description": "Included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BitString", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "notIn", + "description": "Not included in the specified list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BitString", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "lessThan", + "description": "Less than the specified value.", + "type": { + "kind": "SCALAR", + "name": "BitString", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "lessThanOrEqualTo", + "description": "Less than or equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "BitString", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThan", + "description": "Greater than the specified value.", + "type": { + "kind": "SCALAR", + "name": "BitString", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "greaterThanOrEqualTo", + "description": "Greater than or equal to the specified value.", + "type": { + "kind": "SCALAR", + "name": "BitString", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "TransactionsOrderBy", + "description": "Methods to use when ordering `Transaction`.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "NATURAL", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ID_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DOCUMENT_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ROUTE_IDS_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ROUTE_IDS_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PRIMARY_KEY_DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TransactionCondition", + "description": "A condition to be used against `Transaction` object types. All fields are tested\nfor equality and combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Checks for equality with the object’s `id` field.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Checks for equality with the object’s `document` field.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "routeIds", + "description": "Checks for equality with the object’s `routeIds` field.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TransactionFilter", + "description": "A filter to be used against `Transaction` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Filter by the object’s `id` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "Filter by the object’s `document` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "routeIds", + "description": "Filter by the object’s `routeIds` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntListFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TransactionFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TransactionFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "TransactionFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "GetRawHistoryDataWithSamplingRecord", + "description": "The return type of our `getRawHistoryDataWithSamplingConnection` query.", + "fields": [ + { + "name": "id", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "status", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ts", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "intvalue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "boolvalue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "floatvalue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "stringvalue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datetimevalue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "intervalvalue", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "Interval", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "objectvalue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationvalue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "dataType", + "description": null, + "args": [], + "type": { + "kind": "ENUM", + "name": "ScalarTypeEnum", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "GetRawHistoryDataWithSamplingRecordFilter", + "description": "A filter to be used against `GetRawHistoryDataWithSamplingRecord` object types. All fields are combined with a logical ‘and.’", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Filter by the object’s `id` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "status", + "description": "Filter by the object’s `status` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "ts", + "description": "Filter by the object’s `ts` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "intvalue", + "description": "Filter by the object’s `intvalue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BigIntFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "boolvalue", + "description": "Filter by the object’s `boolvalue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "BooleanFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "floatvalue", + "description": "Filter by the object’s `floatvalue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "FloatFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "stringvalue", + "description": "Filter by the object’s `stringvalue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "datetimevalue", + "description": "Filter by the object’s `datetimevalue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatetimeFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "intervalvalue", + "description": "Filter by the object’s `intervalvalue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "objectvalue", + "description": "Filter by the object’s `objectvalue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "JSONFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationvalue", + "description": "Filter by the object’s `enumerationvalue` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "StringFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "dataType", + "description": "Filter by the object’s `dataType` field.", + "type": { + "kind": "INPUT_OBJECT", + "name": "ScalarTypeEnumFilter", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "and", + "description": "Checks for all expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "GetRawHistoryDataWithSamplingRecordFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "or", + "description": "Checks for any expressions in this list.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "GetRawHistoryDataWithSamplingRecordFilter", + "ofType": null + } + } + }, + "defaultValue": null + }, + { + "name": "not", + "description": "Negates the expression.", + "type": { + "kind": "INPUT_OBJECT", + "name": "GetRawHistoryDataWithSamplingRecordFilter", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Mutation", + "description": "The root mutation type which contains root level fields which mutate data.", + "fields": [ + { + "name": "createAccount", + "description": "Creates a single `Account`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateAccountInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreateAccountPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createAttributeLimit", + "description": "Creates a single `AttributeLimit`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateAttributeLimitInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreateAttributeLimitPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createAttribute", + "description": "Creates a single `Attribute`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateAttributeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreateAttributePayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createConnector", + "description": "Creates a single `Connector`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateConnectorInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreateConnectorPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createCurrentValue", + "description": "Creates a single `CurrentValue`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateCurrentValueInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreateCurrentValuePayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createEnumerationType", + "description": "Creates a single `EnumerationType`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateEnumerationTypeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreateEnumerationTypePayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createEquipment", + "description": "Creates a single `Equipment`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateEquipmentInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreateEquipmentPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createEquipmentType", + "description": "Creates a single `EquipmentType`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateEquipmentTypeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreateEquipmentTypePayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createLedgerEntry", + "description": "Creates a single `LedgerEntry`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateLedgerEntryInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreateLedgerEntryPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createLibrary", + "description": "Creates a single `Library`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateLibraryInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreateLibraryPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createMeasurementUnit", + "description": "Creates a single `MeasurementUnit`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateMeasurementUnitInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreateMeasurementUnitPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createObject", + "description": "Creates a single `Object`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateObjectInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreateObjectPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createOrganization", + "description": "Creates a single `Organization`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateOrganizationInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreateOrganizationPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createPlace", + "description": "Creates a single `Place`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreatePlaceInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreatePlacePayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createQuantity", + "description": "Creates a single `Quantity`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateQuantityInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreateQuantityPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createRelationshipType", + "description": "Creates a single `RelationshipType`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateRelationshipTypeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreateRelationshipTypePayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createRelationship", + "description": "Creates a single `Relationship`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateRelationshipInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreateRelationshipPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createScript", + "description": "Creates a single `Script`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateScriptInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreateScriptPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createTag", + "description": "Creates a single `Tag`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateTagInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreateTagPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createTiqType", + "description": "Creates a single `TiqType`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateTiqTypeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreateTiqTypePayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createTransaction", + "description": "Creates a single `Transaction`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateTransactionInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreateTransactionPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createTypeToAttributeType", + "description": "Creates a single `TypeToAttributeType`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateTypeToAttributeTypeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreateTypeToAttributeTypePayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createTypeToChildType", + "description": "Creates a single `TypeToChildType`.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CreateTypeToChildTypeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "CreateTypeToChildTypePayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateAccount", + "description": "Updates a single `Account` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateAccountInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateAccountPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateAttributeLimit", + "description": "Updates a single `AttributeLimit` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateAttributeLimitInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateAttributeLimitPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateAttribute", + "description": "Updates a single `Attribute` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateAttributeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateAttributePayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateConnector", + "description": "Updates a single `Connector` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateConnectorInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateConnectorPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateEnumerationType", + "description": "Updates a single `EnumerationType` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateEnumerationTypeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateEnumerationTypePayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateEquipment", + "description": "Updates a single `Equipment` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateEquipmentInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateEquipmentPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateEquipmentType", + "description": "Updates a single `EquipmentType` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateEquipmentTypeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateEquipmentTypePayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateLedgerEntry", + "description": "Updates a single `LedgerEntry` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateLedgerEntryInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateLedgerEntryPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateLibrary", + "description": "Updates a single `Library` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateLibraryInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateLibraryPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateMeasurementUnit", + "description": "Updates a single `MeasurementUnit` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateMeasurementUnitInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateMeasurementUnitPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateObject", + "description": "Updates a single `Object` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateObjectInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateObjectPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateOrganization", + "description": "Updates a single `Organization` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateOrganizationInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateOrganizationPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatePlace", + "description": "Updates a single `Place` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdatePlaceInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdatePlacePayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateQuantity", + "description": "Updates a single `Quantity` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateQuantityInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateQuantityPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateRelationshipType", + "description": "Updates a single `RelationshipType` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateRelationshipTypeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateRelationshipTypePayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateRelationship", + "description": "Updates a single `Relationship` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateRelationshipInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateRelationshipPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateScript", + "description": "Updates a single `Script` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateScriptInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateScriptPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateTag", + "description": "Updates a single `Tag` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateTagInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateTagPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateTiqType", + "description": "Updates a single `TiqType` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateTiqTypeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateTiqTypePayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateTransaction", + "description": "Updates a single `Transaction` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateTransactionInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateTransactionPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateTypeToAttributeType", + "description": "Updates a single `TypeToAttributeType` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateTypeToAttributeTypeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateTypeToAttributeTypePayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updateTypeToChildType", + "description": "Updates a single `TypeToChildType` using a unique key and a patch.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "UpdateTypeToChildTypeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "UpdateTypeToChildTypePayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteAccount", + "description": "Deletes a single `Account` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteAccountInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteAccountPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteAttributeLimit", + "description": "Deletes a single `AttributeLimit` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteAttributeLimitInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteAttributeLimitPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteAttribute", + "description": "Deletes a single `Attribute` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteAttributeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteAttributePayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteConnector", + "description": "Deletes a single `Connector` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteConnectorInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteConnectorPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteEnumerationType", + "description": "Deletes a single `EnumerationType` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteEnumerationTypeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteEnumerationTypePayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteEquipment", + "description": "Deletes a single `Equipment` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteEquipmentInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteEquipmentPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteEquipmentType", + "description": "Deletes a single `EquipmentType` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteEquipmentTypeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteEquipmentTypePayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteLedgerEntry", + "description": "Deletes a single `LedgerEntry` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteLedgerEntryInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteLedgerEntryPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteLibrary", + "description": "Deletes a single `Library` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteLibraryInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteLibraryPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteMeasurementUnit", + "description": "Deletes a single `MeasurementUnit` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteMeasurementUnitInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteMeasurementUnitPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteObject", + "description": "Deletes a single `Object` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteObjectInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteObjectPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteOrganization", + "description": "Deletes a single `Organization` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteOrganizationInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteOrganizationPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deletePlace", + "description": "Deletes a single `Place` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeletePlaceInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeletePlacePayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteQuantity", + "description": "Deletes a single `Quantity` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteQuantityInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteQuantityPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteRelationshipType", + "description": "Deletes a single `RelationshipType` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteRelationshipTypeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteRelationshipTypePayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteRelationship", + "description": "Deletes a single `Relationship` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteRelationshipInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteRelationshipPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteScript", + "description": "Deletes a single `Script` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteScriptInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteScriptPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteTag", + "description": "Deletes a single `Tag` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteTagInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteTagPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteTiqType", + "description": "Deletes a single `TiqType` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteTiqTypeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteTiqTypePayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteTransaction", + "description": "Deletes a single `Transaction` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteTransactionInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteTransactionPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteTypeToAttributeType", + "description": "Deletes a single `TypeToAttributeType` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteTypeToAttributeTypeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteTypeToAttributeTypePayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deleteTypeToChildType", + "description": "Deletes a single `TypeToChildType` using a unique key.", + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "DeleteTypeToChildTypeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "DeleteTypeToChildTypePayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "replaceTimeSeriesRange", + "description": null, + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ReplaceTimeSeriesRangeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "ReplaceTimeSeriesRangePayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "authenticationRequest", + "description": null, + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "AuthenticationRequestInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "AuthenticationRequestPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "authenticationValidation", + "description": null, + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "AuthenticationValidationInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "AuthenticationValidationPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "getAuthenticatorForGraphql", + "description": null, + "args": [ + { + "name": "input", + "description": "The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "GetAuthenticatorForGraphqlInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "type": { + "kind": "OBJECT", + "name": "GetAuthenticatorForGraphqlPayload", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateAccountPayload", + "description": "The output of our create `Account` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "account", + "description": "The `Account` that was created by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onObject", + "description": "Reads a single `Object` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Object", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onEquipment", + "description": "Reads a single `Equipment` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Equipment", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onPlace", + "description": "Reads a single `Place` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Place", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onOrganization", + "description": "Reads a single `Organization` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Organization", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "balanceAttribute", + "description": "Reads a single `Attribute` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "measurementUnit", + "description": "Reads a single `MeasurementUnit` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MeasurementUnit", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateAccountInput", + "description": "All input for the create `Account` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "account", + "description": "The `Account` to be created by this mutation.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "AccountInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "AccountInput", + "description": "An input for mutations affecting `Account`", + "fields": null, + "inputFields": [ + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "balanceMethod", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "balanceAttributeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "balancePointAveragingInterval", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "balanceConversionOffset", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "balanceConversionFactor", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "emptyLevel", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fullLevel", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "influenceRatioLimit", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "thresholdLimit", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "measurementUnitId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "keyAttributes", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "processStartId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "baseMaterialTypeIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateAttributeLimitPayload", + "description": "The output of our create `AttributeLimit` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributeLimit", + "description": "The `AttributeLimit` that was created by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "AttributeLimit", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onAttribute", + "description": "Reads a single `Attribute` that is related to this `AttributeLimit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `AttributeLimit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tag", + "description": "Reads a single `Thing` that is related to this `AttributeLimit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `AttributeLimit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `AttributeLimit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateAttributeLimitInput", + "description": "All input for the create `AttributeLimit` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "attributeLimit", + "description": "The `AttributeLimit` to be created by this mutation.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "AttributeLimitInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "AttributeLimitInput", + "description": "An input for mutations affecting `AttributeLimit`", + "fields": null, + "inputFields": [ + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "direction", + "description": null, + "type": { + "kind": "ENUM", + "name": "LimitDirectionEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "tagId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "floatValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "deadbandDetectTime", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "deadbandReturnValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "dataSource", + "description": null, + "type": { + "kind": "ENUM", + "name": "DataSourceEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "priority", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "message", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "baseAttributeLimitId", + "description": "This will store the base attribute limit id (of type_to_attribute_type) from where this attribute limit has been derived.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateAttributePayload", + "description": "The output of our create `Attribute` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attribute", + "description": "The `Attribute` that was created by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "currentValue", + "description": "Reads a single `CurrentValue` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CurrentValue", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "referencedByAttribute", + "description": "Reads a single `Attribute` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "measurementUnit", + "description": "Reads a single `MeasurementUnit` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MeasurementUnit", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onEquipment", + "description": "Reads a single `Equipment` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Equipment", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onObject", + "description": "Reads a single `Object` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Object", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onOrganization", + "description": "Reads a single `Organization` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Organization", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onPlace", + "description": "Reads a single `Place` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Place", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributeType", + "description": "Reads a single `Thing` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationType", + "description": "Reads a single `EnumerationType` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EnumerationType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tag", + "description": "Reads a single `Thing` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "quantity", + "description": "Reads a single `Quantity` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Quantity", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToAttributeType", + "description": "Reads a single `TypeToAttributeType` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToAttributeType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateAttributeInput", + "description": "All input for the create `Attribute` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "attribute", + "description": "The `Attribute` to be created by this mutation.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "AttributeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "AttributeInput", + "description": "An input for mutations affecting `Attribute`", + "fields": null, + "inputFields": [ + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "tagId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "measurementUnitId", + "description": "The measurement unit for the attribute.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "attributeTypeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "boolValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "intValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "floatValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "stringValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "datetimeValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "intervalValue", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "dataType", + "description": "The data type for the attribute type.", + "type": { + "kind": "ENUM", + "name": "ScalarTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeToAttributeTypeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "quantityId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "dataSource", + "description": null, + "type": { + "kind": "ENUM", + "name": "DataSourceEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "distinctlyMeasured", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "interpolationMethod", + "description": "Setting the interpolation method determines how the data between the points is interpreted and displayed.", + "type": { + "kind": "ENUM", + "name": "InterpolationMethodEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "expression", + "description": "An expression that is evaluated relative to the node that the attribute is part of.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "minValue", + "description": "The minimum value that a user should expect in this attribute. It is commonly used for UI purposes such as scaling trends. It does not limit what can be stored in the attribute.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "maxValue", + "description": "The maximum value that a user should expect in this attribute. It is commonly used for UI purposes such as scaling trends. It does not limit what can be stored in the attribute.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "decimalPlaces", + "description": "The number of decimal places to be displayed by default.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isHidden", + "description": "Hide attribute based on this one in the UI?", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "expirationInterval", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "maxLatencyInterval", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "objectValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationTypeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationValues", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "enumerationValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "geopointValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "referencedNodeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "icon", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "objectHistoryTypeId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateConnectorPayload", + "description": "The output of our create `Connector` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "connector", + "description": "The `Connector` that was created by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Connector", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Connector`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Connector`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Connector`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateConnectorInput", + "description": "All input for the create `Connector` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "connector", + "description": "The `Connector` to be created by this mutation.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ConnectorInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ConnectorInput", + "description": "An input for mutations affecting `Connector`", + "fields": null, + "inputFields": [ + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "version", + "description": "The version of the connector that is installed.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "southServiceConfig", + "description": "The south service configuration.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "northServiceConfig", + "description": "The north service configuration.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemMonitorConfig", + "description": "The system monitor service configuration.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "operatingSystem", + "description": "The operating system that this connector is installed on.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "installStatus", + "description": null, + "type": { + "kind": "ENUM", + "name": "InstallStatusEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "dataReceiptDelay", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "host", + "description": "The source host the connector connects to.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "opcuaNamespaceUris", + "description": "The namespace URIs of an OPC UA host.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateCurrentValuePayload", + "description": "The output of our create `CurrentValue` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "currentValue", + "description": "The `CurrentValue` that was created by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CurrentValue", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateCurrentValueInput", + "description": "All input for the create `CurrentValue` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "currentValue", + "description": "The `CurrentValue` to be created by this mutation.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "CurrentValueInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CurrentValueInput", + "description": "An input for mutations affecting `CurrentValue`", + "fields": null, + "inputFields": [ + { + "name": "tagOrAttrId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "value", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "status", + "description": null, + "type": { + "kind": "SCALAR", + "name": "BitString", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "timestamp", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateEnumerationTypePayload", + "description": "The output of our create `EnumerationType` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationType", + "description": "The `EnumerationType` that was created by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EnumerationType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `EnumerationType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `EnumerationType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `EnumerationType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateEnumerationTypeInput", + "description": "All input for the create `EnumerationType` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationType", + "description": "The `EnumerationType` to be created by this mutation.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "EnumerationTypeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "EnumerationTypeInput", + "description": "An input for mutations affecting `EnumerationType`", + "fields": null, + "inputFields": [ + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceCreatedTimestamp", + "description": "The date and time the node was created in the source", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceUpdatedTimestamp", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultEnumerationValues", + "description": "Array of default enumeration values, which can be integers or texts. Examples: [0,1] or [on,off]", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "enumerationNames", + "description": "Array of enumeration names, corresponding to the default_enumeration_values as parallel arrays. Each unordered set of enumeration names is unique. Example: [on,off] is treated the same as [off,on]", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "enumerationDescriptions", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "enumerationColorCodes", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "opcuaTypeIds", + "description": "The identifier, in NodeId format, of an OPC UA ExtensionObject", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateEquipmentPayload", + "description": "The output of our create `Equipment` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "equipment", + "description": "The `Equipment` that was created by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Equipment", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parentEquipment", + "description": "Reads a single `Equipment` that is related to this `Equipment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Equipment", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "place", + "description": "Reads a single `Place` that is related to this `Equipment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Place", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "equipmentType", + "description": "Reads a single `EquipmentType` that is related to this `Equipment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EquipmentType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Equipment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToChildType", + "description": "Reads a single `TypeToChildType` that is related to this `Equipment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToChildType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Equipment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Equipment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateEquipmentInput", + "description": "All input for the create `Equipment` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "equipment", + "description": "The `Equipment` to be created by this mutation.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "EquipmentInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "EquipmentInput", + "description": "An input for mutations affecting `Equipment`", + "fields": null, + "inputFields": [ + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeToChildTypeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateEquipmentTypePayload", + "description": "The output of our create `EquipmentType` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "equipmentType", + "description": "The `EquipmentType` that was created by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EquipmentType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asTiqType", + "description": "Reads a single `TiqType` that is related to this `EquipmentType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `EquipmentType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "subTypeOf", + "description": "Reads a single `TiqType` that is related to this `EquipmentType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `EquipmentType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateEquipmentTypeInput", + "description": "All input for the create `EquipmentType` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "equipmentType", + "description": "The `EquipmentType` to be created by this mutation.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "EquipmentTypeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "EquipmentTypeInput", + "description": "An input for mutations affecting `EquipmentType`", + "fields": null, + "inputFields": [ + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "subTypeOfId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "taxonomySystemNodeTypeId", + "description": "The system node type that instances of this type belong to.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "materializedSubTypePath", + "description": "The taxonomy path seen from the instance level.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "baseSystemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateLedgerEntryPayload", + "description": "The output of our create `LedgerEntry` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ledgerEntry", + "description": "The `LedgerEntry` that was created by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "LedgerEntry", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `LedgerEntry`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "account", + "description": "Reads a single `Account` that is related to this `LedgerEntry`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "material", + "description": "Reads a single `Thing` that is related to this `LedgerEntry`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "transaction", + "description": "Reads a single `Transaction` that is related to this `LedgerEntry`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Transaction", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateLedgerEntryInput", + "description": "All input for the create `LedgerEntry` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "ledgerEntry", + "description": "The `LedgerEntry` to be created by this mutation.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "LedgerEntryInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "LedgerEntryInput", + "description": "An input for mutations affecting `LedgerEntry`", + "fields": null, + "inputFields": [ + { + "name": "accountId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "transactionId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "materialPortId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unitId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "materialId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "amount", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "targetAmount", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "startTimestamp", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "endTimestamp", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "startEmptyState", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "endEmptyState", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "startCleanState", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "endCleanState", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "startBalance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "endBalance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourcesDetermined", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": null, + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "objectEvents", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "materialAttributes", + "description": null, + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateLibraryPayload", + "description": "The output of our create `Library` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "library", + "description": "The `Library` that was created by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Library", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Library`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Library`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateLibraryInput", + "description": "All input for the create `Library` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "library", + "description": "The `Library` to be created by this mutation.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "LibraryInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "LibraryInput", + "description": "An input for mutations affecting `Library`", + "fields": null, + "inputFields": [ + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "version", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "licensing", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "locked", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "namespaceUris", + "description": null, + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "serverUris", + "description": null, + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "models", + "description": null, + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "aliases", + "description": null, + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "extensions", + "description": null, + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateMeasurementUnitPayload", + "description": "The output of our create `MeasurementUnit` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "measurementUnit", + "description": "The `MeasurementUnit` that was created by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MeasurementUnit", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `MeasurementUnit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "quantity", + "description": "Reads a single `Quantity` that is related to this `MeasurementUnit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Quantity", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `MeasurementUnit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `MeasurementUnit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateMeasurementUnitInput", + "description": "All input for the create `MeasurementUnit` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "measurementUnit", + "description": "The `MeasurementUnit` to be created by this mutation.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "MeasurementUnitInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "MeasurementUnitInput", + "description": "An input for mutations affecting `MeasurementUnit`", + "fields": null, + "inputFields": [ + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "quantityId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "conversionOffset", + "description": "The conversion offset is used to convert to the base unit.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "conversionMultiplier", + "description": "The conversion multiplier is used to convert to the base unit.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "symbol", + "description": "The the symbol that will be used as a postfix in most cases. Example Pa for pressure (Pascal).", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "symbolOtherSiUnits", + "description": "The symbol that is used to express the units in quantity measures. Example N/m2 for pressure referring to force (N) and area (m2) quantities.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "siPrefixId", + "description": "The id that links the column to the si_prefixes table.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "opcuaUnitId", + "description": "The engineering unit id used by the OPC UA Standard. See https://www.opcfoundation.org/UA/EngineeringUnits/UNECE/UNECE_to_OPCUA.csv", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "uneceCode", + "description": "The UNECE code. See https://unece.org/trade/cefact/UNLOCODE-Download", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "uneceName", + "description": "The UNECE name.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isHidden", + "description": "If false, then it is not hidden by default. This is to de-clutter the list of measurement units.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateObjectPayload", + "description": "The output of our create `Object` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "object", + "description": "The `Object` that was created by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Object", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "referencedByAttribute", + "description": "Reads a single `Attribute` that is related to this `Object`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parentObject", + "description": "Reads a single `Object` that is related to this `Object`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Object", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Object`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToChildType", + "description": "Reads a single `TypeToChildType` that is related to this `Object`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToChildType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Object`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Object`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateObjectInput", + "description": "All input for the create `Object` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "object", + "description": "The `Object` to be created by this mutation.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ObjectInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ObjectInput", + "description": "An input for mutations affecting `Object`", + "fields": null, + "inputFields": [ + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeToChildTypeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "category", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "documentation", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "extensions", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "parentNodeId", + "description": "For OPC UA Node - the OPC UA NodeId of the parent node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "opcuaNodeId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "browseName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "writeMask", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "userWriteMask", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessRestriction", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "hasNoPermissions", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "symbolicName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "releaseStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "eventNotifier", + "description": "For OPC UA Node - the event notifier of a node.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "memberOfOrganizations", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateOrganizationPayload", + "description": "The output of our create `Organization` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "organization", + "description": "The `Organization` that was created by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Organization", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parentOrganization", + "description": "Reads a single `Organization` that is related to this `Organization`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Organization", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Organization`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToChildType", + "description": "Reads a single `TypeToChildType` that is related to this `Organization`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToChildType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Organization`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Organization`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateOrganizationInput", + "description": "All input for the create `Organization` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "organization", + "description": "The `Organization` to be created by this mutation.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "OrganizationInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "OrganizationInput", + "description": "An input for mutations affecting `Organization`", + "fields": null, + "inputFields": [ + { + "name": "isRoot", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeToChildTypeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreatePlacePayload", + "description": "The output of our create `Place` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "place", + "description": "The `Place` that was created by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Place", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parentPlace", + "description": "Reads a single `Place` that is related to this `Place`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Place", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parentOrganization", + "description": "Reads a single `Organization` that is related to this `Place`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Organization", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Place`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToChildType", + "description": "Reads a single `TypeToChildType` that is related to this `Place`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToChildType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Place`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Place`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreatePlaceInput", + "description": "All input for the create `Place` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "place", + "description": "The `Place` to be created by this mutation.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PlaceInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PlaceInput", + "description": "An input for mutations affecting `Place`", + "fields": null, + "inputFields": [ + { + "name": "isRoot", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeToChildTypeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateQuantityPayload", + "description": "The output of our create `Quantity` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "quantity", + "description": "The `Quantity` that was created by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Quantity", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Quantity`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Quantity`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Quantity`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateQuantityInput", + "description": "All input for the create `Quantity` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "quantity", + "description": "The `Quantity` to be created by this mutation.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "QuantityInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "QuantityInput", + "description": "An input for mutations affecting `Quantity`", + "fields": null, + "inputFields": [ + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "quantitySymbol", + "description": "The quantity symbol is used in equations. Example F=M*A for Force = Mass * Acceleration.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "lengthDimensionExponent", + "description": "Length dimension exponent.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "massDimensionExponent", + "description": "Mass dimension exponent.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "timeDimensionExponent", + "description": "Time, duration dimension exponent.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "electricCurrentDimensionExponent", + "description": "Electric current dimension exponent.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "thermodynamicTemperatureDimensionExponent", + "description": "Thermodynamic temperature dimension exponent.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "amountOfSubstanceDimensionExponent", + "description": "Amount of substance dimension exponent.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "luminousIntensityDimensionExponent", + "description": "Luminous intensity dimension exponent.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateRelationshipTypePayload", + "description": "The output of our create `RelationshipType` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relationshipType", + "description": "The `RelationshipType` that was created by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RelationshipType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `RelationshipType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `RelationshipType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `RelationshipType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateRelationshipTypeInput", + "description": "All input for the create `RelationshipType` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relationshipType", + "description": "The `RelationshipType` to be created by this mutation.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RelationshipTypeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RelationshipTypeInput", + "description": "An input for mutations affecting `RelationshipType`", + "fields": null, + "inputFields": [ + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceCreatedTimestamp", + "description": "The date and time the node was created in the source", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceUpdatedTimestamp", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relationshipTypeNodes", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RelationshipTypeNodeInput", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateRelationshipPayload", + "description": "The output of our create `Relationship` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relationship", + "description": "The `Relationship` that was created by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Relationship", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Relationship`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "subject", + "description": "Reads a single `Thing` that is related to this `Relationship`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "object", + "description": "Reads a single `Thing` that is related to this `Relationship`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relationshipType", + "description": "Reads a single `RelationshipType` that is related to this `Relationship`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RelationshipType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateRelationshipInput", + "description": "All input for the create `Relationship` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relationship", + "description": "The `Relationship` to be created by this mutation.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RelationshipInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RelationshipInput", + "description": "An input for mutations affecting `Relationship`", + "fields": null, + "inputFields": [ + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "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": "typeId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "objectId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relationshipTypeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relationshipTypeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "subjectId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "active", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateScriptPayload", + "description": "The output of our create `Script` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "script", + "description": "The `Script` that was created by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Script", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onLibrary", + "description": "Reads a single `Library` that is related to this `Script`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Library", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onType", + "description": "Reads a single `TiqType` that is related to this `Script`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onObject", + "description": "Reads a single `Object` that is related to this `Script`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Object", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Script`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Script`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Script`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateScriptInput", + "description": "All input for the create `Script` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "script", + "description": "The `Script` to be created by this mutation.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ScriptInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ScriptInput", + "description": "An input for mutations affecting `Script`", + "fields": null, + "inputFields": [ + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceCreatedTimestamp", + "description": "The date and time the node was created in the source", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceUpdatedTimestamp", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "scriptType", + "description": "Script language such as python, php, sql", + "type": { + "kind": "ENUM", + "name": "ScriptTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "script", + "description": "Script code", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "outputType", + "description": "Specifies the output type of the script.", + "type": { + "kind": "ENUM", + "name": "ScriptOutputTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cronExpression", + "description": "A cron expression stored as text. Adheres to the rules that support seconds. See https://www.freeformatter.com/cron-expression-generator-quartz.html.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "initialInputs", + "description": "Initial inputs passed to the script", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "useOutputsFromLastRun", + "description": "Specifies whether to pass the outputs from the last run to the next run. When false, the initial_inputs are passed to every run.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "run", + "description": "Specifies whether to run the script. This is a switch to turn the script on and off in conjunction with cron_expression.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "maxAcceptableRunSecs", + "description": "Number of seconds, which a script is unscheduled if its execution time exceeds.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "execOnDerived", + "description": "If true and part_of_id is a type, then execute on instances of all derived types as well as instances of this type.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "owner", + "description": "Is the client user name.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateTagPayload", + "description": "The output of our create `Tag` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tag", + "description": "The `Tag` that was created by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Tag", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "currentValue", + "description": "Reads a single `CurrentValue` that is related to this `Tag`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CurrentValue", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onConnector", + "description": "Reads a single `Connector` that is related to this `Tag`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Connector", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Tag`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationType", + "description": "Reads a single `EnumerationType` that is related to this `Tag`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EnumerationType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "opcGroup", + "description": "Reads a single `Thing` that is related to this `Tag`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Tag`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Tag`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateTagInput", + "description": "All input for the create `Tag` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "tag", + "description": "The `Tag` to be created by this mutation.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TagInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TagInput", + "description": "An input for mutations affecting `Tag`", + "fields": null, + "inputFields": [ + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "dataType", + "description": null, + "type": { + "kind": "ENUM", + "name": "ScalarTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "measurementUnitId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "historized", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "stepped", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "acquiredFromLastPoint", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "opcGroupId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "euMin", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "euMax", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "instrumentMin", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "instrumentMax", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "historizing", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isArray", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "trueState", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "falseState", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationTypeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationValues", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateTiqTypePayload", + "description": "The output of our create `TiqType` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tiqType", + "description": "The `TiqType` that was created by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "superType", + "description": "Reads a single `TiqType` that is related to this `TiqType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `TiqType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `TiqType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "subTypeOf", + "description": "Reads a single `TiqType` that is related to this `TiqType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `TiqType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateTiqTypeInput", + "description": "All input for the create `TiqType` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "tiqType", + "description": "The `TiqType` to be created by this mutation.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TiqTypeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TiqTypeInput", + "description": "An input for mutations affecting `TiqType`", + "fields": null, + "inputFields": [ + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "subTypeOfId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "taxonomySystemNodeTypeId", + "description": "The system node type that instances of this type belong to.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "materializedSubTypePath", + "description": "The taxonomy path seen from the instance level.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "baseSystemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isAbstract", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "category", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "documentation", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "extensions", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "opcuaNodeId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "browseName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "writeMask", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "userWriteMask", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessRestriction", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "hasNoPermissions", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "symbolicName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "releaseStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateTransactionPayload", + "description": "The output of our create `Transaction` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "transaction", + "description": "The `Transaction` that was created by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Transaction", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Transaction`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateTransactionInput", + "description": "All input for the create `Transaction` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "transaction", + "description": "The `Transaction` to be created by this mutation.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TransactionInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TransactionInput", + "description": "An input for mutations affecting `Transaction`", + "fields": null, + "inputFields": [ + { + "name": "document", + "description": null, + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "routeIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateTypeToAttributeTypePayload", + "description": "The output of our create `TypeToAttributeType` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToAttributeType", + "description": "The `TypeToAttributeType` that was created by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToAttributeType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "equipmentType", + "description": "Reads a single `EquipmentType` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EquipmentType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tiqType", + "description": "Reads a single `TiqType` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "defaultMeasurementUnit", + "description": "Reads a single `MeasurementUnit` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MeasurementUnit", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributeType", + "description": "Reads a single `Thing` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationType", + "description": "Reads a single `EnumerationType` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EnumerationType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "quantity", + "description": "Reads a single `Quantity` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Quantity", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "baseTypeToAttributeType", + "description": "Reads a single `TypeToAttributeType` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToAttributeType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "referencedObjectType", + "description": "Reads a single `TiqType` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateTypeToAttributeTypeInput", + "description": "All input for the create `TypeToAttributeType` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeToAttributeType", + "description": "The `TypeToAttributeType` to be created by this mutation.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypeInput", + "description": "An input for mutations affecting `TypeToAttributeType`", + "fields": null, + "inputFields": [ + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "attributeTypeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceCategory", + "description": null, + "type": { + "kind": "ENUM", + "name": "SourceCategoryEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultBoolValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultIntValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultFloatValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultStringValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultDatetimeValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultIntervalValue", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultMeasurementUnitId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isRequired", + "description": "Indication if the attribute is required upon instantiation.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "dataType", + "description": "The data type for the attribute type.", + "type": { + "kind": "ENUM", + "name": "ScalarTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "quantityId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "baseTypeToAttributeTypeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "interpolationMethod", + "description": "Setting the interpolation method determines how the data between the points is interpreted and displayed.", + "type": { + "kind": "ENUM", + "name": "InterpolationMethodEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "expression", + "description": "An expression that is evaluated relative to the node that the attribute is part of.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "minValue", + "description": "The minimum value that a user should expect in this attribute. It is commonly used for UI purposes such as scaling trends. It does not limit what can be stored in the attribute.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "maxValue", + "description": "The maximum value that a user should expect in this attribute. It is commonly used for UI purposes such as scaling trends. It does not limit what can be stored in the attribute.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "decimalPlaces", + "description": "The number of decimal places to be displayed by default.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isHidden", + "description": "Hide attributes based on this one in the UI?", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "expirationInterval", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "maxLatencyInterval", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultObjectValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationTypeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultEnumerationValues", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "defaultEnumerationValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultGeopointValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "referencedObjectTypeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "icon", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "objectHistoryTypeId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "associatedEventIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CreateTypeToChildTypePayload", + "description": "The output of our create `TypeToChildType` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToChildType", + "description": "The `TypeToChildType` that was created by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToChildType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tiqType", + "description": "Reads a single `TiqType` that is related to this `TypeToChildType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `TypeToChildType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `TypeToChildType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "childType", + "description": "Reads a single `TiqType` that is related to this `TypeToChildType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `TypeToChildType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "CreateTypeToChildTypeInput", + "description": "All input for the create `TypeToChildType` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeToChildType", + "description": "The `TypeToChildType` to be created by this mutation.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TypeToChildTypeInput", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TypeToChildTypeInput", + "description": "An input for mutations affecting `TypeToChildType`", + "fields": null, + "inputFields": [ + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "childTypeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "minNumber", + "description": "The minimum number of children.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "maxNumber", + "description": "The maximum number of children.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isRequired", + "description": "Indication if the attribute is required upon instantiation.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdateAccountPayload", + "description": "The output of our update `Account` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "account", + "description": "The `Account` that was updated by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onObject", + "description": "Reads a single `Object` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Object", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onEquipment", + "description": "Reads a single `Equipment` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Equipment", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onPlace", + "description": "Reads a single `Place` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Place", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onOrganization", + "description": "Reads a single `Organization` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Organization", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "balanceAttribute", + "description": "Reads a single `Attribute` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "measurementUnit", + "description": "Reads a single `MeasurementUnit` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MeasurementUnit", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateAccountInput", + "description": "All input for the `updateAccount` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "patch", + "description": "An object where the defined keys will be set on the `Account` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "AccountPatch", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "AccountPatch", + "description": "Represents an update to a `Account`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "balanceMethod", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "balanceAttributeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "balancePointAveragingInterval", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "balanceConversionOffset", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "balanceConversionFactor", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "emptyLevel", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fullLevel", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "influenceRatioLimit", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "thresholdLimit", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "measurementUnitId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "keyAttributes", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "processStartId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "baseMaterialTypeIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdateAttributeLimitPayload", + "description": "The output of our update `AttributeLimit` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributeLimit", + "description": "The `AttributeLimit` that was updated by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "AttributeLimit", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onAttribute", + "description": "Reads a single `Attribute` that is related to this `AttributeLimit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `AttributeLimit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tag", + "description": "Reads a single `Thing` that is related to this `AttributeLimit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `AttributeLimit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `AttributeLimit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateAttributeLimitInput", + "description": "All input for the `updateAttributeLimit` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "patch", + "description": "An object where the defined keys will be set on the `AttributeLimit` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "AttributeLimitPatch", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "AttributeLimitPatch", + "description": "Represents an update to a `AttributeLimit`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "direction", + "description": null, + "type": { + "kind": "ENUM", + "name": "LimitDirectionEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "tagId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "floatValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "deadbandDetectTime", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "deadbandReturnValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "dataSource", + "description": null, + "type": { + "kind": "ENUM", + "name": "DataSourceEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "priority", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "message", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "baseAttributeLimitId", + "description": "This will store the base attribute limit id (of type_to_attribute_type) from where this attribute limit has been derived.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdateAttributePayload", + "description": "The output of our update `Attribute` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attribute", + "description": "The `Attribute` that was updated by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "currentValue", + "description": "Reads a single `CurrentValue` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CurrentValue", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "referencedByAttribute", + "description": "Reads a single `Attribute` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "measurementUnit", + "description": "Reads a single `MeasurementUnit` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MeasurementUnit", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onEquipment", + "description": "Reads a single `Equipment` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Equipment", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onObject", + "description": "Reads a single `Object` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Object", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onOrganization", + "description": "Reads a single `Organization` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Organization", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onPlace", + "description": "Reads a single `Place` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Place", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributeType", + "description": "Reads a single `Thing` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationType", + "description": "Reads a single `EnumerationType` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EnumerationType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tag", + "description": "Reads a single `Thing` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "quantity", + "description": "Reads a single `Quantity` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Quantity", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToAttributeType", + "description": "Reads a single `TypeToAttributeType` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToAttributeType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateAttributeInput", + "description": "All input for the `updateAttribute` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "patch", + "description": "An object where the defined keys will be set on the `Attribute` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "AttributePatch", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "AttributePatch", + "description": "Represents an update to a `Attribute`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "tagId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "measurementUnitId", + "description": "The measurement unit for the attribute.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "attributeTypeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "boolValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "intValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "floatValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "stringValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "datetimeValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "intervalValue", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "dataType", + "description": "The data type for the attribute type.", + "type": { + "kind": "ENUM", + "name": "ScalarTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeToAttributeTypeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "quantityId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "dataSource", + "description": null, + "type": { + "kind": "ENUM", + "name": "DataSourceEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "distinctlyMeasured", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "interpolationMethod", + "description": "Setting the interpolation method determines how the data between the points is interpreted and displayed.", + "type": { + "kind": "ENUM", + "name": "InterpolationMethodEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "expression", + "description": "An expression that is evaluated relative to the node that the attribute is part of.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "minValue", + "description": "The minimum value that a user should expect in this attribute. It is commonly used for UI purposes such as scaling trends. It does not limit what can be stored in the attribute.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "maxValue", + "description": "The maximum value that a user should expect in this attribute. It is commonly used for UI purposes such as scaling trends. It does not limit what can be stored in the attribute.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "decimalPlaces", + "description": "The number of decimal places to be displayed by default.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isHidden", + "description": "Hide attribute based on this one in the UI?", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "expirationInterval", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "maxLatencyInterval", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "objectValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationTypeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationValues", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "enumerationValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "geopointValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "referencedNodeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "icon", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "objectHistoryTypeId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdateConnectorPayload", + "description": "The output of our update `Connector` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "connector", + "description": "The `Connector` that was updated by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Connector", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Connector`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Connector`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Connector`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateConnectorInput", + "description": "All input for the `updateConnector` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "patch", + "description": "An object where the defined keys will be set on the `Connector` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ConnectorPatch", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ConnectorPatch", + "description": "Represents an update to a `Connector`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "version", + "description": "The version of the connector that is installed.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "southServiceConfig", + "description": "The south service configuration.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "northServiceConfig", + "description": "The north service configuration.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemMonitorConfig", + "description": "The system monitor service configuration.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "operatingSystem", + "description": "The operating system that this connector is installed on.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "installStatus", + "description": null, + "type": { + "kind": "ENUM", + "name": "InstallStatusEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "dataReceiptDelay", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "host", + "description": "The source host the connector connects to.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "opcuaNamespaceUris", + "description": "The namespace URIs of an OPC UA host.", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdateEnumerationTypePayload", + "description": "The output of our update `EnumerationType` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationType", + "description": "The `EnumerationType` that was updated by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EnumerationType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `EnumerationType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `EnumerationType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `EnumerationType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateEnumerationTypeInput", + "description": "All input for the `updateEnumerationType` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "patch", + "description": "An object where the defined keys will be set on the `EnumerationType` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "EnumerationTypePatch", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "EnumerationTypePatch", + "description": "Represents an update to a `EnumerationType`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceCreatedTimestamp", + "description": "The date and time the node was created in the source", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceUpdatedTimestamp", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultEnumerationValues", + "description": "Array of default enumeration values, which can be integers or texts. Examples: [0,1] or [on,off]", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "enumerationNames", + "description": "Array of enumeration names, corresponding to the default_enumeration_values as parallel arrays. Each unordered set of enumeration names is unique. Example: [on,off] is treated the same as [off,on]", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "enumerationDescriptions", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "enumerationColorCodes", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "opcuaTypeIds", + "description": "The identifier, in NodeId format, of an OPC UA ExtensionObject", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdateEquipmentPayload", + "description": "The output of our update `Equipment` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "equipment", + "description": "The `Equipment` that was updated by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Equipment", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parentEquipment", + "description": "Reads a single `Equipment` that is related to this `Equipment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Equipment", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "place", + "description": "Reads a single `Place` that is related to this `Equipment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Place", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "equipmentType", + "description": "Reads a single `EquipmentType` that is related to this `Equipment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EquipmentType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Equipment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToChildType", + "description": "Reads a single `TypeToChildType` that is related to this `Equipment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToChildType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Equipment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Equipment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateEquipmentInput", + "description": "All input for the `updateEquipment` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "patch", + "description": "An object where the defined keys will be set on the `Equipment` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "EquipmentPatch", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "EquipmentPatch", + "description": "Represents an update to a `Equipment`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeToChildTypeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdateEquipmentTypePayload", + "description": "The output of our update `EquipmentType` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "equipmentType", + "description": "The `EquipmentType` that was updated by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EquipmentType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asTiqType", + "description": "Reads a single `TiqType` that is related to this `EquipmentType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `EquipmentType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "subTypeOf", + "description": "Reads a single `TiqType` that is related to this `EquipmentType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `EquipmentType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateEquipmentTypeInput", + "description": "All input for the `updateEquipmentType` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "patch", + "description": "An object where the defined keys will be set on the `EquipmentType` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "EquipmentTypePatch", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "EquipmentTypePatch", + "description": "Represents an update to a `EquipmentType`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "subTypeOfId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "taxonomySystemNodeTypeId", + "description": "The system node type that instances of this type belong to.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "materializedSubTypePath", + "description": "The taxonomy path seen from the instance level.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "baseSystemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdateLedgerEntryPayload", + "description": "The output of our update `LedgerEntry` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ledgerEntry", + "description": "The `LedgerEntry` that was updated by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "LedgerEntry", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `LedgerEntry`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "account", + "description": "Reads a single `Account` that is related to this `LedgerEntry`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "material", + "description": "Reads a single `Thing` that is related to this `LedgerEntry`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "transaction", + "description": "Reads a single `Transaction` that is related to this `LedgerEntry`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Transaction", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateLedgerEntryInput", + "description": "All input for the `updateLedgerEntry` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "patch", + "description": "An object where the defined keys will be set on the `LedgerEntry` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "LedgerEntryPatch", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "LedgerEntryPatch", + "description": "Represents an update to a `LedgerEntry`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": null, + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accountId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "transactionId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "materialPortId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unitId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "materialId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "amount", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "targetAmount", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "startTimestamp", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "endTimestamp", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "startEmptyState", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "endEmptyState", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "startCleanState", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "endCleanState", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "startBalance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "endBalance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourcesDetermined", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": null, + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "objectEvents", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "materialAttributes", + "description": null, + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdateLibraryPayload", + "description": "The output of our update `Library` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "library", + "description": "The `Library` that was updated by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Library", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Library`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Library`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateLibraryInput", + "description": "All input for the `updateLibrary` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "patch", + "description": "An object where the defined keys will be set on the `Library` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "LibraryPatch", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "LibraryPatch", + "description": "Represents an update to a `Library`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "version", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "licensing", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "locked", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "namespaceUris", + "description": null, + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "serverUris", + "description": null, + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "models", + "description": null, + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "aliases", + "description": null, + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "extensions", + "description": null, + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdateMeasurementUnitPayload", + "description": "The output of our update `MeasurementUnit` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "measurementUnit", + "description": "The `MeasurementUnit` that was updated by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MeasurementUnit", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `MeasurementUnit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "quantity", + "description": "Reads a single `Quantity` that is related to this `MeasurementUnit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Quantity", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `MeasurementUnit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `MeasurementUnit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateMeasurementUnitInput", + "description": "All input for the `updateMeasurementUnit` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "patch", + "description": "An object where the defined keys will be set on the `MeasurementUnit` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "MeasurementUnitPatch", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "MeasurementUnitPatch", + "description": "Represents an update to a `MeasurementUnit`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "quantityId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "conversionOffset", + "description": "The conversion offset is used to convert to the base unit.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "conversionMultiplier", + "description": "The conversion multiplier is used to convert to the base unit.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "symbol", + "description": "The the symbol that will be used as a postfix in most cases. Example Pa for pressure (Pascal).", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "symbolOtherSiUnits", + "description": "The symbol that is used to express the units in quantity measures. Example N/m2 for pressure referring to force (N) and area (m2) quantities.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "siPrefixId", + "description": "The id that links the column to the si_prefixes table.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "opcuaUnitId", + "description": "The engineering unit id used by the OPC UA Standard. See https://www.opcfoundation.org/UA/EngineeringUnits/UNECE/UNECE_to_OPCUA.csv", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "uneceCode", + "description": "The UNECE code. See https://unece.org/trade/cefact/UNLOCODE-Download", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "uneceName", + "description": "The UNECE name.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isHidden", + "description": "If false, then it is not hidden by default. This is to de-clutter the list of measurement units.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdateObjectPayload", + "description": "The output of our update `Object` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "object", + "description": "The `Object` that was updated by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Object", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "referencedByAttribute", + "description": "Reads a single `Attribute` that is related to this `Object`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parentObject", + "description": "Reads a single `Object` that is related to this `Object`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Object", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Object`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToChildType", + "description": "Reads a single `TypeToChildType` that is related to this `Object`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToChildType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Object`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Object`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateObjectInput", + "description": "All input for the `updateObject` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "patch", + "description": "An object where the defined keys will be set on the `Object` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ObjectPatch", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ObjectPatch", + "description": "Represents an update to a `Object`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeToChildTypeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "category", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "documentation", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "extensions", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "parentNodeId", + "description": "For OPC UA Node - the OPC UA NodeId of the parent node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "opcuaNodeId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "browseName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "writeMask", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "userWriteMask", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessRestriction", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "hasNoPermissions", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "symbolicName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "releaseStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "eventNotifier", + "description": "For OPC UA Node - the event notifier of a node.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "memberOfOrganizations", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdateOrganizationPayload", + "description": "The output of our update `Organization` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "organization", + "description": "The `Organization` that was updated by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Organization", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parentOrganization", + "description": "Reads a single `Organization` that is related to this `Organization`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Organization", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Organization`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToChildType", + "description": "Reads a single `TypeToChildType` that is related to this `Organization`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToChildType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Organization`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Organization`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateOrganizationInput", + "description": "All input for the `updateOrganization` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "patch", + "description": "An object where the defined keys will be set on the `Organization` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "OrganizationPatch", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "OrganizationPatch", + "description": "Represents an update to a `Organization`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isRoot", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeToChildTypeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdatePlacePayload", + "description": "The output of our update `Place` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "place", + "description": "The `Place` that was updated by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Place", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parentPlace", + "description": "Reads a single `Place` that is related to this `Place`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Place", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parentOrganization", + "description": "Reads a single `Organization` that is related to this `Place`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Organization", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Place`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToChildType", + "description": "Reads a single `TypeToChildType` that is related to this `Place`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToChildType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Place`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Place`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdatePlaceInput", + "description": "All input for the `updatePlace` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "patch", + "description": "An object where the defined keys will be set on the `Place` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PlacePatch", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "PlacePatch", + "description": "Represents an update to a `Place`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isRoot", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeToChildTypeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdateQuantityPayload", + "description": "The output of our update `Quantity` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "quantity", + "description": "The `Quantity` that was updated by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Quantity", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Quantity`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Quantity`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Quantity`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateQuantityInput", + "description": "All input for the `updateQuantity` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "patch", + "description": "An object where the defined keys will be set on the `Quantity` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "QuantityPatch", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "QuantityPatch", + "description": "Represents an update to a `Quantity`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "quantitySymbol", + "description": "The quantity symbol is used in equations. Example F=M*A for Force = Mass * Acceleration.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "lengthDimensionExponent", + "description": "Length dimension exponent.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "massDimensionExponent", + "description": "Mass dimension exponent.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "timeDimensionExponent", + "description": "Time, duration dimension exponent.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "electricCurrentDimensionExponent", + "description": "Electric current dimension exponent.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "thermodynamicTemperatureDimensionExponent", + "description": "Thermodynamic temperature dimension exponent.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "amountOfSubstanceDimensionExponent", + "description": "Amount of substance dimension exponent.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "luminousIntensityDimensionExponent", + "description": "Luminous intensity dimension exponent.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdateRelationshipTypePayload", + "description": "The output of our update `RelationshipType` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relationshipType", + "description": "The `RelationshipType` that was updated by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RelationshipType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `RelationshipType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `RelationshipType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `RelationshipType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateRelationshipTypeInput", + "description": "All input for the `updateRelationshipType` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "patch", + "description": "An object where the defined keys will be set on the `RelationshipType` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RelationshipTypePatch", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RelationshipTypePatch", + "description": "Represents an update to a `RelationshipType`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceCreatedTimestamp", + "description": "The date and time the node was created in the source", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceUpdatedTimestamp", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relationshipTypeNodes", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RelationshipTypeNodeInput", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdateRelationshipPayload", + "description": "The output of our update `Relationship` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relationship", + "description": "The `Relationship` that was updated by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Relationship", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Relationship`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "subject", + "description": "Reads a single `Thing` that is related to this `Relationship`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "object", + "description": "Reads a single `Thing` that is related to this `Relationship`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relationshipType", + "description": "Reads a single `RelationshipType` that is related to this `Relationship`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RelationshipType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateRelationshipInput", + "description": "All input for the `updateRelationship` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "patch", + "description": "An object where the defined keys will be set on the `Relationship` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "RelationshipPatch", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "RelationshipPatch", + "description": "Represents an update to a `Relationship`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "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": "typeId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "objectId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relationshipTypeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "relationshipTypeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "subjectId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "active", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdateScriptPayload", + "description": "The output of our update `Script` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "script", + "description": "The `Script` that was updated by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Script", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onLibrary", + "description": "Reads a single `Library` that is related to this `Script`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Library", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onType", + "description": "Reads a single `TiqType` that is related to this `Script`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onObject", + "description": "Reads a single `Object` that is related to this `Script`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Object", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Script`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Script`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Script`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateScriptInput", + "description": "All input for the `updateScript` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "patch", + "description": "An object where the defined keys will be set on the `Script` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ScriptPatch", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ScriptPatch", + "description": "Represents an update to a `Script`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceCreatedTimestamp", + "description": "The date and time the node was created in the source", + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceUpdatedTimestamp", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "scriptType", + "description": "Script language such as python, php, sql", + "type": { + "kind": "ENUM", + "name": "ScriptTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "script", + "description": "Script code", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "outputType", + "description": "Specifies the output type of the script.", + "type": { + "kind": "ENUM", + "name": "ScriptOutputTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "cronExpression", + "description": "A cron expression stored as text. Adheres to the rules that support seconds. See https://www.freeformatter.com/cron-expression-generator-quartz.html.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "initialInputs", + "description": "Initial inputs passed to the script", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "useOutputsFromLastRun", + "description": "Specifies whether to pass the outputs from the last run to the next run. When false, the initial_inputs are passed to every run.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "run", + "description": "Specifies whether to run the script. This is a switch to turn the script on and off in conjunction with cron_expression.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "maxAcceptableRunSecs", + "description": "Number of seconds, which a script is unscheduled if its execution time exceeds.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "execOnDerived", + "description": "If true and part_of_id is a type, then execute on instances of all derived types as well as instances of this type.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "owner", + "description": "Is the client user name.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdateTagPayload", + "description": "The output of our update `Tag` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tag", + "description": "The `Tag` that was updated by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Tag", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "currentValue", + "description": "Reads a single `CurrentValue` that is related to this `Tag`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CurrentValue", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onConnector", + "description": "Reads a single `Connector` that is related to this `Tag`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Connector", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Tag`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationType", + "description": "Reads a single `EnumerationType` that is related to this `Tag`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EnumerationType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "opcGroup", + "description": "Reads a single `Thing` that is related to this `Tag`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Tag`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Tag`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateTagInput", + "description": "All input for the `updateTag` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "patch", + "description": "An object where the defined keys will be set on the `Tag` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TagPatch", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TagPatch", + "description": "Represents an update to a `Tag`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "dataType", + "description": null, + "type": { + "kind": "ENUM", + "name": "ScalarTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "measurementUnitId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "historized", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "stepped", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "acquiredFromLastPoint", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "opcGroupId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "euMin", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "euMax", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "instrumentMin", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "instrumentMax", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "historizing", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isArray", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "trueState", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "falseState", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationTypeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationValues", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdateTiqTypePayload", + "description": "The output of our update `TiqType` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tiqType", + "description": "The `TiqType` that was updated by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "superType", + "description": "Reads a single `TiqType` that is related to this `TiqType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `TiqType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `TiqType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "subTypeOf", + "description": "Reads a single `TiqType` that is related to this `TiqType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `TiqType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateTiqTypeInput", + "description": "All input for the `updateTiqType` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "patch", + "description": "An object where the defined keys will be set on the `TiqType` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TiqTypePatch", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TiqTypePatch", + "description": "Represents an update to a `TiqType`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "subTypeOfId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "taxonomySystemNodeTypeId", + "description": "The system node type that instances of this type belong to.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "materializedSubTypePath", + "description": "The taxonomy path seen from the instance level.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "baseSystemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isAbstract", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "category", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "documentation", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "extensions", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "opcuaNodeId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "browseName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "writeMask", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "userWriteMask", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessRestriction", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "hasNoPermissions", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "symbolicName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "releaseStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdateTransactionPayload", + "description": "The output of our update `Transaction` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "transaction", + "description": "The `Transaction` that was updated by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Transaction", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Transaction`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateTransactionInput", + "description": "All input for the `updateTransaction` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "patch", + "description": "An object where the defined keys will be set on the `Transaction` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TransactionPatch", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TransactionPatch", + "description": "Represents an update to a `Transaction`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": null, + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": null, + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "routeIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdateTypeToAttributeTypePayload", + "description": "The output of our update `TypeToAttributeType` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToAttributeType", + "description": "The `TypeToAttributeType` that was updated by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToAttributeType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "equipmentType", + "description": "Reads a single `EquipmentType` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EquipmentType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tiqType", + "description": "Reads a single `TiqType` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "defaultMeasurementUnit", + "description": "Reads a single `MeasurementUnit` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MeasurementUnit", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributeType", + "description": "Reads a single `Thing` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationType", + "description": "Reads a single `EnumerationType` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EnumerationType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "quantity", + "description": "Reads a single `Quantity` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Quantity", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "baseTypeToAttributeType", + "description": "Reads a single `TypeToAttributeType` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToAttributeType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "referencedObjectType", + "description": "Reads a single `TiqType` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateTypeToAttributeTypeInput", + "description": "All input for the `updateTypeToAttributeType` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "patch", + "description": "An object where the defined keys will be set on the `TypeToAttributeType` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypePatch", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TypeToAttributeTypePatch", + "description": "Represents an update to a `TypeToAttributeType`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "attributeTypeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "sourceCategory", + "description": null, + "type": { + "kind": "ENUM", + "name": "SourceCategoryEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultBoolValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultIntValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultFloatValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultStringValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultDatetimeValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultIntervalValue", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultMeasurementUnitId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isRequired", + "description": "Indication if the attribute is required upon instantiation.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "dataType", + "description": "The data type for the attribute type.", + "type": { + "kind": "ENUM", + "name": "ScalarTypeEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "quantityId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "baseTypeToAttributeTypeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "interpolationMethod", + "description": "Setting the interpolation method determines how the data between the points is interpreted and displayed.", + "type": { + "kind": "ENUM", + "name": "InterpolationMethodEnum", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "expression", + "description": "An expression that is evaluated relative to the node that the attribute is part of.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "minValue", + "description": "The minimum value that a user should expect in this attribute. It is commonly used for UI purposes such as scaling trends. It does not limit what can be stored in the attribute.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "maxValue", + "description": "The maximum value that a user should expect in this attribute. It is commonly used for UI purposes such as scaling trends. It does not limit what can be stored in the attribute.", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "decimalPlaces", + "description": "The number of decimal places to be displayed by default.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isHidden", + "description": "Hide attributes based on this one in the UI?", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "expirationInterval", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "maxLatencyInterval", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "IntervalInput", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultObjectValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "enumerationTypeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultEnumerationValues", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "defaultEnumerationValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "defaultGeopointValue", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "referencedObjectTypeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "icon", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "objectHistoryTypeId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "associatedEventIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UpdateTypeToChildTypePayload", + "description": "The output of our update `TypeToChildType` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToChildType", + "description": "The `TypeToChildType` that was updated by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToChildType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tiqType", + "description": "Reads a single `TiqType` that is related to this `TypeToChildType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `TypeToChildType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `TypeToChildType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "childType", + "description": "Reads a single `TiqType` that is related to this `TypeToChildType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `TypeToChildType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "UpdateTypeToChildTypeInput", + "description": "All input for the `updateTypeToChildType` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "patch", + "description": "An object where the defined keys will be set on the `TypeToChildType` being updated.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TypeToChildTypePatch", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TypeToChildTypePatch", + "description": "Represents an update to a `TypeToChildType`. Fields that are set will be updated.", + "fields": null, + "inputFields": [ + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "systemType", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "typeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "displayName", + "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": "typeId", + "description": "An industry library or project specific type. Used for taxonomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "partOfId", + "description": "This node is part of another node. Used for meronomy hierarchy.", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "fqn", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "relativeName", + "description": "The local name of this node. Unique within the part of node.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "document", + "description": "A JSON document hints on how relationships should be wired up. This allows for wiring up of forien keys after the items have been created", + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "editStatus", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "idPath", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "childTypeId", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "minNumber", + "description": "The minimum number of children.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "maxNumber", + "description": "The maximum number of children.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "isRequired", + "description": "Indication if the attribute is required upon instantiation.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "unlinkRelativeName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "importance", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "accessGroupIds", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteAccountPayload", + "description": "The output of our delete `Account` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "account", + "description": "The `Account` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deletedAccountNodeId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onObject", + "description": "Reads a single `Object` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Object", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onEquipment", + "description": "Reads a single `Equipment` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Equipment", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onPlace", + "description": "Reads a single `Place` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Place", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onOrganization", + "description": "Reads a single `Organization` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Organization", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "balanceAttribute", + "description": "Reads a single `Attribute` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "measurementUnit", + "description": "Reads a single `MeasurementUnit` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MeasurementUnit", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Account`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "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": "DeleteAccountInput", + "description": "All input for the `deleteAccount` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteAttributeLimitPayload", + "description": "The output of our delete `AttributeLimit` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributeLimit", + "description": "The `AttributeLimit` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "AttributeLimit", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deletedAttributeLimitNodeId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onAttribute", + "description": "Reads a single `Attribute` that is related to this `AttributeLimit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `AttributeLimit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tag", + "description": "Reads a single `Thing` that is related to this `AttributeLimit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `AttributeLimit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `AttributeLimit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteAttributeLimitInput", + "description": "All input for the `deleteAttributeLimit` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteAttributePayload", + "description": "The output of our delete `Attribute` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attribute", + "description": "The `Attribute` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deletedAttributeNodeId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "currentValue", + "description": "Reads a single `CurrentValue` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CurrentValue", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "referencedByAttribute", + "description": "Reads a single `Attribute` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "measurementUnit", + "description": "Reads a single `MeasurementUnit` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MeasurementUnit", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onEquipment", + "description": "Reads a single `Equipment` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Equipment", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onObject", + "description": "Reads a single `Object` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Object", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onOrganization", + "description": "Reads a single `Organization` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Organization", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onPlace", + "description": "Reads a single `Place` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Place", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributeType", + "description": "Reads a single `Thing` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationType", + "description": "Reads a single `EnumerationType` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EnumerationType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tag", + "description": "Reads a single `Thing` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "quantity", + "description": "Reads a single `Quantity` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Quantity", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToAttributeType", + "description": "Reads a single `TypeToAttributeType` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToAttributeType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Attribute`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteAttributeInput", + "description": "All input for the `deleteAttribute` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteConnectorPayload", + "description": "The output of our delete `Connector` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "connector", + "description": "The `Connector` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Connector", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deletedConnectorNodeId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Connector`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Connector`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Connector`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteConnectorInput", + "description": "All input for the `deleteConnector` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteEnumerationTypePayload", + "description": "The output of our delete `EnumerationType` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationType", + "description": "The `EnumerationType` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EnumerationType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deletedEnumerationTypeNodeId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `EnumerationType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `EnumerationType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `EnumerationType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteEnumerationTypeInput", + "description": "All input for the `deleteEnumerationType` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteEquipmentPayload", + "description": "The output of our delete `Equipment` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "equipment", + "description": "The `Equipment` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Equipment", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deletedEquipmentNodeId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parentEquipment", + "description": "Reads a single `Equipment` that is related to this `Equipment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Equipment", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "place", + "description": "Reads a single `Place` that is related to this `Equipment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Place", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "equipmentType", + "description": "Reads a single `EquipmentType` that is related to this `Equipment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EquipmentType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Equipment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToChildType", + "description": "Reads a single `TypeToChildType` that is related to this `Equipment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToChildType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Equipment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Equipment`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteEquipmentInput", + "description": "All input for the `deleteEquipment` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteEquipmentTypePayload", + "description": "The output of our delete `EquipmentType` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "equipmentType", + "description": "The `EquipmentType` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EquipmentType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deletedEquipmentTypeNodeId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asTiqType", + "description": "Reads a single `TiqType` that is related to this `EquipmentType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `EquipmentType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "subTypeOf", + "description": "Reads a single `TiqType` that is related to this `EquipmentType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `EquipmentType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteEquipmentTypeInput", + "description": "All input for the `deleteEquipmentType` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteLedgerEntryPayload", + "description": "The output of our delete `LedgerEntry` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ledgerEntry", + "description": "The `LedgerEntry` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "LedgerEntry", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deletedLedgerEntryNodeId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `LedgerEntry`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "account", + "description": "Reads a single `Account` that is related to this `LedgerEntry`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Account", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "material", + "description": "Reads a single `Thing` that is related to this `LedgerEntry`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "transaction", + "description": "Reads a single `Transaction` that is related to this `LedgerEntry`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Transaction", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteLedgerEntryInput", + "description": "All input for the `deleteLedgerEntry` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteLibraryPayload", + "description": "The output of our delete `Library` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "library", + "description": "The `Library` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Library", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deletedLibraryNodeId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Library`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Library`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteLibraryInput", + "description": "All input for the `deleteLibrary` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteMeasurementUnitPayload", + "description": "The output of our delete `MeasurementUnit` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "measurementUnit", + "description": "The `MeasurementUnit` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MeasurementUnit", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deletedMeasurementUnitNodeId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `MeasurementUnit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "quantity", + "description": "Reads a single `Quantity` that is related to this `MeasurementUnit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Quantity", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `MeasurementUnit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `MeasurementUnit`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteMeasurementUnitInput", + "description": "All input for the `deleteMeasurementUnit` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteObjectPayload", + "description": "The output of our delete `Object` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "object", + "description": "The `Object` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Object", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deletedObjectNodeId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "referencedByAttribute", + "description": "Reads a single `Attribute` that is related to this `Object`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parentObject", + "description": "Reads a single `Object` that is related to this `Object`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Object", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Object`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToChildType", + "description": "Reads a single `TypeToChildType` that is related to this `Object`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToChildType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Object`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Object`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteObjectInput", + "description": "All input for the `deleteObject` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteOrganizationPayload", + "description": "The output of our delete `Organization` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "organization", + "description": "The `Organization` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Organization", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deletedOrganizationNodeId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parentOrganization", + "description": "Reads a single `Organization` that is related to this `Organization`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Organization", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Organization`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToChildType", + "description": "Reads a single `TypeToChildType` that is related to this `Organization`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToChildType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Organization`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Organization`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteOrganizationInput", + "description": "All input for the `deleteOrganization` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeletePlacePayload", + "description": "The output of our delete `Place` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "place", + "description": "The `Place` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Place", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deletedPlaceNodeId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parentPlace", + "description": "Reads a single `Place` that is related to this `Place`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Place", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parentOrganization", + "description": "Reads a single `Organization` that is related to this `Place`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Organization", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Place`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToChildType", + "description": "Reads a single `TypeToChildType` that is related to this `Place`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToChildType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Place`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Place`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeletePlaceInput", + "description": "All input for the `deletePlace` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteQuantityPayload", + "description": "The output of our delete `Quantity` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "quantity", + "description": "The `Quantity` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Quantity", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deletedQuantityNodeId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Quantity`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Quantity`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Quantity`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteQuantityInput", + "description": "All input for the `deleteQuantity` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteRelationshipTypePayload", + "description": "The output of our delete `RelationshipType` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relationshipType", + "description": "The `RelationshipType` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RelationshipType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deletedRelationshipTypeNodeId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `RelationshipType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `RelationshipType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `RelationshipType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteRelationshipTypeInput", + "description": "All input for the `deleteRelationshipType` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteRelationshipPayload", + "description": "The output of our delete `Relationship` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relationship", + "description": "The `Relationship` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Relationship", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deletedRelationshipNodeId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Relationship`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "subject", + "description": "Reads a single `Thing` that is related to this `Relationship`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "object", + "description": "Reads a single `Thing` that is related to this `Relationship`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "relationshipType", + "description": "Reads a single `RelationshipType` that is related to this `Relationship`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RelationshipType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteRelationshipInput", + "description": "All input for the `deleteRelationship` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteScriptPayload", + "description": "The output of our delete `Script` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "script", + "description": "The `Script` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Script", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deletedScriptNodeId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onLibrary", + "description": "Reads a single `Library` that is related to this `Script`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Library", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onType", + "description": "Reads a single `TiqType` that is related to this `Script`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onObject", + "description": "Reads a single `Object` that is related to this `Script`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Object", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Script`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Script`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Script`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteScriptInput", + "description": "All input for the `deleteScript` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteTagPayload", + "description": "The output of our delete `Tag` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tag", + "description": "The `Tag` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Tag", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deletedTagNodeId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "currentValue", + "description": "Reads a single `CurrentValue` that is related to this `Tag`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CurrentValue", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onConnector", + "description": "Reads a single `Connector` that is related to this `Tag`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Connector", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Tag`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationType", + "description": "Reads a single `EnumerationType` that is related to this `Tag`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EnumerationType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "opcGroup", + "description": "Reads a single `Thing` that is related to this `Tag`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `Tag`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `Tag`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteTagInput", + "description": "All input for the `deleteTag` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteTiqTypePayload", + "description": "The output of our delete `TiqType` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tiqType", + "description": "The `TiqType` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deletedTiqTypeNodeId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "superType", + "description": "Reads a single `TiqType` that is related to this `TiqType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `TiqType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `TiqType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "subTypeOf", + "description": "Reads a single `TiqType` that is related to this `TiqType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `TiqType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteTiqTypeInput", + "description": "All input for the `deleteTiqType` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteTransactionPayload", + "description": "The output of our delete `Transaction` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "transaction", + "description": "The `Transaction` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Transaction", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deletedTransactionNodeId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `Transaction`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteTransactionInput", + "description": "All input for the `deleteTransaction` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "id", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteTypeToAttributeTypePayload", + "description": "The output of our delete `TypeToAttributeType` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToAttributeType", + "description": "The `TypeToAttributeType` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToAttributeType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deletedTypeToAttributeTypeNodeId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "equipmentType", + "description": "Reads a single `EquipmentType` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EquipmentType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tiqType", + "description": "Reads a single `TiqType` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "defaultMeasurementUnit", + "description": "Reads a single `MeasurementUnit` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MeasurementUnit", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "attributeType", + "description": "Reads a single `Thing` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumerationType", + "description": "Reads a single `EnumerationType` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "EnumerationType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "quantity", + "description": "Reads a single `Quantity` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Quantity", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "baseTypeToAttributeType", + "description": "Reads a single `TypeToAttributeType` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToAttributeType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "referencedObjectType", + "description": "Reads a single `TiqType` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `TypeToAttributeType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteTypeToAttributeTypeInput", + "description": "All input for the `deleteTypeToAttributeType` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DeleteTypeToChildTypePayload", + "description": "The output of our delete `TypeToChildType` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "typeToChildType", + "description": "The `TypeToChildType` that was deleted by this mutation.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TypeToChildType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deletedTypeToChildTypeNodeId", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tiqType", + "description": "Reads a single `TiqType` that is related to this `TypeToChildType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "asThing", + "description": "Reads a single `Thing` that is related to this `TypeToChildType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": "Reads a single `TiqType` that is related to this `TypeToChildType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "childType", + "description": "Reads a single `TiqType` that is related to this `TypeToChildType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TiqType", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "partOf", + "description": "Reads a single `Thing` that is related to this `TypeToChildType`.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Thing", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "DeleteTypeToChildTypeInput", + "description": "All input for the `deleteTypeToChildType` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "id", + "description": "Internal ID, auto incrementing", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ReplaceTimeSeriesRangePayload", + "description": "The output of our `replaceTimeSeriesRange` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "json", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ReplaceTimeSeriesRangeInput", + "description": "All input for the `replaceTimeSeriesRange` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "attributeOrTagId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "entries", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "TimeSeriesEntryInput", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "startTime", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "endTime", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "TimeSeriesEntryInput", + "description": "An input for mutations affecting `TimeSeriesEntry`", + "fields": null, + "inputFields": [ + { + "name": "value", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "timestamp", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Datetime", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "status", + "description": null, + "type": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "AuthenticationRequestPayload", + "description": "The output of our `authenticationRequest` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "jwtRequest", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "JwtRequest", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "JwtRequest", + "description": null, + "fields": [ + { + "name": "challenge", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "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": "INPUT_OBJECT", + "name": "AuthenticationRequestInput", + "description": "All input for the `authenticationRequest` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "authenticator", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "role", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "userName", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "AuthenticationValidationPayload", + "description": "The output of our `authenticationValidation` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "jwtClaim", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "JwtClaim", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "JwtClaim", + "description": "A JSON Web Token defined by [RFC 7519](https://tools.ietf.org/html/rfc7519)\nwhich securely represents claims between two parties.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "AuthenticationValidationInput", + "description": "All input for the `authenticationValidation` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "authenticator", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "signedChallenge", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "GetAuthenticatorForGraphqlPayload", + "description": "The output of our `getAuthenticatorForGraphql` mutation.", + "fields": [ + { + "name": "clientMutationId", + "description": "The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "string", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "query", + "description": "Our root query field type. Allows us to run any query from our mutation payload.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "Query", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "GetAuthenticatorForGraphqlInput", + "description": "All input for the `getAuthenticatorForGraphql` mutation.", + "fields": null, + "inputFields": [ + { + "name": "clientMutationId", + "description": "An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, + { + "name": "pClientSessionId", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "interfaces": null, + "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 + } + ], + "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 behaviour of this scalar.", + "locations": [ + "SCALAR" + ], + "args": [ + { + "name": "url", + "description": "The URL that specifies the behaviour of this scalar.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + } + ] + } + ] + } + } +} diff --git a/Part I - Browser Scripts/Topic 02 - Intro to Model Automation (Types, Instances, Attributes)/02 Browser Script to Manage Type Instances Side by Side.php b/Part I - Browser Scripts/Topic 02 - Intro to Model Automation (Types, Instances, Attributes)/02 Browser Script to Manage Type Instances Side by Side.php index d0941a1..42b0722 100644 --- a/Part I - Browser Scripts/Topic 02 - Intro to Model Automation (Types, Instances, Attributes)/02 Browser Script to Manage Type Instances Side by Side.php +++ b/Part I - Browser Scripts/Topic 02 - Intro to Model Automation (Types, Instances, Attributes)/02 Browser Script to Manage Type Instances Side by Side.php @@ -34,6 +34,7 @@

{{pageTitle}} source +


@@ -174,11 +175,39 @@ - - {{aInstance.displayName}} + + + + + @@ -324,6 +353,41 @@ class="fa fa-sm fa-pencil float-end" } }, methods: { + UpdateDisplayNameAsync: async function(aInstance){ + + if(this.instanceNames.filter(x=>x.name == aInstance.displayNameEditValue).length == 0){ + this.instanceNames.push({ + name: aInstance.displayNameEditValue, + checked: true + }) + } + + + let query = ` + mutation m1 { + updateObject( + input: { id: "${aInstance.id}", patch: { displayName: "${aInstance.displayNameEditValue}" } } + ) { + clientMutationId + object { + displayName + } + } + } + `; + + console.log(query); + + let aResponse = await tiqJSHelper.invokeGraphQLAsync(query); + aInstance.displayName = aResponse.data.updateObject.object.displayName; + aInstance.displayNameEditValue = aResponse.data.updateObject.object.displayName; + console.log(aResponse); + + + aInstance.displayNameShowEdit = false; + aInstance.displayNameIsEditMode = false; + + }, UpdateAttributeAsync: async function(aAttribute){ let aFieldName = null; @@ -504,6 +568,11 @@ enumerationNames let typeToAttributeTypes = []; tiqType.objectsByTypeId.forEach(aInstance => { + aInstance.displayNameShowEdit = false; + aInstance.displayNameIsEditMode = false; + aInstance.displayNameEditValue = aInstance.displayName; + aInstance.allowEdit = this.allowEditMode ? true : false; + if(instanceNames.filter(x=>x.name == aInstance.displayName).length == 0){ instanceNames.push({ name: aInstance.displayName,