{ "data": { "__schema": { "queryType": { "name": "Queries" }, "mutationType": { "name": "Mutations" }, "subscriptionType": { "name": "Subscriptions" }, "types": [ { "kind": "UNION", "name": "ActivityMessageMetaObject", "description": "Objects used to build activity message", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "DataPrivacyTask", "ofType": null }, { "kind": "OBJECT", "name": "Group", "ofType": null }, { "kind": "OBJECT", "name": "Organization", "ofType": null }, { "kind": "OBJECT", "name": "Role", "ofType": null }, { "kind": "OBJECT", "name": "Ticket", "ofType": null }, { "kind": "OBJECT", "name": "TicketArticle", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null } ] }, { "kind": "OBJECT", "name": "AddressesField", "description": "A field which may contain one or more email or other addresses.", "fields": [ { "name": "parsed", "description": "If email addresses were found and parseable, this will hold the parsed result.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EmailAddressParsed", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "raw", "description": "Unparsed content of the addresses field.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AdminPasswordAuthSendPayload", "description": "Autogenerated return type of AdminPasswordAuthSend.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "This indicates if sending the token was successful.", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AdminPasswordAuthVerifyPayload", "description": "Autogenerated return type of AdminPasswordAuthVerify.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "login", "description": "Login of the user", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AppMaintenancePayload", "description": "Autogenerated return type of AppMaintenance.", "fields": [ { "name": "type", "description": "Maintenance type, may trigger actions in the front end", "args": [ ], "type": { "kind": "ENUM", "name": "EnumAppMaintenanceType", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AttachmentInput", "description": "Represents the attachment attributes to be used e.g. in ticket create/update.", "fields": null, "inputFields": [ { "name": "formId", "description": "FormID for the attached files.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "FormId", "ofType": null } }, "defaultValue": null }, { "name": "files", "description": "The attached files.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UploadFileInput", "ofType": null } } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Authorization", "description": "Authorization for an account linked to a user", "fields": [ { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "provider", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "uid", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "username", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AutocompleteSearchEntry", "description": "Type that represents an autocomplete entry with a string value.", "fields": [ { "name": "disabled", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "heading", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "headingPlaceholder", "description": null, "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "icon", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "label", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "labelPlaceholder", "description": null, "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "value", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AutocompleteSearchExternalDataSourceEntry", "description": "Type that represents an autocomplete entry with an external data source value.", "fields": [ { "name": "disabled", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "heading", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "headingPlaceholder", "description": null, "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "icon", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "label", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "labelPlaceholder", "description": null, "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "value", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSON", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AutocompleteSearchGenericEntry", "description": "Type that represents a generic autocomplete entry.", "fields": [ { "name": "disabled", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "heading", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "headingPlaceholder", "description": null, "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "icon", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "label", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "labelPlaceholder", "description": null, "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "object", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "SearchResult", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "value", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AutocompleteSearchGenericInput", "description": "Input fields for generic autocomplete searches.", "fields": null, "inputFields": [ { "name": "query", "description": "Query from the autocomplete field", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "limit", "description": "Limit for the amount of entries", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "onlyIn", "description": "Optionally restrict search certain models", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumSearchableModels", "ofType": null } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AutocompleteSearchMergeTicketEntry", "description": "Type that represents an autocomplete merge ticket entry.", "fields": [ { "name": "disabled", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "heading", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "headingPlaceholder", "description": null, "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "icon", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "label", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "labelPlaceholder", "description": null, "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticket", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Ticket", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "value", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AutocompleteSearchMergeTicketInput", "description": "Input fields for merge ticket autocomplete searches.", "fields": null, "inputFields": [ { "name": "query", "description": "Query from the autocomplete field", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "limit", "description": "Limit for the amount of entries", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "sourceTicketId", "description": "Ticket ID", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AutocompleteSearchObjectAttributeExternalDataSourceInput", "description": "Input fields for object attribute external data source autocomplete searches.", "fields": null, "inputFields": [ { "name": "query", "description": "Query from the autocomplete field", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "limit", "description": "Limit for the amount of entries", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "object", "description": "Object name of the object attribute, e.g. Ticket", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumObjectManagerObjects", "ofType": null } }, "defaultValue": null }, { "name": "attributeName", "description": "Name of the object attribute", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "templateRenderContext", "description": "Context data for the search url rendering, e.g. customer data.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TemplateRenderContextInput", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AutocompleteSearchOrganizationEntry", "description": "Type that represents an autocomplete organization entry.", "fields": [ { "name": "disabled", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "heading", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "headingPlaceholder", "description": null, "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "icon", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "label", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "labelPlaceholder", "description": null, "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Organization", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "value", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AutocompleteSearchOrganizationInput", "description": "Input fields for organization autocomplete searches.", "fields": null, "inputFields": [ { "name": "query", "description": "Query from the autocomplete field", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "limit", "description": "Limit for the amount of entries", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "customerId", "description": "Customer ID to filter the organizations by", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AutocompleteSearchRecipientEntry", "description": "Type that represents an autocomplete recipient entry.", "fields": [ { "name": "disabled", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "heading", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "headingPlaceholder", "description": null, "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "icon", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "label", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "labelPlaceholder", "description": null, "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "value", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AutocompleteSearchRecipientInput", "description": "Input fields for recipient autocomplete searches.", "fields": null, "inputFields": [ { "name": "query", "description": "Query from the autocomplete field", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "limit", "description": "Limit for the amount of entries", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "exceptInternalId", "description": "Optional user ID to be filtered out from results", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "contact", "description": "User contact type option, i.e. email or phone", "type": { "kind": "ENUM", "name": "EnumUserContact", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AutocompleteSearchTagInput", "description": "Input fields for tag autocomplete searches.", "fields": null, "inputFields": [ { "name": "query", "description": "Query from the autocomplete field", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "limit", "description": "Limit for the amount of entries", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "exceptTags", "description": "Optional tags to be filtered out from results", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AutocompleteSearchUserEntry", "description": "Type that represents an autocomplete user entry.", "fields": [ { "name": "disabled", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "heading", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "headingPlaceholder", "description": null, "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "icon", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "label", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "labelPlaceholder", "description": null, "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "value", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AutocompleteSearchUserInput", "description": "Input fields for user autocomplete searches.", "fields": null, "inputFields": [ { "name": "query", "description": "Query from the autocomplete field", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "limit", "description": "Limit for the amount of entries", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "exceptInternalId", "description": "Optional user ID to be filtered out from results", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Avatar", "description": "Avatar for users", "fields": [ { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "default", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletable", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "imageFull", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "imageHash", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "imageResize", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "initial", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AvatarInput", "description": "The fields for uploading a new avatar.", "fields": null, "inputFields": [ { "name": "original", "description": "The original image to use for the avatar.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UploadFileInput", "ofType": null } }, "defaultValue": null }, { "name": "resized", "description": "The resized/cropped image to use for the avatar.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UploadFileInput", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "BinaryString", "description": "String with binary data, base64 encoded for transport (data: URL prefix is optional)", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "Boolean", "description": "Represents `true` or `false` values.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CalendarIcsFileEvent", "description": "Event from ICS file", "fields": [ { "name": "attendees", "description": null, "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "endDate", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "location", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizer", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "startDate", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Channel", "description": "Channels", "fields": [ { "name": "active", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "area", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "OBJECT", "name": "Group", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastLogIn", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastLogOut", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "options", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "preferences", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "statusIn", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "statusOut", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ChannelEmailAddInput", "description": "Fields for a new email channel.", "fields": null, "inputFields": [ { "name": "inboundConfiguration", "description": "Configuration to validate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ChannelEmailInboundConfigurationInput", "ofType": null } }, "defaultValue": null }, { "name": "outboundConfiguration", "description": "Configuration to validate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ChannelEmailOutboundConfigurationInput", "ofType": null } }, "defaultValue": null }, { "name": "groupId", "description": "Group for this channel", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "emailAddress", "description": "Sender email address for this channel", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "emailRealname", "description": "Sender email realname for this channel", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ChannelEmailAddPayload", "description": "Autogenerated return type of ChannelEmailAdd.", "fields": [ { "name": "channel", "description": "The new channel object", "args": [ ], "type": { "kind": "OBJECT", "name": "Channel", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ChannelEmailGuessConfigurationPayload", "description": "Autogenerated return type of ChannelEmailGuessConfiguration.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "result", "description": "Holds the guessed configurations.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChannelEmailGuessConfigurationResult", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ChannelEmailGuessConfigurationResult", "description": "Result for channel configuration guessing.", "fields": [ { "name": "inboundConfiguration", "description": "If present, the probing for inbound was successful", "args": [ ], "type": { "kind": "OBJECT", "name": "ChannelEmailInboundConfiguration", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mailboxStats", "description": "Inbound mailbox data", "args": [ ], "type": { "kind": "OBJECT", "name": "ChannelEmailInboundMailboxStats", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "outboundConfiguration", "description": "If present, the probing for inbound was successful", "args": [ ], "type": { "kind": "OBJECT", "name": "ChannelEmailOutboundConfiguration", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ChannelEmailInboundConfiguration", "description": "Configuration for an inbound email channel.", "fields": [ { "name": "adapter", "description": "Protocol/adapter for this email channel", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumChannelEmailInboundAdapter", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "folder", "description": "IMAP Mailbox folder to fetch emails from", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "host", "description": "Hostname for the email service to connect to", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "password", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "port", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ssl", "description": null, "args": [ ], "type": { "kind": "ENUM", "name": "EnumChannelEmailSSL", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sslVerify", "description": "Whether to perform SSL verification", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "Username for the email service to connect with", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ChannelEmailInboundConfigurationInput", "description": "Configuration for an inbound email channel.", "fields": null, "inputFields": [ { "name": "adapter", "description": "Protocol/adapter for this email channel", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumChannelEmailInboundAdapter", "ofType": null } }, "defaultValue": null }, { "name": "host", "description": "Hostname for the email service to connect to", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "port", "description": "Port for the email service to connect to", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null }, { "name": "ssl", "description": "Whether to use TLS/SSL", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumChannelEmailSSL", "ofType": null } }, "defaultValue": null }, { "name": "user", "description": "Username for the email service to connect with", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "password", "description": "Password for the email service to connect with", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "sslVerify", "description": "Whether to perform SSL verification", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "folder", "description": "IMAP Mailbox folder to fetch emails from", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "keepOnServer", "description": "Whether messages should be kept on the IMAP server when fetching", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "archive", "description": "Whether to perform the email import in archive mode", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "archiveBefore", "description": "Import mails older than this date in archive mode", "type": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ChannelEmailInboundMailboxStats", "description": "Inbound mailbox statistics.", "fields": [ { "name": "archivePossible", "description": "Whether an archive import of the email account should be suggested.", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "archivePossibleIsFallback", "description": "Whether the archive import suggestion is based on a fallback logic due to a missing DATE sort option on the mail server.", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "archiveWeekRange", "description": "There were emails found older than the specified amount of weeks, therefore an archive import should be suggested.", "args": [ ], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "contentMessages", "description": "Number of content emails found during account probing.", "args": [ ], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ChannelEmailOutboundConfiguration", "description": "Configuration for an outbound email channel.", "fields": [ { "name": "adapter", "description": "Protocol/adapter for this email channel", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumChannelEmailOutboundAdapter", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "host", "description": "Hostname for the email service to connect to", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "password", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "port", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sslVerify", "description": "Whether to perform SSL verification", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "Username for the email service to connect with", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ChannelEmailOutboundConfigurationInput", "description": "Configuration for an outbound email channel.", "fields": null, "inputFields": [ { "name": "adapter", "description": "Protocol/adapter for this email channel", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumChannelEmailOutboundAdapter", "ofType": null } }, "defaultValue": null }, { "name": "host", "description": "Hostname for the email service to connect to", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "port", "description": "Port for the email service to connect to", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "user", "description": "Username for the email service to connect with", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "password", "description": "Password for the email service to connect with", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "sslVerify", "description": "Whether to perform SSL verification", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ChannelEmailSetNotificationConfigurationPayload", "description": "Autogenerated return type of ChannelEmailSetNotificationConfiguration.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Was the operation successful?", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ChannelEmailValidateConfigurationInboundPayload", "description": "Autogenerated return type of ChannelEmailValidateConfigurationInbound.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mailboxStats", "description": "Inbound mailbox data", "args": [ ], "type": { "kind": "OBJECT", "name": "ChannelEmailInboundMailboxStats", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Was the validation successful?", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ChannelEmailValidateConfigurationOutboundPayload", "description": "Autogenerated return type of ChannelEmailValidateConfigurationOutbound.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Was the validation successful?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ChannelEmailValidateConfigurationRoundtripPayload", "description": "Autogenerated return type of ChannelEmailValidateConfigurationRoundtrip.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Was the validation successful?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Checklist", "description": "Ticket checklist", "fields": [ { "name": "complete", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "completed", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "incomplete", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "items", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChecklistItem", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticket", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Ticket", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "total", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ChecklistItem", "description": "Ticket checklist item", "fields": [ { "name": "checked", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "checklist", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Checklist", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "text", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketReference", "description": null, "args": [ ], "type": { "kind": "OBJECT", "name": "TicketReference", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ChecklistTemplate", "description": "Checklist template", "fields": [ { "name": "active", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ChecklistTemplateUpdatesPayload", "description": "Autogenerated return type of ChecklistTemplateUpdates.", "fields": [ { "name": "checklistTemplates", "description": "Checklist templates", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChecklistTemplate", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ConfigUpdatesPayload", "description": "Autogenerated return type of ConfigUpdates.", "fields": [ { "name": "setting", "description": "Updated setting", "args": [ ], "type": { "kind": "OBJECT", "name": "KeyComplexValue", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DataPrivacyTask", "description": "Data privacy task type", "fields": [ { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletableId", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletableType", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EmailAddress", "description": "EmailAddress model instances", "fields": [ { "name": "active", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "channel", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "OBJECT", "name": "Channel", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "email", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "note", "description": "Internal note", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "preferences", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "EmailAddressParsed", "description": "Represents a parsed email address.", "fields": [ { "name": "emailAddress", "description": "Email address.", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "isSystemAddress", "description": "Is email added as system EmailAddress?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "Display name + comment part of email (if any).", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "EnumAfterAuthType", "description": "Possible AfterAuth message types", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "TwoFactorConfiguration", "description": "TwoFactorConfiguration", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnumAppMaintenanceType", "description": "Possible AppVersion messages", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "app_version", "description": "A new version of the app is available.", "isDeprecated": false, "deprecationReason": null }, { "name": "restart_manual", "description": "App needs a restart.", "isDeprecated": false, "deprecationReason": null }, { "name": "restart_auto", "description": "App is restarting.", "isDeprecated": false, "deprecationReason": null }, { "name": "config_changed", "description": "The app configuration has changed.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnumAppearanceTheme", "description": "Option to choose the appearance theme", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "dark", "description": "A color scheme that uses light-colored elements on a dark background.", "isDeprecated": false, "deprecationReason": null }, { "name": "light", "description": "A color scheme that uses dark-colored elements on a light background.", "isDeprecated": false, "deprecationReason": null }, { "name": "auto", "description": "Prefer color scheme as indicated by the operating system.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnumAuthenticationProvider", "description": "Available thirdparty authentication providers", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "facebook", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "github", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "gitlab", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "google_oauth2", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "linkedin", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "microsoft_office365", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "saml", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "twitter", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "weibo", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "sso", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnumChannelArea", "description": "The channel area type", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "Email__Account", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Email__Notification", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Facebook__Account", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Google__Account", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Microsoft365__Account", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Sms__Account", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Sms__Notification", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Telegram__Bot", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Twitter__Account", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "WhatsApp__Business", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnumChannelEmailInboundAdapter", "description": "Inbound email protocols/adapters", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "imap", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "pop3", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnumChannelEmailOutboundAdapter", "description": "Outbound email protocols/adapters", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "smtp", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "sendmail", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnumChannelEmailSSL", "description": "Possible values for email SSL/TLS transport security", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "off", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ssl", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "starttls", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnumFormUpdaterId", "description": "All available form updaters", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "FormUpdater__Updater__GuidedSetup__EmailInbound", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "FormUpdater__Updater__GuidedSetup__EmailNotification", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "FormUpdater__Updater__GuidedSetup__EmailOutbound", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "FormUpdater__Updater__Organization__Edit", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "FormUpdater__Updater__Ticket__Create", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "FormUpdater__Updater__Ticket__Edit", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "FormUpdater__Updater__Ticket__TimeAccounting", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "FormUpdater__Updater__User__Create", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "FormUpdater__Updater__User__Current__NewAccessToken", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "FormUpdater__Updater__User__Edit", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "FormUpdater__Updater__User__Invite", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "FormUpdater__Updater__User__Notifications", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnumNotificationSoundFile", "description": "Available notification sound files", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "Bell", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Kalimba", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Marimba", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Peep", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Plop", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Ring", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Space", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Wood", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Xylo", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnumObjectManagerObjects", "description": "All backend managed objects", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "Ticket", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "TicketArticle", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "User", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Organization", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Group", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnumOrderDirection", "description": "Option to choose SQL sorting direction", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ASCENDING", "description": "Sort with ascending order", "isDeprecated": false, "deprecationReason": null }, { "name": "DESCENDING", "description": "Sort with descending order", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnumPermissionAccess", "description": "Different user access levels", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "read", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "create", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "change", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "overview", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "full", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnumPublicLinksScreen", "description": "All available public links screens", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "login", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "signup", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "password_reset", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnumSearchableModels", "description": "All searchable models", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "Ticket", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "User", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Organization", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnumSecurityOption", "description": "Ticket article security options for email security methods", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "encryption", "description": "Encrypt article", "isDeprecated": false, "deprecationReason": null }, { "name": "sign", "description": "Sign article", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnumSecurityStateType", "description": "Available email security methods", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "SMIME", "description": "S/MIME", "isDeprecated": false, "deprecationReason": null }, { "name": "PGP", "description": "PGP", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnumSystemImportSource", "description": "Third-party system source", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "freshdesk", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "kayako", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "otrs", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "zendesk", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnumSystemSetupInfoStatus", "description": "Possible system setup status", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "new", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "automated", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "in_progress", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "done", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnumSystemSetupInfoType", "description": "Possible system setup types", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "auto", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "manual", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "import", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnumTaskbarApp", "description": "All taskbar app values", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "desktop", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "mobile", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnumTaskbarEntity", "description": "All taskbar entity values", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "OrganizationProfile", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Search", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "TicketCreate", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "TicketZoom", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "UserProfile", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnumTaskbarEntityAccess", "description": "All taskbar entity access type values", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "Granted", "description": "Access to this entity is granted", "isDeprecated": false, "deprecationReason": null }, { "name": "Forbidden", "description": "Access to this entity is forbidden", "isDeprecated": false, "deprecationReason": null }, { "name": "NotFound", "description": "The entity could not be found", "isDeprecated": false, "deprecationReason": null }, { "name": "Unknown", "description": "Unknown entity access", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnumTextDirection", "description": "Option to choose SQL sorting direction", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ltr", "description": "Left-to-right", "isDeprecated": false, "deprecationReason": null }, { "name": "rtl", "description": "Right-to-left", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnumTicketArticleSenderName", "description": "Ticket article sender names", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "Agent", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Customer", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "System", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnumTicketScreenBehavior", "description": "Option to choose the ticket screen behavior", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "closeTab", "description": "Close tab", "isDeprecated": false, "deprecationReason": null }, { "name": "closeTabOnTicketClose", "description": "Close tab on ticket close", "isDeprecated": false, "deprecationReason": null }, { "name": "closeNextInOverview", "description": "Next in overview", "isDeprecated": false, "deprecationReason": null }, { "name": "stayOnTab", "description": "Stay on tab", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnumTicketStateColorCode", "description": "Ticket state color code", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "open", "description": "Ready for action.", "isDeprecated": false, "deprecationReason": null }, { "name": "pending", "description": "Marked as pending; no immediate action required.", "isDeprecated": false, "deprecationReason": null }, { "name": "escalating", "description": "Requires urgent attention.", "isDeprecated": false, "deprecationReason": null }, { "name": "closed", "description": "Closed.", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnumTwoFactorAuthenticationMethod", "description": "Possible two factor authentication methods (availability depends on system configuration)", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "security_keys", "description": "Security Keys", "isDeprecated": false, "deprecationReason": null }, { "name": "authenticator_app", "description": "Authenticator App", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnumUserContact", "description": "User contact option", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "email", "description": "User email address", "isDeprecated": false, "deprecationReason": null }, { "name": "phone", "description": "User phone number", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "ENUM", "name": "EnumUserErrorException", "description": "All user error exception values", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "Service__Ticket__Update__Validator__ChecklistCompleted__Error", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "Service__Ticket__Update__Validator__TimeAccounting__Error", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "SCALAR", "name": "Float", "description": "Represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "FormId", "description": "UUID to identify a form.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "FormUpdaterChangedFieldInput", "description": "Represents the form changed field information.", "fields": null, "inputFields": [ { "name": "name", "description": "Changed field name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "newValue", "description": "New value from changed field", "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null }, { "name": "oldValue", "description": "Old value from changed field", "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "FormUpdaterMetaInput", "description": "Represents the form meta information.", "fields": null, "inputFields": [ { "name": "initial", "description": "Initial form updater request", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "reset", "description": "After form reset form updater request", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "changedField", "description": "Changed field information", "type": { "kind": "INPUT_OBJECT", "name": "FormUpdaterChangedFieldInput", "ofType": null }, "defaultValue": null }, { "name": "formId", "description": "Generated frontend form ID", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "FormId", "ofType": null } }, "defaultValue": null }, { "name": "requestId", "description": "Generated frontend request ID", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "additionalData", "description": "Additional data for form updater", "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null }, { "name": "dirtyFields", "description": "List of dirty fields", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "FormUpdaterRelationField", "description": "Represents the relation field information.", "fields": null, "inputFields": [ { "name": "name", "description": "Field name of the relation field", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "relation", "description": "Relation name for the current field (e.g. group)", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "filterIds", "description": "Optional filter ids from the frontend", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "FormUpdaterResult", "description": "Holds the fields and flags information for an form updater resolver.", "fields": [ { "name": "fields", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSON", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "flags", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSON", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "FormUploadCacheAddPayload", "description": "Autogenerated return type of FormUploadCacheAdd.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "uploadedFiles", "description": "Information about the uploaded files.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StoredFile", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "FormUploadCacheRemovePayload", "description": "Autogenerated return type of FormUploadCacheRemove.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Was the mutation successful?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Group", "description": "Groups", "fields": [ { "name": "active", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "assignmentTimeout", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "emailAddress", "description": null, "args": [ ], "type": { "kind": "OBJECT", "name": "EmailAddressParsed", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "followUpAssignment", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "followUpPossible", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "note", "description": "Internal note", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sharedDrafts", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "GroupConnection", "description": "The connection type for Group.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "GroupEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Indicates the total number of available records.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "GroupEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Group", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "GuidedSetupSetSystemInformationPayload", "description": "Autogenerated return type of GuidedSetupSetSystemInformation.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "System setup information updated successfully?", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "ID", "description": "Represents a unique identifier that is Base64 obfuscated. It is 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 `\"VXNlci0xMA==\"`) or integer (such as `4`) input value will be accepted as an ID.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "ISO8601Date", "description": "An ISO 8601-encoded date", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "ISO8601DateTime", "description": "An ISO 8601-encoded datetime", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ImportJob", "description": "Import job information", "fields": [ { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "finishedAt", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "result", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "startedAt", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "Int", "description": "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": "SCALAR", "name": "JSON", "description": "Represents untyped JSON", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "KeyComplexValue", "description": "Key/value type with complex (JSON) values.", "fields": [ { "name": "key", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "value", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "KeyValue", "description": "Key/value type with string values.", "fields": [ { "name": "key", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "value", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "KnowledgeBase", "description": "Knowledge Base", "fields": [ { "name": "active", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryLayout", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "colorHeader", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "colorHeaderLink", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "colorHighlight", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "customAddress", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "homepageLayout", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "iconset", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "KnowledgeBaseAnswer", "description": "Knowledge Base Answer", "fields": [ { "name": "archivedAt", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "archivedBy", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "category", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "KnowledgeBaseCategory", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "internalAt", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "internalBy", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "internalNote", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "position", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "promoted", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "publishedAt", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "publishedBy", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "KnowledgeBaseAnswerSuggestionContentTransformPayload", "description": "Autogenerated return type of KnowledgeBaseAnswerSuggestionContentTransform.", "fields": [ { "name": "attachments", "description": "Attachments of the answer", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StoredFile", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "body", "description": "Answer translation content", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "KnowledgeBaseAnswerTranslation", "description": "Knowledge Base Answer Translation", "fields": [ { "name": "answer", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "KnowledgeBaseAnswer", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "categoryTreeTranslation", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "KnowledgeBaseCategoryTranslation", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "content", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "KnowledgeBaseAnswerTranslationContent", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "kbLocale", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "KnowledgeBaseLocale", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "KnowledgeBaseAnswerTranslationContent", "description": "Knowledge Base Answer Translation Content", "fields": [ { "name": "body", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyPrepared", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasAttachments", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "KnowledgeBaseCategory", "description": "Knowledge Base Category", "fields": [ { "name": "categoryIcon", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "knowledgeBase", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "KnowledgeBase", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "parent", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "OBJECT", "name": "KnowledgeBaseCategory", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "position", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "translations", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "KnowledgeBaseCategoryTranslation", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "KnowledgeBaseCategoryTranslation", "description": "Knowledge Base Category Translation", "fields": [ { "name": "category", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "KnowledgeBaseCategory", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "kbLocale", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "KnowledgeBaseLocale", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "KnowledgeBaseLocale", "description": "Knowledge Base Locale", "fields": [ { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "knowledgeBase", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "KnowledgeBase", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "primary", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "systemLocale", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Locale", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Locale", "description": "Locales available in the system", "fields": [ { "name": "active", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "alias", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "dir", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumTextDirection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "locale", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "LocatorOrganizationInput", "description": "Locate an organization via id or internalId.", "fields": null, "inputFields": [ { "name": "organizationId", "description": "Organization ID", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "organizationInternalId", "description": "Organization internalId", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "LocatorTicketInput", "description": "Locate a ticket via id, internalId or number.", "fields": null, "inputFields": [ { "name": "ticketId", "description": "Ticket ID", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "ticketInternalId", "description": "Ticket internalId", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "ticketNumber", "description": "Ticket number", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "LocatorUserInput", "description": "Locate a User via id or internalId.", "fields": null, "inputFields": [ { "name": "userId", "description": "User ID", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "userInternalId", "description": "User internalId", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "LoginInput", "description": "The user login fields.", "fields": null, "inputFields": [ { "name": "login", "description": "User name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "password", "description": "Password", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "twoFactorAuthentication", "description": "Two factor authentication", "type": { "kind": "INPUT_OBJECT", "name": "TwoFactorAuthenticationInput", "ofType": null }, "defaultValue": null }, { "name": "twoFactorRecovery", "description": "Two factor recovery", "type": { "kind": "INPUT_OBJECT", "name": "TwoFactorRecoveryInput", "ofType": null }, "defaultValue": null }, { "name": "rememberMe", "description": "Remember me - Session expire date will be set to one year", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LoginPayload", "description": "Autogenerated return type of Login.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "session", "description": "The current session, if the login was successful.", "args": [ ], "type": { "kind": "OBJECT", "name": "Session", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "twoFactorRequired", "description": "Two factor authentication methods available for the user about to log-in.", "args": [ ], "type": { "kind": "OBJECT", "name": "UserLoginTwoFactorMethods", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LogoutPayload", "description": "Autogenerated return type of Logout.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "externalLogoutUrl", "description": "External logout URL (e.g. for SAML)?", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Was the logout successful?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Macro", "description": "Returns a list of macros", "fields": [ { "name": "active", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "note", "description": "Internal note", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "perform", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "uxFlowNextUp", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MacrosUpdatePayload", "description": "Autogenerated return type of MacrosUpdate.", "fields": [ { "name": "macroUpdated", "description": "Some macro was updated", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Mention", "description": "Mention", "fields": [ { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mentionable", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Ticket", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MentionConnection", "description": "The connection type for Mention.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MentionEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Indicates the total number of available records.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MentionEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Mention", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MentionSubscribePayload", "description": "Autogenerated return type of MentionSubscribe.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Was the mutation successful?", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "MentionUnsubscribePayload", "description": "Autogenerated return type of MentionUnsubscribe.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Was the mutation successful?", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Mutations", "description": "All available mutations", "fields": [ { "name": "adminPasswordAuthSend", "description": "Sends an email with a token to login via password.", "args": [ { "name": "login", "description": "Login information that is used to create a token.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "AdminPasswordAuthSendPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "adminPasswordAuthVerify", "description": "Verify admin password authentication", "args": [ { "name": "token", "description": "Token to verify", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "AdminPasswordAuthVerifyPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelEmailAdd", "description": "Create a new email channel. This does not perform email validation.", "args": [ { "name": "input", "description": "Fields for the new channel", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ChannelEmailAddInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ChannelEmailAddPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelEmailGuessConfiguration", "description": "Try to guess email channel configuration from user credentials", "args": [ { "name": "emailAddress", "description": "User email address to guess configuration for", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "password", "description": "User password", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ChannelEmailGuessConfigurationPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelEmailSetNotificationConfiguration", "description": "Set confioguration for sending system notification emails", "args": [ { "name": "outboundConfiguration", "description": "Configuration to validate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ChannelEmailOutboundConfigurationInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ChannelEmailSetNotificationConfigurationPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelEmailValidateConfigurationInbound", "description": "Validate an inbound email channel configuration by trying to fetch email", "args": [ { "name": "inboundConfiguration", "description": "Configuration to validate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ChannelEmailInboundConfigurationInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ChannelEmailValidateConfigurationInboundPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelEmailValidateConfigurationOutbound", "description": "Validate an outbound email channel configuration by sending a test email", "args": [ { "name": "outboundConfiguration", "description": "Configuration to validate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ChannelEmailOutboundConfigurationInput", "ofType": null } }, "defaultValue": null }, { "name": "emailAddress", "description": "Sender and recipient of verify email", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ChannelEmailValidateConfigurationOutboundPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelEmailValidateConfigurationRoundtrip", "description": "Validate an email channel configuration first sending and then fetching that same mail", "args": [ { "name": "inboundConfiguration", "description": "Configuration to validate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ChannelEmailInboundConfigurationInput", "ofType": null } }, "defaultValue": null }, { "name": "outboundConfiguration", "description": "Configuration to validate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ChannelEmailOutboundConfigurationInput", "ofType": null } }, "defaultValue": null }, { "name": "emailAddress", "description": "Sender and recipient of verify email", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ChannelEmailValidateConfigurationRoundtripPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "formUploadCacheAdd", "description": "Upload files for a form", "args": [ { "name": "formId", "description": "FormID for the uploads.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "FormId", "ofType": null } }, "defaultValue": null }, { "name": "files", "description": "Files to be uploaded.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UploadFileInput", "ofType": null } } } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "FormUploadCacheAddPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "formUploadCacheRemove", "description": "Remove uploaded files for a form", "args": [ { "name": "formId", "description": "FormID for the uploads.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "FormId", "ofType": null } }, "defaultValue": null }, { "name": "fileIds", "description": "Files to be uploaded.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "FormUploadCacheRemovePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "guidedSetupSetSystemInformation", "description": "Sets basic system information", "args": [ { "name": "input", "description": "Basic system information", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "SystemInformation", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "GuidedSetupSetSystemInformationPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "knowledgeBaseAnswerSuggestionContentTransform", "description": "Transform the content of a knowledge base answer suggestion to be usable in the frontend", "args": [ { "name": "translationId", "description": "Answer translation ID to get the contents for", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "formId", "description": "Form identifier of current form to copy attachments to", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "FormId", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "KnowledgeBaseAnswerSuggestionContentTransformPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "login", "description": "Performs a user login to create a session", "args": [ { "name": "input", "description": "Login input fields.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LoginInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "LoginPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "logout", "description": "End the current session", "args": [ ], "type": { "kind": "OBJECT", "name": "LogoutPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mentionSubscribe", "description": "Subscribe to updates to an object.", "args": [ { "name": "objectId", "description": "Object to subscribe to", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "MentionSubscribePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mentionUnsubscribe", "description": "Unsubscribe from updates to an object.", "args": [ { "name": "objectId", "description": "Object to unsubscribe from", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "MentionUnsubscribePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "onlineNotificationDelete", "description": "Marks notifications for active user as seen", "args": [ { "name": "onlineNotificationId", "description": "The unique identifier of the notification which should be deleted.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "OnlineNotificationDeletePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "onlineNotificationMarkAllAsSeen", "description": "Marks notifications for active user as seen", "args": [ { "name": "onlineNotificationIds", "description": "Unique identifiers ofnotifications which should be deleted.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "OnlineNotificationMarkAllAsSeenPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "onlineNotificationSeen", "description": "Mark an online notification as seen", "args": [ { "name": "objectId", "description": "ID of the object the notification is about.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "OnlineNotificationSeenPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUpdate", "description": "Update organization data.", "args": [ { "name": "id", "description": "The organization ID", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "input", "description": "The organization data", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OrganizationInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "OrganizationUpdatePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "systemImportConfiguration", "description": "Verify and apply third-party system import configuration", "args": [ { "name": "configuration", "description": "Configuration to validate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "SystemImportConfigurationInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "SystemImportConfigurationPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "systemImportStart", "description": "Start the system import process", "args": [ ], "type": { "kind": "OBJECT", "name": "SystemImportStartPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "systemSetupLock", "description": "Lock critical section, system setup.", "args": [ { "name": "ttl", "description": "Critical section lock life time.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "SystemSetupLockPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "systemSetupRunAutoWizard", "description": "Executes the auto wizard for automated system set-up.", "args": [ { "name": "token", "description": "Auto wizard access token", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "SystemSetupRunAutoWizardPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "systemSetupUnlock", "description": "Unlock critical section, system setup.", "args": [ { "name": "value", "description": "Critical section resource value.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "SystemSetupUnlockPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tagAssignmentAdd", "description": "Assign a tag to an object. This will create tags as needed.", "args": [ { "name": "tag", "description": "Name of the tag to assign", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "objectId", "description": "Object to assign the tag to", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TagAssignmentAddPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tagAssignmentRemove", "description": "Removes a tag from an object.", "args": [ { "name": "tag", "description": "Name of the tag to remove", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "objectId", "description": "Object to remove the tag from", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TagAssignmentRemovePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tagAssignmentUpdate", "description": "Update tags of an object. This will create tags as needed.", "args": [ { "name": "tags", "description": "Name of the tag to assign", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null }, { "name": "objectId", "description": "Object to update tags of", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TagAssignmentUpdatePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketArticleChangeVisibility", "description": "Change ticket article visibility from public to internal or vice versa", "args": [ { "name": "articleId", "description": "The article to be updated", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "internal", "description": "Target visibility", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TicketArticleChangeVisibilityPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketArticleDelete", "description": "Deletes ticket article if eligible", "args": [ { "name": "articleId", "description": "The article to be updated", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TicketArticleDeletePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketArticleEmailForwardReply", "description": "Prepare for a new forward or reply email article", "args": [ { "name": "articleId", "description": "The article to be forwarded or replied to", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "formId", "description": "Form identifier of the form for the new article to copy attachments to", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "FormId", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TicketArticleEmailForwardReplyPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketArticleRetryMediaDownload", "description": "Retry an article's media download.", "args": [ { "name": "articleId", "description": "Retry the security process for this article.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TicketArticleRetryMediaDownloadPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketArticleRetrySecurityProcess", "description": "Retry an article's security process.", "args": [ { "name": "articleId", "description": "Retry the security process for this article.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TicketArticleRetrySecurityProcessPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketChecklistAdd", "description": "Create an empty checklist or a checklist based on a template for a ticket.", "args": [ { "name": "ticketId", "description": "Ticket to create the new checklist for.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "templateId", "description": "Checklist template ID to base the ticket checklist on.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TicketChecklistAddPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketChecklistDelete", "description": "Delete a ticket checklist.", "args": [ { "name": "checklistId", "description": "ID of the ticket checklist to delete.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TicketChecklistDeletePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketChecklistItemDelete", "description": "Delete a ticket checklist item.", "args": [ { "name": "checklistId", "description": "ID of the ticket checklist to delete an item in.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "checklistItemId", "description": "ID of the ticket checklist item to delete.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TicketChecklistItemDeletePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketChecklistItemOrderUpdate", "description": "Update order of the ticket checklist items.", "args": [ { "name": "checklistId", "description": "ID of the ticket checklist to update the order for.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "order", "description": "New order of the ticket checklist item IDs.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TicketChecklistItemOrderUpdatePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketChecklistItemUpsert", "description": "Update or create a ticket checklist item.", "args": [ { "name": "checklistId", "description": "ID of the ticket checklist to update or create an item for.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "checklistItemId", "description": "ID of the ticket checklist item to update.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "input", "description": "Input field values of the ticket checklist item.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TicketChecklistItemInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TicketChecklistItemUpsertPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketChecklistTitleUpdate", "description": "Update title of the ticket checklist.", "args": [ { "name": "checklistId", "description": "ID of the ticket checklist to update.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "title", "description": "New value for the ticket checklist title.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TicketChecklistTitleUpdatePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketCreate", "description": "Create a new ticket.", "args": [ { "name": "input", "description": "The ticket data", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TicketCreateInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TicketCreatePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketCustomerUpdate", "description": "Update a ticket.", "args": [ { "name": "ticketId", "description": "The ticket to be updated", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "input", "description": "The ticket update data", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TicketCustomerUpdateInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TicketCustomerUpdatePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketLiveUserDelete", "description": "Deletes the desired live user entry.", "args": [ { "name": "id", "description": "The ticket which is currently visited.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "app", "description": "Taskbar app to filter for.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumTaskbarApp", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TicketLiveUserDeletePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketLiveUserUpsert", "description": "Updates the current live user entry. If no matching live user entry is found, a new live user entry for the current user and ticket will be created.", "args": [ { "name": "id", "description": "The ticket which is currently visited.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "app", "description": "Taskbar app to filter for.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumTaskbarApp", "ofType": null } }, "defaultValue": null }, { "name": "editing", "description": "Indicates if the user is currently editing the ticket.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TicketLiveUserUpsertPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketMerge", "description": "Create a new ticket.", "args": [ { "name": "sourceTicketId", "description": "The (source) ticket that should be merged into another one", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "targetTicketId", "description": "The (target) ticket that another ticket should be merged into", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TicketMergePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketSharedDraftStartCreate", "description": "Deletes ticket shared draft", "args": [ { "name": "name", "description": "Name of the shared draft", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "input", "description": "Draft content", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TicketSharedDraftStartInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TicketSharedDraftStartCreatePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketSharedDraftStartDelete", "description": "Deletes ticket shared draft", "args": [ { "name": "sharedDraftId", "description": "The draft to be deleted", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TicketSharedDraftStartDeletePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketSharedDraftStartUpdate", "description": "Deletes ticket shared draft", "args": [ { "name": "sharedDraftId", "description": "The draft to be updated", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "input", "description": "Draft content", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TicketSharedDraftStartInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TicketSharedDraftStartUpdatePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketSharedDraftZoomCreate", "description": "Create ticket shared draft in detail view", "args": [ { "name": "input", "description": "Draft content", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TicketSharedDraftZoomInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TicketSharedDraftZoomCreatePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketSharedDraftZoomDelete", "description": "Deletes ticket shared draft", "args": [ { "name": "sharedDraftId", "description": "The draft to be deleted", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TicketSharedDraftZoomDeletePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketSharedDraftZoomUpdate", "description": "Update ticket shared draft in detail view", "args": [ { "name": "sharedDraftId", "description": "The draft to be updated", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "input", "description": "Draft content", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TicketSharedDraftZoomInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TicketSharedDraftZoomUpdatePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketUpdate", "description": "Update a ticket.", "args": [ { "name": "ticketId", "description": "The ticket to be updated", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "input", "description": "The ticket data", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TicketUpdateInput", "ofType": null } }, "defaultValue": null }, { "name": "meta", "description": "The ticket metadata", "type": { "kind": "INPUT_OBJECT", "name": "TicketUpdateMetaInput", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TicketUpdatePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "twoFactorMethodInitiateAuthentication", "description": "Fetches the initiation phase data for a two-factor authentication method.", "args": [ { "name": "login", "description": "User name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "password", "description": "Password", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "twoFactorMethod", "description": "Two-factor authentication method", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumTwoFactorAuthenticationMethod", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TwoFactorMethodInitiateAuthenticationPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userAdd", "description": "Add a new user.", "args": [ { "name": "input", "description": "The user data", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UserInput", "ofType": null } }, "defaultValue": null }, { "name": "sendInvite", "description": "Wether invitation is sent to the new user", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserAddPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userAddFirstAdmin", "description": "Add the first admin user during system set-up and log that user in.", "args": [ { "name": "input", "description": "The user data", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UserSignupInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserAddFirstAdminPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentAccessTokenAdd", "description": "Create a new user access token", "args": [ { "name": "input", "description": "The token data", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UserAccessTokenInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserCurrentAccessTokenAddPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentAccessTokenDelete", "description": "Deletes user access token", "args": [ { "name": "tokenId", "description": "The token o be deleted", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserCurrentAccessTokenDeletePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentAppearance", "description": "Update user profile appearance settings", "args": [ { "name": "theme", "description": "Theme to set", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumAppearanceTheme", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserCurrentAppearancePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentAvatarAdd", "description": "Add a new avatar for the currently logged in user.", "args": [ { "name": "images", "description": "Images to be uploaded.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AvatarInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserCurrentAvatarAddPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentAvatarDelete", "description": "Delete an existing avatar for the currently logged in user.", "args": [ { "name": "id", "description": "The unique identifier of the avatar which should be deleted.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserCurrentAvatarDeletePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentAvatarSelect", "description": "Select avatar for the currently logged in user.", "args": [ { "name": "id", "description": "The unique identifier of the avatar which should be selected.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserCurrentAvatarSelectPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentCalendarSubscriptionUpdate", "description": "Fetch calendar subscriptions settings", "args": [ { "name": "input", "description": "Settings to set", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UserCalendarSubscriptionsConfigInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserCurrentCalendarSubscriptionUpdatePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentChangePassword", "description": "Change user password.", "args": [ { "name": "currentPassword", "description": "The current password of the user.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "newPassword", "description": "The new password of the user.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserCurrentChangePasswordPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentDeviceDelete", "description": "Delete a user (session) device.", "args": [ { "name": "deviceId", "description": "The identifier for the device to be deleted.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserCurrentDeviceDeletePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentLocale", "description": "Update the language of the currently logged in user", "args": [ { "name": "locale", "description": "The locale to use, e.g. \"de-de\".", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserCurrentLocalePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentNotificationPreferencesReset", "description": "Reset user notification settings", "args": [ ], "type": { "kind": "OBJECT", "name": "UserCurrentNotificationPreferencesResetPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentNotificationPreferencesUpdate", "description": "Update user notification settings", "args": [ { "name": "groupIds", "description": "Limit notifications to specified groups, if any", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "matrix", "description": "Ticket notification preference matrix", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UserNotificationMatrixInput", "ofType": null } }, "defaultValue": null }, { "name": "sound", "description": "Ticket notification sound preference", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UserNotificationSoundInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserCurrentNotificationPreferencesUpdatePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentOutOfOffice", "description": "Update user profile out of office settings", "args": [ { "name": "input", "description": "Out of Office settings", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OutOfOfficeInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserCurrentOutOfOfficePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentOverviewResetOrder", "description": "Reset the overview sorting for the current user", "args": [ ], "type": { "kind": "OBJECT", "name": "UserCurrentOverviewResetOrderPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentOverviewUpdateOrder", "description": "Update the overview sorting for the current user", "args": [ { "name": "overviewIds", "description": "The ordered list of overviews", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserCurrentOverviewUpdateOrderPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentPasswordCheck", "description": "Check your password", "args": [ { "name": "password", "description": "Password to check", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserCurrentPasswordCheckPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentRemoveLinkedAccount", "description": "Remove a linked account of the current user's profile", "args": [ { "name": "provider", "description": "Internal name of the provider", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumAuthenticationProvider", "ofType": null } }, "defaultValue": null }, { "name": "uid", "description": "UID of the linked account", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserCurrentRemoveLinkedAccountPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentTaskbarItemAdd", "description": "Create a taskbar item for the currently logged-in user.", "args": [ { "name": "input", "description": "The taskbar item parameters.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UserTaskbarItemInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserCurrentTaskbarItemAddPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentTaskbarItemDelete", "description": "Delete a taskbar item of the currently logged-in user", "args": [ { "name": "id", "description": "The taskbar item ID", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserCurrentTaskbarItemDeletePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentTaskbarItemListPrio", "description": "Sort taskbar item list by priority.", "args": [ { "name": "list", "description": "The taskbar item list fields.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UserTaskbarItemListPrioInput", "ofType": null } } } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserCurrentTaskbarItemListPrioPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentTaskbarItemTouchLastContact", "description": "Update last_contact_at for a taskbar item of the currently logged-in user", "args": [ { "name": "id", "description": "The taskbar item ID", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserCurrentTaskbarItemTouchLastContactPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentTaskbarItemUpdate", "description": "Update a taskbar item of the currently logged-in user", "args": [ { "name": "id", "description": "The taskbar item ID", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "input", "description": "The taskbar item parameters.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UserTaskbarItemInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserCurrentTaskbarItemUpdatePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentTicketScreenBehavior", "description": "Update user ticket screen behavior settings", "args": [ { "name": "behavior", "description": "Ticket screen behavior to set", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumTicketScreenBehavior", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserCurrentTicketScreenBehaviorPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentTwoFactorRecoveryCodesGenerate", "description": "Regenerates new two factor recovery codes", "args": [ ], "type": { "kind": "OBJECT", "name": "UserCurrentTwoFactorRecoveryCodesGeneratePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentTwoFactorRemoveMethod", "description": "Removes given two factor authentication method", "args": [ { "name": "methodName", "description": "Name of the method to remove", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserCurrentTwoFactorRemoveMethodPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentTwoFactorRemoveMethodCredentials", "description": "Removes given two factor authentication method", "args": [ { "name": "methodName", "description": "Name of the method to remove", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "credentialId", "description": "Name of the method to remove", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserCurrentTwoFactorRemoveMethodCredentialsPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentTwoFactorSetDefaultMethod", "description": "Sets given two factor authentication method as default", "args": [ { "name": "methodName", "description": "Name of the method to set as default", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserCurrentTwoFactorSetDefaultMethodPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentTwoFactorVerifyMethodConfiguration", "description": "Verifies two factor authentication method configuration.", "args": [ { "name": "methodName", "description": "Name of the method which should be verified.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumTwoFactorAuthenticationMethod", "ofType": null } }, "defaultValue": null }, { "name": "payload", "description": "Payload for the method authentication configuration.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSON", "ofType": null } }, "defaultValue": null }, { "name": "configuration", "description": "Initiated configuration of the authentication method.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSON", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserCurrentTwoFactorVerifyMethodConfigurationPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userPasswordResetSend", "description": "Send password reset link to the user.", "args": [ { "name": "username", "description": "The user login or email", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserPasswordResetSendPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userPasswordResetUpdate", "description": "Update user password via reset token.", "args": [ { "name": "token", "description": "Verification token", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "password", "description": "The user password", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserPasswordResetUpdatePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userPasswordResetVerify", "description": "Verify password reset token.", "args": [ { "name": "token", "description": "Verification token", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserPasswordResetVerifyPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userSignup", "description": "Sign-up / register user.", "args": [ { "name": "input", "description": "The user data", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UserSignupInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserSignupPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userSignupResend", "description": "Resend signup verification email.", "args": [ { "name": "email", "description": "The user email", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserSignupResendPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userSignupVerify", "description": "Verify a signed up user.", "args": [ { "name": "token", "description": "Verification token", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserSignupVerifyPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUpdate", "description": "Update an existing user.", "args": [ { "name": "id", "description": "The user ID", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "input", "description": "The user data", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UserInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserUpdatePayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "NonEmptyString", "description": "String which must have content", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ObjectAttributeValue", "description": "Data of one object attribute value of another object", "fields": [ { "name": "attribute", "description": "The object attribute record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ObjectManagerFrontendAttribute", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "renderedLink", "description": "Rendered version of link, if attribute has defined template", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "value", "description": "The value of the current object's object attribute", "args": [ ], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ObjectAttributeValueInput", "description": "Data of one object attribute value of another object", "fields": null, "inputFields": [ { "name": "name", "description": "The name of the current object's attribute", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "value", "description": "The value of the current object's object attribute", "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "ObjectAttributeValuesInterface", "description": "Custom object fields (only editable & active)", "fields": [ { "name": "objectAttributeValues", "description": null, "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ObjectAttributeValue", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Organization", "ofType": null }, { "kind": "OBJECT", "name": "Ticket", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null } ] }, { "kind": "OBJECT", "name": "ObjectManagerFrontendAttribute", "description": "An object manager attribute record especially for the frontend", "fields": [ { "name": "dataOption", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "dataType", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "display", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "isInternal", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "screens", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ObjectManagerFrontendAttributesPayload", "description": "Autogenerated return type of ObjectManagerFrontendAttributes.", "fields": [ { "name": "attributes", "description": "Attributes to be shown in the frontend", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ObjectManagerFrontendAttribute", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "screens", "description": "Screens with attributes to be shown in the frontend", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ObjectManagerScreenAttributes", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ObjectManagerScreenAttributes", "description": "Screens with underlying attributes.", "fields": [ { "name": "attributes", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OnlineNotification", "description": "Online notifications for a user", "fields": [ { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "metaObject", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "UNION", "name": "ActivityMessageMetaObject", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "objectName", "description": "resolver for Rails' has_one relationship", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "seen", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "typeName", "description": "resolver for Rails' has_one relationship", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OnlineNotificationConnection", "description": "The connection type for OnlineNotification.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OnlineNotificationEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Indicates the total number of available records.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OnlineNotificationDeletePayload", "description": "Autogenerated return type of OnlineNotificationDelete.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Was the notification deletion successful?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OnlineNotificationEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OnlineNotification", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OnlineNotificationMarkAllAsSeenPayload", "description": "Autogenerated return type of OnlineNotificationMarkAllAsSeen.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "onlineNotifications", "description": "The seen notifications.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OnlineNotification", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OnlineNotificationSeenPayload", "description": "Autogenerated return type of OnlineNotificationSeen.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Did we successfully set the online notification to seen?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OnlineNotificationsCountPayload", "description": "Autogenerated return type of OnlineNotificationsCount.", "fields": [ { "name": "unseenCount", "description": "Count of unseen notifications for the user", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Organization", "description": "Organizations that users can belong to", "fields": [ { "name": "active", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "allMembers", "description": "All assigned users", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "domain", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "domainAssignment", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "internalId", "description": "Internal database ID", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "members", "description": "Users assigned via primary organization", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "note", "description": "Internal note", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "objectAttributeValues", "description": null, "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ObjectAttributeValue", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "policy", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PolicyDefault", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "secondaryMembers", "description": "Users assigned via secondary organization", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "UserConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "shared", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketsCount", "description": null, "args": [ ], "type": { "kind": "OBJECT", "name": "TicketCount", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "vip", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "ObjectAttributeValuesInterface", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrganizationConnection", "description": "The connection type for Organization.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Indicates the total number of available records.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrganizationEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Organization", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OrganizationInput", "description": "The organization insert/update fields.", "fields": null, "inputFields": [ { "name": "objectAttributeValues", "description": "Additional custom attributes (names + values)", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ObjectAttributeValueInput", "ofType": null } } }, "defaultValue": null }, { "name": "name", "description": "The organization name", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "shared", "description": "The organization shared flag", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "domain", "description": "The organization domain", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "domainAssignment", "description": "The organization domain assignment flag", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "active", "description": "The organization active flag", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "note", "description": "The organization note", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrganizationUpdatePayload", "description": "Autogenerated return type of OrganizationUpdate.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "The updated organization.", "args": [ ], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrganizationUpdatesPayload", "description": "Autogenerated return type of OrganizationUpdates.", "fields": [ { "name": "organization", "description": "Updated organization", "args": [ ], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OutOfOfficeInput", "description": "Out of office information", "fields": null, "inputFields": [ { "name": "enabled", "description": "Out of office enabled?", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "text", "description": "Out of office message", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "startAt", "description": "Out of office date range", "type": { "kind": "SCALAR", "name": "ISO8601Date", "ofType": null }, "defaultValue": null }, { "name": "endAt", "description": "Out of office date range", "type": { "kind": "SCALAR", "name": "ISO8601Date", "ofType": null }, "defaultValue": null }, { "name": "replacementId", "description": "User ID of replacement", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Overview", "description": "Ticket overviews", "fields": [ { "name": "active", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "link", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "orderBy", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "orderColumns", "description": "Columns that may be used as order_by of overview queries, with assigned label values", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "KeyValue", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "orderDirection", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumOrderDirection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "prio", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketCount", "description": "Count of tickets the authenticated user may see in this overview", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "viewColumns", "description": "Columns to be shown on screen, with assigned label values", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "KeyValue", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OverviewConnection", "description": "The connection type for Overview.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OverviewEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Indicates the total number of available records.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OverviewEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Overview", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PageInfo", "description": "Information about pagination in a connection.", "fields": [ { "name": "endCursor", "description": "When paginating forwards, the cursor to continue.", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasNextPage", "description": "When paginating forwards, are there more items?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasPreviousPage", "description": "When paginating backwards, are there more items?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "startCursor", "description": "When paginating backwards, the cursor to continue.", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PolicyDefault", "description": "Access Pundit policy queries for the current object and user.", "fields": [ { "name": "destroy", "description": "Is the user allowed to delete this object?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "update", "description": "Is the user allowed to update this object?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PolicyTicket", "description": "Access ticket specific Pundit policy queries for the current object and user.", "fields": [ { "name": "agentReadAccess", "description": "Does the user have agent-level read access to this ticket?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "agentUpdateAccess", "description": "Does the user have agent-level update access to this ticket?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createMentions", "description": "Is the user allowed to create user subscriptions for this ticket?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "destroy", "description": "Is the user allowed to delete this object?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "followUp", "description": "Is the user allowed to create a follow-up for this ticket?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "update", "description": "Is the user allowed to update this object?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PublicLink", "description": "Public links available in the system", "fields": [ { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "link", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newTab", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PublicLinkUpdatesPayload", "description": "Autogenerated return type of PublicLinkUpdates.", "fields": [ { "name": "publicLinks", "description": "Current available public links", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PublicLink", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PushMessagesPayload", "description": "Autogenerated return type of PushMessages.", "fields": [ { "name": "text", "description": "Message text", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": "Message title", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Queries", "description": "All available queries", "fields": [ { "name": "applicationBuildChecksum", "description": "Checksum of the currently built front-end application. If this changes, the front-end(s) should reload.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "applicationConfig", "description": "Configuration required for front end operation (more results returned for authenticated users)", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "KeyComplexValue", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "autocompleteSearchAgent", "description": "Search for agents", "args": [ { "name": "input", "description": "The input object for the autocomplete search", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AutocompleteSearchUserInput", "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": "AutocompleteSearchUserEntry", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "autocompleteSearchGeneric", "description": "Generic autocomplete search", "args": [ { "name": "input", "description": "The input object for the autocomplete search", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AutocompleteSearchGenericInput", "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": "AutocompleteSearchGenericEntry", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "autocompleteSearchMergeTicket", "description": "Search for tickets", "args": [ { "name": "input", "description": "The input object for the autocomplete search", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AutocompleteSearchMergeTicketInput", "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": "AutocompleteSearchMergeTicketEntry", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "autocompleteSearchObjectAttributeExternalDataSource", "description": "Search for values in object attributes for external data sources", "args": [ { "name": "input", "description": "The input object for the autocomplete search", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AutocompleteSearchObjectAttributeExternalDataSourceInput", "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": "AutocompleteSearchExternalDataSourceEntry", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "autocompleteSearchOrganization", "description": "Search for organizations", "args": [ { "name": "input", "description": "The input object for the autocomplete search", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AutocompleteSearchOrganizationInput", "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": "AutocompleteSearchOrganizationEntry", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "autocompleteSearchRecipient", "description": "Search for recipients", "args": [ { "name": "input", "description": "The input object for the recipient autocomplete search", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AutocompleteSearchRecipientInput", "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": "AutocompleteSearchRecipientEntry", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "autocompleteSearchTag", "description": "Search for tags", "args": [ { "name": "input", "description": "The input object for the autocomplete search", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AutocompleteSearchTagInput", "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": "AutocompleteSearchEntry", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "autocompleteSearchUser", "description": "Search for users", "args": [ { "name": "input", "description": "The input object for the autocomplete search", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AutocompleteSearchUserInput", "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": "AutocompleteSearchUserEntry", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "calendarIcsFileEvents", "description": "Fetch events from ICS file", "args": [ { "name": "fileId", "description": "The file to be parsed for events.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CalendarIcsFileEvent", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "checklistTemplates", "description": "Fetch checklist templates", "args": [ { "name": "onlyActive", "description": "Fetch only active templates", "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": "ChecklistTemplate", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "currentUser", "description": "Information about the authenticated user", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "emailAddresses", "description": "EmailAddresses available in the system", "args": [ { "name": "onlyActive", "description": "Fetch only active addresses", "type": { "kind": "SCALAR", "name": "Boolean", "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": "EmailAddress", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "formUpdater", "description": "Return updated form information for a frontend form (e.g. core workflow information or resolved relations).", "args": [ { "name": "formUpdaterId", "description": "Form updater identifier", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumFormUpdaterId", "ofType": null } }, "defaultValue": null }, { "name": "relationFields", "description": "Relation field information", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "FormUpdaterRelationField", "ofType": null } } } }, "defaultValue": null }, { "name": "meta", "description": "Form meta information", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "FormUpdaterMetaInput", "ofType": null } }, "defaultValue": null }, { "name": "data", "description": "Current form data from", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSON", "ofType": null } }, "defaultValue": null }, { "name": "id", "description": "Optional ID for related entity (e.g. for update forms)", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FormUpdaterResult", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "knowledgeBaseAnswerSuggestions", "description": "Suggestions for insertable knowledge base answers in a new ticket article", "args": [ { "name": "query", "description": "Answers to search for", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "KnowledgeBaseAnswerTranslation", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "locales", "description": "Locales available in the system", "args": [ { "name": "onlyActive", "description": "Fetch only active locales", "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": "Locale", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "macros", "description": "Returns a list of macros", "args": [ { "name": "groupId", "description": "The group of the macros to look for.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Macro", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mentionSuggestions", "description": "Suggestions for mentionable users in a new ticket article", "args": [ { "name": "query", "description": "User to search for", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "groupId", "description": "A group to which the Users have to be allocated to", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "objectManagerFrontendAttributes", "description": "Fetch meta information about object manager attributes for usage in frontend.", "args": [ { "name": "object", "description": "Object name to fetch meta information for", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumObjectManagerObjects", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ObjectManagerFrontendAttributesPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "onlineNotifications", "description": "Online notifications for a given user", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OnlineNotificationConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "Fetch an organization by ID", "args": [ { "name": "organization", "description": "Organization locator", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LocatorOrganizationInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Organization", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "productAbout", "description": "Fetch the version of Zammad", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "publicLinks", "description": "Fetch public links", "args": [ { "name": "screen", "description": "Fetch public links for a specific screen", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumPublicLinksScreen", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PublicLink", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "search", "description": "Generic object search", "args": [ { "name": "search", "description": "What to search for", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "onlyIn", "description": "Optionally restrict search to only_in one model", "type": { "kind": "ENUM", "name": "EnumSearchableModels", "ofType": null }, "defaultValue": null }, { "name": "limit", "description": "How many entries to find at maximum per model", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "SearchResult", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "session", "description": "The sessionId of the currently authenticated user.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Session", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "systemImportState", "description": "Fetch system import state", "args": [ ], "type": { "kind": "OBJECT", "name": "ImportJob", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "systemSetupInfo", "description": "Get current system setup state", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SystemSetupInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "templates", "description": "Fetch ticket templates", "args": [ { "name": "onlyActive", "description": "Fetch only active templates", "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": "Template", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "textModuleSuggestions", "description": "Search for text modules and return them with variable interpolation", "args": [ { "name": "query", "description": "Query from the autocomplete field", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "limit", "description": "Limit for the amount of entries", "type": { "kind": "SCALAR", "name": "Int", "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": "TextModule", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticket", "description": "Fetch a ticket by ID", "args": [ { "name": "ticket", "description": "Ticket locator", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LocatorTicketInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Ticket", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketArticles", "description": "Fetch ticket articles by ticket ID", "args": [ { "name": "ticket", "description": "Ticket locator", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LocatorTicketInput", "ofType": null } }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TicketArticleConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketAttachments", "description": "Fetch ticket attachments by ticket ID", "args": [ { "name": "ticketId", "description": "The ticket to fetch attachments for", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StoredFile", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketChecklist", "description": "Fetch ticket checklist", "args": [ { "name": "ticket", "description": "Ticket locator", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LocatorTicketInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Checklist", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketOverviews", "description": "Ticket overviews available in the system", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OverviewConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketSharedDraftStartList", "description": "Ticket shared drafts available to start new ticket in a given group", "args": [ { "name": "groupId", "description": "A group to filter by", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TicketSharedDraftStart", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketSharedDraftStartSingle", "description": "Ticket shared drafts available to start new ticket in a given group", "args": [ { "name": "sharedDraftId", "description": "The draft to be updated", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TicketSharedDraftStart", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketSharedDraftZoomShow", "description": "Get a single ticket shared draft in detail view", "args": [ { "name": "sharedDraftId", "description": "The draft to get", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TicketSharedDraftZoom", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketSignature", "description": "Fetch a ticket signature by group ID", "args": [ { "name": "groupId", "description": "The group of the ticket.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "ticketId", "description": "Current ticket.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Signature", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketsByOverview", "description": "Fetch tickets of a given ticket overview", "args": [ { "name": "overviewId", "description": "Overview ID", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "orderBy", "description": "Set a custom order by", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "orderDirection", "description": "Set a custom order direction", "type": { "kind": "ENUM", "name": "EnumOrderDirection", "ofType": null }, "defaultValue": null }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TicketConnection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "translations", "description": "Translations for a given locale", "args": [ { "name": "locale", "description": "The locale to fetch translations for, e.g. \"de-de\".", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "cacheKey", "description": "Cache identifier that the front end used to store the translations when fetching last time. If this is still up-to-date, no data will be returned and the front end should use its cached data.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TranslationsPayload", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "Fetch a user information by ID", "args": [ { "name": "user", "description": "User locator", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LocatorUserInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentAccessTokenList", "description": "Fetch current user access tokens", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Token", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentAvatarActive", "description": "Fetch actively used avatar of the currently logged-in user.", "args": [ ], "type": { "kind": "OBJECT", "name": "Avatar", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentAvatarList", "description": "Fetch available avatar list of the currently logged-in user.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Avatar", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentCalendarSubscriptionList", "description": "Fetch calendar subscriptions settings", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserPersonalSettingsCalendarSubscriptionsConfig", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentDeviceList", "description": "Fetch available device list of the currently logged-in user", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserDevice", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentOverviewList", "description": "Fetch available overviews of the currently logged-in user", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Overview", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentTaskbarItemList", "description": "Fetch available taskbar item list of the currently logged-in user", "args": [ { "name": "app", "description": "Filter by app", "type": { "kind": "ENUM", "name": "EnumTaskbarApp", "ofType": null }, "defaultValue": null } ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserTaskbarItem", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentTwoFactorConfiguration", "description": "Fetch list of configured two factor authentication methods and .", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserConfigurationTwoFactor", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentTwoFactorGetMethodConfiguration", "description": "Fetch list of configured two factor authentication methods and .", "args": [ { "name": "methodName", "description": "Name of the method to remove", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentTwoFactorInitiateMethodConfiguration", "description": "Fetch needed initial configuration data to initiate a authentication method configuration.", "args": [ { "name": "methodName", "description": "Two factor authentication method", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumTwoFactorAuthenticationMethod", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSON", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Role", "description": "Roles", "fields": [ { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "note", "description": "Internal note", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "SearchResult", "description": "Objects found by search", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Organization", "ofType": null }, { "kind": "OBJECT", "name": "Ticket", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null } ] }, { "kind": "OBJECT", "name": "Session", "description": "Session of the currently logged-in user", "fields": [ { "name": "afterAuth", "description": null, "args": [ ], "type": { "kind": "OBJECT", "name": "SessionAfterAuth", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SessionAfterAuth", "description": "After-authorization information for front ends", "fields": [ { "name": "data", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumAfterAuthType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Signature", "description": "Signature", "fields": [ { "name": "active", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "body", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "note", "description": "Internal note", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "renderedBody", "description": null, "args": [ { "name": "ticketId", "description": "Current ticket.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null } ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "StoredFile", "description": "Represents a stored file.", "fields": [ { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "internalId", "description": "Internal database ID", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": "File name.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "preferences", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "size", "description": "File size in bytes", "args": [ ], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "File's content-type.", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "String", "description": "Represents textual data as UTF-8 character sequences. This 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": "OBJECT", "name": "Subscriptions", "description": "All available subscriptions", "fields": [ { "name": "appMaintenance", "description": "Application update/change events", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AppMaintenancePayload", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "checklistTemplateUpdates", "description": "Subscription for checklist template changes.", "args": [ { "name": "onlyActive", "description": "Fetch only active templates", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ChecklistTemplateUpdatesPayload", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "configUpdates", "description": "Updates to configuration settings", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ConfigUpdatesPayload", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "macrosUpdate", "description": "Updated macros", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MacrosUpdatePayload", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "onlineNotificationsCount", "description": "Updates unseen notifications count", "args": [ { "name": "userId", "description": "ID of the user to receive updates for", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OnlineNotificationsCountPayload", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "organizationUpdates", "description": "Updates to organization records", "args": [ { "name": "organizationId", "description": "Organization identifier", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationUpdatesPayload", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "publicLinkUpdates", "description": "Updates to public links", "args": [ { "name": "screen", "description": "Subscribe to public links for a specific screen", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumPublicLinksScreen", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PublicLinkUpdatesPayload", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pushMessages", "description": "Broadcast messages to all users", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PushMessagesPayload", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "templateUpdates", "description": "Updates to ticket templates", "args": [ { "name": "onlyActive", "description": "Fetch only active templates", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "false" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TemplateUpdatesPayload", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketArticleUpdates", "description": "Changes to the list of ticket articles", "args": [ { "name": "ticketId", "description": "Ticket identifier", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TicketArticleUpdatesPayload", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketChecklistUpdates", "description": "Subscription for ticket checklist changes.", "args": [ { "name": "ticketId", "description": "Ticket identifier", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TicketChecklistUpdatesPayload", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketLiveUserUpdates", "description": "Updates to ticket live users (for agents).", "args": [ { "name": "userId", "description": "ID of the user to receive updates for", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "key", "description": "Taskbar key to filter for.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "app", "description": "Taskbar app to filter for.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumTaskbarApp", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TicketLiveUserUpdatesPayload", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketOverviewUpdates", "description": "Updates to overviews", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TicketOverviewUpdatesPayload", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketSharedDraftStartUpdateByGroup", "description": "Updates to ticket records", "args": [ { "name": "groupId", "description": "A group to filter by", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TicketSharedDraftStartUpdateByGroupPayload", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketUpdates", "description": "Updates to ticket records", "args": [ { "name": "ticketId", "description": "Ticket identifier", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "initial", "description": "Return initial ticket data by subscribing", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": "false" } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TicketUpdatesPayload", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentAccessTokenUpdates", "description": "Updates to given user access tokens", "args": [ { "name": "userId", "description": "ID of the user to receive access token updates for", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCurrentAccessTokenUpdatesPayload", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentAvatarUpdates", "description": "Updates to account avatar records", "args": [ { "name": "userId", "description": "ID of the user to receive avatar updates for", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCurrentAvatarUpdatesPayload", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentDevicesUpdates", "description": "Updates to account devices records", "args": [ { "name": "userId", "description": "ID of the user to receive devices updates for", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCurrentDevicesUpdatesPayload", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentOverviewOrderingUpdates", "description": "Updates to account overview sorting records", "args": [ { "name": "userId", "description": "ID of the user to receive overview sorting updates for", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCurrentOverviewOrderingUpdatesPayload", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentTaskbarItemListUpdates", "description": "Subscription for taskbar item list priority changes", "args": [ { "name": "userId", "description": "Filter by user", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "app", "description": "Taskbar app to filter for.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumTaskbarApp", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCurrentTaskbarItemListUpdatesPayload", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentTaskbarItemStateUpdates", "description": "Changes to the state of a taskbar item of the currently logged-in user", "args": [ { "name": "taskbarItemId", "description": "The taskbar item ID", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCurrentTaskbarItemStateUpdatesPayload", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentTaskbarItemUpdates", "description": "Changes to the list of taskbar items of the currently logged-in user", "args": [ { "name": "userId", "description": "Filter by user", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "app", "description": "Filter by app", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumTaskbarApp", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCurrentTaskbarItemUpdatesPayload", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userCurrentTwoFactorUpdates", "description": "Updates to current user two factor records", "args": [ { "name": "userId", "description": "ID of the user to receive avatar updates for", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCurrentTwoFactorUpdatesPayload", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "userUpdates", "description": "Updates to user records", "args": [ { "name": "userId", "description": "ID of the user to receive updates for", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserUpdatesPayload", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "SystemImportConfigurationInput", "description": "Third-party system configuration information", "fields": null, "inputFields": [ { "name": "url", "description": "Third-party system URL", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "UriHttpString", "ofType": null } }, "defaultValue": null }, { "name": "username", "description": "Third-party system username", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "secret", "description": "Third-party system password/token", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "source", "description": "Third-party system source", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumSystemImportSource", "ofType": null } }, "defaultValue": null }, { "name": "tlsVerify", "description": "Verify TLS certificate", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SystemImportConfigurationPayload", "description": "Autogenerated return type of SystemImportConfiguration.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Is the configuration valid?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SystemImportStartPayload", "description": "Autogenerated return type of SystemImportStart.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Was the start successful?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "SystemInformation", "description": "Basic system information", "fields": null, "inputFields": [ { "name": "localeDefault", "description": "Default system locale", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "timezoneDefault", "description": "Default system time zone", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "organization", "description": "System name to display in the app", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "url", "description": "System URL", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "logo", "description": "Images to be uploaded.", "type": { "kind": "SCALAR", "name": "BinaryString", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SystemSetupInfo", "description": "System setup state.", "fields": [ { "name": "status", "description": "System setup status.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumSystemSetupInfoStatus", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "System setup type.", "args": [ ], "type": { "kind": "ENUM", "name": "EnumSystemSetupInfoType", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SystemSetupLockPayload", "description": "Autogenerated return type of SystemSetupLock.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "resource", "description": "Critical section resoure name.", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "value", "description": "Critical section resoure value.", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SystemSetupRunAutoWizardPayload", "description": "Autogenerated return type of SystemSetupRunAutoWizard.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "session", "description": "The current session, if the auto wizard was successfully executed.", "args": [ ], "type": { "kind": "OBJECT", "name": "Session", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SystemSetupUnlockPayload", "description": "Autogenerated return type of SystemSetupUnlock.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Success.", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TagAssignmentAddPayload", "description": "Autogenerated return type of TagAssignmentAdd.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Was the mutation successful?", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TagAssignmentRemovePayload", "description": "Autogenerated return type of TagAssignmentRemove.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Was the mutation successful?", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TagAssignmentUpdatePayload", "description": "Autogenerated return type of TagAssignmentUpdate.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Was the mutation successful?", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INTERFACE", "name": "TagsInterface", "description": "Assigned tags", "fields": [ { "name": "tags", "description": null, "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Ticket", "ofType": null } ] }, { "kind": "UNION", "name": "TaskbarItemEntity", "description": "Objects representing taskbar item entity", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "Organization", "ofType": null }, { "kind": "OBJECT", "name": "Ticket", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null }, { "kind": "OBJECT", "name": "UserTaskbarItemEntityTicketCreate", "ofType": null } ] }, { "kind": "OBJECT", "name": "Template", "description": "Ticket template", "fields": [ { "name": "active", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "options", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TemplateRenderContextInput", "description": "Context data for template rendering, e.g. customer data.", "fields": null, "inputFields": [ { "name": "customerId", "description": "Ticket customer (if no ticket exists yet)", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "ticketId", "description": "Ticket", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "userId", "description": "User (if not present the currently logged in user will be passed)", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "groupId", "description": "Group", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "organizationId", "description": "Organization", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TemplateUpdatesPayload", "description": "Autogenerated return type of TemplateUpdates.", "fields": [ { "name": "templates", "description": "Current ticket templates", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Template", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TextModule", "description": "Text modules", "fields": [ { "name": "active", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "content", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "groups", "description": null, "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "GroupConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "keywords", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "note", "description": "Internal note", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "renderedContent", "description": null, "args": [ { "name": "templateRenderContext", "description": "Context data for the text module rendering, e.g. customer data.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TemplateRenderContextInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Ticket", "description": "Tickets", "fields": [ { "name": "checklist", "description": "Returns the checklist of this ticket, if present", "args": [ ], "type": { "kind": "OBJECT", "name": "Checklist", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "closeAt", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "closeDiffInMin", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "closeEscalationAt", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "closeInMin", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createArticleType", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "OBJECT", "name": "TicketArticleType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "customer", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "escalationAt", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "firstResponseAt", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "firstResponseDiffInMin", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "firstResponseEscalationAt", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "firstResponseInMin", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Group", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "initialChannel", "description": "The initial channel of the ticket.", "args": [ ], "type": { "kind": "ENUM", "name": "EnumChannelArea", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "internalId", "description": "Internal database ID", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastContactAgentAt", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastContactAt", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastContactCustomerAt", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastOwnerUpdateAt", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mentions", "description": null, "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "MentionConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "note", "description": "Internal note", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "number", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "objectAttributeValues", "description": null, "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ObjectAttributeValue", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "owner", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pendingTime", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "policy", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PolicyTicket", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "preferences", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "priority", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TicketPriority", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "referencingChecklistTickets", "description": "Returns (only accessible) other tickets which reference the current ticket", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Ticket", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sharedDraftZoomId", "description": "The Shared draft ID if the ticket has a shared draft.", "args": [ ], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TicketState", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "stateColorCode", "description": "Ticket color indicator state.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumTicketStateColorCode", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "subscribed", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tags", "description": null, "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "timeUnit", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "timeUnitsPerType", "description": null, "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TicketTimeAccountingTypeSum", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateDiffInMin", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateEscalationAt", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateInMin", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "ObjectAttributeValuesInterface", "ofType": null }, { "kind": "INTERFACE", "name": "TagsInterface", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketArticle", "description": "Ticket articles", "fields": [ { "name": "attachments", "description": "All attached files as stored in the database.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StoredFile", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "attachmentsWithoutInline", "description": "Attachments for display, with inline images filtered out.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StoredFile", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "author", "description": "The originator (originBy, if any) or the creator of an article.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "body", "description": "Raw body as saved in the database.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "bodyWithUrls", "description": "Body with cid: URLs replaced for inline images in HTML articles.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "cc", "description": null, "args": [ ], "type": { "kind": "OBJECT", "name": "AddressesField", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "contentType", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "from", "description": null, "args": [ ], "type": { "kind": "OBJECT", "name": "AddressesField", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "inReplyTo", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "internal", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "internalId", "description": "Internal database ID", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mediaErrorState", "description": null, "args": [ ], "type": { "kind": "OBJECT", "name": "TicketArticleMediaErrorState", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "messageId", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "messageIdMd5", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "preferences", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "replyTo", "description": null, "args": [ ], "type": { "kind": "OBJECT", "name": "AddressesField", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "securityState", "description": null, "args": [ ], "type": { "kind": "OBJECT", "name": "TicketArticleSecurityState", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "sender", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "OBJECT", "name": "TicketArticleSender", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "subject", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticket", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Ticket", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "to", "description": null, "args": [ ], "type": { "kind": "OBJECT", "name": "AddressesField", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "OBJECT", "name": "TicketArticleType", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketArticleChangeVisibilityPayload", "description": "Autogenerated return type of TicketArticleChangeVisibility.", "fields": [ { "name": "article", "description": "The updated ticket article", "args": [ ], "type": { "kind": "OBJECT", "name": "TicketArticle", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketArticleConnection", "description": "The connection type for TicketArticle.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TicketArticleEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Indicates the total number of available records.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketArticleDeletePayload", "description": "Autogenerated return type of TicketArticleDelete.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Was the ticket article deletion successful?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketArticleEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TicketArticle", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketArticleEmailForwardReplyPayload", "description": "Autogenerated return type of TicketArticleEmailForwardReply.", "fields": [ { "name": "attachments", "description": "Cloned attachments for the new article.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StoredFile", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "quotableCc", "description": "'Cc' information of the original email to be inserted in the quoted email block", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "quotableFrom", "description": "'From' information of the original email to be inserted in the quoted email block", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "quotableTo", "description": "'To' information of the original email to be inserted in the quoted email block", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TicketArticleInput", "description": "Represents the article attributes to be used in ticket create/update.", "fields": null, "inputFields": [ { "name": "body", "description": "The article body.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "subject", "description": "The article subject.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": "\"\"" }, { "name": "internal", "description": "Whether the article is internal.", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "type", "description": "The article type.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "sender", "description": "The article sender.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "from", "description": "The article sender address.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "to", "description": "The article recipient address.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "cc", "description": "The article CC address.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "contentType", "description": "The article content type.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "subtype", "description": "The article subtype.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "inReplyTo", "description": "Message id of the article this article replies to.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": "\"\"" }, { "name": "timeUnit", "description": "The article accounted time.", "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null }, { "name": "accountedTimeTypeId", "description": "The article accounted time activity type.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "preferences", "description": "The article preferences.", "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null }, { "name": "attachments", "description": "The article attachments.", "type": { "kind": "INPUT_OBJECT", "name": "AttachmentInput", "ofType": null }, "defaultValue": null }, { "name": "security", "description": "The article security options.", "type": { "kind": "INPUT_OBJECT", "name": "TicketSecurityInput", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketArticleMediaErrorState", "description": "Ticket article media error information, e.g. for WhatsApp Business", "fields": [ { "name": "error", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketArticleRetryMediaDownloadPayload", "description": "Autogenerated return type of TicketArticleRetryMediaDownload.", "fields": [ { "name": "article", "description": "Updated article (article is not updated in case of an error result).", "args": [ ], "type": { "kind": "OBJECT", "name": "TicketArticle", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Was the operation successful?", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketArticleRetrySecurityProcessPayload", "description": "Autogenerated return type of TicketArticleRetrySecurityProcess.", "fields": [ { "name": "article", "description": "Updated article (article is not updated in case of an error result).", "args": [ ], "type": { "kind": "OBJECT", "name": "TicketArticle", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "retryResult", "description": "Result of the operation.", "args": [ ], "type": { "kind": "OBJECT", "name": "TicketArticleSecurityState", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketArticleSecurityState", "description": "Ticket article security information, e.g. for S/MIME", "fields": [ { "name": "encryptionMessage", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "encryptionSuccess", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "signingMessage", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "signingSuccess", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": "The used email security method", "args": [ ], "type": { "kind": "ENUM", "name": "EnumSecurityStateType", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketArticleSender", "description": "Ticket article senders", "fields": [ { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [ ], "type": { "kind": "ENUM", "name": "EnumTicketArticleSenderName", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketArticleType", "description": "Ticket article types", "fields": [ { "name": "communication", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketArticleUpdatesPayload", "description": "Autogenerated return type of TicketArticleUpdates.", "fields": [ { "name": "addArticle", "description": "A new article needs to be added to the list", "args": [ ], "type": { "kind": "OBJECT", "name": "TicketArticle", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "removeArticleId", "description": "An article must be removed from the list", "args": [ ], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateArticle", "description": "An existing article was changed", "args": [ ], "type": { "kind": "OBJECT", "name": "TicketArticle", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketChecklistAddPayload", "description": "Autogenerated return type of TicketChecklistAdd.", "fields": [ { "name": "checklist", "description": "Created checklist", "args": [ ], "type": { "kind": "OBJECT", "name": "Checklist", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketChecklistDeletePayload", "description": "Autogenerated return type of TicketChecklistDelete.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Was the mutation succcessful?", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketChecklistItemDeletePayload", "description": "Autogenerated return type of TicketChecklistItemDelete.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Was the mutation succcessful?", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TicketChecklistItemInput", "description": "Input fields for ticket checklist item.", "fields": null, "inputFields": [ { "name": "text", "description": "Checklist item label", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "checked", "description": "Checklist item state", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketChecklistItemOrderUpdatePayload", "description": "Autogenerated return type of TicketChecklistItemOrderUpdate.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Was the mutation succcessful?", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketChecklistItemUpsertPayload", "description": "Autogenerated return type of TicketChecklistItemUpsert.", "fields": [ { "name": "checklistItem", "description": "Updated or created checklist item.", "args": [ ], "type": { "kind": "OBJECT", "name": "ChecklistItem", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketChecklistTitleUpdatePayload", "description": "Autogenerated return type of TicketChecklistTitleUpdate.", "fields": [ { "name": "checklist", "description": "Created checklist", "args": [ ], "type": { "kind": "OBJECT", "name": "Checklist", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketChecklistUpdatesPayload", "description": "Autogenerated return type of TicketChecklistUpdates.", "fields": [ { "name": "removedTicketChecklist", "description": "Ticket checklist was removed from ticket", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketChecklist", "description": "Ticket checklist", "args": [ ], "type": { "kind": "OBJECT", "name": "Checklist", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketConnection", "description": "The connection type for Ticket.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TicketEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Indicates the total number of available records.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketCount", "description": "Open and closed ticket information", "fields": [ { "name": "closed", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "open", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TicketCreateInput", "description": "Represents the ticket attributes to be used in ticket create.", "fields": null, "inputFields": [ { "name": "objectAttributeValues", "description": "Additional custom attributes (names + values)", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ObjectAttributeValueInput", "ofType": null } } }, "defaultValue": null }, { "name": "ownerId", "description": "The owner of the ticket.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "customer", "description": "The customer of the ticket.", "type": { "kind": "INPUT_OBJECT", "name": "TicketCustomerInput", "ofType": null }, "defaultValue": null }, { "name": "organizationId", "description": "The organization of the ticket.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "priorityId", "description": "The priority of the ticket.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "stateId", "description": "The state of the ticket.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "pendingTime", "description": "The pending time of the ticket.", "type": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null }, "defaultValue": null }, { "name": "article", "description": "The article data.", "type": { "kind": "INPUT_OBJECT", "name": "TicketArticleInput", "ofType": null }, "defaultValue": null }, { "name": "groupId", "description": "The group of the ticket.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "title", "description": "The title of the ticket.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "NonEmptyString", "ofType": null } }, "defaultValue": null }, { "name": "tags", "description": "The tags that should be assigned to the new ticket.", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "sharedDraftId", "description": "The shared draft used to create this ticket.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "links", "description": "Links to create for the newly created ticket", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TicketLinkInput", "ofType": null } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketCreatePayload", "description": "Autogenerated return type of TicketCreate.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticket", "description": "The created ticket. If this is present but empty, the mutation was successful but the user has no rights to view the new ticket.", "args": [ ], "type": { "kind": "OBJECT", "name": "Ticket", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TicketCustomerInput", "description": "Base ticket input customer type", "fields": null, "inputFields": [ { "name": "id", "description": "The customer of the ticket.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "email", "description": "A customer email address.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TicketCustomerUpdateInput", "description": "Payload to update a ticket customer", "fields": null, "inputFields": [ { "name": "customerId", "description": "The customer of the ticket.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "organizationId", "description": "The organization of the ticket (only needed if the customer belongs to several organizations).", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketCustomerUpdatePayload", "description": "Autogenerated return type of TicketCustomerUpdate.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticket", "description": "The updated ticket.", "args": [ ], "type": { "kind": "OBJECT", "name": "Ticket", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Ticket", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TicketLinkInput", "description": "Represents a ticket link to another object.", "fields": null, "inputFields": [ { "name": "linkObjectId", "description": "The target object to link to", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "linkType", "description": "The link type to set, e.g. normal/parent/child", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketLiveUser", "description": "Ticket live user information", "fields": [ { "name": "apps", "description": "Different apps information from the user", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TicketLiveUserApp", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketLiveUserApp", "description": "Ticket live user app information", "fields": [ { "name": "editing", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastInteraction", "description": "Last interaction time from the user in the frontend", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumTaskbarApp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketLiveUserDeletePayload", "description": "Autogenerated return type of TicketLiveUserDelete.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Was the live user entry deletion successful?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketLiveUserUpdatesPayload", "description": "Autogenerated return type of TicketLiveUserUpdates.", "fields": [ { "name": "liveUsers", "description": "Current live users from the ticket.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TicketLiveUser", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketLiveUserUpsertPayload", "description": "Autogenerated return type of TicketLiveUserUpsert.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Did we succeed to insert/update the live user entry?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketMergePayload", "description": "Autogenerated return type of TicketMerge.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sourceTicket", "description": "The source ticket after merging.", "args": [ ], "type": { "kind": "OBJECT", "name": "Ticket", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "targetTicket", "description": "The target ticket after merging.", "args": [ ], "type": { "kind": "OBJECT", "name": "Ticket", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketOverviewUpdatesPayload", "description": "Autogenerated return type of TicketOverviewUpdates.", "fields": [ { "name": "ticketOverviews", "description": "Current ticket overviews for the user.", "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "OverviewConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketPriority", "description": "Ticket priorities", "fields": [ { "name": "active", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "defaultCreate", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "note", "description": "Internal note", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "uiColor", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "uiIcon", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketReference", "description": "Refer to a ticket without raising authorization errors in case of missing permissions", "fields": [ { "name": "ticket", "description": "The ticket, if there is read permission", "args": [ ], "type": { "kind": "OBJECT", "name": "Ticket", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TicketSecurityInput", "description": "Represents the security attributes to be used in ticket article create/update.", "fields": null, "inputFields": [ { "name": "method", "description": "Security method.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumSecurityStateType", "ofType": null } }, "defaultValue": null }, { "name": "options", "description": "Enabled security options.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumSecurityOption", "ofType": null } } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketSharedDraftStart", "description": "Ticket shared draft to start new tickets", "fields": [ { "name": "content", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "group", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "OBJECT", "name": "Group", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "internalId", "description": "Internal database ID", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketSharedDraftStartCreatePayload", "description": "Autogenerated return type of TicketSharedDraftStartCreate.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sharedDraft", "description": "The updated draft.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TicketSharedDraftStart", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketSharedDraftStartDeletePayload", "description": "Autogenerated return type of TicketSharedDraftStartDelete.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Was the ticket article deletion successful?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TicketSharedDraftStartInput", "description": "The ticket start draft fields", "fields": null, "inputFields": [ { "name": "formId", "description": "Form ID to copy attachments from", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "content", "description": "Content of the draft", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSON", "ofType": null } }, "defaultValue": null }, { "name": "groupId", "description": "Group to put shared draft into", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketSharedDraftStartUpdateByGroupPayload", "description": "Autogenerated return type of TicketSharedDraftStartUpdateByGroup.", "fields": [ { "name": "sharedDraftStarts", "description": "Up-to-date drafts in the given", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TicketSharedDraftStart", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketSharedDraftStartUpdatePayload", "description": "Autogenerated return type of TicketSharedDraftStartUpdate.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sharedDraft", "description": "The updated draft.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TicketSharedDraftStart", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketSharedDraftZoom", "description": "Ticket shared draft in detail view", "fields": [ { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "internalId", "description": "Internal database ID", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "newArticle", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketAttributes", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketId", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketSharedDraftZoomCreatePayload", "description": "Autogenerated return type of TicketSharedDraftZoomCreate.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sharedDraft", "description": "The created draft.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TicketSharedDraftZoom", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketSharedDraftZoomDeletePayload", "description": "Autogenerated return type of TicketSharedDraftZoomDelete.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Was the ticket article deletion successful?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TicketSharedDraftZoomInput", "description": "The ticket zoom draft fields", "fields": null, "inputFields": [ { "name": "formId", "description": "Form ID to copy attachments from", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "ticketId", "description": "Ticket to put the draft into", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "newArticle", "description": "Article content of the draft", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSON", "ofType": null } }, "defaultValue": null }, { "name": "ticketAttributes", "description": "Ticket attributes of the draft", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSON", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketSharedDraftZoomUpdatePayload", "description": "Autogenerated return type of TicketSharedDraftZoomUpdate.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sharedDraft", "description": "The updated draft.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TicketSharedDraftZoom", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketState", "description": "Ticket states", "fields": [ { "name": "active", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "defaultCreate", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "defaultFollowUp", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ignoreEscalation", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nextStateId", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "note", "description": "Internal note", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "stateType", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TicketStateType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketStateType", "description": "Ticket state types", "fields": [ { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "note", "description": "Internal note", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketTimeAccountingTypeSum", "description": "Ticket time accounting - sum per 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": "timeUnit", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TicketUpdateInput", "description": "Represents the ticket attributes to be used in ticket update.", "fields": null, "inputFields": [ { "name": "objectAttributeValues", "description": "Additional custom attributes (names + values)", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ObjectAttributeValueInput", "ofType": null } } }, "defaultValue": null }, { "name": "ownerId", "description": "The owner of the ticket.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "customer", "description": "The customer of the ticket.", "type": { "kind": "INPUT_OBJECT", "name": "TicketCustomerInput", "ofType": null }, "defaultValue": null }, { "name": "organizationId", "description": "The organization of the ticket.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "priorityId", "description": "The priority of the ticket.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "stateId", "description": "The state of the ticket.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "pendingTime", "description": "The pending time of the ticket.", "type": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null }, "defaultValue": null }, { "name": "article", "description": "The article data.", "type": { "kind": "INPUT_OBJECT", "name": "TicketArticleInput", "ofType": null }, "defaultValue": null }, { "name": "groupId", "description": "The group of the ticket.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "title", "description": "The title of the ticket.", "type": { "kind": "SCALAR", "name": "NonEmptyString", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TicketUpdateMetaInput", "description": "Represents ticket update meta information to be used in ticket update.", "fields": null, "inputFields": [ { "name": "objectAttributeValues", "description": "Additional custom attributes (names + values)", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ObjectAttributeValueInput", "ofType": null } } }, "defaultValue": null }, { "name": "ownerId", "description": "The owner of the ticket.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "customer", "description": "The customer of the ticket.", "type": { "kind": "INPUT_OBJECT", "name": "TicketCustomerInput", "ofType": null }, "defaultValue": null }, { "name": "organizationId", "description": "The organization of the ticket.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "priorityId", "description": "The priority of the ticket.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "stateId", "description": "The state of the ticket.", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "pendingTime", "description": "The pending time of the ticket.", "type": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null }, "defaultValue": null }, { "name": "article", "description": "The article data.", "type": { "kind": "INPUT_OBJECT", "name": "TicketArticleInput", "ofType": null }, "defaultValue": null }, { "name": "skipValidators", "description": "The ticket update validators to skip", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumUserErrorException", "ofType": null } } }, "defaultValue": null }, { "name": "macroId", "description": "The macro to apply onto ticket", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketUpdatePayload", "description": "Autogenerated return type of TicketUpdate.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticket", "description": "The updated ticket. If this is present but empty, the mutation was successful but the user has no rights to view the updated ticket.", "args": [ ], "type": { "kind": "OBJECT", "name": "Ticket", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TicketUpdatesPayload", "description": "Autogenerated return type of TicketUpdates.", "fields": [ { "name": "ticket", "description": "Updated ticket", "args": [ ], "type": { "kind": "OBJECT", "name": "Ticket", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Token", "description": "User access token", "fields": [ { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "expiresAt", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastUsedAt", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "preferences", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TranslationsPayload", "description": "Autogenerated return type of Translations.", "fields": [ { "name": "cacheKey", "description": "Cache key that the front end should use to cache the new translation data.", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "isCacheStillValid", "description": "If this is true, then the front end's translation cache is still valid and should be used, cacheKey and translation will not be returned.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "translations", "description": "The actual translation data as Hash where keys are source and values target strings (excluding untranslated strings).", "args": [ ], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TwoFactorAuthenticationInput", "description": "Payload for the two factor authentication", "fields": null, "inputFields": [ { "name": "twoFactorMethod", "description": "Two factor authentication method", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumTwoFactorAuthenticationMethod", "ofType": null } }, "defaultValue": null }, { "name": "twoFactorPayload", "description": "Two factor authentication token", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSON", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TwoFactorEnabledAuthenticationMethod", "description": "Two factor authentication methods available for the user about to log-in.", "fields": [ { "name": "authenticationMethod", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumTwoFactorAuthenticationMethod", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "configured", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "default", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TwoFactorMethodInitiateAuthenticationPayload", "description": "Autogenerated return type of TwoFactorMethodInitiateAuthentication.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "initiationData", "description": "", "args": [ ], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TwoFactorRecoveryInput", "description": "Payload for the two factor recovery authentication", "fields": null, "inputFields": [ { "name": "recoveryCode", "description": "Two factor recovery code", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UploadFileInput", "description": "A file to be uploaded.", "fields": null, "inputFields": [ { "name": "name", "description": "File name.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "type", "description": "File's content-type.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "content", "description": "File content", "type": { "kind": "SCALAR", "name": "BinaryString", "ofType": null }, "defaultValue": null }, { "name": "inline", "description": "Content-Disposition: inline flag", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "UriHttpString", "description": "String representing an HTTP URI", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "User", "description": "Users (admins, agents and customers)", "fields": [ { "name": "active", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "authorizations", "description": null, "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Authorization", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "email", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "fax", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "firstname", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "fullname", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "hasSecondaryOrganizations", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "image", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "imageSource", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "internalId", "description": "Internal database ID", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastname", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "login", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "mobile", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "note", "description": "Internal note", "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "objectAttributeValues", "description": null, "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ObjectAttributeValue", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "organization", "description": "resolver for Rails' belongs_to relationship", "args": [ ], "type": { "kind": "OBJECT", "name": "Organization", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "outOfOffice", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "outOfOfficeEndAt", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "ISO8601Date", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "outOfOfficeReplacement", "description": "Replacement agent if this user is out of office", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "outOfOfficeStartAt", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "ISO8601Date", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "permissions", "description": null, "args": [ ], "type": { "kind": "OBJECT", "name": "UserPermission", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "personalSettings", "description": "Typed access to user preferences", "args": [ ], "type": { "kind": "OBJECT", "name": "UserPersonalSettings", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "phone", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "policy", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PolicyDefault", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "preferences", "description": "Direct access to preferences store", "args": [ ], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "secondaryOrganizations", "description": null, "args": [ { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "before", "description": "Returns the elements in the list that come before the specified cursor.", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "first", "description": "Returns the first _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "last", "description": "Returns the last _n_ elements from the list.", "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "OrganizationConnection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ticketsCount", "description": null, "args": [ ], "type": { "kind": "OBJECT", "name": "TicketCount", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "verified", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "vip", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "web", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "ObjectAttributeValuesInterface", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UserAccessTokenInput", "description": "User access token creation fields", "fields": null, "inputFields": [ { "name": "name", "description": "The token name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "permission", "description": "Permission names", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "defaultValue": null }, { "name": "expiresAt", "description": "The token expiration date", "type": { "kind": "SCALAR", "name": "ISO8601Date", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserAddFirstAdminPayload", "description": "Autogenerated return type of UserAddFirstAdmin.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "session", "description": "The current session, if the user was successfully created.", "args": [ ], "type": { "kind": "OBJECT", "name": "Session", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserAddPayload", "description": "Autogenerated return type of UserAdd.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The created user.", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UserCalendarSubscriptionSingleOptionsInput", "description": "Calendar subscriptions all calendars options saving", "fields": null, "inputFields": [ { "name": "own", "description": "Defines if own tickets are included", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "notAssigned", "description": "Defines if not assigned tickets are included", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UserCalendarSubscriptionsConfigInput", "description": "Calendar subscriptions options saving", "fields": null, "inputFields": [ { "name": "alarm", "description": "Defines if alarm is added", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "newOpen", "description": "Options for New & opened tab", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UserCalendarSubscriptionSingleOptionsInput", "ofType": null } }, "defaultValue": null }, { "name": "pending", "description": "Options for Pending tab", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UserCalendarSubscriptionSingleOptionsInput", "ofType": null } }, "defaultValue": null }, { "name": "escalation", "description": "Options for Escalation tab", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UserCalendarSubscriptionSingleOptionsInput", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserConfigurationTwoFactor", "description": "Two factor configuration information (e.g. configured and default methods) for the user.", "fields": [ { "name": "enabledAuthenticationMethods", "description": "List of enabled two factor authentication methods (and information about the current user).", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TwoFactorEnabledAuthenticationMethod", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "recoveryCodesExist", "description": "Whether recovery codes exist for the current user.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserConnection", "description": "The connection type for User.", "fields": [ { "name": "edges", "description": "A list of edges.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserEdge", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pageInfo", "description": "Information to aid in pagination.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalCount", "description": "Indicates the total number of available records.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentAccessTokenAddPayload", "description": "Autogenerated return type of UserCurrentAccessTokenAdd.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "token", "description": "The token data", "args": [ ], "type": { "kind": "OBJECT", "name": "Token", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "tokenValue", "description": "The token itself, shown once", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentAccessTokenDeletePayload", "description": "Autogenerated return type of UserCurrentAccessTokenDelete.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Was the access token deletion successful?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentAccessTokenUpdatesPayload", "description": "Autogenerated return type of UserCurrentAccessTokenUpdates.", "fields": [ { "name": "tokens", "description": "List of acess tokens for the user", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Token", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentAppearancePayload", "description": "Autogenerated return type of UserCurrentAppearance.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Profile appearance settings updated successfully?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentAvatarAddPayload", "description": "Autogenerated return type of UserCurrentAvatarAdd.", "fields": [ { "name": "avatar", "description": "The newly created avatar.", "args": [ ], "type": { "kind": "OBJECT", "name": "Avatar", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentAvatarDeletePayload", "description": "Autogenerated return type of UserCurrentAvatarDelete.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Was the avatar deletion successful?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentAvatarSelectPayload", "description": "Autogenerated return type of UserCurrentAvatarSelect.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Was the avatar selection successful?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentAvatarUpdatesPayload", "description": "Autogenerated return type of UserCurrentAvatarUpdates.", "fields": [ { "name": "avatars", "description": "List of avatars for the user", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Avatar", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentCalendarSubscriptionUpdatePayload", "description": "Autogenerated return type of UserCurrentCalendarSubscriptionUpdate.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Profile appearance settings updated successfully?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentChangePasswordPayload", "description": "Autogenerated return type of UserCurrentChangePassword.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "This indicates if changing the password was successful.", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentDeviceDeletePayload", "description": "Autogenerated return type of UserCurrentDeviceDelete.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "This indicates if deleting the user (session) device was successful.", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentDevicesUpdatesPayload", "description": "Autogenerated return type of UserCurrentDevicesUpdates.", "fields": [ { "name": "devices", "description": "List of devices for the user", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserDevice", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentLocalePayload", "description": "Autogenerated return type of UserCurrentLocale.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Was the update successful?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentNotificationPreferencesResetPayload", "description": "Autogenerated return type of UserCurrentNotificationPreferencesReset.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "Updated user object", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentNotificationPreferencesUpdatePayload", "description": "Autogenerated return type of UserCurrentNotificationPreferencesUpdate.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "Updated user object", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentOutOfOfficePayload", "description": "Autogenerated return type of UserCurrentOutOfOffice.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Profile out of office settings updated successfully?", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentOverviewOrderingUpdatesPayload", "description": "Autogenerated return type of UserCurrentOverviewOrderingUpdates.", "fields": [ { "name": "overviews", "description": "List of overview sortings for the user", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Overview", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentOverviewResetOrderPayload", "description": "Autogenerated return type of UserCurrentOverviewResetOrder.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "overviews", "description": "List of overview sortings for the user", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Overview", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Was the reset successful?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentOverviewUpdateOrderPayload", "description": "Autogenerated return type of UserCurrentOverviewUpdateOrder.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Was the reset successful?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentPasswordCheckPayload", "description": "Autogenerated return type of UserCurrentPasswordCheck.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "This indicates if given password matches current user password", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentRemoveLinkedAccountPayload", "description": "Autogenerated return type of UserCurrentRemoveLinkedAccount.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Was the linked account removed?", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentTaskbarItemAddPayload", "description": "Autogenerated return type of UserCurrentTaskbarItemAdd.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "taskbarItem", "description": "The created taskbar item.", "args": [ ], "type": { "kind": "OBJECT", "name": "UserTaskbarItem", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentTaskbarItemDeletePayload", "description": "Autogenerated return type of UserCurrentTaskbarItemDelete.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "This indicates if deleting the user (session) device was successful.", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentTaskbarItemListPrioPayload", "description": "Autogenerated return type of UserCurrentTaskbarItemListPrio.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "This indicates if sorting the taskbar item list was successful.", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentTaskbarItemListUpdatesPayload", "description": "Autogenerated return type of UserCurrentTaskbarItemListUpdates.", "fields": [ { "name": "taskbarItemList", "description": "List of taskbar items", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserTaskbarItem", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentTaskbarItemStateUpdatesPayload", "description": "Autogenerated return type of UserCurrentTaskbarItemStateUpdates.", "fields": [ { "name": "stateChanged", "description": "Signals that the taskbar item state has changed", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentTaskbarItemTouchLastContactPayload", "description": "Autogenerated return type of UserCurrentTaskbarItemTouchLastContact.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "taskbarItem", "description": "The updated taskbar item.", "args": [ ], "type": { "kind": "OBJECT", "name": "UserTaskbarItem", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentTaskbarItemUpdatePayload", "description": "Autogenerated return type of UserCurrentTaskbarItemUpdate.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "taskbarItem", "description": "The updated taskbar item.", "args": [ ], "type": { "kind": "OBJECT", "name": "UserTaskbarItem", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentTaskbarItemUpdatesPayload", "description": "Autogenerated return type of UserCurrentTaskbarItemUpdates.", "fields": [ { "name": "addItem", "description": "A new taskbar item needs to be added to the list", "args": [ ], "type": { "kind": "OBJECT", "name": "UserTaskbarItem", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "removeItem", "description": "An item must be removed from the list", "args": [ ], "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateItem", "description": "An existing taskbar item was changed", "args": [ ], "type": { "kind": "OBJECT", "name": "UserTaskbarItem", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentTicketScreenBehaviorPayload", "description": "Autogenerated return type of UserCurrentTicketScreenBehavior.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "Whether the user ticket screen behavior setting was updated successfully", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentTwoFactorRecoveryCodesGeneratePayload", "description": "Autogenerated return type of UserCurrentTwoFactorRecoveryCodesGenerate.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "recoveryCodes", "description": "One-time two-factor authentication codes", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentTwoFactorRemoveMethodCredentialsPayload", "description": "Autogenerated return type of UserCurrentTwoFactorRemoveMethodCredentials.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "This indicates if removing authentication method was successful", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentTwoFactorRemoveMethodPayload", "description": "Autogenerated return type of UserCurrentTwoFactorRemoveMethod.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "This indicates if removing authentication method was successful", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentTwoFactorSetDefaultMethodPayload", "description": "Autogenerated return type of UserCurrentTwoFactorSetDefaultMethod.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "This indicates if setting authentication method as default was successful", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentTwoFactorUpdatesPayload", "description": "Autogenerated return type of UserCurrentTwoFactorUpdates.", "fields": [ { "name": "configuration", "description": "Configuration information for the current user.", "args": [ ], "type": { "kind": "OBJECT", "name": "UserConfigurationTwoFactor", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserCurrentTwoFactorVerifyMethodConfigurationPayload", "description": "Autogenerated return type of UserCurrentTwoFactorVerifyMethodConfiguration.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "recoveryCodes", "description": "One-time two-factor authentication codes", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserDevice", "description": "Users (session) device", "fields": [ { "name": "browser", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "deviceDetails", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "fingerprint", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "ip", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "location", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "locationDetails", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "os", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userAgent", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userId", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserEdge", "description": "An edge in a connection.", "fields": [ { "name": "cursor", "description": "A cursor for use in pagination.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "node", "description": "The item at the end of the edge.", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserError", "description": "Represents an error in the input of a mutation.", "fields": [ { "name": "exception", "description": null, "args": [ ], "type": { "kind": "ENUM", "name": "EnumUserErrorException", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "field", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UserGroupPermissionEntry", "description": "Represents a User <-> Group permission entry.", "fields": null, "inputFields": [ { "name": "groupInternalId", "description": "Internal ID of the group", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null }, { "name": "accessType", "description": "Assigned access levels for the user in the group", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumPermissionAccess", "ofType": null } } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UserInput", "description": "The user add/update fields.", "fields": null, "inputFields": [ { "name": "objectAttributeValues", "description": "Additional custom attributes (names + values)", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ObjectAttributeValueInput", "ofType": null } } }, "defaultValue": null }, { "name": "firstname", "description": "The user first name", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "lastname", "description": "The user last name", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "email", "description": "The user email", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "password", "description": "The user password", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "organizationId", "description": "The organization the user belongs to", "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "organizationIds", "description": "The secondary organizations the user belongs to", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "roleIds", "description": "The roles (e.g. admin, agent, (e.g. Agent or Customer) this user has", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "web", "description": "The user web", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "phone", "description": "The user phone", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "mobile", "description": "The user mobile", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "fax", "description": "The user fax", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "vip", "description": "The user vip flag", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "active", "description": "The user active flag", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "note", "description": "The user note", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "groupIds", "description": "User group access levels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UserGroupPermissionEntry", "ofType": null } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserLoginTwoFactorMethods", "description": "Two factor authentication methods available for the user about to log-in.", "fields": [ { "name": "availableTwoFactorAuthenticationMethods", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumTwoFactorAuthenticationMethod", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "defaultTwoFactorAuthenticationMethod", "description": null, "args": [ ], "type": { "kind": "ENUM", "name": "EnumTwoFactorAuthenticationMethod", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "recoveryCodesAvailable", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UserNotificationMatrixChannelInput", "description": "Settings for ticket notification channels.", "fields": null, "inputFields": [ { "name": "email", "description": "Whether to send notifications via email", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "online", "description": "Whether to show notifications via GUI", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": "true" } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UserNotificationMatrixCriteriaInput", "description": "Filter for ticket notification channels.", "fields": null, "inputFields": [ { "name": "ownedByMe", "description": "Send notifications for my tickets", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "ownedByNobody", "description": "Send notifications for unassigned tickets", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "subscribed", "description": "Send notifications for my subscribed tickets", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "no", "description": "No filter - send notificationy for any tickets", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UserNotificationMatrixInput", "description": "Settings for ticket notifications.", "fields": null, "inputFields": [ { "name": "create", "description": "Notification settings for new tickets", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UserNotificationMatrixRowInput", "ofType": null } }, "defaultValue": null }, { "name": "update", "description": "Notification settings for updated tickets", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UserNotificationMatrixRowInput", "ofType": null } }, "defaultValue": null }, { "name": "reminderReached", "description": "Notification settings for reached ticket reminders", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UserNotificationMatrixRowInput", "ofType": null } }, "defaultValue": null }, { "name": "escalation", "description": "Notification settings for ticket escalations", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UserNotificationMatrixRowInput", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UserNotificationMatrixRowInput", "description": "Settings for ticket notifications.", "fields": null, "inputFields": [ { "name": "channel", "description": "Channels for notification delivery", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UserNotificationMatrixChannelInput", "ofType": null } }, "defaultValue": null }, { "name": "criteria", "description": "Filter for ticket notifications", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UserNotificationMatrixCriteriaInput", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UserNotificationSoundInput", "description": "Settings for notification sounds.", "fields": null, "inputFields": [ { "name": "enabled", "description": "Whether to play notification sounds", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "file", "description": "Which audio file to play for notification sounds", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumNotificationSoundFile", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserPasswordResetSendPayload", "description": "Autogenerated return type of UserPasswordResetSend.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "This indicates if sending of the password reset link was successful.", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserPasswordResetUpdatePayload", "description": "Autogenerated return type of UserPasswordResetUpdate.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "This indicates if the password update was successful.", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserPasswordResetVerifyPayload", "description": "Autogenerated return type of UserPasswordResetVerify.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "This indicates if the password reset token is valid.", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserPermission", "description": "Permissions for the current user", "fields": [ { "name": "ids", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "names", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserPersonalSettings", "description": "Personal settings of the current user", "fields": [ { "name": "notificationConfig", "description": null, "args": [ ], "type": { "kind": "OBJECT", "name": "UserPersonalSettingsNotificationConfig", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "notificationSound", "description": null, "args": [ ], "type": { "kind": "OBJECT", "name": "UserPersonalSettingsNotificationSound", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserPersonalSettingsCalendarSubscriptionGlobalOptions", "description": "Options applying for all calendar subscriptions", "fields": [ { "name": "alarm", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserPersonalSettingsCalendarSubscriptionSingle", "description": "Settings for the single calendar subscription", "fields": [ { "name": "options", "description": null, "args": [ ], "type": { "kind": "OBJECT", "name": "UserPersonalSettingsCalendarSubscriptionSingleOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "url", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "UriHttpString", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserPersonalSettingsCalendarSubscriptionSingleOptions", "description": "Options for the single calendar subscription", "fields": [ { "name": "notAssigned", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "own", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserPersonalSettingsCalendarSubscriptionsConfig", "description": "Settings for calendar subscription", "fields": [ { "name": "combinedUrl", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "UriHttpString", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "escalation", "description": null, "args": [ ], "type": { "kind": "OBJECT", "name": "UserPersonalSettingsCalendarSubscriptionSingle", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "globalOptions", "description": null, "args": [ ], "type": { "kind": "OBJECT", "name": "UserPersonalSettingsCalendarSubscriptionGlobalOptions", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "newOpen", "description": null, "args": [ ], "type": { "kind": "OBJECT", "name": "UserPersonalSettingsCalendarSubscriptionSingle", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "pending", "description": null, "args": [ ], "type": { "kind": "OBJECT", "name": "UserPersonalSettingsCalendarSubscriptionSingle", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserPersonalSettingsNotificationConfig", "description": "Settings for ticket notifications.", "fields": [ { "name": "groupIds", "description": null, "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "matrix", "description": null, "args": [ ], "type": { "kind": "OBJECT", "name": "UserPersonalSettingsNotificationMatrix", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserPersonalSettingsNotificationMatrix", "description": "Settings for ticket notifications.", "fields": [ { "name": "create", "description": "Notification settings for new tickets", "args": [ ], "type": { "kind": "OBJECT", "name": "UserPersonalSettingsNotificationMatrixRow", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "escalation", "description": "Notification settings for ticket escalations", "args": [ ], "type": { "kind": "OBJECT", "name": "UserPersonalSettingsNotificationMatrixRow", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "reminderReached", "description": "Notification settings for reached ticket reminders", "args": [ ], "type": { "kind": "OBJECT", "name": "UserPersonalSettingsNotificationMatrixRow", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "update", "description": "Notification settings for updated tickets", "args": [ ], "type": { "kind": "OBJECT", "name": "UserPersonalSettingsNotificationMatrixRow", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserPersonalSettingsNotificationMatrixChannel", "description": "Settings for ticket notification channels.", "fields": [ { "name": "email", "description": "Whether to send notifications via email", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "online", "description": "Whether to show notifications via GUI", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserPersonalSettingsNotificationMatrixCriteria", "description": "Filter for ticket notification channels.", "fields": [ { "name": "no", "description": "No filter - send notificationy for any tickets", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownedByMe", "description": "Send notifications for my tickets", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "ownedByNobody", "description": "Send notifications for unassigned tickets", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "subscribed", "description": "Send notifications for my subscribed tickets", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserPersonalSettingsNotificationMatrixRow", "description": "Settings for ticket notifications.", "fields": [ { "name": "channel", "description": "Channels for notification delivery", "args": [ ], "type": { "kind": "OBJECT", "name": "UserPersonalSettingsNotificationMatrixChannel", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "criteria", "description": "Filter for ticket notifications", "args": [ ], "type": { "kind": "OBJECT", "name": "UserPersonalSettingsNotificationMatrixCriteria", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserPersonalSettingsNotificationSound", "description": "Settings for notification sounds.", "fields": [ { "name": "enabled", "description": "Whether to play notification sounds", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "file", "description": "Which audio file to play for notification sounds", "args": [ ], "type": { "kind": "ENUM", "name": "EnumNotificationSoundFile", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UserSignupInput", "description": "The user sign-up fields.", "fields": null, "inputFields": [ { "name": "objectAttributeValues", "description": "Additional custom attributes (names + values)", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ObjectAttributeValueInput", "ofType": null } } }, "defaultValue": null }, { "name": "login", "description": "The user login", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "firstname", "description": "The user first name", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "lastname", "description": "The user last name", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "email", "description": "The user email", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "password", "description": "The user password", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserSignupPayload", "description": "Autogenerated return type of UserSignup.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "This indicates if creating the user and sending the token was successful.", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserSignupResendPayload", "description": "Autogenerated return type of UserSignupResend.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "success", "description": "This indicates if sending of the token via email was successful.", "args": [ ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserSignupVerifyPayload", "description": "Autogenerated return type of UserSignupVerify.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "session", "description": "The current session, if the verification was successful.", "args": [ ], "type": { "kind": "OBJECT", "name": "Session", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserTaskbarItem", "description": "Users taskbar item", "fields": [ { "name": "active", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "app", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumTaskbarApp", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "callback", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumTaskbarEntity", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "changed", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": "Create date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdBy", "description": "User that created this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "dirty", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "entity", "description": null, "args": [ ], "type": { "kind": "UNION", "name": "TaskbarItemEntity", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "entityAccess", "description": null, "args": [ ], "type": { "kind": "ENUM", "name": "EnumTaskbarEntityAccess", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "formId", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "formNewArticlePresent", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "id", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "key", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "notify", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "params", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "prio", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": "Last update date/time of the record", "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedBy", "description": "Last user that updated this record", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "userId", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserTaskbarItemEntityTicketCreate", "description": "Entity representing taskbar item ticket create", "fields": [ { "name": "createArticleTypeKey", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "uid", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UserTaskbarItemInput", "description": "The taskbar item fields.", "fields": null, "inputFields": [ { "name": "objectAttributeValues", "description": "Additional custom attributes (names + values)", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ObjectAttributeValueInput", "ofType": null } } }, "defaultValue": null }, { "name": "key", "description": "The itaskbar item related object key identifier", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "callback", "description": "The taskbar item related object callback", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumTaskbarEntity", "ofType": null } }, "defaultValue": null }, { "name": "params", "description": "The taskbar item related object parameters", "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null }, { "name": "prio", "description": "The taskbar item sorting priority", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null }, { "name": "notify", "description": "The taskbar item notification about changes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "app", "description": "The taskbar item application", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EnumTaskbarApp", "ofType": null } }, "defaultValue": null }, { "name": "dirty", "description": "The taskbar item form updater dirty flag", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UserTaskbarItemListPrioInput", "description": "The taskbar item list priority fields.", "fields": null, "inputFields": [ { "name": "id", "description": "The taskbar item ID", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "prio", "description": "The taskbar item priority", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserUpdatePayload", "description": "Autogenerated return type of UserUpdate.", "fields": [ { "name": "errors", "description": "Errors encountered during execution of the mutation.", "args": [ ], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserError", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": "The created user.", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "UserUpdatesPayload", "description": "Autogenerated return type of UserUpdates.", "fields": [ { "name": "user", "description": "Updated user", "args": [ ], "type": { "kind": "OBJECT", "name": "User", "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": "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": "description", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "isRepeatable", "description": null, "args": [ ], "type": { "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": "name", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "onField", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": true, "deprecationReason": "Use `locations`." }, { "name": "onFragment", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": true, "deprecationReason": "Use `locations`." }, { "name": "onOperation", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": true, "deprecationReason": "Use `locations`." } ], "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": "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 }, { "name": "VARIABLE_DEFINITION", "description": "Location adjacent to a variable definition.", "isDeprecated": false, "deprecationReason": 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": "deprecationReason", "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": "isDeprecated", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": 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": "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": "deprecationReason", "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": "isDeprecated", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "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": "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": "deprecationReason", "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": "isDeprecated", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "__Schema", "description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.", "fields": [ { "name": "description", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "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 }, { "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": "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": "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": "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 } ], "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 and description, 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": "description", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "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": "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": "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": "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": "isOneOf", "description": null, "args": [ ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "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": "ofType", "description": null, "args": [ ], "type": { "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": "specifiedByURL", "description": null, "args": [ ], "type": { "kind": "SCALAR", "name": "String", "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` 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 } ], "directives": [ { "name": "deprecated", "description": "Marks an element of a GraphQL schema as no longer supported.", "locations": [ "FIELD_DEFINITION", "ENUM_VALUE", "ARGUMENT_DEFINITION", "INPUT_FIELD_DEFINITION" ], "args": [ { "name": "reason", "description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted in [Markdown](https://daringfireball.net/projects/markdown/).", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": "\"No longer supported\"" } ] }, { "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": "oneOf", "description": "Requires that exactly one field must be supplied and that field must not be `null`.", "locations": [ "INPUT_OBJECT" ], "args": [ ] }, { "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": "specifiedBy", "description": "Exposes a URL that specifies the behavior of this scalar.", "locations": [ "SCALAR" ], "args": [ { "name": "url", "description": "The URL that specifies the behavior of this scalar.", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ] } ] } } }