{ "data": { "__schema": { "directives": [ { "args": [ { "defaultValue": null, "description": "Included when true.", "name": "if", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "description": "Directs the executor to include this field or fragment only when the `if` argument is true.", "locations": [ "FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT" ], "name": "include" }, { "args": [ { "defaultValue": null, "description": "Skipped when true.", "name": "if", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "description": "Directs the executor to skip this field or fragment when the `if` argument is true.", "locations": [ "FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT" ], "name": "skip" }, { "args": [ { "defaultValue": "\"No longer supported\"", "description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax, as specified by [CommonMark](https://commonmark.org/).", "name": "reason", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "description": "Marks an element of a GraphQL schema as no longer supported.", "locations": [ "FIELD_DEFINITION", "ARGUMENT_DEFINITION", "INPUT_FIELD_DEFINITION", "ENUM_VALUE" ], "name": "deprecated" }, { "args": [ { "defaultValue": null, "description": "The URL that specifies the behaviour of this scalar.", "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "description": "Exposes a URL that specifies the behaviour of this scalar.", "locations": [ "SCALAR" ], "name": "specifiedBy" } ], "mutationType": { "name": "Mutation" }, "queryType": { "name": "Query" }, "subscriptionType": null, "types": [ { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates if there are more results when paginating backward.", "isDeprecated": false, "name": "hasPreviousPage", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if there are more results when paginating forward.", "isDeprecated": false, "name": "hasNextPage", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Cursor representing the first result in the paginated results.", "isDeprecated": false, "name": "startCursor", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Cursor representing the last result in the paginated results.", "isDeprecated": false, "name": "endCursor", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PageInfo", "possibleTypes": null }, { "description": "The `Boolean` scalar type represents `true` or `false`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "Boolean", "possibleTypes": null }, { "description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "String", "possibleTypes": null }, { "description": "An API key. Grants access to the user's resources.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The label of the API key.", "isDeprecated": false, "name": "label", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "ApiKey", "possibleTypes": null }, { "description": "The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "ID", "possibleTypes": null }, { "description": "Represents a date and time in ISO 8601 format. Accepts shortcuts like `2021` to represent midnight Fri Jan 01 2021. Also accepts ISO 8601 durations strings which are added to the current date to create the represented date (e.g '-P2W1D' represents the date that was two weeks and 1 day ago) ", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "DateTime", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ApiKey", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ApiKeyEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ApiKeyEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ApiKey", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ApiKeyConnection", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "User account ID.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "JWT token for authentication of the account.", "isDeprecated": false, "name": "token", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Email for the authenticated account.", "isDeprecated": false, "name": "email", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Should the signup flow allow access for the domain.", "isDeprecated": false, "name": "allowDomainAccess", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Users belonging to this account.", "isDeprecated": false, "name": "users", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Organizations this account has access to, but is not yet a member.", "isDeprecated": false, "name": "availableOrganizations", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Organization", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "ID of the organization last accessed by the user.", "isDeprecated": false, "name": "lastUsedOrganizationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AuthResolverResponse", "possibleTypes": null }, { "description": "A state in a team workflow.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The state's name.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The state's UI color as a HEX string.", "isDeprecated": false, "name": "color", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Description of the state.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The position of the state in the team flow.", "isDeprecated": false, "name": "position", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The type of the state.", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The team to which this state belongs to.", "isDeprecated": false, "name": "team", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Team", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned issues.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "IssueFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Issues belonging in this state.", "isDeprecated": false, "name": "issues", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueConnection", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "WorkflowState", "possibleTypes": null }, { "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "Float", "possibleTypes": null }, { "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "Int", "possibleTypes": null }, { "description": "By which field should the pagination order by", "enumValues": [ { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "createdAt" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "updatedAt" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "PaginationOrderBy", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkflowState", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "WorkflowStateEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkflowStateEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkflowState", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "WorkflowStateConnection", "possibleTypes": null }, { "description": "An import job for data from an external service", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "New team's name in cases when teamId not set", "isDeprecated": false, "name": "teamName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The id for the user that started the job.", "isDeprecated": false, "name": "creatorId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The service from which data will be imported.", "isDeprecated": false, "name": "service", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The status for the import job.", "isDeprecated": false, "name": "status", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The data mapping configuration for the import job.", "isDeprecated": false, "name": "mapping", "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User readable error message, if one has occurred during the import.", "isDeprecated": false, "name": "error", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Current step progress in % (0-100).", "isDeprecated": false, "name": "progress", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "IssueImport", "possibleTypes": null }, { "description": "The `JSONObject` scalar type represents JSON values as a string", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "JSONObject", "possibleTypes": null }, { "description": "An organizational unit that contains issues.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The team's name.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The team's unique key. The key is used in URLs.", "isDeprecated": false, "name": "key", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The team's description.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The icon of the team.", "isDeprecated": false, "name": "icon", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The team's color.", "isDeprecated": false, "name": "color", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The organization that the team is associated with.", "isDeprecated": false, "name": "organization", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Organization", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the team uses cycles.", "isDeprecated": false, "name": "cyclesEnabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The day of the week that a new cycle starts.", "isDeprecated": false, "name": "cycleStartDay", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The duration of a cycle in weeks.", "isDeprecated": false, "name": "cycleDuration", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The cooldown time after each cycle in weeks.", "isDeprecated": false, "name": "cycleCooldownTime", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Auto assign started issues to current cycle.", "isDeprecated": false, "name": "cycleIssueAutoAssignStarted", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Auto assign completed issues to current cycle.", "isDeprecated": false, "name": "cycleIssueAutoAssignCompleted", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Only allow issues issues with cycles in Active Issues.", "isDeprecated": false, "name": "cycleLockToActive", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "How many upcoming cycles to create.", "isDeprecated": false, "name": "upcomingCycleCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The timezone of the team. Defaults to \"America/Los_Angeles\"", "isDeprecated": false, "name": "timezone", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Unique hash for the team to be used in invite URLs.", "isDeprecated": false, "name": "inviteHash", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The issue estimation type to use.", "isDeprecated": false, "name": "issueEstimationType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether issues without priority should be sorted first.", "isDeprecated": false, "name": "issueOrderingNoPriorityFirst", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether to allow zeros in issues estimates.", "isDeprecated": false, "name": "issueEstimationAllowZero", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether to move issues to bottom of the column when changing state.", "isDeprecated": false, "name": "issueSortOrderDefaultToBottom", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether to add additional points to the estimate scale.", "isDeprecated": false, "name": "issueEstimationExtended", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "What to use as an default estimate for unestimated issues.", "isDeprecated": false, "name": "defaultIssueEstimate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether triage mode is enabled for the team or not.", "isDeprecated": false, "name": "triageEnabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The default workflow state into which issues are set when they are opened by team members.", "isDeprecated": false, "name": "defaultIssueState", "type": { "kind": "OBJECT", "name": "WorkflowState", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The default template to use for new issues created by members of the team.", "isDeprecated": false, "name": "defaultTemplateForMembers", "type": { "kind": "OBJECT", "name": "Template", "ofType": null } }, { "args": [], "deprecationReason": "Use defaultTemplateForMembers instead", "description": "The id of the default template to use for new issues created by members of the team.", "isDeprecated": true, "name": "defaultTemplateForMembersId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The default template to use for new issues created by non-members of the team.", "isDeprecated": false, "name": "defaultTemplateForNonMembers", "type": { "kind": "OBJECT", "name": "Template", "ofType": null } }, { "args": [], "deprecationReason": "Use defaultTemplateForNonMembers instead", "description": "The id of the default template to use for new issues created by non-members of the team.", "isDeprecated": true, "name": "defaultTemplateForNonMembersId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The workflow state into which issues are set when they are opened by non-team members or integrations if triage is enabled.", "isDeprecated": false, "name": "triageIssueState", "type": { "kind": "OBJECT", "name": "WorkflowState", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the team is private or not.", "isDeprecated": false, "name": "private", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The workflow state into which issues are moved when a PR has been opened as draft.", "isDeprecated": false, "name": "draftWorkflowState", "type": { "kind": "OBJECT", "name": "WorkflowState", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The workflow state into which issues are moved when a PR has been opened.", "isDeprecated": false, "name": "startWorkflowState", "type": { "kind": "OBJECT", "name": "WorkflowState", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The workflow state into which issues are moved when a review has been requested for the PR.", "isDeprecated": false, "name": "reviewWorkflowState", "type": { "kind": "OBJECT", "name": "WorkflowState", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The workflow state into which issues are moved when a PR has been merged.", "isDeprecated": false, "name": "mergeWorkflowState", "type": { "kind": "OBJECT", "name": "WorkflowState", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether to group recent issue history entries.", "isDeprecated": false, "name": "groupIssueHistory", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether to send new issue notifications to Slack.", "isDeprecated": false, "name": "slackNewIssue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether to send new issue comment notifications to Slack.", "isDeprecated": false, "name": "slackIssueComments", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether to send new issue status updates to Slack.", "isDeprecated": false, "name": "slackIssueStatuses", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Period after which issues are automatically closed in months. Null/undefined means disabled.", "isDeprecated": false, "name": "autoClosePeriod", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The canceled workflow state which auto closed issues will be set to. Defaults to the first canceled state.", "isDeprecated": false, "name": "autoCloseStateId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Period after which automatically closed and completed issues are automatically archived in months.", "isDeprecated": false, "name": "autoArchivePeriod", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The workflow state into which issues are moved when they are marked as a duplicate of another issue. Defaults to the first canceled state.", "isDeprecated": false, "name": "markedAsDuplicateWorkflowState", "type": { "kind": "OBJECT", "name": "WorkflowState", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Calendar feed URL (iCal) for cycles.", "isDeprecated": false, "name": "cycleCalenderUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned issues.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "IssueFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Issues associated with the team.", "isDeprecated": false, "name": "issues", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned cycles.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "CycleFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Cycles associated with the team.", "isDeprecated": false, "name": "cycles", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CycleConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Team's currently active cycle.", "isDeprecated": false, "name": "activeCycle", "type": { "kind": "OBJECT", "name": "Cycle", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter returned users.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "UserFilter", "ofType": null } }, { "defaultValue": null, "description": "Should query return disabled/suspended users (default: false).", "name": "includeDisabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Users who are members of this team.", "isDeprecated": false, "name": "members", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Memberships associated with the team. For easier access of the same data, use `members` query.", "isDeprecated": false, "name": "memberships", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamMembershipConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned projects.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "ProjectFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Projects associated with the team.", "isDeprecated": false, "name": "projects", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned workflow states.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "WorkflowStateFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "The states that define the workflow associated with the team.", "isDeprecated": false, "name": "states", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkflowStateConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Templates associated with the team.", "isDeprecated": false, "name": "templates", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TemplateConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned issue labels.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "IssueLabelFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Labels associated with the team.", "isDeprecated": false, "name": "labels", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueLabelConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Webhooks associated with the team.", "isDeprecated": false, "name": "webhooks", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WebhookConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Settings for all integrations associated with that team.", "isDeprecated": false, "name": "integrationsSettings", "type": { "kind": "OBJECT", "name": "IntegrationsSettings", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "Team", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Team", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TeamEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Team", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TeamConnection", "possibleTypes": null }, { "description": "A user account.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The models identifier.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the model was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the model was updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the model was archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The user's name.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The user's email address.", "isDeprecated": false, "name": "email", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The authentication service used to create the account.", "isDeprecated": false, "name": "service", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Users belonging to the account.", "isDeprecated": false, "name": "users", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UserAccount", "possibleTypes": null }, { "description": "A user that has access to the the resources of an organization.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The user's full name.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The user's display (nick) name. Unique within each organization.", "isDeprecated": false, "name": "displayName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The user's email address.", "isDeprecated": false, "name": "email", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "An URL to the user's avatar image.", "isDeprecated": false, "name": "avatarUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Reason why is the account disabled.", "isDeprecated": false, "name": "disableReason", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Unique hash for the user to be used in invite URLs.", "isDeprecated": false, "name": "inviteHash", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Hash for the user to be used in calendar URLs.", "isDeprecated": false, "name": "calendarHash", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A short description of the user, either its title or bio.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The emoji to represent the user current status.", "isDeprecated": false, "name": "statusEmoji", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The label of the user current status.", "isDeprecated": false, "name": "statusLabel", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A date at which the user current status should be cleared.", "isDeprecated": false, "name": "statusUntilAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The local timezone of the user.", "isDeprecated": false, "name": "timezone", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Organization the user belongs to.", "isDeprecated": false, "name": "organization", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Organization", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time the user was seen online. If null, the user is currently online.", "isDeprecated": false, "name": "lastSeen", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the user is a guest in the workspace and limited to accessing a subset of teams.", "isDeprecated": false, "name": "guest", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the user account is active or disabled (suspended).", "isDeprecated": false, "name": "active", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "User's profile URL.", "isDeprecated": false, "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned issues.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "IssueFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Issues assigned to the user.", "isDeprecated": false, "name": "assignedIssues", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned issues.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "IssueFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Issues created by the user.", "isDeprecated": false, "name": "createdIssues", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of issues created.", "isDeprecated": false, "name": "createdIssueCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned teams.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "TeamFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Teams the user is part of.", "isDeprecated": false, "name": "teams", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Memberships associated with the user. For easier access of the same data, use `teams` query.", "isDeprecated": false, "name": "teamMemberships", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamMembershipConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the user is the currently authenticated user.", "isDeprecated": false, "name": "isMe", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the user is an organization administrator.", "isDeprecated": false, "name": "admin", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "User", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UserEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UserConnection", "possibleTypes": null }, { "description": "Join table between templates and integrations", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The template that the integration is associated with.", "isDeprecated": false, "name": "template", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Template", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The integration that the template is associated with.", "isDeprecated": false, "name": "integration", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Integration", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "IntegrationTemplate", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationTemplate", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IntegrationTemplateEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationTemplateEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationTemplate", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IntegrationTemplateConnection", "possibleTypes": null }, { "description": "A template object used for creating entities faster.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The entity type this template is for.", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The name of the template.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Template description.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Template data.", "isDeprecated": false, "name": "templateData", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSON", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The organization that the template is associated with. If null, the template is associated with a particular team.", "isDeprecated": false, "name": "organization", "type": { "kind": "OBJECT", "name": "Organization", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The team that the template is associated with. If null, the template is global to the workspace.", "isDeprecated": false, "name": "team", "type": { "kind": "OBJECT", "name": "Team", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The user who created the template.", "isDeprecated": false, "name": "creator", "type": { "kind": "OBJECT", "name": "User", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The user who last updated the template.", "isDeprecated": false, "name": "lastUpdatedBy", "type": { "kind": "OBJECT", "name": "User", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "Template", "possibleTypes": null }, { "description": "The `JSON` scalar type represents JSON values", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "JSON", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Template", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TemplateEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TemplateEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Template", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TemplateConnection", "possibleTypes": null }, { "description": "The organization's SAML configuration", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Sign in endpoint URL for the identity provider.", "isDeprecated": false, "name": "ssoEndpoint", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Binding method for authentication call. Can be either `post` (default) or `redirect`.", "isDeprecated": false, "name": "ssoBinding", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The algorithm of the Signing Certificate. Can be one of `sha1`, `sha256` (default), or `sha512`.", "isDeprecated": false, "name": "ssoSignAlgo", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "List of allowed email domains for SAML authentication.", "isDeprecated": false, "name": "allowedDomains", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "The issuer's custom entity ID.", "isDeprecated": false, "name": "issuerEntityId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SamlConfigurationPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Sign in endpoint URL for the identity provider.", "isDeprecated": false, "name": "ssoEndpoint", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Binding method for authentication call. Can be either `post` (default) or `redirect`.", "isDeprecated": false, "name": "ssoBinding", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The algorithm of the Signing Certificate. Can be one of `sha1`, `sha256` (default), or `sha512`.", "isDeprecated": false, "name": "ssoSignAlgo", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "List of allowed email domains for SAML authentication.", "isDeprecated": false, "name": "allowedDomains", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "The issuer's custom entity ID.", "isDeprecated": false, "name": "issuerEntityId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "X.509 Signing Certificate in string form.", "isDeprecated": false, "name": "ssoSigningCert", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SamlConfiguration", "possibleTypes": null }, { "description": "An organization. Organizations are root-level objects that contain user accounts and teams.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The organization's name.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The organization's unique URL key.", "isDeprecated": false, "name": "urlKey", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The organization's logo URL.", "isDeprecated": false, "name": "logoUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Rolling 30-day total upload volume for the organization, in megabytes.", "isDeprecated": false, "name": "periodUploadVolume", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "How git branches are formatted. If null, default formatting will be used.", "isDeprecated": false, "name": "gitBranchFormat", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the Git integration linkback messages should be sent to private repositories.", "isDeprecated": false, "name": "gitLinkbackMessagesEnabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the Git integration linkback messages should be sent to public repositories.", "isDeprecated": false, "name": "gitPublicLinkbackMessagesEnabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the organization is using a roadmap.", "isDeprecated": false, "name": "roadmapEnabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The frequency at which to prompt for project updates.", "isDeprecated": false, "name": "projectUpdatesReminderFrequency", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectUpdateReminderFrequency", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The day at which to prompt for project updates.", "isDeprecated": false, "name": "projectUpdateRemindersDay", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Day", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The hour at which to prompt for project updates.", "isDeprecated": false, "name": "projectUpdateRemindersHour", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether SAML authentication is enabled for organization.", "isDeprecated": false, "name": "samlEnabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether SCIM provisioning is enabled for organization.", "isDeprecated": false, "name": "scimEnabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Allowed authentication providers, empty array means all are allowed", "isDeprecated": false, "name": "allowedAuthServices", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "The time at which deletion of the organization was requested.", "isDeprecated": false, "name": "deletionRequestedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Should query return disabled/suspended users (default: false).", "name": "includeDisabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Users associated with the organization.", "isDeprecated": false, "name": "users", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned teams.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "TeamFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Teams associated with the organization.", "isDeprecated": false, "name": "teams", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned projects.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "MilestoneFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": "Milestones will be removed. Use roadmaps instead.", "description": "Milestones associated with the organization.", "isDeprecated": true, "name": "milestones", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MilestoneConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Integrations associated with the organization.", "isDeprecated": false, "name": "integrations", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The organization's subscription to a paid plan.", "isDeprecated": false, "name": "subscription", "type": { "kind": "OBJECT", "name": "Subscription", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of active users in the organization.", "isDeprecated": false, "name": "userCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of issues in the organization.", "isDeprecated": false, "name": "createdIssueCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Templates associated with the organization.", "isDeprecated": false, "name": "templates", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TemplateConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned issue labels.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "IssueLabelFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Labels associated with the organization.", "isDeprecated": false, "name": "labels", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueLabelConnection", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "Organization", "possibleTypes": null }, { "description": "The frequency at which to send project update reminders.", "enumValues": [ { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "week" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "twoWeeks" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "never" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ProjectUpdateReminderFrequency", "possibleTypes": null }, { "description": "The day of the week.", "enumValues": [ { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "Sunday" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "Monday" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "Tuesday" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "Wednesday" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "Thursday" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "Friday" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "Saturday" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "Day", "possibleTypes": null }, { "description": "Contains either the full serialized state of the application or delta packets that the requester can \n apply to the local data set in order to be up-to-date.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The full state of the organization as a serialized JSON object.\n Mutually exclusive with the delta property", "isDeprecated": false, "name": "state", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "JSON serialized delta changes that the client can apply to its local state \n in order to catch up with the state of the world.", "isDeprecated": false, "name": "delta", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The sync groups that the user is subscribed to.", "isDeprecated": false, "name": "subscribedSyncGroups", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "The last sync id covered by the response.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The version of the remote database. Incremented by 1 for each migration run on the database.", "isDeprecated": false, "name": "databaseVersion", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SyncResponse", "possibleTypes": null }, { "description": "OAuth2 client application", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "OAuth application's client ID.", "isDeprecated": false, "name": "clientId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "OAuth application's client name.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information about the application.", "isDeprecated": false, "name": "description", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the developer.", "isDeprecated": false, "name": "developer", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Url of the developer.", "isDeprecated": false, "name": "developerUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Image of the application.", "isDeprecated": false, "name": "imageUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "OAuth application's client secret.", "isDeprecated": false, "name": "clientSecret", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "List of allowed redirect URIs for the application.", "isDeprecated": false, "name": "redirectUris", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Whether the OAuth application is publicly visible, or only visible to the creating workspace.", "isDeprecated": false, "name": "publicEnabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The resource types to request when creating new webhooks.", "isDeprecated": false, "name": "webhookResourceTypes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Webhook URL", "isDeprecated": false, "name": "webhookUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "OauthClient", "possibleTypes": null }, { "description": "Issue attachment (e.g. support ticket, pull request).", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Content for the title line in the Linear attachment widget.", "isDeprecated": false, "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Content for the subtitle line in the Linear attachment widget.", "isDeprecated": false, "name": "subtitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Location of the attachment which is also used as an identifier.", "isDeprecated": false, "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The creator of the attachment.", "isDeprecated": false, "name": "creator", "type": { "kind": "OBJECT", "name": "User", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Custom metadata related to the attachment.", "isDeprecated": false, "name": "metadata", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information about the source which created the attachment.", "isDeprecated": false, "name": "source", "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "An accessor helper to source.type, defines the source type of the attachment.", "isDeprecated": false, "name": "sourceType", "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if attachments for the same source application should be grouped in the Linear UI.", "isDeprecated": false, "name": "groupBySource", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The issue this attachment belongs to.", "isDeprecated": false, "name": "issue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Issue", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "Attachment", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Attachment", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AttachmentEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AttachmentEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Attachment", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AttachmentConnection", "possibleTypes": null }, { "description": "Workspace audit log entry object.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The user that caused the audit entry to be created.", "isDeprecated": false, "name": "actor", "type": { "kind": "OBJECT", "name": "User", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The ID of the user that caused the audit entry to be created.", "isDeprecated": false, "name": "actorId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "IP from actor when entry was recorded.", "isDeprecated": false, "name": "ip", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Country code of request resulting to audit entry.", "isDeprecated": false, "name": "countryCode", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Additional metadata related to the audit entry.", "isDeprecated": false, "name": "metadata", "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "AuditEntry", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "NotificationSubscription", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "NotificationSubscriptionEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NotificationSubscriptionEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "NotificationSubscription", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "NotificationSubscriptionConnection", "possibleTypes": null }, { "description": "A basic entity.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "INTERFACE", "name": "Entity", "possibleTypes": [ { "kind": "OBJECT", "name": "ProjectNotificationSubscription", "ofType": null }, { "kind": "OBJECT", "name": "TeamNotificationSubscription", "ofType": null }, { "kind": "OBJECT", "name": "IssueNotification", "ofType": null }, { "kind": "OBJECT", "name": "ProjectNotification", "ofType": null }, { "kind": "OBJECT", "name": "OauthClientApprovalNotification", "ofType": null } ] }, { "description": "The type of a project notification subscription.", "enumValues": [ { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "importantOnly" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "custom" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "all" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ProjectNotificationSubscriptionType", "possibleTypes": null }, { "description": "Holds information about when a user has interacted with a project update.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The user that has interacted with the project update.", "isDeprecated": false, "name": "user", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The project update that has been interacted with.", "isDeprecated": false, "name": "projectUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectUpdate", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the user read the project update.", "isDeprecated": false, "name": "readAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "ProjectUpdateInteraction", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectUpdateInteraction", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectUpdateInteractionEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectUpdateInteractionEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectUpdateInteraction", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectUpdateInteractionConnection", "possibleTypes": null }, { "description": "A update associated with an project.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The update content in markdown format.", "isDeprecated": false, "name": "body", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The project that the update is associated with.", "isDeprecated": false, "name": "project", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Project", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The health of the project at the time of the update.", "isDeprecated": false, "name": "health", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectUpdateHealthType", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The user who wrote the update.", "isDeprecated": false, "name": "user", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time the project update was edited.", "isDeprecated": false, "name": "editedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The URL to the project update.", "isDeprecated": false, "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "ProjectUpdate", "possibleTypes": null }, { "description": "The health type of a project when the update is created.", "enumValues": [ { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "onTrack" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "atRisk" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "offTrack" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ProjectUpdateHealthType", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectUpdate", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectUpdateEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectUpdateEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectUpdate", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectUpdateConnection", "possibleTypes": null }, { "description": "A set of issues to be resolved in a specified amount of time.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The number of the cycle.", "isDeprecated": false, "name": "number", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The custom name of the cycle.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The cycle's description.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The start time of the cycle.", "isDeprecated": false, "name": "startsAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The end time of the cycle.", "isDeprecated": false, "name": "endsAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The completion time of the cycle. If null, the cycle hasn't been completed.", "isDeprecated": false, "name": "completedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The time at which the cycle was automatically archived by the auto pruning process.", "isDeprecated": false, "name": "autoArchivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The total number of issues in the cycle after each day.", "isDeprecated": false, "name": "issueCountHistory", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "The number of completed issues in the cycle after each day.", "isDeprecated": false, "name": "completedIssueCountHistory", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "The total number of estimation points after each day.", "isDeprecated": false, "name": "scopeHistory", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "The number of completed estimation points after each day.", "isDeprecated": false, "name": "completedScopeHistory", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "The number of in progress estimation points after each day.", "isDeprecated": false, "name": "inProgressScopeHistory", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "The team that the cycle is associated with.", "isDeprecated": false, "name": "team", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Team", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned issues.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "IssueFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Issues associated with the cycle.", "isDeprecated": false, "name": "issues", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned issues.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "IssueFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Issues that weren't completed when the cycle was closed.", "isDeprecated": false, "name": "uncompletedIssuesUponClose", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The overall progress of the cycle. This is the (completed estimate points + 0.25 * in progress estimate points) / total estimate points.", "isDeprecated": false, "name": "progress", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "Cycle", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Cycle", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CycleEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CycleEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Cycle", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CycleConnection", "possibleTypes": null }, { "description": "An issue.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The issue's unique number.", "isDeprecated": false, "name": "number", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The issue's title.", "isDeprecated": false, "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The issue's description in markdown format.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The priority of the issue.", "isDeprecated": false, "name": "priority", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The estimate of the complexity of the issue..", "isDeprecated": false, "name": "estimate", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": "Will be removed in near future, please use `sortOrder` instead", "description": "The order of the item in its column on the board.", "isDeprecated": true, "name": "boardOrder", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The order of the item in relation to other items in the organization.", "isDeprecated": false, "name": "sortOrder", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the issue was moved into started state.", "isDeprecated": false, "name": "startedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The time at which the issue was moved into completed state.", "isDeprecated": false, "name": "completedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The time at which the issue left triage.", "isDeprecated": false, "name": "triagedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The time at which the issue was moved into canceled state.", "isDeprecated": false, "name": "canceledAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The time at which the issue was automatically closed by the auto pruning process.", "isDeprecated": false, "name": "autoClosedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The time at which the issue was automatically archived by the auto pruning process.", "isDeprecated": false, "name": "autoArchivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The date at which the issue is due.", "isDeprecated": false, "name": "dueDate", "type": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A flag that indicates whether the issue is in the trash bin.", "isDeprecated": false, "name": "trashed", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The time until an issue will be snoozed in Triage view.", "isDeprecated": false, "name": "snoozedUntilAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The team that the issue is associated with.", "isDeprecated": false, "name": "team", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Team", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The cycle that the issue is associated with.", "isDeprecated": false, "name": "cycle", "type": { "kind": "OBJECT", "name": "Cycle", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The project that the issue is associated with.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Previous identifiers of the issue if it has been moved between teams.", "isDeprecated": false, "name": "previousIdentifiers", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "The user who created the issue.", "isDeprecated": false, "name": "creator", "type": { "kind": "OBJECT", "name": "User", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The user to whom the issue is assigned to.", "isDeprecated": false, "name": "assignee", "type": { "kind": "OBJECT", "name": "User", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The user who snoozed the issue.", "isDeprecated": false, "name": "snoozedBy", "type": { "kind": "OBJECT", "name": "User", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The workflow state that the issue is associated with.", "isDeprecated": false, "name": "state", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkflowState", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The parent of the issue.", "isDeprecated": false, "name": "parent", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The order of the item in the sub-issue list. Only set if the issue has a parent.", "isDeprecated": false, "name": "subIssueSortOrder", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Label for the priority.", "isDeprecated": false, "name": "priorityLabel", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Issue's human readable identifier (e.g. ENG-123).", "isDeprecated": false, "name": "identifier", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Issue URL.", "isDeprecated": false, "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Suggested branch name for the issue.", "isDeprecated": false, "name": "branchName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Returns the number of Attachment resources which are created by customer support ticketing systems (e.g. Zendesk).", "isDeprecated": false, "name": "customerTicketCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned subscribers.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "UserFilter", "ofType": null } }, { "defaultValue": null, "description": "Should query return disabled/suspended users (default: false).", "name": "includeDisabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Users who are subscribed to the issue.", "isDeprecated": false, "name": "subscribers", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned issues.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "IssueFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Children of the issue.", "isDeprecated": false, "name": "children", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned comments.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "CommentFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Comments associated with the issue.", "isDeprecated": false, "name": "comments", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "History entries associated with the issue.", "isDeprecated": false, "name": "history", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueHistoryConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned issue labels.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "IssueLabelFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Labels associated with this issue.", "isDeprecated": false, "name": "labels", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueLabelConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": "This field will soon be deprecated, please use `attachments` instead", "description": "[DEPRECATED] Integration resources for this issue.", "isDeprecated": true, "name": "integrationResources", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationResourceConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Relations associated with this issue.", "isDeprecated": false, "name": "relations", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueRelationConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Inverse relations associated with this issue.", "isDeprecated": false, "name": "inverseRelations", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueRelationConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned attachments.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "AttachmentFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Attachments associated with the issue.", "isDeprecated": false, "name": "attachments", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AttachmentConnection", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "Issue", "possibleTypes": null }, { "description": "Represents a date in ISO 8601 format. Accepts shortcuts like `2021` to represent midnight Fri Jan 01 2021. Also accepts ISO 8601 durations strings which are added to the current date to create the represented date (e.g '-P2W1D' represents the date that was two weeks and 1 day ago) ", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "TimelessDate", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Issue", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Issue", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueConnection", "possibleTypes": null }, { "description": "An external link for a project.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The link's URL.", "isDeprecated": false, "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The link's label.", "isDeprecated": false, "name": "label", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The user who created the link.", "isDeprecated": false, "name": "creator", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The project that the link is associated with.", "isDeprecated": false, "name": "project", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Project", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "ProjectLink", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectLink", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectLinkEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectLinkEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectLink", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectLinkConnection", "possibleTypes": null }, { "description": "Join table between projects and roadmaps", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The project that the roadmap is associated with.", "isDeprecated": false, "name": "project", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Project", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The roadmap that the project is associated with.", "isDeprecated": false, "name": "roadmap", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Roadmap", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The sort order of the project within the roadmap.", "isDeprecated": false, "name": "sortOrder", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "RoadmapToProject", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RoadmapToProject", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RoadmapToProjectEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RoadmapToProjectEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RoadmapToProject", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RoadmapToProjectConnection", "possibleTypes": null }, { "description": "A project.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The project's name.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The project's description.", "isDeprecated": false, "name": "description", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The project's unique URL slug.", "isDeprecated": false, "name": "slugId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The icon of the project.", "isDeprecated": false, "name": "icon", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The project's color.", "isDeprecated": false, "name": "color", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The type of the state.", "isDeprecated": false, "name": "state", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The user who created the project.", "isDeprecated": false, "name": "creator", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The project lead.", "isDeprecated": false, "name": "lead", "type": { "kind": "OBJECT", "name": "User", "ofType": null } }, { "args": [], "deprecationReason": "Milestones will be removed. Use roadmaps instead.", "description": "The milestone that this project is associated with.", "isDeprecated": true, "name": "milestone", "type": { "kind": "OBJECT", "name": "Milestone", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The initiative that this project is associated with.", "isDeprecated": false, "name": "initiative", "type": { "kind": "OBJECT", "name": "Initiative", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The time until which project update reminders are paused.", "isDeprecated": false, "name": "projectUpdateRemindersPausedUntilAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "[Internal] The estimated start date of the project.", "isDeprecated": false, "name": "startDate", "type": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The estimated completion date of the project.", "isDeprecated": false, "name": "targetDate", "type": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The time at which the project was moved into started state.", "isDeprecated": false, "name": "startedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The time at which the project was moved into completed state.", "isDeprecated": false, "name": "completedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The time at which the project was moved into canceled state.", "isDeprecated": false, "name": "canceledAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The time at which the project was automatically archived by the auto pruning process.", "isDeprecated": false, "name": "autoArchivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The sort order for the project within its milestone/initiative.", "isDeprecated": false, "name": "sortOrder", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The total number of issues in the project after each week.", "isDeprecated": false, "name": "issueCountHistory", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "The number of completed issues in the project after each week.", "isDeprecated": false, "name": "completedIssueCountHistory", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "The total number of estimation points after each week.", "isDeprecated": false, "name": "scopeHistory", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "The number of completed estimation points after each week.", "isDeprecated": false, "name": "completedScopeHistory", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "The number of in progress estimation points after each week.", "isDeprecated": false, "name": "inProgressScopeHistory", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Whether to send new issue notifications to Slack.", "isDeprecated": false, "name": "slackNewIssue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether to send new issue comment notifications to Slack.", "isDeprecated": false, "name": "slackIssueComments", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether to send new issue status updates to Slack.", "isDeprecated": false, "name": "slackIssueStatuses", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Project URL.", "isDeprecated": false, "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned teams.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "TeamFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Teams associated with this project.", "isDeprecated": false, "name": "teams", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned users.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "UserFilter", "ofType": null } }, { "defaultValue": null, "description": "Should query return disabled/suspended users (default: false).", "name": "includeDisabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Users that are members of the project.", "isDeprecated": false, "name": "members", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Project updates associated with the project.", "isDeprecated": false, "name": "projectUpdates", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectUpdateConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Documents associated with the project.", "isDeprecated": false, "name": "documents", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DocumentConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned issues.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "IssueFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Issues associated with the project.", "isDeprecated": false, "name": "issues", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Links associated with the project.", "isDeprecated": false, "name": "links", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectLinkConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The overall progress of the project. This is the (completed estimate points + 0.25 * in progress estimate points) / total estimate points.", "isDeprecated": false, "name": "progress", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Settings for all integrations associated with that project.", "isDeprecated": false, "name": "integrationsSettings", "type": { "kind": "OBJECT", "name": "IntegrationsSettings", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "Project", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Project", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Project", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectConnection", "possibleTypes": null }, { "description": "A reaction associated with a comment or a project update.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the reaction's emoji.", "isDeprecated": false, "name": "emoji", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The user who reacted.", "isDeprecated": false, "name": "user", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "Reaction", "possibleTypes": null }, { "description": "A comment associated with an issue.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The comment content in markdown format.", "isDeprecated": false, "name": "body", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The issue that the comment is associated with.", "isDeprecated": false, "name": "issue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Issue", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The parent of the comment.", "isDeprecated": false, "name": "parent", "type": { "kind": "OBJECT", "name": "Comment", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The user who wrote the comment.", "isDeprecated": false, "name": "user", "type": { "kind": "OBJECT", "name": "User", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The time user edited the comment.", "isDeprecated": false, "name": "editedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The comment content as a Prosemirror document.", "isDeprecated": false, "name": "bodyData", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Comment's URL.", "isDeprecated": false, "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned comments.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "CommentFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "The children of the comment.", "isDeprecated": false, "name": "children", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentConnection", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "Comment", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Comment", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CommentEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Comment", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CommentConnection", "possibleTypes": null }, { "description": "A custom view that has been saved by a user.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The name of the custom view.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The description of the custom view.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The icon of the custom view.", "isDeprecated": false, "name": "icon", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The color of the icon of the custom view.", "isDeprecated": false, "name": "color", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The organization of the custom view.", "isDeprecated": false, "name": "organization", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Organization", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The team associated with the custom view.", "isDeprecated": false, "name": "team", "type": { "kind": "OBJECT", "name": "Team", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The user who created the custom view.", "isDeprecated": false, "name": "creator", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } }, { "args": [], "deprecationReason": "Will be replaced by `filterData` in a future update", "description": "The filters applied to issues in the custom view.", "isDeprecated": true, "name": "filters", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The filter applied to issues in the custom view.", "isDeprecated": false, "name": "filterData", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the custom view is shared with everyone in the organization.", "isDeprecated": false, "name": "shared", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "CustomView", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CustomView", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CustomViewEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CustomViewEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CustomView", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CustomViewConnection", "possibleTypes": null }, { "description": "A document for a project.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The document title.", "isDeprecated": false, "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The document content in markdown format.", "isDeprecated": false, "name": "content", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The document content as JSON.", "isDeprecated": false, "name": "contentData", "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The icon of the document.", "isDeprecated": false, "name": "icon", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The color of the icon.", "isDeprecated": false, "name": "color", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The user who created the document.", "isDeprecated": false, "name": "creator", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The user who last updated the document.", "isDeprecated": false, "name": "updatedBy", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The project that the document is associated with.", "isDeprecated": false, "name": "project", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Project", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The document's unique URL slug.", "isDeprecated": false, "name": "slugId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "Document", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Document", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DocumentEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DocumentEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Document", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DocumentConnection", "possibleTypes": null }, { "description": "A custom emoji.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The emoji's name.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The emoji image URL.", "isDeprecated": false, "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The source of the emoji.", "isDeprecated": false, "name": "source", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The user who created the emoji.", "isDeprecated": false, "name": "creator", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The organization that the emoji belongs to.", "isDeprecated": false, "name": "organization", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Organization", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "Emoji", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Emoji", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EmojiEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EmojiEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Emoji", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EmojiConnection", "possibleTypes": null }, { "description": "User favorites presented in the sidebar.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The type of the favorite.", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The parent folder of the favorite.", "isDeprecated": false, "name": "parent", "type": { "kind": "OBJECT", "name": "Favorite", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The name of the folder. Only applies to favorites of type folder.", "isDeprecated": false, "name": "folderName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The favorited issue.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The favorited project.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The favorited team of the project.", "isDeprecated": false, "name": "projectTeam", "type": { "kind": "OBJECT", "name": "Team", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The favorited cycle.", "isDeprecated": false, "name": "cycle", "type": { "kind": "OBJECT", "name": "Cycle", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The favorited custom view.", "isDeprecated": false, "name": "customView", "type": { "kind": "OBJECT", "name": "CustomView", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The team of the favorited predefiend view. ", "isDeprecated": false, "name": "predefinedViewTeam", "type": { "kind": "OBJECT", "name": "Team", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The type of favorited predefiend view.", "isDeprecated": false, "name": "predefinedViewType", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The favorited document.", "isDeprecated": false, "name": "document", "type": { "kind": "OBJECT", "name": "Document", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The favorited roadmap.", "isDeprecated": false, "name": "roadmap", "type": { "kind": "OBJECT", "name": "Roadmap", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The favorited label.", "isDeprecated": false, "name": "label", "type": { "kind": "OBJECT", "name": "IssueLabel", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The owner of the favorite.", "isDeprecated": false, "name": "user", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The order of the item in the favorites list.", "isDeprecated": false, "name": "sortOrder", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Children of the favorite. Only applies to favorites of type folder.", "isDeprecated": false, "name": "children", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FavoriteConnection", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "Favorite", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Favorite", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "FavoriteEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FavoriteEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Favorite", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "FavoriteConnection", "possibleTypes": null }, { "description": "A initiative that contains projects.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The name of the initiative.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The organization that the initiative belongs to.", "isDeprecated": false, "name": "organization", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Organization", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The sort order for the initiative.", "isDeprecated": false, "name": "sortOrder", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The initiative's description.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The estimated completion date of the initiative.", "isDeprecated": false, "name": "targetDate", "type": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter returned projects.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "ProjectFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Projects associated with the initiative.", "isDeprecated": false, "name": "projects", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectConnection", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "Initiative", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Initiative", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "InitiativeEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "InitiativeEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Initiative", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "InitiativeConnection", "possibleTypes": null }, { "description": "A roadmap for projects.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The name of the roadmap.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The description of the roadmap.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The organization of the roadmap.", "isDeprecated": false, "name": "organization", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Organization", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The user who created the roadmap.", "isDeprecated": false, "name": "creator", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The roadmap's unique URL slug.", "isDeprecated": false, "name": "slugId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned projects.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "ProjectFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Projects associated with the roadmap.", "isDeprecated": false, "name": "projects", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectConnection", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "Roadmap", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Roadmap", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RoadmapEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RoadmapEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Roadmap", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RoadmapConnection", "possibleTypes": null }, { "description": "Intercom specific settings.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether an internal message should be added when a Linear issue changes status (for status types except completed or canceled).", "isDeprecated": false, "name": "sendNoteOnStatusChange", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether an internal message should be added when someone comments on an issue.", "isDeprecated": false, "name": "sendNoteOnComment", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether a ticket should be automatically reopened when its linked Linear issue is completed.", "isDeprecated": false, "name": "automateTicketReopeningOnCompletion", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether a ticket should be automatically reopened when its linked Linear issue is cancelled.", "isDeprecated": false, "name": "automateTicketReopeningOnCancellation", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether a ticket should be automatically reopened when a comment is posted on its linked Linear issue", "isDeprecated": false, "name": "automateTicketReopeningOnComment", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IntercomSettings", "possibleTypes": null }, { "description": "Front specific settings.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether an internal message should be added when a Linear issue changes status (for status types except completed or canceled).", "isDeprecated": false, "name": "sendNoteOnStatusChange", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether an internal message should be added when someone comments on an issue.", "isDeprecated": false, "name": "sendNoteOnComment", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether a ticket should be automatically reopened when its linked Linear issue is completed.", "isDeprecated": false, "name": "automateTicketReopeningOnCompletion", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether a ticket should be automatically reopened when its linked Linear issue is cancelled.", "isDeprecated": false, "name": "automateTicketReopeningOnCancellation", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether a ticket should be automatically reopened when a comment is posted on its linked Linear issue", "isDeprecated": false, "name": "automateTicketReopeningOnComment", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "FrontSettings", "possibleTypes": null }, { "description": "Slack notification specific settings.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "channel", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "channelId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "configurationUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SlackPostSettings", "possibleTypes": null }, { "description": "Metadata and settings for a GitHub integration.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The avatar URL for the GitHub organization", "isDeprecated": false, "name": "orgAvatarUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The GitHub organization's name", "isDeprecated": false, "name": "orgLogin", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "GitHubSettings", "possibleTypes": null }, { "description": "Google Sheets specific settings.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "spreadsheetId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "spreadsheetUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "sheetId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "updatedIssuesAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "GoogleSheetsSettings", "possibleTypes": null }, { "description": "Metadata about a Jira project.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The Jira id for this project.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The Jira key for this project, such as ENG.", "isDeprecated": false, "name": "key", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The Jira name for this project, such as Engineering.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "JiraProjectData", "possibleTypes": null }, { "description": "Tuple for mapping Jira projects to Linear teams.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The Jira id for this project.", "isDeprecated": false, "name": "jiraProjectId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The Linear team id to map to the given project.", "isDeprecated": false, "name": "linearTeamId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "JiraLinearMapping", "possibleTypes": null }, { "description": "Jira specific settings.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The mapping of Jira project id => Linear team id.", "isDeprecated": false, "name": "projectMapping", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "JiraLinearMapping", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "The Jira projects for the organization.", "isDeprecated": false, "name": "projects", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "JiraProjectData", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "JiraSettings", "possibleTypes": null }, { "description": "Sentry specific settings.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The slug of the Sentry organization being connected.", "isDeprecated": false, "name": "organizationSlug", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SentrySettings", "possibleTypes": null }, { "description": "Zendesk specific settings.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether an internal message should be added when a Linear issue changes status (for status types except completed or canceled).", "isDeprecated": false, "name": "sendNoteOnStatusChange", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether an internal message should be added when someone comments on an issue.", "isDeprecated": false, "name": "sendNoteOnComment", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether a ticket should be automatically reopened when its linked Linear issue is completed.", "isDeprecated": false, "name": "automateTicketReopeningOnCompletion", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether a ticket should be automatically reopened when its linked Linear issue is cancelled.", "isDeprecated": false, "name": "automateTicketReopeningOnCancellation", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether a ticket should be automatically reopened when a comment is posted on its linked Linear issue", "isDeprecated": false, "name": "automateTicketReopeningOnComment", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The subdomain of the Zendesk organization being connected.", "isDeprecated": false, "name": "subdomain", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The URL of the connected Zendesk organization.", "isDeprecated": false, "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The ID of the Linear bot user.", "isDeprecated": false, "name": "botUserId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ZendeskSettings", "possibleTypes": null }, { "description": "The integration resource's settings", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "slackPost", "type": { "kind": "OBJECT", "name": "SlackPostSettings", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "slackProjectPost", "type": { "kind": "OBJECT", "name": "SlackPostSettings", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "slackOrgProjectUpdatesPost", "type": { "kind": "OBJECT", "name": "SlackPostSettings", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "googleSheets", "type": { "kind": "OBJECT", "name": "GoogleSheetsSettings", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "gitHub", "type": { "kind": "OBJECT", "name": "GitHubSettings", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "sentry", "type": { "kind": "OBJECT", "name": "SentrySettings", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "zendesk", "type": { "kind": "OBJECT", "name": "ZendeskSettings", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "intercom", "type": { "kind": "OBJECT", "name": "IntercomSettings", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "front", "type": { "kind": "OBJECT", "name": "FrontSettings", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "jira", "type": { "kind": "OBJECT", "name": "JiraSettings", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IntegrationSettings", "possibleTypes": null }, { "description": "An integration with an external service.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The integration's type.", "isDeprecated": false, "name": "service", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The organization that the integration is associated with.", "isDeprecated": false, "name": "organization", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Organization", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The team that the integration is associated with.", "isDeprecated": false, "name": "team", "type": { "kind": "OBJECT", "name": "Team", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The user that added the integration.", "isDeprecated": false, "name": "creator", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "Integration", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Integration", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IntegrationEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Integration", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IntegrationConnection", "possibleTypes": null }, { "description": "Pull request review data", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The ID of the review.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The state of the review.", "isDeprecated": false, "name": "state", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The login of the reviewer.", "isDeprecated": false, "name": "reviewerLogin", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The user ID of the reviewer.", "isDeprecated": false, "name": "reviewerId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The timestamp of review submission.", "isDeprecated": false, "name": "submittedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "[Internal] The reviewer's avatar URL.", "isDeprecated": false, "name": "reviewerAvatarUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PullRequestReview", "possibleTypes": null }, { "description": "Pull request data", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "status", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "number", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "draft", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "branch", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "userId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "userLogin", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "repoLogin", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "repoName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "closedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "mergedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "reviewers", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "reviews", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestReview", "ofType": null } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PullRequestPayload", "possibleTypes": null }, { "description": "GitHub's commit data", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "message", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "timestamp", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "added", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "removed", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "modified", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CommitPayload", "possibleTypes": null }, { "description": "Sentry issue data", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The Sentry identifier for the issue.", "isDeprecated": false, "name": "issueId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The description of the issue.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The type of the actor who created the issue.", "isDeprecated": false, "name": "actorType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The Sentry identifier of the actor who created the issue.", "isDeprecated": false, "name": "actorId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The name of the Sentry actor who created this issue.", "isDeprecated": false, "name": "actorName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The Sentry identifier of the project this issue belongs to.", "isDeprecated": false, "name": "projectId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The slug of the project this issue belongs to.", "isDeprecated": false, "name": "projectSlug", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The title of the issue.", "isDeprecated": false, "name": "issueTitle", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The shortId of the issue.", "isDeprecated": false, "name": "shortId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The date this issue was first seen.", "isDeprecated": false, "name": "firstSeen", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The name of the first release version this issue appeared on, if available.", "isDeprecated": false, "name": "firstVersion", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SentryIssuePayload", "possibleTypes": null }, { "description": "Integration resource's payload", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The payload for an IntegrationResource of type 'githubPullRequest'", "isDeprecated": false, "name": "githubPullRequest", "type": { "kind": "OBJECT", "name": "PullRequestPayload", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The payload for an IntegrationResource of type 'gitlabMergeRequest'", "isDeprecated": false, "name": "gitlabMergeRequest", "type": { "kind": "OBJECT", "name": "PullRequestPayload", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The payload for an IntegrationResource of type 'githubCommit'", "isDeprecated": false, "name": "githubCommit", "type": { "kind": "OBJECT", "name": "CommitPayload", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The payload for an IntegrationResource of type 'sentryIssue'", "isDeprecated": false, "name": "sentryIssue", "type": { "kind": "OBJECT", "name": "SentryIssuePayload", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IntegrationResourceData", "possibleTypes": null }, { "description": "An integration resource created by an external service.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The integration's type.", "isDeprecated": false, "name": "resourceType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The external service resource ID.", "isDeprecated": false, "name": "resourceId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Detailed information about the external resource.", "isDeprecated": false, "name": "data", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationResourceData", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The integration that the resource is associated with.", "isDeprecated": false, "name": "integration", "type": { "kind": "OBJECT", "name": "Integration", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The issue that the resource is associated with.", "isDeprecated": false, "name": "issue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Issue", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Pull request information for GitHub pull requests and GitLab merge requests.", "isDeprecated": false, "name": "pullRequest", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PullRequestPayload", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "IntegrationResource", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationResource", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IntegrationResourceEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationResourceEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationResource", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IntegrationResourceConnection", "possibleTypes": null }, { "description": "The configuration of all integrations for a project or a team.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether to send a Slack message when a new issue is created for the project or the team.", "isDeprecated": false, "name": "slackIssueCreated", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether to send a Slack message when a comment is created on any of the project or team's issues.", "isDeprecated": false, "name": "slackIssueNewComment", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether to send a Slack message when any of the project or team's issues change to completed or cancelled.", "isDeprecated": false, "name": "slackIssueStatusChangedDone", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether to send a Slack message when any of the project or team's issues has a change in status.", "isDeprecated": false, "name": "slackIssueStatusChangedAll", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether to send a Slack message when a project update is created.", "isDeprecated": false, "name": "slackProjectUpdateCreated", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether to send a new project update to team Slack channels.", "isDeprecated": false, "name": "slackProjectUpdateCreatedToTeam", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether to send a new project update to milestone Slack channels.", "isDeprecated": false, "name": "slackProjectUpdateCreatedToMilestone", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether to send a new project update to workspace Slack channel.", "isDeprecated": false, "name": "slackProjectUpdateCreatedToWorkspace", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Team which those settings apply to.", "isDeprecated": false, "name": "team", "type": { "kind": "OBJECT", "name": "Team", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Project which those settings apply to.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "IntegrationsSettings", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationsSettings", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IntegrationsSettingsEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationsSettingsEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationsSettings", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IntegrationsSettingsConnection", "possibleTypes": null }, { "description": "Issue relation history's payload", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the related issue.", "isDeprecated": false, "name": "identifier", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The type of the change.", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueRelationHistoryPayload", "possibleTypes": null }, { "description": "A record of changes to an issue.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The issue that was changed.", "isDeprecated": false, "name": "issue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Issue", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The user who made these changes. If null, possibly means that the change made by an integration.", "isDeprecated": false, "name": "actor", "type": { "kind": "OBJECT", "name": "User", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "[DEPRECATED] Information about the integration or application which created this history entry.", "isDeprecated": false, "name": "source", "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the issue's description was updated.", "isDeprecated": false, "name": "updatedDescription", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "What the title was changed from.", "isDeprecated": false, "name": "fromTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "What the title was changed to.", "isDeprecated": false, "name": "toTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The user from whom the issue was re-assigned from.", "isDeprecated": false, "name": "fromAssignee", "type": { "kind": "OBJECT", "name": "User", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The user to whom the issue was assigned to.", "isDeprecated": false, "name": "toAssignee", "type": { "kind": "OBJECT", "name": "User", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "What the priority was changed from.", "isDeprecated": false, "name": "fromPriority", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "What the priority was changed to.", "isDeprecated": false, "name": "toPriority", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The team from which the issue was moved from.", "isDeprecated": false, "name": "fromTeam", "type": { "kind": "OBJECT", "name": "Team", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The team to which the issue was moved to.", "isDeprecated": false, "name": "toTeam", "type": { "kind": "OBJECT", "name": "Team", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The previous parent of the issue.", "isDeprecated": false, "name": "fromParent", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The new parent of the issue.", "isDeprecated": false, "name": "toParent", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The previous workflow state of the issue.", "isDeprecated": false, "name": "fromState", "type": { "kind": "OBJECT", "name": "WorkflowState", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The new workflow state of the issue.", "isDeprecated": false, "name": "toState", "type": { "kind": "OBJECT", "name": "WorkflowState", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The previous cycle of the issue.", "isDeprecated": false, "name": "fromCycle", "type": { "kind": "OBJECT", "name": "Cycle", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The new cycle of the issue.", "isDeprecated": false, "name": "toCycle", "type": { "kind": "OBJECT", "name": "Cycle", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The previous project of the issue.", "isDeprecated": false, "name": "fromProject", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The new project of the issue.", "isDeprecated": false, "name": "toProject", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "What the estimate was changed from.", "isDeprecated": false, "name": "fromEstimate", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "What the estimate was changed to.", "isDeprecated": false, "name": "toEstimate", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the issue was archived or un-archived.", "isDeprecated": false, "name": "archived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the issue was trashed or un-trashed.", "isDeprecated": false, "name": "trashed", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The import record.", "isDeprecated": false, "name": "issueImport", "type": { "kind": "OBJECT", "name": "IssueImport", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The linked attachment.", "isDeprecated": false, "name": "attachment", "type": { "kind": "OBJECT", "name": "Attachment", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID's of labels that were added.", "isDeprecated": false, "name": "addedLabelIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "ID's of labels that were removed.", "isDeprecated": false, "name": "removedLabelIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Changed issue relationships.", "isDeprecated": false, "name": "relationChanges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueRelationHistoryPayload", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "autoClosed", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "autoArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "What the due date was changed from", "isDeprecated": false, "name": "fromDueDate", "type": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "What the due date was changed to", "isDeprecated": false, "name": "toDueDate", "type": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "IssueHistory", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueHistory", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueHistoryEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueHistoryEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueHistory", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueHistoryConnection", "possibleTypes": null }, { "description": "Labels that can be associated with issues.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The label's name.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The label's description.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The label's color as a HEX string.", "isDeprecated": false, "name": "color", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": "Workspace labels are identified by their team being null.", "description": null, "isDeprecated": true, "name": "organization", "type": { "kind": "OBJECT", "name": "Organization", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The team that the label is associated with. If null, the label is associated with the global workspace..", "isDeprecated": false, "name": "team", "type": { "kind": "OBJECT", "name": "Team", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The user who created the label.", "isDeprecated": false, "name": "creator", "type": { "kind": "OBJECT", "name": "User", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The parent label.", "isDeprecated": false, "name": "parent", "type": { "kind": "OBJECT", "name": "IssueLabel", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter returned issues.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "IssueFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Issues associated with the label.", "isDeprecated": false, "name": "issues", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned issue labels.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "IssueLabelFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Children of the label.", "isDeprecated": false, "name": "children", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueLabelConnection", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "IssueLabel", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueLabel", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueLabelEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueLabelEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueLabel", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueLabelConnection", "possibleTypes": null }, { "description": "A relation between two issues.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The relationship of the issue with the related issue.", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The issue whose relationship is being described.", "isDeprecated": false, "name": "issue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Issue", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The related issue.", "isDeprecated": false, "name": "relatedIssue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Issue", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "IssueRelation", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueRelation", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueRelationEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueRelationEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueRelation", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueRelationConnection", "possibleTypes": null }, { "description": "A milestone that contains projects.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The name of the milestone.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The organization that the milestone belongs to.", "isDeprecated": false, "name": "organization", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Organization", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The sort order for the milestone.", "isDeprecated": false, "name": "sortOrder", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "[ALPHA] The milestone's description.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "[ALPHA] The estimated completion date of the initiative.", "isDeprecated": false, "name": "targetDate", "type": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter returned projects.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "ProjectFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": "Milestones will be removed. Use roadmaps instead.", "description": "Projects associated with the milestone.", "isDeprecated": true, "name": "projects", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectConnection", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "Milestone", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Milestone", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MilestoneEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MilestoneEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Milestone", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MilestoneConnection", "possibleTypes": null }, { "description": "Request to install OAuth clients on organizations and the response to the request.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The uuid of the OAuth client being requested for installation.", "isDeprecated": false, "name": "oauthClientId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The person who requested installing the OAuth client.", "isDeprecated": false, "name": "requesterId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The person who responded to the request to install the OAuth client.", "isDeprecated": false, "name": "responderId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The status for the OAuth client approval request.", "isDeprecated": false, "name": "status", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OAuthClientApprovalStatus", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The scopes the app has requested.", "isDeprecated": false, "name": "scopes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "The reason the person wants to install this OAuth client.", "isDeprecated": false, "name": "requestReason", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The reason the request for the OAuth client approval was denied.", "isDeprecated": false, "name": "denyReason", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "OauthClientApproval", "possibleTypes": null }, { "description": "The different requests statuses possible for an OAuth client approval request", "enumValues": [ { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "requested" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "approved" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "denied" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "OAuthClientApprovalStatus", "possibleTypes": null }, { "description": "Defines the use of a domain by an organization.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Domain name", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Is this domain verified", "isDeprecated": false, "name": "verified", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "E-mail used to verify this domain", "isDeprecated": false, "name": "verificationEmail", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The user who added the domain.", "isDeprecated": false, "name": "creator", "type": { "kind": "OBJECT", "name": "User", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "What type of auth is the domain used for", "isDeprecated": false, "name": "authType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OrganizationDomainAuthType", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the domains was claimed by the organization through DNS verification.", "isDeprecated": false, "name": "claimed", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "OrganizationDomain", "possibleTypes": null }, { "description": "What type of auth is the domain used for.", "enumValues": [ { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "saml" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "general" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "OrganizationDomainAuthType", "possibleTypes": null }, { "description": "An invitation to the organization that has been sent via email.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The invitees email address.", "isDeprecated": false, "name": "email", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The user role that the invitee will receive upon accepting the invite.", "isDeprecated": false, "name": "role", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "UserRoleType", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The invite was sent to external address.", "isDeprecated": false, "name": "external", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the invite was accepted. Null, if the invite hasn't been accepted", "isDeprecated": false, "name": "acceptedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The time at which the invite will be expiring. Null, if the invite shouldn't expire", "isDeprecated": false, "name": "expiresAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The user who created the invitation.", "isDeprecated": false, "name": "inviter", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The user who has accepted the invite. Null, if the invite hasn't been accepted.", "isDeprecated": false, "name": "invitee", "type": { "kind": "OBJECT", "name": "User", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The organization that the invite is associated with.", "isDeprecated": false, "name": "organization", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Organization", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "OrganizationInvite", "possibleTypes": null }, { "description": "The different permission roles available to users on an organization", "enumValues": [ { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "admin" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "guest" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "user" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "UserRoleType", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationInvite", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "OrganizationInviteEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationInviteEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationInvite", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "OrganizationInviteConnection", "possibleTypes": null }, { "description": "A user's web browser push notification subscription.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "PushSubscription", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PushSubscription", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PushSubscriptionEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PushSubscriptionEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PushSubscription", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PushSubscriptionConnection", "possibleTypes": null }, { "description": "The subscription of an organization.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The subscription type.", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The number of seats in the subscription.", "isDeprecated": false, "name": "seats", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The minimum number of seats that will be billed in the subscription.", "isDeprecated": false, "name": "seatsMinimum", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The maximum number of seats that can be added to the subscription.", "isDeprecated": false, "name": "seatsMaximum", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The creator of the subscription.", "isDeprecated": false, "name": "creator", "type": { "kind": "OBJECT", "name": "User", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The organization that the subscription is associated with.", "isDeprecated": false, "name": "organization", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Organization", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The date the subscription was canceled, if any.", "isDeprecated": false, "name": "canceledAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The subscription type of a pending change. Null if no change pending.", "isDeprecated": false, "name": "pendingChangeType", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The date the subscription will be billed next.", "isDeprecated": false, "name": "nextBillingAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "Subscription", "possibleTypes": null }, { "description": "Defines the membership of a user to a team.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The user that the membership is associated with.", "isDeprecated": false, "name": "user", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The team that the membership is associated with.", "isDeprecated": false, "name": "team", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Team", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the user is the owner of the team", "isDeprecated": false, "name": "owner", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The order of the item in the users team list.", "isDeprecated": false, "name": "sortOrder", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "TeamMembership", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamMembership", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TeamMembershipEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamMembershipEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamMembership", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TeamMembershipConnection", "possibleTypes": null }, { "description": "The settings of a user as a JSON object.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The notification channel settings the user has selected.", "isDeprecated": false, "name": "notificationPreferences", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The email types the user has unsubscribed from.", "isDeprecated": false, "name": "unsubscribedFrom", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "The user associated with these settings.", "isDeprecated": false, "name": "user", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "UserSettings", "possibleTypes": null }, { "description": "View preferences.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The view preference type.", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The view type.", "isDeprecated": false, "name": "viewType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "ViewPreferences", "possibleTypes": null }, { "description": "A webhook used to send HTTP notifications over data updates", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Webhook label", "isDeprecated": false, "name": "label", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Webhook URL", "isDeprecated": false, "name": "url", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the Webhook is enabled.", "isDeprecated": false, "name": "enabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The team that the webhook is associated with. If null, the webhook is associated with all public teams of the organization.", "isDeprecated": false, "name": "team", "type": { "kind": "OBJECT", "name": "Team", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the Webhook is enabled for all public teams, including teams created after the webhook was created.", "isDeprecated": false, "name": "allPublicTeams", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The user who created the webhook.", "isDeprecated": false, "name": "creator", "type": { "kind": "OBJECT", "name": "User", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Secret token for verifying the origin on the recipient side.", "isDeprecated": false, "name": "secret", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The resource types this webhook is subscribed to.", "isDeprecated": false, "name": "resourceTypes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "Webhook", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Webhook", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "WebhookEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WebhookEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Webhook", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "WebhookConnection", "possibleTypes": null }, { "description": "Contains requested archived model objects.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A JSON serialized collection of model objects loaded from the archive", "isDeprecated": false, "name": "archive", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The total number of entities in the archive.", "isDeprecated": false, "name": "totalCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The version of the remote database. Incremented by 1 for each migration run on the database.", "isDeprecated": false, "name": "databaseVersion", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the dependencies for the model objects are included in the archive.", "isDeprecated": false, "name": "includesDependencies", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ArchiveResponse", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SynchronizedPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ArchivePayload", "possibleTypes": null }, { "description": "Contains a delta sync.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A JSON serialized collection of delta packets.", "isDeprecated": false, "name": "updates", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the client should try loading more.", "isDeprecated": false, "name": "loadMore", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether loading the delta was successful. In case it wasn't, the client is instructed to do a full bootstrap.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SyncDeltaResponse", "possibleTypes": null }, { "description": "Contains the requested dependencies.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A JSON serialized collection of dependencies.", "isDeprecated": false, "name": "dependencies", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DependencyResponse", "possibleTypes": null }, { "description": "Contains the requested relations.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A JSON serialized collection of relations model object.", "isDeprecated": false, "name": "models", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SyncBatchResponse", "possibleTypes": null }, { "description": "Contains either the full serialized state of the application or delta packets that the requester can\n apply to the local data set in order to be up-to-date.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Entity counts keyed by the entity name.", "isDeprecated": false, "name": "counts", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSON", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EntityCountResponse", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "enabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "delay", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "currentJob", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "param", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AdminJobConfigurationPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "configuration", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AdminJobConfigurationPayload", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "cursor", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "startedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "availableJobs", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AdminJobStatusPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EventPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The API key that was created.", "isDeprecated": false, "name": "apiKey", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ApiKey", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ApiKeyPayload", "possibleTypes": null }, { "description": "Public information of the OAuth application.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "OAuth application's ID.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "OAuth application's client ID.", "isDeprecated": false, "name": "clientId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Application name.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information about the application.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the developer.", "isDeprecated": false, "name": "developer", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Url of the developer (homepage or docs).", "isDeprecated": false, "name": "developerUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Image of the application.", "isDeprecated": false, "name": "imageUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Application", "possibleTypes": null }, { "description": "Public information of the OAuth application, plus whether the application has been authorized for the given scopes.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "OAuth application's ID.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "OAuth application's client ID.", "isDeprecated": false, "name": "clientId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Application name.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information about the application.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the developer.", "isDeprecated": false, "name": "developer", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Url of the developer (homepage or docs).", "isDeprecated": false, "name": "developerUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Image of the application.", "isDeprecated": false, "name": "imageUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the user has authorized the application for the given scopes.", "isDeprecated": false, "name": "isAuthorized", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the application was created by Linear.", "isDeprecated": false, "name": "createdByLinear", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether or not webhooks are enabled for the application.", "isDeprecated": false, "name": "webhooksEnabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Error associated with the application needing to be requested for approval in the workspace", "isDeprecated": false, "name": "approvalErrorCode", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UserAuthorizedApplication", "possibleTypes": null }, { "description": "[INTERNAL] Public information of the OAuth application, plus the authorized scopes for a given user.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Application name.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Image of the application.", "isDeprecated": false, "name": "imageUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Scopes that are authorized for this application for a given user.", "isDeprecated": false, "name": "scope", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "OAuth application's ID.", "isDeprecated": false, "name": "appId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "OAuth application's client ID.", "isDeprecated": false, "name": "clientId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether or not webhooks are enabled for the application.", "isDeprecated": false, "name": "webhooksEnabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AuthorizedApplication", "possibleTypes": null }, { "description": "[INTERNAL] An OAuth userId/createdDate tuple", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The authorizing userId", "isDeprecated": false, "name": "userId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The date of the authorization", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AuthMembership", "possibleTypes": null }, { "description": "[INTERNAL] Public information of the OAuth application, plus the userIds and scopes for those users.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Application name.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Image of the application.", "isDeprecated": false, "name": "imageUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Scopes that are authorized for this application for a given user.", "isDeprecated": false, "name": "scope", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "OAuth application's ID.", "isDeprecated": false, "name": "appId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "OAuth application's client ID.", "isDeprecated": false, "name": "clientId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether or not webhooks are enabled for the application.", "isDeprecated": false, "name": "webhooksEnabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Total number of members that authorized the application", "isDeprecated": false, "name": "totalMembers", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "UserIds and membership dates of everyone who has authorized the application with the set of scopes", "isDeprecated": false, "name": "memberships", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuthMembership", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "WorkspaceAuthorizedApplication", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The issue attachment that was created.", "isDeprecated": false, "name": "attachment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Attachment", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AttachmentPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "FrontAttachmentPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuditEntry", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AuditEntryEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuditEntryEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuditEntry", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AuditEntryConnection", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The audit entry type.", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Description of the audit entry type.", "isDeprecated": false, "name": "description", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AuditEntryType", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "organization", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Organization", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "user", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CreateOrJoinOrganizationResponse", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Supported challenge for this user account. Can be either verificationCode or password.", "isDeprecated": false, "name": "authType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EmailUserAccountAuthChallengeResponse", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "SAML SSO sign-in URL.", "isDeprecated": false, "name": "samlSsoUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SsoUrlFromEmailResponse", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "LogoutResponse", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The comment that was created or updated.", "isDeprecated": false, "name": "comment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Comment", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CommentPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ContactPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The custom view that was created or updated.", "isDeprecated": false, "name": "customView", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CustomView", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CustomViewPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The Cycle that was created or updated.", "isDeprecated": false, "name": "cycle", "type": { "kind": "OBJECT", "name": "Cycle", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CyclePayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The document that was created or updated.", "isDeprecated": false, "name": "document", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Document", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DocumentPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EmailSubscribePayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EmailUnsubscribePayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The emoji that was created.", "isDeprecated": false, "name": "emoji", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Emoji", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EmojiPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The object that was added as a favorite.", "isDeprecated": false, "name": "favorite", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Favorite", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "FavoritePayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "FeedbackPayload", "possibleTypes": null }, { "description": "Object representing Figma preview information.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Figma file name.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Date when the file was updated at the time of embedding.", "isDeprecated": false, "name": "lastModified", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Node name.", "isDeprecated": false, "name": "nodeName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Figma screenshot URL.", "isDeprecated": false, "name": "url", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "FigmaEmbed", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Figma embed information.", "isDeprecated": false, "name": "figmaEmbed", "type": { "kind": "OBJECT", "name": "FigmaEmbed", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "FigmaEmbedPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Upload file header key.", "isDeprecated": false, "name": "key", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Upload file header value.", "isDeprecated": false, "name": "value", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UploadFileHeader", "possibleTypes": null }, { "description": "Object representing Google Cloud upload policy, plus additional data.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The filename.", "isDeprecated": false, "name": "filename", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The content type.", "isDeprecated": false, "name": "contentType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The size of the uploaded file.", "isDeprecated": false, "name": "size", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The signed URL the for the uploaded file. (assigned automatically)", "isDeprecated": false, "name": "uploadUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The asset URL for the uploaded file. (assigned automatically)", "isDeprecated": false, "name": "assetUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "metaData", "type": { "kind": "SCALAR", "name": "JSON", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "headers", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UploadFileHeader", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UploadFile", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Object describing the file to be uploaded.", "isDeprecated": false, "name": "uploadFile", "type": { "kind": "OBJECT", "name": "UploadFile", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UploadPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The URL containing the image.", "isDeprecated": false, "name": "url", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ImageUploadFromUrlPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The milesteone that was created or updated.", "isDeprecated": false, "name": "initiative", "type": { "kind": "OBJECT", "name": "Initiative", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "InitiativePayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IntegrationRequestPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The integration that was created or updated.", "isDeprecated": false, "name": "integration", "type": { "kind": "OBJECT", "name": "Integration", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IntegrationPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The integration that was created or updated.", "isDeprecated": false, "name": "integration", "type": { "kind": "OBJECT", "name": "Integration", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The webhook secret to provide to GitHub.", "isDeprecated": false, "name": "webhookSecret", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "GitHubCommitIntegrationPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The settings that were created or updated.", "isDeprecated": false, "name": "integrationsSettings", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationsSettings", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IntegrationsSettingsPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The IntegrationTemplate that was created or updated.", "isDeprecated": false, "name": "integrationTemplate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationTemplate", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IntegrationTemplatePayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The import job that was created or updated.", "isDeprecated": false, "name": "issueImport", "type": { "kind": "OBJECT", "name": "IssueImport", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueImportPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The import job that was deleted.", "isDeprecated": false, "name": "issueImport", "type": { "kind": "OBJECT", "name": "IssueImport", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueImportDeletePayload", "possibleTypes": null }, { "description": "Relevant information for the GitHub repository.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The id of the GitHub repository.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The name of the GitHub repository.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "GithubRepo", "possibleTypes": null }, { "description": "Relevant information for the GitHub organization.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "GitHub organization id.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The name of the GitHub organization.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The login for the GitHub organization.", "isDeprecated": false, "name": "login", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Repositories that the organization owns.", "isDeprecated": false, "name": "repositories", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "GithubRepo", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "GithubOrg", "possibleTypes": null }, { "description": "GitHub OAuth token, plus information about the organizations the user is a member of.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The OAuth token if the operation to fetch it was successful.", "isDeprecated": false, "name": "token", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A list of the GitHub organizations the user is a member of with attached repositories.", "isDeprecated": false, "name": "organizations", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "GithubOrg", "ofType": null } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "GithubOAuthTokenPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The label that was created or updated.", "isDeprecated": false, "name": "issueLabel", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueLabel", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueLabelPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The issue relation that was created or updated.", "isDeprecated": false, "name": "issueRelation", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueRelation", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueRelationPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The issue that was created or updated.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssuePayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The issues that were updated.", "isDeprecated": false, "name": "issues", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Issue", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueBatchPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Priority's number value.", "isDeprecated": false, "name": "priority", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Priority's label.", "isDeprecated": false, "name": "label", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssuePriorityValue", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The milesteone that was created or updated.", "isDeprecated": false, "name": "milestone", "type": { "kind": "OBJECT", "name": "Milestone", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MilestonePayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MilestoneMigrationPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The notification that was created or updated.", "isDeprecated": false, "name": "notification", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Notification", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "NotificationPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Notification", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "NotificationEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NotificationEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Notification", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "NotificationConnection", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The notification subscription that was created or updated.", "isDeprecated": false, "name": "notificationSubscription", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "NotificationSubscription", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "NotificationSubscriptionPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The created authentication string.", "isDeprecated": false, "name": "authString", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "OauthAuthStringChallengePayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "OauthAuthStringAuthorizePayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Access token for use.", "isDeprecated": false, "name": "token", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "OauthAuthStringCheckPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The OAuth client approval request that was created or updated.", "isDeprecated": false, "name": "oauthClientApproval", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OauthClientApproval", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "OauthClientApprovalPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The OAuth client application that was created or updated.", "isDeprecated": false, "name": "oauthClient", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OauthClient", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "OauthClientPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RotateSecretPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "OauthTokenRevokePayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "OauthTokensRevokePayload", "possibleTypes": null }, { "description": "[INTERNAL] Organization domain operation response.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The organization domain that was created or updated.", "isDeprecated": false, "name": "organizationDomain", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationDomain", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "OrganizationDomainPayload", "possibleTypes": null }, { "description": "[INTERNAL] Organization domain operation response.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "OrganizationDomainSimplePayload", "possibleTypes": null }, { "description": "[INTERNAL] Domain claim request response.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "String to put into DNS for verification.", "isDeprecated": false, "name": "verificationString", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "OrganizationDomainClaimPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The organization invite that was created or updated.", "isDeprecated": false, "name": "organizationInvite", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationInvite", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "OrganizationInvitePayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The name of the inviter", "isDeprecated": false, "name": "inviter", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The email of the invitee", "isDeprecated": false, "name": "email", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "What user role the invite should grant.", "isDeprecated": false, "name": "role", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "UserRoleType", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "When the invite was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the workspace the invite is for.", "isDeprecated": false, "name": "organizationName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the workspace the invite is for.", "isDeprecated": false, "name": "organizationId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "URL of the workspace logo the invite is for.", "isDeprecated": false, "name": "organizationLogoUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the invite has already been accepted.", "isDeprecated": false, "name": "accepted", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the invite has expired.", "isDeprecated": false, "name": "expired", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "OrganizationInviteDetailsPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The organization that was created or updated.", "isDeprecated": false, "name": "organization", "type": { "kind": "OBJECT", "name": "Organization", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "OrganizationPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "OrganizationDeletePayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "OrganizationCancelDeletePayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the organization exists.", "isDeprecated": false, "name": "exists", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "OrganizationExistsPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The project that was created or updated.", "isDeprecated": false, "name": "projectLink", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectLink", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectLinkPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The project that was created or updated.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The project update interaction that was created or updated.", "isDeprecated": false, "name": "projectUpdateInteraction", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectUpdateInteraction", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectUpdateInteractionPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The project update that was created or updated.", "isDeprecated": false, "name": "projectUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectUpdate", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectUpdatePayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The project update that was created or updated.", "isDeprecated": false, "name": "projectUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectUpdate", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The project update that was created or updated.", "isDeprecated": false, "name": "interaction", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectUpdateInteraction", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectUpdateWithInteractionPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PushSubscriptionPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PushSubscriptionTestPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier we rate limit on.", "isDeprecated": false, "name": "identifier", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The kind of rate limit selected for this request.", "isDeprecated": false, "name": "kind", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The state of the rate limit.", "isDeprecated": false, "name": "limits", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RateLimitResultPayload", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RateLimitPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "What is being rate limited.", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The requested quantity for this type of limit.", "isDeprecated": false, "name": "requestedAmount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The total allowed quantity for this type of limit.", "isDeprecated": false, "name": "allowedAmount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The period in which the rate limit is fully replenished in ms.", "isDeprecated": false, "name": "period", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The remaining quantity for this type of limit after this request.", "isDeprecated": false, "name": "remainingAmount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The timestamp after the rate limit is fully replenished as a UNIX timestamp.", "isDeprecated": false, "name": "reset", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RateLimitResultPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "reaction", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Reaction", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ReactionPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Reaction", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Used in `before` and `after` args", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ReactionEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactionEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Reaction", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ReactionConnection", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CreateCsvExportReportPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The roadmap that was created or updated.", "isDeprecated": false, "name": "roadmap", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Roadmap", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RoadmapPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The roadmapToProject that was created or updated.", "isDeprecated": false, "name": "roadmapToProject", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RoadmapToProject", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RoadmapToProjectPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The team membership that was created or updated.", "isDeprecated": false, "name": "teamMembership", "type": { "kind": "OBJECT", "name": "TeamMembership", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TeamMembershipPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The team that was created or updated.", "isDeprecated": false, "name": "team", "type": { "kind": "OBJECT", "name": "Team", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TeamPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The template that was created or updated.", "isDeprecated": false, "name": "template", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Template", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TemplatePayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The user that was created or updated.", "isDeprecated": false, "name": "user", "type": { "kind": "OBJECT", "name": "User", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UserPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UserAdminPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The user's settings.", "isDeprecated": false, "name": "userSettings", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserSettings", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UserSettingsPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The flag key which was updated.", "isDeprecated": false, "name": "flag", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The flag value after update.", "isDeprecated": false, "name": "value", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UserSettingsFlagPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UserSettingsFlagsResetPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UserSubscribeToNewsletterPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The view preferences entity being mutated.", "isDeprecated": false, "name": "viewPreferences", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ViewPreferences", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ViewPreferencesPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The webhook entity being mutated.", "isDeprecated": false, "name": "webhook", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Webhook", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "WebhookPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The identifier of the last sync operation.", "isDeprecated": false, "name": "lastSyncId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The state that was created or updated.", "isDeprecated": false, "name": "workflowState", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkflowState", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the operation was successful.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "WorkflowStatePayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "INTERFACE", "name": "Node", "possibleTypes": [ { "kind": "OBJECT", "name": "ApiKey", "ofType": null }, { "kind": "OBJECT", "name": "WorkflowState", "ofType": null }, { "kind": "OBJECT", "name": "IssueImport", "ofType": null }, { "kind": "OBJECT", "name": "Team", "ofType": null }, { "kind": "OBJECT", "name": "User", "ofType": null }, { "kind": "OBJECT", "name": "IntegrationTemplate", "ofType": null }, { "kind": "OBJECT", "name": "Template", "ofType": null }, { "kind": "OBJECT", "name": "Organization", "ofType": null }, { "kind": "OBJECT", "name": "OauthClient", "ofType": null }, { "kind": "OBJECT", "name": "Attachment", "ofType": null }, { "kind": "OBJECT", "name": "AuditEntry", "ofType": null }, { "kind": "OBJECT", "name": "ProjectUpdateInteraction", "ofType": null }, { "kind": "OBJECT", "name": "ProjectUpdate", "ofType": null }, { "kind": "OBJECT", "name": "Cycle", "ofType": null }, { "kind": "OBJECT", "name": "Issue", "ofType": null }, { "kind": "OBJECT", "name": "ProjectLink", "ofType": null }, { "kind": "OBJECT", "name": "RoadmapToProject", "ofType": null }, { "kind": "OBJECT", "name": "Project", "ofType": null }, { "kind": "OBJECT", "name": "Reaction", "ofType": null }, { "kind": "OBJECT", "name": "Comment", "ofType": null }, { "kind": "OBJECT", "name": "CustomView", "ofType": null }, { "kind": "OBJECT", "name": "Document", "ofType": null }, { "kind": "OBJECT", "name": "Emoji", "ofType": null }, { "kind": "OBJECT", "name": "Favorite", "ofType": null }, { "kind": "OBJECT", "name": "Initiative", "ofType": null }, { "kind": "OBJECT", "name": "Roadmap", "ofType": null }, { "kind": "OBJECT", "name": "Integration", "ofType": null }, { "kind": "OBJECT", "name": "IntegrationResource", "ofType": null }, { "kind": "OBJECT", "name": "IntegrationsSettings", "ofType": null }, { "kind": "OBJECT", "name": "IssueHistory", "ofType": null }, { "kind": "OBJECT", "name": "IssueLabel", "ofType": null }, { "kind": "OBJECT", "name": "IssueRelation", "ofType": null }, { "kind": "OBJECT", "name": "Milestone", "ofType": null }, { "kind": "OBJECT", "name": "OauthClientApproval", "ofType": null }, { "kind": "OBJECT", "name": "OrganizationDomain", "ofType": null }, { "kind": "OBJECT", "name": "OrganizationInvite", "ofType": null }, { "kind": "OBJECT", "name": "PushSubscription", "ofType": null }, { "kind": "OBJECT", "name": "Subscription", "ofType": null }, { "kind": "OBJECT", "name": "TeamMembership", "ofType": null }, { "kind": "OBJECT", "name": "UserSettings", "ofType": null }, { "kind": "OBJECT", "name": "ViewPreferences", "ofType": null }, { "kind": "OBJECT", "name": "Webhook", "ofType": null }, { "kind": "OBJECT", "name": "ProjectNotificationSubscription", "ofType": null }, { "kind": "OBJECT", "name": "TeamNotificationSubscription", "ofType": null }, { "kind": "OBJECT", "name": "IssueNotification", "ofType": null }, { "kind": "OBJECT", "name": "ProjectNotification", "ofType": null }, { "kind": "OBJECT", "name": "OauthClientApprovalNotification", "ofType": null } ] }, { "description": "Notification subscriptions for models.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The type of the subscription.", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The user associated with notification subscriptions.", "isDeprecated": false, "name": "user", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Subscribed team.", "isDeprecated": false, "name": "team", "type": { "kind": "OBJECT", "name": "Team", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Subscribed project.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Entity", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "INTERFACE", "name": "NotificationSubscription", "possibleTypes": [ { "kind": "OBJECT", "name": "ProjectNotificationSubscription", "ofType": null }, { "kind": "OBJECT", "name": "TeamNotificationSubscription", "ofType": null } ] }, { "description": "A notification sent to a user.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Notification type", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The user that caused the notification. If empty it's Linear itself.", "isDeprecated": false, "name": "actor", "type": { "kind": "OBJECT", "name": "User", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The user that received the notification.", "isDeprecated": false, "name": "user", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at when the user marked the notification as read. Null, if the the user hasn't read the notification", "isDeprecated": false, "name": "readAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The time at when an email reminder for this notification was sent to the user. Null, if no email\n reminder has been sent.", "isDeprecated": false, "name": "emailedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The time until a notification will be snoozed. After that it will appear in the inbox again.", "isDeprecated": false, "name": "snoozedUntilAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Entity", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "INTERFACE", "name": "Notification", "possibleTypes": [ { "kind": "OBJECT", "name": "IssueNotification", "ofType": null }, { "kind": "OBJECT", "name": "ProjectNotification", "ofType": null }, { "kind": "OBJECT", "name": "OauthClientApprovalNotification", "ofType": null } ] }, { "description": "Issue import mapping input", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The mapping configuration for users", "name": "users", "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, { "defaultValue": null, "description": "The mapping configuration for workflow states", "name": "workflowStates", "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, { "defaultValue": null, "description": "The mapping configuration for epics", "name": "epics", "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssueImportMappingInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "X.509 Signing Certificate in string form.", "name": "ssoSigningCert", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Sign in endpoint URL for the identity provider.", "name": "ssoEndpoint", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Binding method for authentication call. Can be either `post` (default) or `redirect`.", "name": "ssoBinding", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The algorithm of the Signing Certificate. Can be one of `sha1`, `sha256` (default), or `sha512`.", "name": "ssoSignAlgo", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "List of allowed email domains for SAML authentication.", "name": "allowedDomains", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "The issuer's custom entity ID.", "name": "issuerEntityId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "SamlConfigurationInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Whether an internal message should be added when a Linear issue changes status (for status types except completed or canceled).", "name": "sendNoteOnStatusChange", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether an internal message should be added when someone comments on an issue.", "name": "sendNoteOnComment", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether a ticket should be automatically reopened when its linked Linear issue is completed.", "name": "automateTicketReopeningOnCompletion", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether a ticket should be automatically reopened when its linked Linear issue is cancelled.", "name": "automateTicketReopeningOnCancellation", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether a ticket should be automatically reopened when a comment is posted on its linked Linear issue", "name": "automateTicketReopeningOnComment", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IntercomSettingsInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Whether an internal message should be added when a Linear issue changes status (for status types except completed or canceled).", "name": "sendNoteOnStatusChange", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether an internal message should be added when someone comments on an issue.", "name": "sendNoteOnComment", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether a ticket should be automatically reopened when its linked Linear issue is completed.", "name": "automateTicketReopeningOnCompletion", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether a ticket should be automatically reopened when its linked Linear issue is cancelled.", "name": "automateTicketReopeningOnCancellation", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether a ticket should be automatically reopened when a comment is posted on its linked Linear issue", "name": "automateTicketReopeningOnComment", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "FrontSettingsInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": null, "name": "channel", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": null, "name": "channelId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": null, "name": "configurationUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "SlackPostSettingsInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The avatar URL for the GitHub organization", "name": "orgAvatarUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The GitHub organization's name", "name": "orgLogin", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "GitHubSettingsInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": null, "name": "spreadsheetId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": null, "name": "spreadsheetUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": null, "name": "sheetId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "defaultValue": null, "description": null, "name": "updatedIssuesAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "GoogleSheetsSettingsInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The Jira id for this project.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The Jira key for this project, such as ENG.", "name": "key", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The Jira name for this project, such as Engineering.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "JiraProjectDataInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The Jira id for this project.", "name": "jiraProjectId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The Linear team id to map to the given project.", "name": "linearTeamId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "JiraLinearMappingInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The mapping of Jira project id => Linear team id.", "name": "projectMapping", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "JiraLinearMappingInput", "ofType": null } } } }, { "defaultValue": null, "description": "The Jira projects for the organization.", "name": "projects", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "JiraProjectDataInput", "ofType": null } } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "JiraSettingsInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The slug of the Sentry organization being connected.", "name": "organizationSlug", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "SentrySettingsInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Whether an internal message should be added when a Linear issue changes status (for status types except completed or canceled).", "name": "sendNoteOnStatusChange", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether an internal message should be added when someone comments on an issue.", "name": "sendNoteOnComment", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether a ticket should be automatically reopened when its linked Linear issue is completed.", "name": "automateTicketReopeningOnCompletion", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether a ticket should be automatically reopened when its linked Linear issue is cancelled.", "name": "automateTicketReopeningOnCancellation", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether a ticket should be automatically reopened when a comment is posted on its linked Linear issue", "name": "automateTicketReopeningOnComment", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "The subdomain of the Zendesk organization being connected.", "name": "subdomain", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The URL of the connected Zendesk organization.", "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The ID of the Linear bot user.", "name": "botUserId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ZendeskSettingsInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": null, "name": "slackPost", "type": { "kind": "INPUT_OBJECT", "name": "SlackPostSettingsInput", "ofType": null } }, { "defaultValue": null, "description": null, "name": "slackProjectPost", "type": { "kind": "INPUT_OBJECT", "name": "SlackPostSettingsInput", "ofType": null } }, { "defaultValue": null, "description": null, "name": "slackOrgProjectUpdatesPost", "type": { "kind": "INPUT_OBJECT", "name": "SlackPostSettingsInput", "ofType": null } }, { "defaultValue": null, "description": null, "name": "googleSheets", "type": { "kind": "INPUT_OBJECT", "name": "GoogleSheetsSettingsInput", "ofType": null } }, { "defaultValue": null, "description": null, "name": "gitHub", "type": { "kind": "INPUT_OBJECT", "name": "GitHubSettingsInput", "ofType": null } }, { "defaultValue": null, "description": null, "name": "sentry", "type": { "kind": "INPUT_OBJECT", "name": "SentrySettingsInput", "ofType": null } }, { "defaultValue": null, "description": null, "name": "zendesk", "type": { "kind": "INPUT_OBJECT", "name": "ZendeskSettingsInput", "ofType": null } }, { "defaultValue": null, "description": null, "name": "intercom", "type": { "kind": "INPUT_OBJECT", "name": "IntercomSettingsInput", "ofType": null } }, { "defaultValue": null, "description": null, "name": "front", "type": { "kind": "INPUT_OBJECT", "name": "FrontSettingsInput", "ofType": null } }, { "defaultValue": null, "description": null, "name": "jira", "type": { "kind": "INPUT_OBJECT", "name": "JiraSettingsInput", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IntegrationSettingsInput", "possibleTypes": null }, { "description": "Relation load request.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The class name of the model to load.", "name": "modelClass", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The indexed key to load models for.", "name": "indexedKey", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The value of the indexed key to load models for.", "name": "keyValue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "BatchRequest", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": null, "name": "enabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "defaultValue": null, "description": null, "name": "delay", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": null, "name": "currentJob", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, "name": "param", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "AdminJobConfiguration", "possibleTypes": null }, { "description": "Comparator for booleans.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Equals constraint.", "name": "eq", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Not equals constraint.", "name": "neq", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "BooleanComparator", "possibleTypes": null }, { "description": "Comparator for dates.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Equals constraint.", "name": "eq", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "defaultValue": null, "description": "Not-equals constraint.", "name": "neq", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "defaultValue": null, "description": "In-array constraint.", "name": "in", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } } }, { "defaultValue": null, "description": "Not-in-array constraint.", "name": "nin", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } } }, { "defaultValue": null, "description": "Less-than constraint. Matches any values that are less than the given value.", "name": "lt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "defaultValue": null, "description": "Less-than-or-equal constraint. Matches any values that are less than or equal to the given value.", "name": "lte", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "defaultValue": null, "description": "Greater-than constraint. Matches any values that are greater than the given value.", "name": "gt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "defaultValue": null, "description": "Greater-than-or-equal constraint. Matches any values that are greater than or equal to the given value.", "name": "gte", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DateComparator", "possibleTypes": null }, { "description": "Comparator for optional dates.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Equals constraint.", "name": "eq", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "defaultValue": null, "description": "Not-equals constraint.", "name": "neq", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "defaultValue": null, "description": "In-array constraint.", "name": "in", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } } }, { "defaultValue": null, "description": "Not-in-array constraint.", "name": "nin", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } } }, { "defaultValue": null, "description": "Null constraint. Matches any non-null values if the given value is false, otherwise it matches null values.", "name": "null", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Less-than constraint. Matches any values that are less than the given value.", "name": "lt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "defaultValue": null, "description": "Less-than-or-equal constraint. Matches any values that are less than or equal to the given value.", "name": "lte", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "defaultValue": null, "description": "Greater-than constraint. Matches any values that are greater than the given value.", "name": "gt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "defaultValue": null, "description": "Greater-than-or-equal constraint. Matches any values that are greater than or equal to the given value.", "name": "gte", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "NullableDateComparator", "possibleTypes": null }, { "description": "Comparator for identifiers.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Equals constraint.", "name": "eq", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "Not-equals constraint.", "name": "neq", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "In-array constraint.", "name": "in", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Not-in-array constraint.", "name": "nin", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IDComparator", "possibleTypes": null }, { "description": "Comparator for strings.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Equals constraint.", "name": "eq", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Not-equals constraint.", "name": "neq", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "In-array constraint.", "name": "in", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Not-in-array constraint.", "name": "nin", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Equals case insensitive. Matches any values that matches the given string case insensitive.", "name": "eqIgnoreCase", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Not-equals case insensitive. Matches any values that don't match the given string case insensitive.", "name": "neqIgnoreCase", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Starts with constraint. Matches any values that start with the given string.", "name": "startsWith", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Doesn't start with constraint. Matches any values that don't start with the given string.", "name": "notStartsWith", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Ends with constraint. Matches any values that end with the given string.", "name": "endsWith", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Doesn't end with constraint. Matches any values that don't end with the given string.", "name": "notEndsWith", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Contains constraint. Matches any values that contain the given string.", "name": "contains", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Contains case insensitive constraint. Matches any values that contain the given string case insensitive.", "name": "containsIgnoreCase", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Doesn't contain constraint. Matches any values that don't contain the given string.", "name": "notContains", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Doesn't contain case insensitive constraint. Matches any values that don't contain the given string case insensitive.", "name": "notContainsIgnoreCase", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "StringComparator", "possibleTypes": null }, { "description": "Comparator for optional strings.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Equals constraint.", "name": "eq", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Not-equals constraint.", "name": "neq", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "In-array constraint.", "name": "in", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Not-in-array constraint.", "name": "nin", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Null constraint. Matches any non-null values if the given value is false, otherwise it matches null values.", "name": "null", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Equals case insensitive. Matches any values that matches the given string case insensitive.", "name": "eqIgnoreCase", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Not-equals case insensitive. Matches any values that don't match the given string case insensitive.", "name": "neqIgnoreCase", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Starts with constraint. Matches any values that start with the given string.", "name": "startsWith", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Doesn't start with constraint. Matches any values that don't start with the given string.", "name": "notStartsWith", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Ends with constraint. Matches any values that end with the given string.", "name": "endsWith", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Doesn't end with constraint. Matches any values that don't end with the given string.", "name": "notEndsWith", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Contains constraint. Matches any values that contain the given string.", "name": "contains", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Contains case insensitive constraint. Matches any values that contain the given string case insensitive.", "name": "containsIgnoreCase", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Doesn't contain constraint. Matches any values that don't contain the given string.", "name": "notContains", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Doesn't contain case insensitive constraint. Matches any values that don't contain the given string case insensitive.", "name": "notContainsIgnoreCase", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "NullableStringComparator", "possibleTypes": null }, { "description": "Team filtering options.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Comparator for the identifier.", "name": "id", "type": { "kind": "INPUT_OBJECT", "name": "IDComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the created at date.", "name": "createdAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the updated at date.", "name": "updatedAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the team name.", "name": "name", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the team key.", "name": "key", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the team description.", "name": "description", "type": { "kind": "INPUT_OBJECT", "name": "NullableStringComparator", "ofType": null } }, { "defaultValue": null, "description": "Filters that the teams issues must satisfy.", "name": "issues", "type": { "kind": "INPUT_OBJECT", "name": "IssueCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "Compound filters, all of which need to be matched by the team.", "name": "and", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TeamFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Compound filters, one of which need to be matched by the team.", "name": "or", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TeamFilter", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "TeamFilter", "possibleTypes": null }, { "description": "Comparator for numbers.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Equals constraint.", "name": "eq", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "Not-equals constraint.", "name": "neq", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "In-array constraint.", "name": "in", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } } }, { "defaultValue": null, "description": "Not-in-array constraint.", "name": "nin", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } } }, { "defaultValue": null, "description": "Less-than constraint. Matches any values that are less than the given value.", "name": "lt", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "Less-than-or-equal constraint. Matches any values that are less than or equal to the given value.", "name": "lte", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "Greater-than constraint. Matches any values that are greater than the given value.", "name": "gt", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "Greater-than-or-equal constraint. Matches any values that are greater than or equal to the given value.", "name": "gte", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "NumberComparator", "possibleTypes": null }, { "description": "Comparator for optional numbers.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Equals constraint.", "name": "eq", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "Not-equals constraint.", "name": "neq", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "In-array constraint.", "name": "in", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } } }, { "defaultValue": null, "description": "Not-in-array constraint.", "name": "nin", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } } }, { "defaultValue": null, "description": "Null constraint. Matches any non-null values if the given value is false, otherwise it matches null values.", "name": "null", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Less-than constraint. Matches any values that are less than the given value.", "name": "lt", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "Less-than-or-equal constraint. Matches any values that are less than or equal to the given value.", "name": "lte", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "Greater-than constraint. Matches any values that are greater than the given value.", "name": "gt", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "Greater-than-or-equal constraint. Matches any values that are greater than or equal to the given value.", "name": "gte", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "NullableNumberComparator", "possibleTypes": null }, { "description": "User filtering options.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Comparator for the identifier.", "name": "id", "type": { "kind": "INPUT_OBJECT", "name": "IDComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the created at date.", "name": "createdAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the updated at date.", "name": "updatedAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the user's name.", "name": "name", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the user's display name.", "name": "displayName", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the user's email.", "name": "email", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the user's activity status.", "name": "active", "type": { "kind": "INPUT_OBJECT", "name": "BooleanComparator", "ofType": null } }, { "defaultValue": null, "description": "Filters that the users assigned issues must satisfy.", "name": "assignedIssues", "type": { "kind": "INPUT_OBJECT", "name": "IssueCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the user's admin status.", "name": "admin", "type": { "kind": "INPUT_OBJECT", "name": "BooleanComparator", "ofType": null } }, { "defaultValue": null, "description": "Filter based on the currently authenticated user. Set to true to filter for the authenticated user, false for any other user.", "name": "isMe", "type": { "kind": "INPUT_OBJECT", "name": "BooleanComparator", "ofType": null } }, { "defaultValue": null, "description": "Compound filters, all of which need to be matched by the user.", "name": "and", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UserFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Compound filters, one of which need to be matched by the user.", "name": "or", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UserFilter", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "UserFilter", "possibleTypes": null }, { "description": "User filtering options.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Comparator for the identifier.", "name": "id", "type": { "kind": "INPUT_OBJECT", "name": "IDComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the created at date.", "name": "createdAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the updated at date.", "name": "updatedAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the user's name.", "name": "name", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the user's display name.", "name": "displayName", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the user's email.", "name": "email", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the user's activity status.", "name": "active", "type": { "kind": "INPUT_OBJECT", "name": "BooleanComparator", "ofType": null } }, { "defaultValue": null, "description": "Filters that the users assigned issues must satisfy.", "name": "assignedIssues", "type": { "kind": "INPUT_OBJECT", "name": "IssueCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the user's admin status.", "name": "admin", "type": { "kind": "INPUT_OBJECT", "name": "BooleanComparator", "ofType": null } }, { "defaultValue": null, "description": "Filter based on the currently authenticated user. Set to true to filter for the authenticated user, false for any other user.", "name": "isMe", "type": { "kind": "INPUT_OBJECT", "name": "BooleanComparator", "ofType": null } }, { "defaultValue": null, "description": "Filter based on the existence of the relation.", "name": "null", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Compound filters, all of which need to be matched by the user.", "name": "and", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NullableUserFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Compound filters, one of which need to be matched by the user.", "name": "or", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NullableUserFilter", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "NullableUserFilter", "possibleTypes": null }, { "description": "User filtering options.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Comparator for the identifier.", "name": "id", "type": { "kind": "INPUT_OBJECT", "name": "IDComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the created at date.", "name": "createdAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the updated at date.", "name": "updatedAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the user's name.", "name": "name", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the user's display name.", "name": "displayName", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the user's email.", "name": "email", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the user's activity status.", "name": "active", "type": { "kind": "INPUT_OBJECT", "name": "BooleanComparator", "ofType": null } }, { "defaultValue": null, "description": "Filters that the users assigned issues must satisfy.", "name": "assignedIssues", "type": { "kind": "INPUT_OBJECT", "name": "IssueCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the user's admin status.", "name": "admin", "type": { "kind": "INPUT_OBJECT", "name": "BooleanComparator", "ofType": null } }, { "defaultValue": null, "description": "Filter based on the currently authenticated user. Set to true to filter for the authenticated user, false for any other user.", "name": "isMe", "type": { "kind": "INPUT_OBJECT", "name": "BooleanComparator", "ofType": null } }, { "defaultValue": null, "description": "Compound filters, all of which need to be matched by the user.", "name": "and", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UserCollectionFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Compound filters, one of which need to be matched by the user.", "name": "or", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UserCollectionFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Filters that needs to be matched by some users.", "name": "some", "type": { "kind": "INPUT_OBJECT", "name": "UserFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that needs to be matched by all users.", "name": "every", "type": { "kind": "INPUT_OBJECT", "name": "UserFilter", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the collection length.", "name": "length", "type": { "kind": "INPUT_OBJECT", "name": "NumberComparator", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "UserCollectionFilter", "possibleTypes": null }, { "description": "Issue label filtering options.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Comparator for the identifier.", "name": "id", "type": { "kind": "INPUT_OBJECT", "name": "IDComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the created at date.", "name": "createdAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the updated at date.", "name": "updatedAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the name.", "name": "name", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issue labels creator must satisfy.", "name": "creator", "type": { "kind": "INPUT_OBJECT", "name": "NullableUserFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issue labels team must satisfy.", "name": "team", "type": { "kind": "INPUT_OBJECT", "name": "TeamFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issue label's parent label must satisfy.", "name": "parent", "type": { "kind": "INPUT_OBJECT", "name": "IssueLabelFilter", "ofType": null } }, { "defaultValue": null, "description": "Compound filters, all of which need to be matched by the label.", "name": "and", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueLabelFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Compound filters, one of which need to be matched by the label.", "name": "or", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueLabelFilter", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssueLabelFilter", "possibleTypes": null }, { "description": "Issue label filtering options.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Comparator for the identifier.", "name": "id", "type": { "kind": "INPUT_OBJECT", "name": "IDComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the created at date.", "name": "createdAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the updated at date.", "name": "updatedAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the name.", "name": "name", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issue labels creator must satisfy.", "name": "creator", "type": { "kind": "INPUT_OBJECT", "name": "NullableUserFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issue labels team must satisfy.", "name": "team", "type": { "kind": "INPUT_OBJECT", "name": "TeamFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issue label's parent label must satisfy.", "name": "parent", "type": { "kind": "INPUT_OBJECT", "name": "IssueLabelFilter", "ofType": null } }, { "defaultValue": null, "description": "Compound filters, all of which need to be matched by the label.", "name": "and", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueLabelCollectionFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Compound filters, one of which need to be matched by the label.", "name": "or", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueLabelCollectionFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Filters that needs to be matched by some issue labels.", "name": "some", "type": { "kind": "INPUT_OBJECT", "name": "IssueLabelFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that needs to be matched by all issue labels.", "name": "every", "type": { "kind": "INPUT_OBJECT", "name": "IssueLabelFilter", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the collection length.", "name": "length", "type": { "kind": "INPUT_OBJECT", "name": "NumberComparator", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssueLabelCollectionFilter", "possibleTypes": null }, { "description": "Comparator for timeless dates.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Equals constraint.", "name": "eq", "type": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } }, { "defaultValue": null, "description": "Not-equals constraint.", "name": "neq", "type": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } }, { "defaultValue": null, "description": "In-array constraint.", "name": "in", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } } } }, { "defaultValue": null, "description": "Not-in-array constraint.", "name": "nin", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } } } }, { "defaultValue": null, "description": "Less-than constraint. Matches any values that are less than the given value.", "name": "lt", "type": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } }, { "defaultValue": null, "description": "Less-than-or-equal constraint. Matches any values that are less than or equal to the given value.", "name": "lte", "type": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } }, { "defaultValue": null, "description": "Greater-than constraint. Matches any values that are greater than the given value.", "name": "gt", "type": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } }, { "defaultValue": null, "description": "Greater-than-or-equal constraint. Matches any values that are greater than or equal to the given value.", "name": "gte", "type": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "TimelessDateComparator", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Equals constraint.", "name": "eq", "type": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } }, { "defaultValue": null, "description": "Not-equals constraint.", "name": "neq", "type": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } }, { "defaultValue": null, "description": "In-array constraint.", "name": "in", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } } } }, { "defaultValue": null, "description": "Not-in-array constraint.", "name": "nin", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } } } }, { "defaultValue": null, "description": "Null constraint. Matches any non-null values if the given value is false, otherwise it matches null values.", "name": "null", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Less-than constraint. Matches any values that are less than the given value.", "name": "lt", "type": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } }, { "defaultValue": null, "description": "Less-than-or-equal constraint. Matches any values that are less than or equal to the given value.", "name": "lte", "type": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } }, { "defaultValue": null, "description": "Greater-than constraint. Matches any values that are greater than the given value.", "name": "gt", "type": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } }, { "defaultValue": null, "description": "Greater-than-or-equal constraint. Matches any values that are greater than or equal to the given value.", "name": "gte", "type": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "NullableTimelessDateComparator", "possibleTypes": null }, { "description": "Cycle filtering options.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Comparator for the identifier.", "name": "id", "type": { "kind": "INPUT_OBJECT", "name": "IDComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the created at date.", "name": "createdAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the updated at date.", "name": "updatedAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the cycle number.", "name": "number", "type": { "kind": "INPUT_OBJECT", "name": "NumberComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the cycle name.", "name": "name", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the cycle start date.", "name": "startsAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the cycle ends at date.", "name": "endsAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the cycle completed at date.", "name": "completedAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the filtering active cycle.", "name": "isActive", "type": { "kind": "INPUT_OBJECT", "name": "BooleanComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the filtering next cycle.", "name": "isNext", "type": { "kind": "INPUT_OBJECT", "name": "BooleanComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the filtering previous cycle.", "name": "isPrevious", "type": { "kind": "INPUT_OBJECT", "name": "BooleanComparator", "ofType": null } }, { "defaultValue": null, "description": "Filters that the cycles team must satisfy.", "name": "team", "type": { "kind": "INPUT_OBJECT", "name": "TeamFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the cycles issues must satisfy.", "name": "issues", "type": { "kind": "INPUT_OBJECT", "name": "IssueCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "Compound filters, all of which need to be matched by the cycle.", "name": "and", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CycleFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Compound filters, one of which need to be matched by the cycle.", "name": "or", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CycleFilter", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CycleFilter", "possibleTypes": null }, { "description": "Cycle filtering options.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Comparator for the identifier.", "name": "id", "type": { "kind": "INPUT_OBJECT", "name": "IDComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the created at date.", "name": "createdAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the updated at date.", "name": "updatedAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the cycle number.", "name": "number", "type": { "kind": "INPUT_OBJECT", "name": "NumberComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the cycle name.", "name": "name", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the cycle start date.", "name": "startsAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the cycle ends at date.", "name": "endsAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the cycle completed at date.", "name": "completedAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the filtering active cycle.", "name": "isActive", "type": { "kind": "INPUT_OBJECT", "name": "BooleanComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the filtering next cycle.", "name": "isNext", "type": { "kind": "INPUT_OBJECT", "name": "BooleanComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the filtering previous cycle.", "name": "isPrevious", "type": { "kind": "INPUT_OBJECT", "name": "BooleanComparator", "ofType": null } }, { "defaultValue": null, "description": "Filters that the cycles team must satisfy.", "name": "team", "type": { "kind": "INPUT_OBJECT", "name": "TeamFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the cycles issues must satisfy.", "name": "issues", "type": { "kind": "INPUT_OBJECT", "name": "IssueCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "Filter based on the existence of the relation.", "name": "null", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Compound filters, one of which need to be matched by the cycle.", "name": "and", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NullableCycleFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Compound filters, one of which need to be matched by the cycle.", "name": "or", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NullableCycleFilter", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "NullableCycleFilter", "possibleTypes": null }, { "description": "Milestone filtering options.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Comparator for the identifier.", "name": "id", "type": { "kind": "INPUT_OBJECT", "name": "IDComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the created at date.", "name": "createdAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the updated at date.", "name": "updatedAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the milestone name.", "name": "name", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the milestone sort order.", "name": "sortOrder", "type": { "kind": "INPUT_OBJECT", "name": "NumberComparator", "ofType": null } }, { "defaultValue": null, "description": "Filters that the milestones projects must satisfy.", "name": "projects", "type": { "kind": "INPUT_OBJECT", "name": "ProjectCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "Compound filters, all of which need to be matched by the milestone.", "name": "and", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MilestoneFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Compound filters, one of which need to be matched by the milestone.", "name": "or", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MilestoneFilter", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "MilestoneFilter", "possibleTypes": null }, { "description": "User filtering options.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Comparator for the identifier.", "name": "id", "type": { "kind": "INPUT_OBJECT", "name": "IDComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the created at date.", "name": "createdAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the updated at date.", "name": "updatedAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the milestone name.", "name": "name", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the milestone sort order.", "name": "sortOrder", "type": { "kind": "INPUT_OBJECT", "name": "NumberComparator", "ofType": null } }, { "defaultValue": null, "description": "Filters that the milestones projects must satisfy.", "name": "projects", "type": { "kind": "INPUT_OBJECT", "name": "ProjectCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "Filter based on the existence of the relation.", "name": "null", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Compound filters, all of which need to be matched by the milestone.", "name": "and", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NullableMilestoneFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Compound filters, one of which need to be matched by the milestone.", "name": "or", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NullableMilestoneFilter", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "NullableMilestoneFilter", "possibleTypes": null }, { "description": "Roadmap filtering options.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Comparator for the identifier.", "name": "id", "type": { "kind": "INPUT_OBJECT", "name": "IDComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the created at date.", "name": "createdAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the updated at date.", "name": "updatedAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the roadmap name.", "name": "name", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the roadmap slug ID.", "name": "slugId", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Filters that the roadmap creator must satisfy.", "name": "creator", "type": { "kind": "INPUT_OBJECT", "name": "UserFilter", "ofType": null } }, { "defaultValue": null, "description": "Compound filters, all of which need to be matched by the roadmap.", "name": "and", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RoadmapFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Compound filters, one of which need to be matched by the roadmap.", "name": "or", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RoadmapFilter", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "RoadmapFilter", "possibleTypes": null }, { "description": "Roadmap collection filtering options.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Comparator for the identifier.", "name": "id", "type": { "kind": "INPUT_OBJECT", "name": "IDComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the created at date.", "name": "createdAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the updated at date.", "name": "updatedAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the roadmap name.", "name": "name", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the roadmap slug ID.", "name": "slugId", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Filters that the roadmap creator must satisfy.", "name": "creator", "type": { "kind": "INPUT_OBJECT", "name": "UserFilter", "ofType": null } }, { "defaultValue": null, "description": "Compound filters, all of which need to be matched by the roadmap.", "name": "and", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RoadmapCollectionFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Compound filters, one of which need to be matched by the roadmap.", "name": "or", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RoadmapCollectionFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Filters that needs to be matched by some roadmaps.", "name": "some", "type": { "kind": "INPUT_OBJECT", "name": "RoadmapFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that needs to be matched by all roadmaps.", "name": "every", "type": { "kind": "INPUT_OBJECT", "name": "RoadmapFilter", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the collection length.", "name": "length", "type": { "kind": "INPUT_OBJECT", "name": "NumberComparator", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "RoadmapCollectionFilter", "possibleTypes": null }, { "description": "Project filtering options.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Comparator for the identifier.", "name": "id", "type": { "kind": "INPUT_OBJECT", "name": "IDComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the created at date.", "name": "createdAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the updated at date.", "name": "updatedAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the project name.", "name": "name", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the project slug ID.", "name": "slugId", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the project state.", "name": "state", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the project start date.", "name": "startDate", "type": { "kind": "INPUT_OBJECT", "name": "NullableDateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the project target date.", "name": "targetDate", "type": { "kind": "INPUT_OBJECT", "name": "NullableDateComparator", "ofType": null } }, { "defaultValue": null, "description": "Filters that the projects creator must satisfy.", "name": "creator", "type": { "kind": "INPUT_OBJECT", "name": "UserFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the projects lead must satisfy.", "name": "lead", "type": { "kind": "INPUT_OBJECT", "name": "NullableUserFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the projects members must satisfy.", "name": "members", "type": { "kind": "INPUT_OBJECT", "name": "UserFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the projects milestones must satisfy.", "name": "milestone", "type": { "kind": "INPUT_OBJECT", "name": "NullableMilestoneFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the projects issues must satisfy.", "name": "issues", "type": { "kind": "INPUT_OBJECT", "name": "IssueCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the projects roadmaps must satisfy.", "name": "roadmaps", "type": { "kind": "INPUT_OBJECT", "name": "RoadmapCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "Compound filters, all of which need to be matched by the project.", "name": "and", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProjectFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Compound filters, one of which need to be matched by the project.", "name": "or", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProjectFilter", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ProjectFilter", "possibleTypes": null }, { "description": "Project filtering options.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Comparator for the identifier.", "name": "id", "type": { "kind": "INPUT_OBJECT", "name": "IDComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the created at date.", "name": "createdAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the updated at date.", "name": "updatedAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the project name.", "name": "name", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the project slug ID.", "name": "slugId", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the project state.", "name": "state", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the project start date.", "name": "startDate", "type": { "kind": "INPUT_OBJECT", "name": "NullableDateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the project target date.", "name": "targetDate", "type": { "kind": "INPUT_OBJECT", "name": "NullableDateComparator", "ofType": null } }, { "defaultValue": null, "description": "Filters that the projects creator must satisfy.", "name": "creator", "type": { "kind": "INPUT_OBJECT", "name": "UserFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the projects lead must satisfy.", "name": "lead", "type": { "kind": "INPUT_OBJECT", "name": "NullableUserFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the projects members must satisfy.", "name": "members", "type": { "kind": "INPUT_OBJECT", "name": "UserFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the projects milestones must satisfy.", "name": "milestone", "type": { "kind": "INPUT_OBJECT", "name": "NullableMilestoneFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the projects issues must satisfy.", "name": "issues", "type": { "kind": "INPUT_OBJECT", "name": "IssueCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the projects roadmaps must satisfy.", "name": "roadmaps", "type": { "kind": "INPUT_OBJECT", "name": "RoadmapCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "Filter based on the existence of the relation.", "name": "null", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Compound filters, all of which need to be matched by the project.", "name": "and", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NullableProjectFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Compound filters, one of which need to be matched by the project.", "name": "or", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NullableProjectFilter", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "NullableProjectFilter", "possibleTypes": null }, { "description": "Project filtering options.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Comparator for the identifier.", "name": "id", "type": { "kind": "INPUT_OBJECT", "name": "IDComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the created at date.", "name": "createdAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the updated at date.", "name": "updatedAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the project name.", "name": "name", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the project slug ID.", "name": "slugId", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the project state.", "name": "state", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the project start date.", "name": "startDate", "type": { "kind": "INPUT_OBJECT", "name": "NullableDateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the project target date.", "name": "targetDate", "type": { "kind": "INPUT_OBJECT", "name": "NullableDateComparator", "ofType": null } }, { "defaultValue": null, "description": "Filters that the projects creator must satisfy.", "name": "creator", "type": { "kind": "INPUT_OBJECT", "name": "UserFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the projects lead must satisfy.", "name": "lead", "type": { "kind": "INPUT_OBJECT", "name": "NullableUserFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the projects members must satisfy.", "name": "members", "type": { "kind": "INPUT_OBJECT", "name": "UserFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the projects milestones must satisfy.", "name": "milestone", "type": { "kind": "INPUT_OBJECT", "name": "NullableMilestoneFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the projects issues must satisfy.", "name": "issues", "type": { "kind": "INPUT_OBJECT", "name": "IssueCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the projects roadmaps must satisfy.", "name": "roadmaps", "type": { "kind": "INPUT_OBJECT", "name": "RoadmapCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "Compound filters, all of which need to be matched by the project.", "name": "and", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProjectCollectionFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Compound filters, one of which need to be matched by the project.", "name": "or", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProjectCollectionFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Filters that needs to be matched by some projects.", "name": "some", "type": { "kind": "INPUT_OBJECT", "name": "ProjectFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that needs to be matched by all projects.", "name": "every", "type": { "kind": "INPUT_OBJECT", "name": "ProjectFilter", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the collection length.", "name": "length", "type": { "kind": "INPUT_OBJECT", "name": "NumberComparator", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ProjectCollectionFilter", "possibleTypes": null }, { "description": "Workflow state filtering options.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Comparator for the identifier.", "name": "id", "type": { "kind": "INPUT_OBJECT", "name": "IDComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the created at date.", "name": "createdAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the updated at date.", "name": "updatedAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the workflow state name.", "name": "name", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the workflow state description.", "name": "description", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the workflow state position.", "name": "position", "type": { "kind": "INPUT_OBJECT", "name": "NumberComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the workflow state type.", "name": "type", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Filters that the workflow states team must satisfy.", "name": "team", "type": { "kind": "INPUT_OBJECT", "name": "TeamFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the workflow states issues must satisfy.", "name": "issues", "type": { "kind": "INPUT_OBJECT", "name": "IssueCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "Compound filters, all of which need to be matched by the workflow state.", "name": "and", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkflowStateFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Compound filters, one of which need to be matched by the workflow state.", "name": "or", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkflowStateFilter", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "WorkflowStateFilter", "possibleTypes": null }, { "description": "Comparator for strings.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Equals constraint.", "name": "eq", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Not-equals constraint.", "name": "neq", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "In-array constraint.", "name": "in", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Not-in-array constraint.", "name": "nin", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Equals case insensitive. Matches any values that matches the given string case insensitive.", "name": "eqIgnoreCase", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Not-equals case insensitive. Matches any values that don't match the given string case insensitive.", "name": "neqIgnoreCase", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Starts with constraint. Matches any values that start with the given string.", "name": "startsWith", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Doesn't start with constraint. Matches any values that don't start with the given string.", "name": "notStartsWith", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Ends with constraint. Matches any values that end with the given string.", "name": "endsWith", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Doesn't end with constraint. Matches any values that don't end with the given string.", "name": "notEndsWith", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Contains constraint. Matches any values that contain the given string.", "name": "contains", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Contains case insensitive constraint. Matches any values that contain the given string case insensitive.", "name": "containsIgnoreCase", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Doesn't contain constraint. Matches any values that don't contain the given string.", "name": "notContains", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Doesn't contain case insensitive constraint. Matches any values that don't contain the given string case insensitive.", "name": "notContainsIgnoreCase", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "NestedStringComparator", "possibleTypes": null }, { "description": "Attachment filtering options.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Comparator for the identifier.", "name": "id", "type": { "kind": "INPUT_OBJECT", "name": "IDComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the created at date.", "name": "createdAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the updated at date.", "name": "updatedAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the title.", "name": "title", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the subtitle.", "name": "subtitle", "type": { "kind": "INPUT_OBJECT", "name": "NullableStringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the url.", "name": "url", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Filters that the attachments creator must satisfy.", "name": "creator", "type": { "kind": "INPUT_OBJECT", "name": "NullableUserFilter", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the source type.", "name": "sourceType", "type": { "kind": "INPUT_OBJECT", "name": "NestedStringComparator", "ofType": null } }, { "defaultValue": null, "description": "Compound filters, all of which need to be matched by the attachment.", "name": "and", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AttachmentFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Compound filters, one of which need to be matched by the attachment.", "name": "or", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AttachmentFilter", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "AttachmentFilter", "possibleTypes": null }, { "description": "Attachment collection filtering options.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Comparator for the identifier.", "name": "id", "type": { "kind": "INPUT_OBJECT", "name": "IDComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the created at date.", "name": "createdAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the updated at date.", "name": "updatedAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the title.", "name": "title", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the subtitle.", "name": "subtitle", "type": { "kind": "INPUT_OBJECT", "name": "NullableStringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the url.", "name": "url", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Filters that the attachments creator must satisfy.", "name": "creator", "type": { "kind": "INPUT_OBJECT", "name": "NullableUserFilter", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the source type.", "name": "sourceType", "type": { "kind": "INPUT_OBJECT", "name": "NestedStringComparator", "ofType": null } }, { "defaultValue": null, "description": "Compound filters, all of which need to be matched by the attachment.", "name": "and", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AttachmentCollectionFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Compound filters, one of which need to be matched by the attachment.", "name": "or", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AttachmentCollectionFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Filters that needs to be matched by some attachments.", "name": "some", "type": { "kind": "INPUT_OBJECT", "name": "AttachmentFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that needs to be matched by all attachments.", "name": "every", "type": { "kind": "INPUT_OBJECT", "name": "AttachmentFilter", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the collection length.", "name": "length", "type": { "kind": "INPUT_OBJECT", "name": "NumberComparator", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "AttachmentCollectionFilter", "possibleTypes": null }, { "description": "Comment filtering options.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Comparator for the identifier.", "name": "id", "type": { "kind": "INPUT_OBJECT", "name": "IDComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the created at date.", "name": "createdAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the updated at date.", "name": "updatedAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the comments body.", "name": "body", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Filters that the comments creator must satisfy.", "name": "user", "type": { "kind": "INPUT_OBJECT", "name": "UserFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the comments issue must satisfy.", "name": "issue", "type": { "kind": "INPUT_OBJECT", "name": "IssueFilter", "ofType": null } }, { "defaultValue": null, "description": "Compound filters, all of which need to be matched by the comment.", "name": "and", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Compound filters, one of which need to be matched by the comment.", "name": "or", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentFilter", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CommentFilter", "possibleTypes": null }, { "description": "Comment filtering options.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Comparator for the identifier.", "name": "id", "type": { "kind": "INPUT_OBJECT", "name": "IDComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the created at date.", "name": "createdAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the updated at date.", "name": "updatedAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the comments body.", "name": "body", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Filters that the comments creator must satisfy.", "name": "user", "type": { "kind": "INPUT_OBJECT", "name": "UserFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the comments issue must satisfy.", "name": "issue", "type": { "kind": "INPUT_OBJECT", "name": "IssueFilter", "ofType": null } }, { "defaultValue": null, "description": "Compound filters, all of which need to be matched by the comment.", "name": "and", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentCollectionFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Compound filters, one of which need to be matched by the comment.", "name": "or", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentCollectionFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Filters that needs to be matched by some comments.", "name": "some", "type": { "kind": "INPUT_OBJECT", "name": "CommentFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that needs to be matched by all comments.", "name": "every", "type": { "kind": "INPUT_OBJECT", "name": "CommentFilter", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the collection length.", "name": "length", "type": { "kind": "INPUT_OBJECT", "name": "NumberComparator", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CommentCollectionFilter", "possibleTypes": null }, { "description": "[Internal] Comparator for content.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "[Internal] Contains constraint.", "name": "contains", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "[Internal] Not-contains constraint.", "name": "notContains", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ContentComparator", "possibleTypes": null }, { "description": "Comparator for estimates.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Equals constraint.", "name": "eq", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "Not-equals constraint.", "name": "neq", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "In-array constraint.", "name": "in", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } } }, { "defaultValue": null, "description": "Not-in-array constraint.", "name": "nin", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } } }, { "defaultValue": null, "description": "Null constraint. Matches any non-null values if the given value is false, otherwise it matches null values.", "name": "null", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Less-than constraint. Matches any values that are less than the given value.", "name": "lt", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "Less-than-or-equal constraint. Matches any values that are less than or equal to the given value.", "name": "lte", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "Greater-than constraint. Matches any values that are greater than the given value.", "name": "gt", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "Greater-than-or-equal constraint. Matches any values that are greater than or equal to the given value.", "name": "gte", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "Compound filters, all of which need to be matched by the estimate.", "name": "or", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NullableNumberComparator", "ofType": null } } } }, { "defaultValue": null, "description": "Compound filters, one of which need to be matched by the estimate.", "name": "and", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NullableNumberComparator", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "EstimateComparator", "possibleTypes": null }, { "description": "Comparator for relation existence.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Equals constraint.", "name": "eq", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Not equals constraint.", "name": "neq", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "RelationExistsComparator", "possibleTypes": null }, { "description": "Issue filtering options.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Comparator for the identifier.", "name": "id", "type": { "kind": "INPUT_OBJECT", "name": "IDComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the created at date.", "name": "createdAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the updated at date.", "name": "updatedAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues number.", "name": "number", "type": { "kind": "INPUT_OBJECT", "name": "NumberComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues title.", "name": "title", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues description.", "name": "description", "type": { "kind": "INPUT_OBJECT", "name": "NullableStringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues priority.", "name": "priority", "type": { "kind": "INPUT_OBJECT", "name": "NullableNumberComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues estimate.", "name": "estimate", "type": { "kind": "INPUT_OBJECT", "name": "EstimateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues started at date.", "name": "startedAt", "type": { "kind": "INPUT_OBJECT", "name": "NullableDateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues completed at date.", "name": "completedAt", "type": { "kind": "INPUT_OBJECT", "name": "NullableDateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues canceled at date.", "name": "canceledAt", "type": { "kind": "INPUT_OBJECT", "name": "NullableDateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues auto closed at date.", "name": "autoClosedAt", "type": { "kind": "INPUT_OBJECT", "name": "NullableDateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues auto archived at date.", "name": "autoArchivedAt", "type": { "kind": "INPUT_OBJECT", "name": "NullableDateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues due date.", "name": "dueDate", "type": { "kind": "INPUT_OBJECT", "name": "NullableTimelessDateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues snoozed until date.", "name": "snoozedUntilAt", "type": { "kind": "INPUT_OBJECT", "name": "NullableDateComparator", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issues assignee must satisfy.", "name": "assignee", "type": { "kind": "INPUT_OBJECT", "name": "NullableUserFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issues creator must satisfy.", "name": "creator", "type": { "kind": "INPUT_OBJECT", "name": "NullableUserFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issue parent must satisfy.", "name": "parent", "type": { "kind": "INPUT_OBJECT", "name": "NullableIssueFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issues snoozer must satisfy.", "name": "snoozedBy", "type": { "kind": "INPUT_OBJECT", "name": "NullableUserFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that issue labels must satisfy.", "name": "labels", "type": { "kind": "INPUT_OBJECT", "name": "IssueLabelCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that issue subscribers must satisfy.", "name": "subscribers", "type": { "kind": "INPUT_OBJECT", "name": "UserCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issues team must satisfy.", "name": "team", "type": { "kind": "INPUT_OBJECT", "name": "TeamFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issues comments must satisfy.", "name": "comments", "type": { "kind": "INPUT_OBJECT", "name": "CommentCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issues cycle must satisfy.", "name": "cycle", "type": { "kind": "INPUT_OBJECT", "name": "NullableCycleFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issues project must satisfy.", "name": "project", "type": { "kind": "INPUT_OBJECT", "name": "NullableProjectFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issues state must satisfy.", "name": "state", "type": { "kind": "INPUT_OBJECT", "name": "WorkflowStateFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the child issues must satisfy.", "name": "children", "type": { "kind": "INPUT_OBJECT", "name": "IssueCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issues attachments must satisfy.", "name": "attachments", "type": { "kind": "INPUT_OBJECT", "name": "AttachmentCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "[Internal] Comparator for the issues content.", "name": "searchableContent", "type": { "kind": "INPUT_OBJECT", "name": "ContentComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for filtering issues with relations.", "name": "hasRelatedRelations", "type": { "kind": "INPUT_OBJECT", "name": "RelationExistsComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for filtering issues which are duplicates.", "name": "hasDuplicateRelations", "type": { "kind": "INPUT_OBJECT", "name": "RelationExistsComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for filtering issues which are blocked.", "name": "hasBlockedByRelations", "type": { "kind": "INPUT_OBJECT", "name": "RelationExistsComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for filtering issues which are blocking.", "name": "hasBlockingRelations", "type": { "kind": "INPUT_OBJECT", "name": "RelationExistsComparator", "ofType": null } }, { "defaultValue": null, "description": "Filter based on the existence of the relation.", "name": "null", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Compound filters, all of which need to be matched by the issue.", "name": "and", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NullableIssueFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Compound filters, one of which need to be matched by the issue.", "name": "or", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NullableIssueFilter", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "NullableIssueFilter", "possibleTypes": null }, { "description": "Issue filtering options.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Comparator for the identifier.", "name": "id", "type": { "kind": "INPUT_OBJECT", "name": "IDComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the created at date.", "name": "createdAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the updated at date.", "name": "updatedAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues number.", "name": "number", "type": { "kind": "INPUT_OBJECT", "name": "NumberComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues title.", "name": "title", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues description.", "name": "description", "type": { "kind": "INPUT_OBJECT", "name": "NullableStringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues priority.", "name": "priority", "type": { "kind": "INPUT_OBJECT", "name": "NullableNumberComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues estimate.", "name": "estimate", "type": { "kind": "INPUT_OBJECT", "name": "EstimateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues started at date.", "name": "startedAt", "type": { "kind": "INPUT_OBJECT", "name": "NullableDateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues completed at date.", "name": "completedAt", "type": { "kind": "INPUT_OBJECT", "name": "NullableDateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues canceled at date.", "name": "canceledAt", "type": { "kind": "INPUT_OBJECT", "name": "NullableDateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues auto closed at date.", "name": "autoClosedAt", "type": { "kind": "INPUT_OBJECT", "name": "NullableDateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues auto archived at date.", "name": "autoArchivedAt", "type": { "kind": "INPUT_OBJECT", "name": "NullableDateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues due date.", "name": "dueDate", "type": { "kind": "INPUT_OBJECT", "name": "NullableTimelessDateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues snoozed until date.", "name": "snoozedUntilAt", "type": { "kind": "INPUT_OBJECT", "name": "NullableDateComparator", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issues assignee must satisfy.", "name": "assignee", "type": { "kind": "INPUT_OBJECT", "name": "NullableUserFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issues creator must satisfy.", "name": "creator", "type": { "kind": "INPUT_OBJECT", "name": "NullableUserFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issue parent must satisfy.", "name": "parent", "type": { "kind": "INPUT_OBJECT", "name": "NullableIssueFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issues snoozer must satisfy.", "name": "snoozedBy", "type": { "kind": "INPUT_OBJECT", "name": "NullableUserFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that issue labels must satisfy.", "name": "labels", "type": { "kind": "INPUT_OBJECT", "name": "IssueLabelCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that issue subscribers must satisfy.", "name": "subscribers", "type": { "kind": "INPUT_OBJECT", "name": "UserCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issues team must satisfy.", "name": "team", "type": { "kind": "INPUT_OBJECT", "name": "TeamFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issues comments must satisfy.", "name": "comments", "type": { "kind": "INPUT_OBJECT", "name": "CommentCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issues cycle must satisfy.", "name": "cycle", "type": { "kind": "INPUT_OBJECT", "name": "NullableCycleFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issues project must satisfy.", "name": "project", "type": { "kind": "INPUT_OBJECT", "name": "NullableProjectFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issues state must satisfy.", "name": "state", "type": { "kind": "INPUT_OBJECT", "name": "WorkflowStateFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the child issues must satisfy.", "name": "children", "type": { "kind": "INPUT_OBJECT", "name": "IssueCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issues attachments must satisfy.", "name": "attachments", "type": { "kind": "INPUT_OBJECT", "name": "AttachmentCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "[Internal] Comparator for the issues content.", "name": "searchableContent", "type": { "kind": "INPUT_OBJECT", "name": "ContentComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for filtering issues with relations.", "name": "hasRelatedRelations", "type": { "kind": "INPUT_OBJECT", "name": "RelationExistsComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for filtering issues which are duplicates.", "name": "hasDuplicateRelations", "type": { "kind": "INPUT_OBJECT", "name": "RelationExistsComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for filtering issues which are blocked.", "name": "hasBlockedByRelations", "type": { "kind": "INPUT_OBJECT", "name": "RelationExistsComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for filtering issues which are blocking.", "name": "hasBlockingRelations", "type": { "kind": "INPUT_OBJECT", "name": "RelationExistsComparator", "ofType": null } }, { "defaultValue": null, "description": "Compound filters, all of which need to be matched by the issue.", "name": "and", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Compound filters, one of which need to be matched by the issue.", "name": "or", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueFilter", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssueFilter", "possibleTypes": null }, { "description": "Issue filtering options.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Comparator for the identifier.", "name": "id", "type": { "kind": "INPUT_OBJECT", "name": "IDComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the created at date.", "name": "createdAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the updated at date.", "name": "updatedAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues number.", "name": "number", "type": { "kind": "INPUT_OBJECT", "name": "NumberComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues title.", "name": "title", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues description.", "name": "description", "type": { "kind": "INPUT_OBJECT", "name": "NullableStringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues priority.", "name": "priority", "type": { "kind": "INPUT_OBJECT", "name": "NullableNumberComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues estimate.", "name": "estimate", "type": { "kind": "INPUT_OBJECT", "name": "EstimateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues started at date.", "name": "startedAt", "type": { "kind": "INPUT_OBJECT", "name": "NullableDateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues completed at date.", "name": "completedAt", "type": { "kind": "INPUT_OBJECT", "name": "NullableDateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues canceled at date.", "name": "canceledAt", "type": { "kind": "INPUT_OBJECT", "name": "NullableDateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues auto closed at date.", "name": "autoClosedAt", "type": { "kind": "INPUT_OBJECT", "name": "NullableDateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues auto archived at date.", "name": "autoArchivedAt", "type": { "kind": "INPUT_OBJECT", "name": "NullableDateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues due date.", "name": "dueDate", "type": { "kind": "INPUT_OBJECT", "name": "NullableTimelessDateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the issues snoozed until date.", "name": "snoozedUntilAt", "type": { "kind": "INPUT_OBJECT", "name": "NullableDateComparator", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issues assignee must satisfy.", "name": "assignee", "type": { "kind": "INPUT_OBJECT", "name": "NullableUserFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issues creator must satisfy.", "name": "creator", "type": { "kind": "INPUT_OBJECT", "name": "NullableUserFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issue parent must satisfy.", "name": "parent", "type": { "kind": "INPUT_OBJECT", "name": "NullableIssueFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issues snoozer must satisfy.", "name": "snoozedBy", "type": { "kind": "INPUT_OBJECT", "name": "NullableUserFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that issue labels must satisfy.", "name": "labels", "type": { "kind": "INPUT_OBJECT", "name": "IssueLabelCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that issue subscribers must satisfy.", "name": "subscribers", "type": { "kind": "INPUT_OBJECT", "name": "UserCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issues team must satisfy.", "name": "team", "type": { "kind": "INPUT_OBJECT", "name": "TeamFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issues comments must satisfy.", "name": "comments", "type": { "kind": "INPUT_OBJECT", "name": "CommentCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issues cycle must satisfy.", "name": "cycle", "type": { "kind": "INPUT_OBJECT", "name": "NullableCycleFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issues project must satisfy.", "name": "project", "type": { "kind": "INPUT_OBJECT", "name": "NullableProjectFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issues state must satisfy.", "name": "state", "type": { "kind": "INPUT_OBJECT", "name": "WorkflowStateFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the child issues must satisfy.", "name": "children", "type": { "kind": "INPUT_OBJECT", "name": "IssueCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that the issues attachments must satisfy.", "name": "attachments", "type": { "kind": "INPUT_OBJECT", "name": "AttachmentCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "[Internal] Comparator for the issues content.", "name": "searchableContent", "type": { "kind": "INPUT_OBJECT", "name": "ContentComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for filtering issues with relations.", "name": "hasRelatedRelations", "type": { "kind": "INPUT_OBJECT", "name": "RelationExistsComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for filtering issues which are duplicates.", "name": "hasDuplicateRelations", "type": { "kind": "INPUT_OBJECT", "name": "RelationExistsComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for filtering issues which are blocked.", "name": "hasBlockedByRelations", "type": { "kind": "INPUT_OBJECT", "name": "RelationExistsComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for filtering issues which are blocking.", "name": "hasBlockingRelations", "type": { "kind": "INPUT_OBJECT", "name": "RelationExistsComparator", "ofType": null } }, { "defaultValue": null, "description": "Compound filters, all of which need to be matched by the issue.", "name": "and", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueCollectionFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Compound filters, one of which need to be matched by the issue.", "name": "or", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueCollectionFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Filters that needs to be matched by some issues.", "name": "some", "type": { "kind": "INPUT_OBJECT", "name": "IssueFilter", "ofType": null } }, { "defaultValue": null, "description": "Filters that needs to be matched by all issues.", "name": "every", "type": { "kind": "INPUT_OBJECT", "name": "IssueFilter", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the collection length.", "name": "length", "type": { "kind": "INPUT_OBJECT", "name": "NumberComparator", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssueCollectionFilter", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Insight id where to send data to.", "name": "insightId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Table to run analytical query against.", "name": "table", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "FactsTable", "ofType": null } } }, { "defaultValue": null, "description": "Chart type of the visualization.", "name": "chartType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ChartType", "ofType": null } } }, { "defaultValue": null, "description": "Filters that needs to be matched by some issues.", "name": "issueFilter", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueFilter", "ofType": null } } }, { "defaultValue": null, "description": null, "name": "measures", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "Measure", "ofType": null } } } } }, { "defaultValue": null, "description": null, "name": "dimensions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "Dimension", "ofType": null } } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "InsightPayload", "possibleTypes": null }, { "description": "Different facts tables to run analytical queries against.", "enumValues": [ { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "issueSnapshot" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "issue" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "FactsTable", "possibleTypes": null }, { "description": "All possible chart types.", "enumValues": [ { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nivoBar" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "nivoScatterPlot" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ChartType", "possibleTypes": null }, { "description": "Object describing a measure in analytical query.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "name of the measure", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MeasureName", "ofType": null } } }, { "defaultValue": null, "description": "aggregation function to be applied on the measure column", "name": "aggregation", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Aggregation", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "Measure", "possibleTypes": null }, { "description": "All possible measures that can be applied to analytical queries.", "enumValues": [ { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "id" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "effort" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "cycleTime" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "timeToTriage" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "MeasureName", "possibleTypes": null }, { "description": "Different aggregation functions for analytical queries.", "enumValues": [ { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "count" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "avg" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "max" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "min" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "sum" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "median" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "p90" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "p95" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "p99" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "Aggregation", "possibleTypes": null }, { "description": "Object describing a dimension in analytical query, value to group by.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "name of the dimension column", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DimensionName", "ofType": null } } }, { "defaultValue": null, "description": "aggregation function to be applied on date dimensions", "name": "dateAggregation", "type": { "kind": "ENUM", "name": "DateAggregation", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "Dimension", "possibleTypes": null }, { "description": "All possible dimensions that can be applied to analytical queries.", "enumValues": [ { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "stateName" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "priority" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "estimate" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "cycle" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "label" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "stateType" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "creator" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "assignee" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "snapshotAt" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "completedAt" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "dueDate" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "createdAt" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "project" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "team" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "DimensionName", "possibleTypes": null }, { "description": "Different date aggregation functions for date dimension.", "enumValues": [ { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "day" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "week" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "month" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "year" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "DateAggregation", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The category of the event to create.", "name": "category", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The subject of the event.", "name": "subject", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The target identifier of the event.", "name": "targetId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The value of the event.", "name": "value", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "Additional data of the event, encoded as JSON.", "name": "data", "type": { "kind": "SCALAR", "name": "JSON", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "EventCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The label for the API key.", "name": "label", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The API key value.", "name": "key", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ApiKeyCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The attachment title.", "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The attachment subtitle.", "name": "subtitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Attachment location which is also used as an unique identifier for the attachment. If another attachment is created with the same `url` value, existing record is updated instead.", "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The issue to associate the attachment with.", "name": "issueId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "An icon url to display with the attachment. Should be of jpg or png format. Maximum of 1MB in size. Dimensions should be 20x20px for optimal display quality.", "name": "iconUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Attachment metadata object with string and number values.", "name": "metadata", "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, { "defaultValue": null, "description": "Indicates if attachments for the same source application should be grouped in the Linear UI.", "name": "groupBySource", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Create a linked comment with markdown body.", "name": "commentBody", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Create a linked comment with Prosemirror body. Please use `commentBody` instead", "name": "commentBodyData", "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, { "defaultValue": null, "description": "Create attachment as a user with the provided name. This option is only available to OAuth applications creating attachments in `actor=application` mode.", "name": "createAsUser", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "AttachmentCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The attachment title.", "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The attachment subtitle.", "name": "subtitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Attachment metadata object with string and number values.", "name": "metadata", "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, { "defaultValue": null, "description": "An icon url to display with the attachment. Should be of jpg or png format. Maximum of 1MB in size. Dimensions should be 20x20px for optimal display quality.", "name": "iconUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "AttachmentUpdateInput", "possibleTypes": null }, { "description": "Audit entry filtering options.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Comparator for the identifier.", "name": "id", "type": { "kind": "INPUT_OBJECT", "name": "IDComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the created at date.", "name": "createdAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the updated at date.", "name": "updatedAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the type.", "name": "type", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the IP address.", "name": "ip", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the country code.", "name": "countryCode", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Filters that the audit entry actor must satisfy.", "name": "actor", "type": { "kind": "INPUT_OBJECT", "name": "NullableUserFilter", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "AuditEntryFilter", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": null, "name": "companyRole", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, "name": "companySize", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "OnboardingCustomerSurvey", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The name of the organization.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The URL key of the organization.", "name": "urlKey", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Whether the organization should allow email domain access.", "name": "domainAccess", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "The timezone of the organization, passed in by client.", "name": "timezone", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "JSON serialized UTM parameters associated with the creation of the workspace.", "name": "utm", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CreateOrganizationInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier of the organization.", "name": "organizationId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "JoinOrganizationInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The email for which to generate the magic login code.", "name": "email", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Whether the login was requested from the desktop app.", "name": "isDesktop", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Auth code for the client initiating the sequence.", "name": "clientAuthCode", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Signup code.", "name": "signupCode", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "EmailUserAccountAuthChallengeInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The email which to login via the magic login code.", "name": "email", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The magic login code.", "name": "token", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The timezone of the user's browser.", "name": "timezone", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The identifiers of the teams to auto-join.", "name": "teamIdsToJoin", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "TokenUserAccountAuthInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Code returned from Google's OAuth flow.", "name": "code", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The URI to redirect the user to.", "name": "redirectUri", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The timezone of the user's browser.", "name": "timezone", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The identifiers of the teams to auto-join.", "name": "teamIdsToJoin", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Signup code.", "name": "signupCode", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "GoogleUserAccountAuthInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The comment content in markdown format.", "name": "body", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The comment content as a Prosemirror document.", "name": "bodyData", "type": { "kind": "SCALAR", "name": "JSON", "ofType": null } }, { "defaultValue": null, "description": "The issue to associate the comment with.", "name": "issueId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "[Internal] The parent under which to nest the comment.", "name": "parentId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Create comment as a user with the provided name. This option is only available to OAuth applications creating comments in `actor=application` mode.", "name": "createAsUser", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Provide an external user avatar URL. Can only be used in conjunction with the `createAsUser` options. This option is only available to OAuth applications creating comments in `actor=application` mode.", "name": "displayIconUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The date when the comment was created (e.g. if importing from another system). Must be a date in the past. If none is provided, the backend will generate the time as now.", "name": "createdAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CommentCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The comment content.", "name": "body", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The comment content as a Prosemirror document.", "name": "bodyData", "type": { "kind": "SCALAR", "name": "JSON", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CommentUpdateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The type of support contact.", "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The message the user sent.", "name": "message", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "User's operating system.", "name": "operatingSystem", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "User's browser information.", "name": "browser", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "User's device information.", "name": "device", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "User's Linear client information.", "name": "clientVersion", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "How disappointed the user would be if they could no longer use Linear.", "name": "disappointmentRating", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ContactCreateInput", "possibleTypes": null }, { "description": "[INTERNAL] Input for sending a message to the Linear Sales team", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Name of the person requesting information.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Work email of the person requesting information.", "name": "email", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The message the user sent.", "name": "message", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ContactSalesCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The name of the custom view.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The description of the custom view.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The icon of the custom view.", "name": "icon", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The color of the icon of the custom view.", "name": "color", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The id of the team associated with the custom view.", "name": "teamId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The filters applied to issues in the custom view.", "name": "filters", "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, { "defaultValue": null, "description": "The filter applied to issues in the custom view.", "name": "filterData", "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, { "defaultValue": null, "description": "Whether the custom view is shared with everyone in the organization.", "name": "shared", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CustomViewCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The name of the custom view.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The description of the custom view.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The icon of the custom view.", "name": "icon", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The color of the icon of the custom view.", "name": "color", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The id of the team associated with the custom view.", "name": "teamId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The filters applied to issues in the custom view.", "name": "filters", "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, { "defaultValue": null, "description": "The filter applied to issues in the custom view.", "name": "filterData", "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, { "defaultValue": null, "description": "Whether the custom view is shared with everyone in the organization.", "name": "shared", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CustomViewUpdateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The custom name of the cycle.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The description of the cycle.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The team to associate the cycle with.", "name": "teamId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The start date of the cycle.", "name": "startsAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "defaultValue": null, "description": "The end date of the cycle.", "name": "endsAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "defaultValue": null, "description": "The completion time of the cycle. If null, the cycle hasn't been completed.", "name": "completedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CycleCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The custom name of the cycle.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The description of the cycle.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The start date of the cycle.", "name": "startsAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "defaultValue": null, "description": "The end date of the cycle.", "name": "endsAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "defaultValue": null, "description": "The end date of the cycle.", "name": "completedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CycleUpdateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The title of the document.", "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The icon of the document.", "name": "icon", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The color of the icon.", "name": "color", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The document content as a Prosemirror document.", "name": "contentData", "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, { "defaultValue": null, "description": "The document content as markdown.", "name": "content", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Related project for the document.", "name": "projectId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DocumentCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The title of the document.", "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The icon of the document.", "name": "icon", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The color of the icon.", "name": "color", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The document content as a Prosemirror document.", "name": "contentData", "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, { "defaultValue": null, "description": "The document content as markdown.", "name": "content", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Related project for the document.", "name": "projectId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DocumentUpdateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Email to subscribe.", "name": "email", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "EmailSubscribeInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Email type to unsubscribed from.", "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The user's email validation token.", "name": "token", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the user.", "name": "userId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "EmailUnsubscribeInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The name of the custom emoji.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The URL for the emoji.", "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "EmojiCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The name of the favorite folder.", "name": "folderName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The parent folder of the favorite.", "name": "parentId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the issue to favorite.", "name": "issueId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the project to favorite.", "name": "projectId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the project team to favorite.", "name": "projectTeamId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The type of the predefined view to favorite.", "name": "predefinedViewType", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifier of team for the predefined view to favorite.", "name": "predefinedViewTeamId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the cycle to favorite.", "name": "cycleId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the custom view to favorite.", "name": "customViewId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the document to favorite.", "name": "documentId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the roadmap to favorite.", "name": "roadmapId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the label to favorite.", "name": "labelId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The position of the item in the favorites list.", "name": "sortOrder", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "FavoriteCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The position of the item in the favorites list.", "name": "sortOrder", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "The id of the folder to move the favorite under.", "name": "parentId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The name of the favorite folder.", "name": "folderName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "FavoriteUpdateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The feedback the user sent.", "name": "feedback", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "How disappointed the user would be if he/she could no longer use Linear.", "name": "disappointmentRating", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "FeedbackCreateInput", "possibleTypes": null }, { "description": "Initiative filtering options.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Comparator for the identifier.", "name": "id", "type": { "kind": "INPUT_OBJECT", "name": "IDComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the created at date.", "name": "createdAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the updated at date.", "name": "updatedAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the initiative name.", "name": "name", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the initiative sort order.", "name": "sortOrder", "type": { "kind": "INPUT_OBJECT", "name": "NumberComparator", "ofType": null } }, { "defaultValue": null, "description": "Filters that the initiatives projects must satisfy.", "name": "projects", "type": { "kind": "INPUT_OBJECT", "name": "ProjectCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "Compound filters, all of which need to be matched by the initiative.", "name": "and", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "InitiativeFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Compound filters, one of which need to be matched by the initiative.", "name": "or", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "InitiativeFilter", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "InitiativeFilter", "possibleTypes": null }, { "description": "User filtering options.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Comparator for the identifier.", "name": "id", "type": { "kind": "INPUT_OBJECT", "name": "IDComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the created at date.", "name": "createdAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the updated at date.", "name": "updatedAt", "type": { "kind": "INPUT_OBJECT", "name": "DateComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the initiative name.", "name": "name", "type": { "kind": "INPUT_OBJECT", "name": "StringComparator", "ofType": null } }, { "defaultValue": null, "description": "Comparator for the initiative sort order.", "name": "sortOrder", "type": { "kind": "INPUT_OBJECT", "name": "NumberComparator", "ofType": null } }, { "defaultValue": null, "description": "Filters that the initiatives projects must satisfy.", "name": "projects", "type": { "kind": "INPUT_OBJECT", "name": "ProjectCollectionFilter", "ofType": null } }, { "defaultValue": null, "description": "Filter based on the existence of the relation.", "name": "null", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Compound filters, all of which need to be matched by the initiative.", "name": "and", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NullableInitiativeFilter", "ofType": null } } } }, { "defaultValue": null, "description": "Compound filters, one of which need to be matched by the initiative.", "name": "or", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NullableInitiativeFilter", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "NullableInitiativeFilter", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The name of the initiative.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The sort order of the initiative.", "name": "sortOrder", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "InitiativeCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The name of the initiative.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The sort order of the initiative.", "name": "sortOrder", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "InitiativeUpdateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Email associated with the request.", "name": "email", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Name of the requested integration.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IntegrationRequestInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The Jira personal access token.", "name": "accessToken", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The Jira user's email address.", "name": "email", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The Jira installation hostname.", "name": "hostname", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The Jira project keys to scope the integration to.", "name": "project", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "JiraConfigurationInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Linear export API key.", "name": "apiKey", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "AirbyteConfigurationInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Whether to send a Slack message when a new issue is created for the project or the team.", "name": "slackIssueCreated", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether to send a Slack message when a comment is created on any of the project or team's issues.", "name": "slackIssueNewComment", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether to send a Slack message when any of the project or team's issues change to completed or cancelled.", "name": "slackIssueStatusChangedDone", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether to send a Slack message when any of the project or team's issues has a change in status.", "name": "slackIssueStatusChangedAll", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether to send a Slack message when a project update is created.", "name": "slackProjectUpdateCreated", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether to send a Slack message when a project update is created to team channels.", "name": "slackProjectUpdateCreatedToTeam", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether to send a Slack message when a project update is created to milestone channels.", "name": "slackProjectUpdateCreatedToMilestone", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether to send a Slack message when a project update is created to workspace channel.", "name": "slackProjectUpdateCreatedToWorkspace", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the team to create settings for.", "name": "teamId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the project to create settings for.", "name": "projectId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IntegrationsSettingsCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Whether to send a Slack message when a new issue is created for the project or the team.", "name": "slackIssueCreated", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether to send a Slack message when a comment is created on any of the project or team's issues.", "name": "slackIssueNewComment", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether to send a Slack message when any of the project or team's issues change to completed or cancelled.", "name": "slackIssueStatusChangedDone", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether to send a Slack message when any of the project or team's issues has a change in status.", "name": "slackIssueStatusChangedAll", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether to send a Slack message when a project update is created.", "name": "slackProjectUpdateCreated", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether to send a Slack message when a project update is created to team channels.", "name": "slackProjectUpdateCreatedToTeam", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether to send a Slack message when a project update is created to milestone channels.", "name": "slackProjectUpdateCreatedToMilestone", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether to send a Slack message when a project update is created to workspace channel.", "name": "slackProjectUpdateCreatedToWorkspace", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IntegrationsSettingsUpdateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the integration.", "name": "integrationId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the template.", "name": "templateId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IntegrationTemplateCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The mapping configuration for the import.", "name": "mapping", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssueImportUpdateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The name of the label.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The description of the label.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The color of the label.", "name": "color", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the parent label.", "name": "parentId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The team associated with the label. If not given, the label will be associated with the entire workspace.", "name": "teamId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssueLabelCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The name of the label.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The description of the label.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the parent label.", "name": "parentId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The color of the label.", "name": "color", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssueLabelUpdateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The type of relation of the issue to the related issue.", "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssueRelationType", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the issue that is related to another issue.", "name": "issueId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the related issue.", "name": "relatedIssueId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssueRelationCreateInput", "possibleTypes": null }, { "description": "The type of the issue relation.", "enumValues": [ { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "blocks" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "duplicate" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "related" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "IssueRelationType", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The type of relation of the issue to the related issue.", "name": "type", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the issue that is related to another issue.", "name": "issueId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the related issue.", "name": "relatedIssueId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssueRelationUpdateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The title of the issue.", "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The issue description in markdown format.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The issue description as a Prosemirror document.", "name": "descriptionData", "type": { "kind": "SCALAR", "name": "JSON", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the user to assign the issue to.", "name": "assigneeId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the parent issue.", "name": "parentId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The priority of the issue.", "name": "priority", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The estimated complexity of the issue.", "name": "estimate", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The identifiers of the users subscribing to this ticket.", "name": "subscriberIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "The identifiers of the issue labels associated with this ticket.", "name": "labelIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "The identifier or key of the team associated with the issue.", "name": "teamId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The cycle associated with the issue.", "name": "cycleId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The project associated with the issue.", "name": "projectId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The team state of the issue.", "name": "stateId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The comment the issue is referencing.", "name": "referenceCommentId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The position of the issue in its column on the board view.", "name": "boardOrder", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "The position of the issue related to other issues.", "name": "sortOrder", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "The position of the issue in parent's sub-issue list.", "name": "subIssueSortOrder", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "The date at which the issue is due.", "name": "dueDate", "type": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } }, { "defaultValue": null, "description": "Create issue as a user with the provided name. This option is only available to OAuth applications creating issues in `actor=application` mode.", "name": "createAsUser", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Provide an external user avatar URL. Can only be used in conjunction with the `createAsUser` options. This option is only available to OAuth applications creating comments in `actor=application` mode.", "name": "displayIconUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The date when the issue was created (e.g. if importing from another system). Must be a date in the past. If none is provided, the backend will generate the time as now.", "name": "createdAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssueCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The issue title.", "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The issue description in markdown format.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The issue description as a Prosemirror document.", "name": "descriptionData", "type": { "kind": "SCALAR", "name": "JSON", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the user to assign the issue to.", "name": "assigneeId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the parent issue.", "name": "parentId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The priority of the issue.", "name": "priority", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The estimated complexity of the issue.", "name": "estimate", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The identifiers of the users subscribing to this ticket.", "name": "subscriberIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "The identifiers of the issue labels associated with this ticket.", "name": "labelIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "The identifier or key of the team associated with the issue.", "name": "teamId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The cycle associated with the issue.", "name": "cycleId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The project associated with the issue.", "name": "projectId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The team state of the issue.", "name": "stateId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The position of the issue in its column on the board view.", "name": "boardOrder", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "The position of the issue related to other issues.", "name": "sortOrder", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "The position of the issue in parent's sub-issue list.", "name": "subIssueSortOrder", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "The date at which the issue is due.", "name": "dueDate", "type": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } }, { "defaultValue": null, "description": "Wether the issue has been trashed.", "name": "trashed", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "The time until an issue will be snoozed in Triage view.", "name": "snoozedUntilAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the user who snoozed the issue.", "name": "snoozedById", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssueUpdateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The name of the milestone.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The sort order of the milestone.", "name": "sortOrder", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "[ALPHA] The description for the milestone.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "[ALPHA] The planned target date of the milestone.", "name": "targetDate", "type": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } }, { "defaultValue": null, "description": "[ALPHA] The identifiers of the teams this milestone is associated with.", "name": "teamIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "MilestoneCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The name of the milestone.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The sort order of the milestone.", "name": "sortOrder", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "[ALPHA] The description for the milestone.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "[ALPHA] The planned target date of the milestone.", "name": "targetDate", "type": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } }, { "defaultValue": null, "description": "[ALPHA] The identifiers of the teams this milestone is associated with.", "name": "teamIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "MilestoneUpdateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "IDs of the milestones to migrate.", "name": "milestonesToMigrate", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "IDs of the milestones to delete.", "name": "milestonesToDelete", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "MilestonesMigrateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The time when notification was marked as read.", "name": "readAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "defaultValue": null, "description": "The time until a notification will be snoozed. After that it will appear in the inbox again.", "name": "snoozedUntilAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "defaultValue": null, "description": "The id of the project update related to the notification.", "name": "projectUpdateId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "NotificationUpdateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the team to subscribe to.", "name": "teamId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the project to subscribe to.", "name": "projectId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The type of the project subscription.", "name": "projectNotificationSubscriptionType", "type": { "kind": "ENUM", "name": "ProjectNotificationSubscriptionType", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "NotificationSubscriptionCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The type of the project subscription.", "name": "projectNotificationSubscriptionType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectNotificationSubscriptionType", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "NotificationSubscriptionUpdateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The client id of OAuth client being requested for approval.", "name": "clientId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The scopes being requested for approval.", "name": "scopes", "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, "description": "The reason the person wants to install this OAuth client.", "name": "requestReason", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "OauthClientApprovalCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The status for the OAuth client approval request. Must be approved or denied.", "name": "status", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OAuthClientApprovalStatus", "ofType": null } } }, { "defaultValue": null, "description": "The reason the request for the OAuth client approval was denied.", "name": "denyReason", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "OauthClientApprovalUpdateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The application's name.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "User facing description of the application.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Name of the developer of the application.", "name": "developer", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Url of the developer (homepage or docs).", "name": "developerUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "List of allowed redirect URIs for the application.", "name": "redirectUris", "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, "description": "URL for the app icon.", "name": "imageUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether the OAuth application should be publicly visible, or only visible to the creating workspace.", "name": "publicEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "The URL that will be called on data changes.", "name": "webhookUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "List of resources the webhooks should subscribe to.", "name": "webhookResourceTypes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "OauthClientCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The application's name.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "User facing description of the application.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Name of the developer of the application.", "name": "developer", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "URL of the developer (homepage or docs).", "name": "developerUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "List of allowed redirect URIs for the application.", "name": "redirectUris", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "URL for the app icon.", "name": "imageUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether the OAuth application should be publicly visible, or only visible to the creating workspace.", "name": "publicEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "The URL that will be called on data changes.", "name": "webhookUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "List of resources the webhooks should subscribe to.", "name": "webhookResourceTypes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "OauthClientUpdateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The domain name to add.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The email address to which to send the verification code.", "name": "verificationEmail", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": "\"general\"", "description": "The authentication type this domain is for.", "name": "authType", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "OrganizationDomainCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier of the domain being verified.", "name": "organizationDomainId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The verification code sent via email.", "name": "verificationCode", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "OrganizationDomainVerificationInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The email of the invitee.", "name": "email", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": "user", "description": "What user role the invite should grant.", "name": "role", "type": { "kind": "ENUM", "name": "UserRoleType", "ofType": null } }, { "defaultValue": null, "description": "The message to send to the invitee.", "name": "message", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The teams that the user has been invited to.", "name": "teamIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "OrganizationInviteCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The teams that the user has been invited to.", "name": "teamIds", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "OrganizationInviteUpdateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The name of the organization.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The logo of the organization.", "name": "logoUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The URL key of the organization.", "name": "urlKey", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "How git branches are formatted. If null, default formatting will be used.", "name": "gitBranchFormat", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether the Git integration linkback messages should be sent for private repositories.", "name": "gitLinkbackMessagesEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether the Git integration linkback messages should be sent for public repositories.", "name": "gitPublicLinkbackMessagesEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether the organization is using roadmap.", "name": "roadmapEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "The frequency at which project updates are sent.", "name": "projectUpdatesReminderFrequency", "type": { "kind": "ENUM", "name": "ProjectUpdateReminderFrequency", "ofType": null } }, { "defaultValue": null, "description": "The day at which project updates are sent.", "name": "projectUpdateRemindersDay", "type": { "kind": "ENUM", "name": "Day", "ofType": null } }, { "defaultValue": null, "description": "The hour at which project updates are sent.", "name": "projectUpdateRemindersHour", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "Whether the organization has opted for reduced customer support attachment information.", "name": "reducedPersonalInformation", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether the organization has opted for having to approve all OAuth applications for install.", "name": "oauthAppReview", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Linear Preview feature flags", "name": "linearPreviewFlags", "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } }, { "defaultValue": null, "description": "List of services that are allowed to be used for login.", "name": "allowedAuthServices", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "UpdateOrganizationInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The deletion code to confirm operation.", "name": "deletionCode", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DeleteOrganizationInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The URL of the link.", "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The label for the link.", "name": "label", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Related project for the link.", "name": "projectId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ProjectLinkCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The URL of the link.", "name": "url", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The label for the link.", "name": "label", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ProjectLinkUpdateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The name of the project.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The icon of the project.", "name": "icon", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The color of the project.", "name": "color", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The state of the project.", "name": "state", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The description for the project.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the milestone to associate the project with.", "name": "milestoneId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifiers of the teams this project is associated with.", "name": "teamIds", "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, "description": "The identifier of the project lead.", "name": "leadId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifiers of the members of this project.", "name": "memberIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "The planned start date of the project.", "name": "startDate", "type": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } }, { "defaultValue": null, "description": "The planned target date of the project.", "name": "targetDate", "type": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } }, { "defaultValue": null, "description": "The sort order for the project within shared views.", "name": "sortOrder", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ProjectCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The state of the project.", "name": "state", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The name of the project.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The description for the project.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the milestone to associate the project with.", "name": "milestoneId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The icon of the project.", "name": "icon", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The color of the project.", "name": "color", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifiers of the teams this project is associated with.", "name": "teamIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "The time until which project update reminders are paused.", "name": "projectUpdateRemindersPausedUntilAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the project lead.", "name": "leadId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifiers of the members of this project.", "name": "memberIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "The planned start date of the project.", "name": "startDate", "type": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } }, { "defaultValue": null, "description": "The planned target date of the project.", "name": "targetDate", "type": { "kind": "SCALAR", "name": "TimelessDate", "ofType": null } }, { "defaultValue": null, "description": "The date when the project was completed.", "name": "completedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "defaultValue": null, "description": "The date when the project was canceled.", "name": "canceledAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "defaultValue": null, "description": "Whether to send new issue notifications to Slack.", "name": "slackNewIssue", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether to send new issue comment notifications to Slack.", "name": "slackIssueComments", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether to send issue status update notifications to Slack.", "name": "slackIssueStatuses", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "The sort order for the project in shared views.", "name": "sortOrder", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ProjectUpdateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The id of the project update that has been interacted with.", "name": "projectUpdateId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The time at which the user read the project update.", "name": "readAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ProjectUpdateInteractionCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The content of the project update in markdown format.", "name": "body", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The content of the project update as a Prosemirror document.", "name": "bodyData", "type": { "kind": "SCALAR", "name": "JSON", "ofType": null } }, { "defaultValue": null, "description": "The project to associate the project update with.", "name": "projectId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The health of the project at the time of the update.", "name": "health", "type": { "kind": "ENUM", "name": "ProjectUpdateHealthType", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ProjectUpdateCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The content of the project update in markdown format.", "name": "body", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The content of the project update as a Prosemirror document.", "name": "bodyData", "type": { "kind": "SCALAR", "name": "JSON", "ofType": null } }, { "defaultValue": null, "description": "The health of the project at the time of the update.", "name": "health", "type": { "kind": "ENUM", "name": "ProjectUpdateHealthType", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ProjectUpdateUpdateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The user identifier of the subscription.", "name": "userId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The data of the subscription in stringified JSON format.", "name": "data", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": "web", "description": "Whether this is a subscription payload for Google Cloud Messaging or Apple Push Notification service", "name": "type", "type": { "kind": "ENUM", "name": "PushSubscriptionType", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "PushSubscriptionCreateInput", "possibleTypes": null }, { "description": "The different push subscription types", "enumValues": [ { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "web" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "apple" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "PushSubscriptionType", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The emoji the user reacted with.", "name": "emoji", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The comment to associate the reaction with.", "name": "commentId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The project update to associate the reaction with.", "name": "projectUpdateId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ReactionCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The name of the roadmap.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The description of the roadmap.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "RoadmapCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The name of the roadmap.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The description of the roadmap.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "RoadmapUpdateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the project.", "name": "projectId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the roadmap.", "name": "roadmapId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The sort order for the project within its milestone.", "name": "sortOrder", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "RoadmapToProjectCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The sort order for the project within its milestone.", "name": "sortOrder", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "RoadmapToProjectUpdateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the user associated with the membership.", "name": "userId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the team associated with the membership.", "name": "teamId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Internal. Whether the user is the owner of the team.", "name": "owner", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "The position of the item in the users list.", "name": "sortOrder", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "TeamMembershipCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Internal. Whether the user is the owner of the team.", "name": "owner", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "The position of the item in the users list.", "name": "sortOrder", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "TeamMembershipUpdateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The name of the team.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The description of the team.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The key of the team. If not given, the key will be generated based on the name of the team.", "name": "key", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The icon of the team.", "name": "icon", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The color of the team.", "name": "color", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The organization associated with the team.", "name": "organizationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether the team uses cycles.", "name": "cyclesEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "The day of the week that a new cycle starts.", "name": "cycleStartDay", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "The duration of each cycle in weeks.", "name": "cycleDuration", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The cooldown time after each cycle in weeks.", "name": "cycleCooldownTime", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Auto assign started issues to current active cycle setting.", "name": "cycleIssueAutoAssignStarted", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Auto assign completed issues to current active cycle setting.", "name": "cycleIssueAutoAssignCompleted", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Only allow issues issues with cycles in Active Issues.", "name": "cycleLockToActive", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "How many upcoming cycles to create.", "name": "upcomingCycleCount", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "Whether triage mode is enabled for the team.", "name": "triageEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "The timezone of the team.", "name": "timezone", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether issues without priority should be sorted first.", "name": "issueOrderingNoPriorityFirst", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "The issue estimation type to use.", "name": "issueEstimationType", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether to allow zeros in issues estimates.", "name": "issueEstimationAllowZero", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether to move issues to bottom of the column when changing state.", "name": "issueSortOrderDefaultToBottom", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether to add additional points to the estimate scale.", "name": "issueEstimationExtended", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "What to use as an default estimate for unestimated issues.", "name": "defaultIssueEstimate", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "Whether to group recent issue history entries.", "name": "groupIssueHistory", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the default template for members of this team.", "name": "defaultTemplateForMembersId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the default template for non-members of this team.", "name": "defaultTemplateForNonMembersId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Internal. Whether the team is private or not.", "name": "private", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Period after which issues are automatically closed, in months.", "name": "autoClosePeriod", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "The canceled workflow state which auto closed issues will be set to.", "name": "autoCloseStateId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Period after which closed and completed issues are automatically archived, in months. 0 means disabled.", "name": "autoArchivePeriod", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "The workflow state into which issues are moved when they are marked as a duplicate of another issue.", "name": "markedAsDuplicateWorkflowStateId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "TeamCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The name of the team.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The description of the team.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The key of the team.", "name": "key", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The icon of the team.", "name": "icon", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The color of the team.", "name": "color", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether the team uses cycles.", "name": "cyclesEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "The day of the week that a new cycle starts.", "name": "cycleStartDay", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "The duration of each cycle in weeks.", "name": "cycleDuration", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The cooldown time after each cycle in weeks.", "name": "cycleCooldownTime", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Auto assign started issues to current active cycle setting.", "name": "cycleIssueAutoAssignStarted", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Auto assign completed issues to current active cycle setting.", "name": "cycleIssueAutoAssignCompleted", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Only allow issues with cycles in Active Issues.", "name": "cycleLockToActive", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether the first cycle should start in the current or the next week.", "name": "cycleEnabledStartWeek", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "How many upcoming cycles to create.", "name": "upcomingCycleCount", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "The timezone of the team.", "name": "timezone", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether issues without priority should be sorted first.", "name": "issueOrderingNoPriorityFirst", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "The issue estimation type to use.", "name": "issueEstimationType", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether to allow zeros in issues estimates.", "name": "issueEstimationAllowZero", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether to move issues to bottom of the column when changing state.", "name": "issueSortOrderDefaultToBottom", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether to add additional points to the estimate scale.", "name": "issueEstimationExtended", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "What to use as an default estimate for unestimated issues.", "name": "defaultIssueEstimate", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "The workflow state into which issues are moved when a draft PR has been opened.", "name": "draftWorkflowStateId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The workflow state into which issues are moved when a PR has been opened.", "name": "startWorkflowStateId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The workflow state into which issues are moved when a review has been requested for the PR.", "name": "reviewWorkflowStateId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The workflow state into which issues are moved when a PR has been merged.", "name": "mergeWorkflowStateId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether to send new issue notifications to Slack.", "name": "slackNewIssue", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether to send new issue comment notifications to Slack.", "name": "slackIssueComments", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether to send issue status update notifications to Slack.", "name": "slackIssueStatuses", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether to group recent issue history entries.", "name": "groupIssueHistory", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the default template for members of this team.", "name": "defaultTemplateForMembersId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the default template for non-members of this team.", "name": "defaultTemplateForNonMembersId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether the team is private or not.", "name": "private", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether triage mode is enabled for the team.", "name": "triageEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Default status for newly created issues.", "name": "defaultIssueStateId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Period after which issues are automatically closed, in months.", "name": "autoClosePeriod", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "The canceled workflow state which auto closed issues will be set to.", "name": "autoCloseStateId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Period after which closed and completed issues are automatically archived, in months.", "name": "autoArchivePeriod", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "The workflow state into which issues are moved when they are marked as a duplicate of another issue.", "name": "markedAsDuplicateWorkflowStateId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "TeamUpdateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The template type, e.g. 'issue'.", "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The identifier or key of the team associated with the template. If not given, the template will be shared across all teams.", "name": "teamId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The template name.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The template description.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The template data as JSON encoded attributes of the type of entity, such as an issue.", "name": "templateData", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSON", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "TemplateCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The template name.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The template description.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifier or key of the team associated with the template. If set to null, the template will be shared across all teams.", "name": "teamId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The template data as JSON encoded attributes of the type of entity, such as an issue.", "name": "templateData", "type": { "kind": "SCALAR", "name": "JSON", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "TemplateUpdateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The name of the user.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The display name of the user.", "name": "displayName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The avatar image URL of the user.", "name": "avatarUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether the user account is active.", "name": "active", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Reason for deactivation.", "name": "disableReason", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether the user account has admin privileges.", "name": "admin", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "The user description or a short bio.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The emoji part of the user status.", "name": "statusEmoji", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The label part of the user status.", "name": "statusLabel", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "When the user status should be cleared.", "name": "statusUntilAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "defaultValue": null, "description": "The local timezone of the user.", "name": "timezone", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "UpdateUserInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The user's settings.", "name": "settings", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The types of emails the user has unsubscribed from.", "name": "unsubscribedFrom", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "The user's notification preferences.", "name": "notificationPreferences", "type": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "UserSettingsUpdateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The type of view preferences (either user or organization level preferences).", "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ViewPreferencesType", "ofType": null } } }, { "defaultValue": null, "description": "The view type of the view preferences are associated with.", "name": "viewType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ViewType", "ofType": null } } }, { "defaultValue": null, "description": "View preferences object.", "name": "preferences", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } } }, { "defaultValue": null, "description": "The team these view preferences are associated with.", "name": "teamId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The project these view preferences are associated with.", "name": "projectId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The roadmap these view preferences are associated with.", "name": "roadmapId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The label these view preferences are associated with.", "name": "labelId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The user profile these view preferences are associated with.", "name": "userId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The cycle these view preferences are associated with.", "name": "cycleId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The custom view these view preferences are associated with.", "name": "customViewId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ViewPreferencesCreateInput", "possibleTypes": null }, { "description": "The type of view preferences (either user or organization level preferences).", "enumValues": [ { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "organization" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "user" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ViewPreferencesType", "possibleTypes": null }, { "description": "The client view this custom view is targeting.", "enumValues": [ { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "inbox" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "myIssues" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "myIssuesCreatedByMe" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "myIssuesSubscribedTo" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "userProfile" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "userProfileCreatedByUser" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "board" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "completedCycle" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "cycle" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "project" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "label" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "triage" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "activeIssues" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "backlog" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "allIssues" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "customView" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "customRoadmap" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "roadmap" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "roadmapAll" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "roadmapClosed" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "roadmapBacklog" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "projects" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "projectsAll" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "projectsBacklog" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "projectsClosed" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "search" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "teams" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "archive" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ViewType", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "View preferences.", "name": "preferences", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ViewPreferencesUpdateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Label for the webhook.", "name": "label", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "true", "description": "Whether this webhook is enabled.", "name": "enabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "An optional secret token used to sign the webhook payload.", "name": "secret", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The URL that will be called on data changes.", "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "List of resources the webhook should subscribe to.", "name": "resourceTypes", "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, "description": "The identifier or key of the team associated with the Webhook.", "name": "teamId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether this webhook is enabled for all public teams.", "name": "allPublicTeams", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "WebhookCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Label for the webhook.", "name": "label", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "An optional secret token used to sign the Webhook payload.", "name": "secret", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether this webhook is enabled.", "name": "enabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "The URL that will be called on data changes.", "name": "url", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "List of resources the webhook should subscribe to.", "name": "resourceTypes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "WebhookUpdateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The identifier. If none is provided, the backend will generate one.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The workflow type.", "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The name of the state.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The color of the state.", "name": "color", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The description of the state.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The position of the state.", "name": "position", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "The team associated with the state.", "name": "teamId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "WorkflowStateCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "The name of the state.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The color of the state.", "name": "color", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The description of the state.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The position of the state.", "name": "position", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "WorkflowStateUpdateInput", "possibleTypes": null }, { "description": "A project notification subscription.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The type of the subscription.", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The user associated with notification subscriptions.", "isDeprecated": false, "name": "user", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Subscribed team.", "isDeprecated": false, "name": "team", "type": { "kind": "OBJECT", "name": "Team", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The project subscribed to.", "isDeprecated": false, "name": "project", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Project", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The type of the project subscription.", "isDeprecated": false, "name": "projectNotificationSubscriptionType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectNotificationSubscriptionType", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "NotificationSubscription", "ofType": null }, { "kind": "INTERFACE", "name": "Entity", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "ProjectNotificationSubscription", "possibleTypes": null }, { "description": "A team notification subscription.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The type of the subscription.", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The user associated with notification subscriptions.", "isDeprecated": false, "name": "user", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The team subscribed to.", "isDeprecated": false, "name": "team", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Team", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Subscribed project.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "NotificationSubscription", "ofType": null }, { "kind": "INTERFACE", "name": "Entity", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "TeamNotificationSubscription", "possibleTypes": null }, { "description": "An issue related notification", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Notification type", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The user that caused the notification. If empty it's Linear itself.", "isDeprecated": false, "name": "actor", "type": { "kind": "OBJECT", "name": "User", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The user that received the notification.", "isDeprecated": false, "name": "user", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at when the user marked the notification as read. Null, if the the user hasn't read the notification", "isDeprecated": false, "name": "readAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The time at when an email reminder for this notification was sent to the user. Null, if no email\n reminder has been sent.", "isDeprecated": false, "name": "emailedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The time until a notification will be snoozed. After that it will appear in the inbox again.", "isDeprecated": false, "name": "snoozedUntilAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The issue related to the notification.", "isDeprecated": false, "name": "issue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Issue", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The team related to the notification.", "isDeprecated": false, "name": "team", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Team", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The comment related to the notification.", "isDeprecated": false, "name": "comment", "type": { "kind": "OBJECT", "name": "Comment", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the reaction emoji related to the notification.", "isDeprecated": false, "name": "reactionEmoji", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Notification", "ofType": null }, { "kind": "INTERFACE", "name": "Entity", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "IssueNotification", "possibleTypes": null }, { "description": "A project related notification", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Notification type", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The user that caused the notification. If empty it's Linear itself.", "isDeprecated": false, "name": "actor", "type": { "kind": "OBJECT", "name": "User", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The user that received the notification.", "isDeprecated": false, "name": "user", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at when the user marked the notification as read. Null, if the the user hasn't read the notification", "isDeprecated": false, "name": "readAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The time at when an email reminder for this notification was sent to the user. Null, if no email\n reminder has been sent.", "isDeprecated": false, "name": "emailedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The time until a notification will be snoozed. After that it will appear in the inbox again.", "isDeprecated": false, "name": "snoozedUntilAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The project related to the notification.", "isDeprecated": false, "name": "project", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Project", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The project update related to the notification.", "isDeprecated": false, "name": "projectUpdate", "type": { "kind": "OBJECT", "name": "ProjectUpdate", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Notification", "ofType": null }, { "kind": "INTERFACE", "name": "Entity", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "ProjectNotification", "possibleTypes": null }, { "description": "An oauth client approval related notification", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The unique identifier of the entity.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The last time at which the entity was updated. This is the same as the creation time if the\n entity hasn't been updated after creation.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the entity was archived. Null if the entity has not been archived.", "isDeprecated": false, "name": "archivedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Notification type", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The user that caused the notification. If empty it's Linear itself.", "isDeprecated": false, "name": "actor", "type": { "kind": "OBJECT", "name": "User", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The user that received the notification.", "isDeprecated": false, "name": "user", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at when the user marked the notification as read. Null, if the the user hasn't read the notification", "isDeprecated": false, "name": "readAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The time at when an email reminder for this notification was sent to the user. Null, if no email\n reminder has been sent.", "isDeprecated": false, "name": "emailedAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The time until a notification will be snoozed. After that it will appear in the inbox again.", "isDeprecated": false, "name": "snoozedUntilAt", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The OAuth client approval request related to the notification.", "isDeprecated": false, "name": "oauthClientApproval", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OauthClientApproval", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Notification", "ofType": null }, { "kind": "INTERFACE", "name": "Entity", "ofType": null }, { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "kind": "OBJECT", "name": "OauthClientApprovalNotification", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "If defined, only models of the given type will be loaded.", "name": "onlyModels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "If defined, only models for the given sync groups will be loaded.", "name": "syncGroups", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "deprecationReason": null, "description": "Fetch data to catch up the client to the state of the world.", "isDeprecated": false, "name": "syncBootstrap", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SyncResponse", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Retrieves how many entities the user has access to.", "isDeprecated": false, "name": "syncEntityCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EntityCountResponse", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The requests to load.", "name": "requests", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BatchRequest", "ofType": null } } } } } ], "deprecationReason": null, "description": "Syncs a batch of models.", "isDeprecated": false, "name": "syncBatch", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SyncBatchResponse", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Whether to also include the dependent model referenced by the given identifier in the response.", "name": "includeDependent", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the model whose dependencies to load.", "name": "identifier", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The class name of the model to load.", "name": "modelClass", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Fetches the dependencies of a model.", "isDeprecated": false, "name": "dependentModelSync", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DependencyResponse", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the model to load. What an identifier is specific to the model class.", "name": "identifier", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The class name of the model to load.", "name": "modelClass", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Fetches an archived model.", "isDeprecated": false, "name": "archivedModelSync", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchiveResponse", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The class name of the models to load.", "name": "modelClass", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The teamId for which to load archived models.", "name": "teamId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "How trashed issues should be loaded. Defaults to TrashOptionType.excludeTrash", "name": "trashOption", "type": { "kind": "ENUM", "name": "TrashOptionType", "ofType": null } }, { "defaultValue": null, "description": "Retrieve issues that have been archived before this date.", "name": "before", "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, { "defaultValue": null, "description": "To proper page through entities with same \"archivedAt\" date we also need last id", "name": "beforeId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of issues to load.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Fetches archived models.", "isDeprecated": false, "name": "archivedModelsSync", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchiveResponse", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "All API keys for the user.", "isDeprecated": false, "name": "apiKeys", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ApiKeyConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The client ID of the application.", "name": "clientId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Get basic information for an application.", "isDeprecated": false, "name": "applicationInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Application", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The IDs of the applications.", "name": "ids", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "deprecationReason": null, "description": "[INTERNAL] Get basic information for a list of applications", "isDeprecated": false, "name": "applicationInfoByIds", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Application", "ofType": null } } } } }, { "args": [ { "defaultValue": "\"user\"", "description": "Actor mode used for the authorization.", "name": "actor", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Redirect URI for the application.", "name": "redirectUri", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Scopes being requested by the application", "name": "scope", "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, "description": "The client ID of the application.", "name": "clientId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Get information for an application and whether a user has approved it for the given scopes.", "isDeprecated": false, "name": "applicationWithAuthorization", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserAuthorizedApplication", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "[INTERNAL] Get all authorized applications for a user", "isDeprecated": false, "name": "authorizedApplications", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuthorizedApplication", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "[INTERNAL] Get all authorized applications (with limited fields) for a workspace", "isDeprecated": false, "name": "workspaceAuthorizedApplications", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkspaceAuthorizedApplication", "ofType": null } } } } }, { "args": [ { "defaultValue": null, "description": "Filter returned attachments.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "AttachmentFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "All issue attachments.\n\nTo get attachments for a given URL, use `attachmentsForURL` query.", "isDeprecated": false, "name": "attachments", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AttachmentConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": null, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "\nOne specific issue attachment.\n[Deprecated] 'url' can no longer be used as the 'id' parameter. Use 'attachmentsForUrl' instead", "isDeprecated": false, "name": "attachment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Attachment", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } }, { "defaultValue": null, "description": "The attachment URL.", "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Returns issue attachments for a given `url`.", "isDeprecated": false, "name": "attachmentsForURL", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AttachmentConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "`id` of the attachment for which you'll want to get the issue for. [Deprecated] `url` as the `id` parameter.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": "Will be removed in near future, please use `attachmentsForURL` to get attachments and their issues instead.", "description": "\nQuery an issue by its associated attachment, and its id.\n", "isDeprecated": true, "name": "attachmentIssue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Issue", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "List of audit entry types.", "isDeprecated": false, "name": "auditEntryTypes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuditEntryType", "ofType": null } } } } }, { "args": [ { "defaultValue": null, "description": "Filter returned audit entries.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "AuditEntryFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "All audit log entries.", "isDeprecated": false, "name": "auditEntries", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuditEntryConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Fetch users belonging to this user account.", "isDeprecated": false, "name": "availableUsers", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuthResolverResponse", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Whether the client is the desktop app.", "name": "isDesktop", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Email to query the SSO login URL by.", "name": "email", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Fetch SSO login URL for the email provided.", "isDeprecated": false, "name": "ssoUrlFromEmail", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SsoUrlFromEmailResponse", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned comments.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "CommentFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "All comments.", "isDeprecated": false, "name": "comments", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the comment to retrieve.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "A specific comment.", "isDeprecated": false, "name": "comment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Comment", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Custom views for the user.", "isDeprecated": false, "name": "customViews", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CustomViewConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": null, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "One specific custom view.", "isDeprecated": false, "name": "customView", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CustomView", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned users.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "CycleFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "All cycles.", "isDeprecated": false, "name": "cycles", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CycleConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": null, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "One specific cycle.", "isDeprecated": false, "name": "cycle", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Cycle", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "All documents for the project.", "isDeprecated": false, "name": "documents", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DocumentConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": null, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "One specific document.", "isDeprecated": false, "name": "document", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Document", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "All custom emojis.", "isDeprecated": false, "name": "emojis", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EmojiConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the emoji to retrieve.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "A specific emoji.", "isDeprecated": false, "name": "emoji", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Emoji", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "The user's favorites.", "isDeprecated": false, "name": "favorites", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FavoriteConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": null, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "One specific favorite.", "isDeprecated": false, "name": "favorite", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Favorite", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Figma node identifier.", "name": "nodeId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Figma file identifier.", "name": "fileId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Fetch Figma screenshot and other information with file and node identifiers.", "isDeprecated": false, "name": "figmaEmbedInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FigmaEmbedPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned projects.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "InitiativeFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "[ALPHA] All initiatives.", "isDeprecated": false, "name": "initiatives", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "InitiativeConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": null, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "[ALPHA] One specific initiative.", "isDeprecated": false, "name": "initiative", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Initiative", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "All integrations.", "isDeprecated": false, "name": "integrations", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": null, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "One specific integration.", "isDeprecated": false, "name": "integration", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Integration", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": "This query will soon be deprecated, please use `attachments` instead", "description": "All integrations resources (e.g. linked GitHub pull requests for issues).", "isDeprecated": true, "name": "integrationResources", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationResourceConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": null, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": "This query will soon be deprecated, please use `attachment` instead", "description": "One specific integration resource. (e.g. linked GitHub pull requests for an issue)", "isDeprecated": true, "name": "integrationResource", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationResource", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "All project updates.", "isDeprecated": false, "name": "projectUpdates", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectUpdateConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": null, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "One specific set of settings.", "isDeprecated": false, "name": "integrationsSettings", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationsSettings", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Template and integration connections.", "isDeprecated": false, "name": "integrationTemplates", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationTemplateConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": null, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "One specific integrationTemplate.", "isDeprecated": false, "name": "integrationTemplate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationTemplate", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "OAuth code.", "name": "code", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Fetches the GitHub token, completing the OAuth flow.", "isDeprecated": false, "name": "issueImportFinishGithubOAuth", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "GithubOAuthTokenPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned issue labels.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "IssueLabelFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "All issue labels.", "isDeprecated": false, "name": "issueLabels", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueLabelConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": null, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "One specific label.", "isDeprecated": false, "name": "issueLabel", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueLabel", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "All issue relationships.", "isDeprecated": false, "name": "issueRelations", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueRelationConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": null, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "One specific issue relation.", "isDeprecated": false, "name": "issueRelation", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueRelation", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned issues.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "IssueFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "All issues.", "isDeprecated": false, "name": "issues", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": null, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "One specific issue.", "isDeprecated": false, "name": "issue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Issue", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned issues.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "IssueFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } }, { "defaultValue": null, "description": "[Deprecated] Search string to look for.", "name": "query", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "[ALPHA] Search issues. This query is experimental and is subject to change without notice.", "isDeprecated": false, "name": "issueSearch", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The VCS branch name to search for.", "name": "branchName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Find issue based on the VCS branch name.", "isDeprecated": false, "name": "issueVcsBranchSearch", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Issue priority values and corresponding labels.", "isDeprecated": false, "name": "issuePriorityValues", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssuePriorityValue", "ofType": null } } } } }, { "args": [ { "defaultValue": null, "description": "Filter returned projects.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "MilestoneFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": "Milestones will be removed. Use roadmaps instead.", "description": "All milestones.", "isDeprecated": true, "name": "milestones", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MilestoneConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": null, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": "Milestones will be removed. Use roadmaps instead.", "description": "One specific milestone.", "isDeprecated": true, "name": "milestone", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Milestone", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "All notifications.", "isDeprecated": false, "name": "notifications", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NotificationConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": null, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "One specific notification.", "isDeprecated": false, "name": "notification", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Notification", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "The user's notification subscriptions.", "isDeprecated": false, "name": "notificationSubscriptions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NotificationSubscriptionConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": null, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "One specific notification subscription.", "isDeprecated": false, "name": "notificationSubscription", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "NotificationSubscription", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The ID of the organization domain to claim.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "[INTERNAL] Checks whether the domain can be claimed.", "isDeprecated": false, "name": "organizationDomainClaimRequest", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationDomainClaimPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "All invites for the organization.", "isDeprecated": false, "name": "organizationInvites", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationInviteConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": null, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "One specific organization invite.", "isDeprecated": false, "name": "organizationInvite", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationInvite", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": null, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "One specific organization invite.", "isDeprecated": false, "name": "organizationInviteDetails", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationInviteDetailsPayload", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The user's organization.", "isDeprecated": false, "name": "organization", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Organization", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": null, "name": "urlKey", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Does the organization exist.", "isDeprecated": false, "name": "organizationExists", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationExistsPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "All links for the project.", "isDeprecated": false, "name": "projectLinks", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectLinkConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": null, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "One specific project link.", "isDeprecated": false, "name": "projectLink", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectLink", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned projects.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "ProjectFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "All projects.", "isDeprecated": false, "name": "projects", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": null, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "One specific project.", "isDeprecated": false, "name": "project", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Project", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "All interactions on project updates.", "isDeprecated": false, "name": "projectUpdateInteractions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectUpdateInteractionConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the project update interaction to retrieve.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "A specific interaction on a project update.", "isDeprecated": false, "name": "projectUpdateInteraction", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectUpdateInteraction", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the project update to retrieve.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "A specific project update.", "isDeprecated": false, "name": "projectUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectUpdate", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Sends a test push message.", "isDeprecated": false, "name": "pushSubscriptionTest", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PushSubscriptionTestPayload", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The status of the rate limiter.", "isDeprecated": false, "name": "rateLimitStatus", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RateLimitPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "All roadmaps in the workspace.", "isDeprecated": false, "name": "roadmaps", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RoadmapConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": null, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "One specific roadmap.", "isDeprecated": false, "name": "roadmap", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Roadmap", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "Custom views for the user.", "isDeprecated": false, "name": "roadmapToProjects", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RoadmapToProjectConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": null, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "One specific roadmapToProject.", "isDeprecated": false, "name": "roadmapToProject", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RoadmapToProject", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "All team memberships.", "isDeprecated": false, "name": "teamMemberships", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamMembershipConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": null, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "One specific team membership.", "isDeprecated": false, "name": "teamMembership", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamMembership", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned teams.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "TeamFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "All teams whose issues can be accessed by the user. This might be different from `administrableTeams`, which also includes teams whose settings can be changed by the user.", "isDeprecated": false, "name": "teams", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned teams.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "TeamFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "All teams you the user can administrate. Administrable teams are teams whose settings the user can change, but to whose issues the user doesn't necessarily have access to.", "isDeprecated": false, "name": "administrableTeams", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": null, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "One specific team.", "isDeprecated": false, "name": "team", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Team", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "All templates from all users.", "isDeprecated": false, "name": "templates", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Template", "ofType": null } } } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the template to retrieve.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "A specific template.", "isDeprecated": false, "name": "template", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Template", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned users.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "UserFilter", "ofType": null } }, { "defaultValue": null, "description": "Should query return disabled/suspended users (default: false).", "name": "includeDisabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "All users for the organization.", "isDeprecated": false, "name": "users", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the user to retrieve. To retrieve the authenticated user, use `viewer` query.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "One specific user.", "isDeprecated": false, "name": "user", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The currently authenticated user.", "isDeprecated": false, "name": "viewer", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The user's settings.", "isDeprecated": false, "name": "userSettings", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserSettings", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "All webhooks.", "isDeprecated": false, "name": "webhooks", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WebhookConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the webhook to retrieve.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "A specific webhook.", "isDeprecated": false, "name": "webhook", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Webhook", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter returned workflow states.", "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "WorkflowStateFilter", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with last for backward pagination.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A cursor to be used with first for forward pagination", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The number of items to forward paginate (used with after). Defaults to 50.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "The number of items to backward paginate (used with before). Defaults to 50.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Should archived resources be included (default: false)", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "By which field should the pagination order by. Available options are createdAt (default) and updatedAt.", "name": "orderBy", "type": { "kind": "ENUM", "name": "PaginationOrderBy", "ofType": null } } ], "deprecationReason": null, "description": "All issue workflow states.", "isDeprecated": false, "name": "workflowStates", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkflowStateConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": null, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "One specific state.", "isDeprecated": false, "name": "workflowState", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkflowState", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Query", "possibleTypes": null }, { "description": "How trashed models should be loaded.", "enumValues": [ { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "includeTrash" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "excludeTrash" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "trashOnly" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "TrashOptionType", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "The event to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EventCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "[Deprecated] Creates a new event.", "isDeprecated": false, "name": "eventCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EventPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The api key object to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ApiKeyCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a new API key.", "isDeprecated": false, "name": "apiKeyCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ApiKeyPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the API key to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes an API key.", "isDeprecated": false, "name": "apiKeyDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The attachment object to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AttachmentCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a new attachment, or updates existing if the same `url` and `issueId` is used.", "isDeprecated": false, "name": "attachmentCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AttachmentPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A partial attachment object to update the attachment with.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AttachmentUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the attachment to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Updates an existing issue attachment.", "isDeprecated": false, "name": "attachmentUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AttachmentPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The title to use for the attachment.", "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The issue for which to link the url.", "name": "issueId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The url to link.", "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Link any url to an issue.", "isDeprecated": false, "name": "attachmentLinkURL", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AttachmentPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The issue for which to link the Zendesk ticket.", "name": "issueId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The Zendesk ticket ID to link.", "name": "ticketId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Link an existing Zendesk ticket to an issue.", "isDeprecated": false, "name": "attachmentLinkZendesk", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AttachmentPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The issue for which to link the Discord message.", "name": "issueId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The Discord channel ID for the message to link.", "name": "channelId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The Discord message ID for the message to link.", "name": "messageId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The Discord message URL for the message to link.", "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Link an existing Discord message to an issue.", "isDeprecated": false, "name": "attachmentLinkDiscord", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AttachmentPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The issue for which to link the Front conversation.", "name": "issueId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The Front conversation ID to link.", "name": "conversationId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Link an existing Front conversation to an issue.", "isDeprecated": false, "name": "attachmentLinkFront", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FrontAttachmentPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The issue for which to link the Intercom conversation.", "name": "issueId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The Intercom conversation ID to link.", "name": "conversationId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Link an existing Intercom conversation to an issue.", "isDeprecated": false, "name": "attachmentLinkIntercom", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AttachmentPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The issue for which to link the Jira issue.", "name": "issueId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The Jira issue key or ID to link.", "name": "jiraIssueId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Link an existing Jira issue to an issue.", "isDeprecated": false, "name": "attachmentLinkJiraIssue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AttachmentPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the attachment to archive.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": "This mutation is deprecated, please use `attachmentDelete` instead", "description": "[DEPRECATED] Archives an issue attachment.", "isDeprecated": true, "name": "attachmentArchive", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the attachment to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes an issue attachment.", "isDeprecated": false, "name": "attachmentDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The data used for email authentication.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EmailUserAccountAuthChallengeInput", "ofType": null } } } ], "deprecationReason": null, "description": "Finds or creates a new user account by email and sends an email with token.", "isDeprecated": false, "name": "emailUserAccountAuthChallenge", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EmailUserAccountAuthChallengeResponse", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The data used for token authentication.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TokenUserAccountAuthInput", "ofType": null } } } ], "deprecationReason": null, "description": "Authenticates a user account via email and authentication token.", "isDeprecated": false, "name": "emailTokenUserAccountAuth", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuthResolverResponse", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The data used for token authentication.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TokenUserAccountAuthInput", "ofType": null } } } ], "deprecationReason": null, "description": "Authenticates a user account via email and authentication token for SAML.", "isDeprecated": false, "name": "samlTokenUserAccountAuth", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuthResolverResponse", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The data used for Google authentication.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "GoogleUserAccountAuthInput", "ofType": null } } } ], "deprecationReason": null, "description": "Authenticate user account through Google OAuth. This is the 2nd step of OAuth flow.", "isDeprecated": false, "name": "googleUserAccountAuth", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuthResolverResponse", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Onboarding survey.", "name": "survey", "type": { "kind": "INPUT_OBJECT", "name": "OnboardingCustomerSurvey", "ofType": null } }, { "defaultValue": null, "description": "Organization details for the new organization.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateOrganizationInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates an organization from onboarding.", "isDeprecated": false, "name": "createOrganizationFromOnboarding", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CreateOrJoinOrganizationResponse", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Organization details for the organization to join.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "JoinOrganizationInput", "ofType": null } } } ], "deprecationReason": null, "description": "Join an organization from onboarding.", "isDeprecated": false, "name": "joinOrganizationFromOnboarding", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CreateOrJoinOrganizationResponse", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "ID of the organization to leave.", "name": "organizationId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Leave an organization.", "isDeprecated": false, "name": "leaveOrganization", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CreateOrJoinOrganizationResponse", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Logout of all clients.", "isDeprecated": false, "name": "logout", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LogoutResponse", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The comment object to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a new comment.", "isDeprecated": false, "name": "commentCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A partial comment object to update the comment with.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommentUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the comment to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Updates a comment.", "isDeprecated": false, "name": "commentUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CommentPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the comment to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes a comment.", "isDeprecated": false, "name": "commentDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The contact entry to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ContactCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Saves user message.", "isDeprecated": false, "name": "contactCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ContactPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The contact entry to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ContactSalesCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "[INTERNAL] Saves sales pricing inquiry to Front.", "isDeprecated": false, "name": "contactSalesCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ContactPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The properties of the custom view to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CustomViewCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a new custom view.", "isDeprecated": false, "name": "customViewCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CustomViewPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The properties of the custom view to update.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CustomViewUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the custom view to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Updates a custom view.", "isDeprecated": false, "name": "customViewUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CustomViewPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the custom view to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes a custom view.", "isDeprecated": false, "name": "customViewDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The cycle object to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CycleCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a new cycle.", "isDeprecated": false, "name": "cycleCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CyclePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A partial cycle object to update the cycle with.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CycleUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the cycle to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Updates a cycle.", "isDeprecated": false, "name": "cycleUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CyclePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the cycle to archive.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Archives a cycle.", "isDeprecated": false, "name": "cycleArchive", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The document to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DocumentCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a new document.", "isDeprecated": false, "name": "documentCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DocumentPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A partial document object to update the document with.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DocumentUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the document to update. Also the identifier from the URL is accepted.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Updates a document.", "isDeprecated": false, "name": "documentUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DocumentPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the document to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes a document.", "isDeprecated": false, "name": "documentDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Subscription details.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EmailSubscribeInput", "ofType": null } } } ], "deprecationReason": null, "description": "Subscribes the email to the newsletter.", "isDeprecated": false, "name": "emailSubscribe", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EmailSubscribePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Unsubscription details.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EmailUnsubscribeInput", "ofType": null } } } ], "deprecationReason": null, "description": "Unsubscribes the user from one type of emails.", "isDeprecated": false, "name": "emailUnsubscribe", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EmailUnsubscribePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The emoji object to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EmojiCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a custom emoji.", "isDeprecated": false, "name": "emojiCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EmojiPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the emoji to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes an emoji.", "isDeprecated": false, "name": "emojiDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The favorite object to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "FavoriteCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a new favorite (project, cycle etc).", "isDeprecated": false, "name": "favoriteCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FavoritePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A partial favorite object to update the favorite with.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "FavoriteUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the favorite to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Updates a favorite.", "isDeprecated": false, "name": "favoriteUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FavoritePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the favorite reference to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes a favorite reference.", "isDeprecated": false, "name": "favoriteDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The feedback entry to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "FeedbackCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Saves user feedback.", "isDeprecated": false, "name": "feedbackCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FeedbackPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Optional metadata.", "name": "metaData", "type": { "kind": "SCALAR", "name": "JSON", "ofType": null } }, { "defaultValue": null, "description": "Should the file be made publicly accessible (default: false).", "name": "makePublic", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "File size of the uploaded file.", "name": "size", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "defaultValue": null, "description": "MIME type of the uploaded file.", "name": "contentType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Filename of the uploaded file.", "name": "filename", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "XHR request payload to upload an images, video and other attachments directly to Linear's cloud storage.", "isDeprecated": false, "name": "fileUpload", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UploadPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "URL of the file to be uploaded to Linear.", "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Upload an image from an URL to Linear.", "isDeprecated": false, "name": "imageUploadFromUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ImageUploadFromUrlPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The issue object to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "InitiativeCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a new initiative.", "isDeprecated": false, "name": "initiativeCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "InitiativePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A partial initiative object to update the initiative with.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "InitiativeUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the initiative to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Updates a initiative.", "isDeprecated": false, "name": "initiativeUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "InitiativePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the initiative to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes a initiative.", "isDeprecated": false, "name": "initiativeDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Integration request details.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IntegrationRequestInput", "ofType": null } } } ], "deprecationReason": null, "description": "Requests a currently unavailable integration.", "isDeprecated": false, "name": "integrationRequest", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationRequestPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "An integration settings object.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IntegrationSettingsInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the integration to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "[INTERNAL] Updates the integration.", "isDeprecated": false, "name": "integrationSettingsUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationPayload", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Generates a webhook for the GitHub commit integration.", "isDeprecated": false, "name": "integrationGithubCommitCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "GitHubCommitIntegrationPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The GitHub data to connect with.", "name": "installationId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Connects the organization with the GitHub App.", "isDeprecated": false, "name": "integrationGithubConnect", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The URL of the GitLab installation", "name": "gitlabUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The GitLab Access Token to connect with.", "name": "accessToken", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Connects the organization with a GitLab Access Token.", "isDeprecated": false, "name": "integrationGitlabConnect", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Airbyte integration settings.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AirbyteConfigurationInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates an integration api key for Airbyte to connect with Linear", "isDeprecated": false, "name": "airbyteIntegrationConnect", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Jira integration settings.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "JiraConfigurationInput", "ofType": null } } } ], "deprecationReason": null, "description": "[INTERNAL] Connects the organization with a Jira Personal Access Token.", "isDeprecated": false, "name": "jiraIntegrationConnect", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The Intercom OAuth redirect URI.", "name": "redirectUri", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The Intercom OAuth code.", "name": "code", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Integrates the organization with Intercom.", "isDeprecated": false, "name": "integrationIntercom", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationPayload", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Disconnects the organization from Intercom.", "isDeprecated": false, "name": "integrationIntercomDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A partial Intercom integration settings object to update the integration settings with.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IntercomSettingsInput", "ofType": null } } } ], "deprecationReason": "This mutation is deprecated, please use `integrationSettingsUpdate` instead", "description": "[DEPRECATED] Updates settings on the Intercom integration.", "isDeprecated": true, "name": "integrationIntercomSettingsUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The Discord OAuth redirect URI.", "name": "redirectUri", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The Discord OAuth code.", "name": "code", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Integrates the organization with Discord.", "isDeprecated": false, "name": "integrationDiscord", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "[DEPRECATED] Whether or not v2 of Slack OAuth should be used. No longer used.", "name": "shouldUseV2Auth", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "The Slack OAuth redirect URI.", "name": "redirectUri", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The Slack OAuth code.", "name": "code", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Integrates the organization with Slack.", "isDeprecated": false, "name": "integrationSlack", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The Slack OAuth redirect URI.", "name": "redirectUri", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The Slack OAuth code.", "name": "code", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Integrates your personal notifications with Slack.", "isDeprecated": false, "name": "integrationSlackPersonal", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "[DEPRECATED] Whether or not v2 of Slack OAuth should be used. No longer used.", "name": "shouldUseV2Auth", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "The Slack OAuth redirect URI.", "name": "redirectUri", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Integration's associated team.", "name": "teamId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The Slack OAuth code.", "name": "code", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Slack webhook integration.", "isDeprecated": false, "name": "integrationSlackPost", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The service to enable once connected, either 'notifications' or 'updates'.", "name": "service", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The Slack OAuth redirect URI.", "name": "redirectUri", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Integration's associated project.", "name": "projectId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The Slack OAuth code.", "name": "code", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Slack integration for project notifications.", "isDeprecated": false, "name": "integrationSlackProjectPost", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The Slack OAuth redirect URI.", "name": "redirectUri", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The Slack OAuth code.", "name": "code", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Slack integration for organization level project update notifications.", "isDeprecated": false, "name": "integrationSlackOrgProjectUpdatesPost", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The Slack OAuth redirect URI.", "name": "redirectUri", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The Slack OAuth code.", "name": "code", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Imports custom emojis from your Slack workspace.", "isDeprecated": false, "name": "integrationSlackImportEmojis", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The Figma OAuth redirect URI.", "name": "redirectUri", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The Figma OAuth code.", "name": "code", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Integrates the organization with Figma.", "isDeprecated": false, "name": "integrationFigma", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The Google OAuth code.", "name": "code", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Integrates the organization with Google Sheets.", "isDeprecated": false, "name": "integrationGoogleSheets", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the Google Sheets integration to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Manually update Google Sheets data.", "isDeprecated": false, "name": "refreshGoogleSheetsData", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The slug of the Sentry organization being connected.", "name": "organizationSlug", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The Sentry grant code that's exchanged for OAuth tokens.", "name": "code", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The Sentry installationId to connect with.", "name": "installationId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Integrates the organization with Sentry.", "isDeprecated": false, "name": "integrationSentryConnect", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The Front OAuth redirect URI.", "name": "redirectUri", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The Front OAuth code.", "name": "code", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Integrates the organization with Front.", "isDeprecated": false, "name": "integrationFront", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The Zendesk OAuth redirect URI.", "name": "redirectUri", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The Zendesk OAuth scopes.", "name": "scope", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The Zendesk OAuth code.", "name": "code", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The Zendesk installation subdomain.", "name": "subdomain", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Integrates the organization with Zendesk.", "isDeprecated": false, "name": "integrationZendesk", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationPayload", "ofType": null } } }, { "args": [], "deprecationReason": "Not available.", "description": "Enables Loom integration for the organization.", "isDeprecated": true, "name": "integrationLoom", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the integration to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes an integration.", "isDeprecated": false, "name": "integrationDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the integration resource to archive.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": "This query will soon be deprecated, please use `attachmentArchive` instead", "description": "Archives an integration resource.", "isDeprecated": true, "name": "integrationResourceArchive", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The settings to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IntegrationsSettingsCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates new settings for one or more integrations.", "isDeprecated": false, "name": "integrationsSettingsCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationsSettingsPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A settings object to update the settings with.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IntegrationsSettingsUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the settings to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Updates settings related to integrations for a project or a team.", "isDeprecated": false, "name": "integrationsSettingsUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationsSettingsPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The properties of the integrationTemplate to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IntegrationTemplateCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a new integrationTemplate join.", "isDeprecated": false, "name": "integrationTemplateCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IntegrationTemplatePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the integrationTemplate to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes a integrationTemplate.", "isDeprecated": false, "name": "integrationTemplateDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "ID of issue import. If not provided it will be generated.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether or not we should collect the data for closed issues.", "name": "includeClosedIssues", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether to instantly process the import with the default configuration mapping.", "name": "instantProcess", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether or not we should import GitHub organization level projects.", "name": "githubShouldImportOrgProjects", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "GitHub owner (user or org) for the repository from which we will import data.", "name": "githubRepoOwner", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "GitHub repository name from which we will import data.", "name": "githubRepoName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "GitHub token to fetch information from the GitHub API.", "name": "githubToken", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Name of new team. When teamId is not set.", "name": "teamName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the team into which to import data.", "name": "teamId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the organization into which to import data.", "name": "organizationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "deprecationReason": null, "description": "Kicks off a GitHub import job.", "isDeprecated": false, "name": "issueImportCreateGithub", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueImportPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "ID of issue import. If not provided it will be generated.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether or not we should collect the data for closed issues.", "name": "includeClosedIssues", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether to instantly process the import with the default configuration mapping.", "name": "instantProcess", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Jira installation or cloud hostname.", "name": "jiraHostname", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Jira user account email.", "name": "jiraEmail", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Jira project key from which we will import data.", "name": "jiraProject", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Jira personal access token to access Jira REST API.", "name": "jiraToken", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Name of new team. When teamId is not set.", "name": "teamName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the team into which to import data. Empty to create new team.", "name": "teamId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the organization into which to import data.", "name": "organizationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "deprecationReason": null, "description": "Kicks off a Jira import job.", "isDeprecated": false, "name": "issueImportCreateJira", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueImportPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "ID of issue import. If not provided it will be generated.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether or not we should collect the data for closed issues.", "name": "includeClosedIssues", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether to instantly process the import with the default configuration mapping.", "name": "instantProcess", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Shortcut (formerly Clubhouse) team name to choose which issues we should import.", "name": "clubhouseTeamName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Shortcut (formerly Clubhouse) token to fetch information from the Clubhouse API.", "name": "clubhouseToken", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Name of new team. When teamId is not set.", "name": "teamName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the team into which to import data.", "name": "teamId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the organization into which to import data.", "name": "organizationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "deprecationReason": null, "description": "Kicks off a Shortcut (formerly Clubhouse) import job.", "isDeprecated": false, "name": "issueImportCreateClubhouse", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueImportPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "ID of issue import. If not provided it will be generated.", "name": "id", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether or not we should collect the data for closed issues.", "name": "includeClosedIssues", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether to instantly process the import with the default configuration mapping.", "name": "instantProcess", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Asana team name to choose which issues we should import.", "name": "asanaTeamName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Asana token to fetch information from the Asana API.", "name": "asanaToken", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Name of new team. When teamId is not set.", "name": "teamName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the team into which to import data.", "name": "teamId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the organization into which to import data.", "name": "organizationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "deprecationReason": null, "description": "Kicks off an Asana import job.", "isDeprecated": false, "name": "issueImportCreateAsana", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueImportPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "ID of the issue import to delete.", "name": "issueImportId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes an import job.", "isDeprecated": false, "name": "issueImportDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueImportDeletePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The mapping configuration to use for processing the import.", "name": "mapping", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSONObject", "ofType": null } } }, { "defaultValue": null, "description": "ID of the issue import which we're going to process.", "name": "issueImportId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Kicks off import processing.", "isDeprecated": false, "name": "issueImportProcess", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueImportPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The properties of the issue import to update.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueImportUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the issue import.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Updates the mapping for the issue import.", "isDeprecated": false, "name": "issueImportUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueImportPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Whether to replace all team-specific labels with the same name with this newly created workspace label.", "name": "replaceTeamLabels", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "The issue label to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueLabelCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a new label.", "isDeprecated": false, "name": "issueLabelCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueLabelPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A partial label object to update.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueLabelUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the label to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Updates an label.", "isDeprecated": false, "name": "issueLabelUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueLabelPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the label to archive.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": "Labels are deleted instead of archived.", "description": "Archives an issue label.", "isDeprecated": true, "name": "issueLabelArchive", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the label to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes an issue label.", "isDeprecated": false, "name": "issueLabelDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The issue relation to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueRelationCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a new issue relation.", "isDeprecated": false, "name": "issueRelationCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueRelationPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The properties of the issue relation to update.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueRelationUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the issue relation to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Updates an issue relation.", "isDeprecated": false, "name": "issueRelationUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueRelationPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the issue relation to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes an issue relation.", "isDeprecated": false, "name": "issueRelationDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The issue object to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a new issue.", "isDeprecated": false, "name": "issueCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssuePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A partial issue object to update the issue with.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the issue to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Updates an issue.", "isDeprecated": false, "name": "issueUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssuePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A partial issue object to update the issues with.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The id's of the issues to update. Can't be more than 50 at a time.", "name": "ids", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "UUID", "ofType": null } } } } } ], "deprecationReason": null, "description": "Updates multiple issues at once.", "isDeprecated": false, "name": "issueBatchUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueBatchPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Whether to trash the issue", "name": "trash", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "The identifier of the issue to archive.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Archives an issue.", "isDeprecated": false, "name": "issueArchive", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the issue to archive.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Unarchives an issue.", "isDeprecated": false, "name": "issueUnarchive", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the issue to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes (trashes) an issue.", "isDeprecated": false, "name": "issueDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The issue object to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MilestoneCreateInput", "ofType": null } } } ], "deprecationReason": "Milestones will be removed. Use roadmaps instead.", "description": "Creates a new milestone.", "isDeprecated": true, "name": "milestoneCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MilestonePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A partial milestone object to update the milestone with.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MilestoneUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the milestone to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": "Milestones will be removed. Use roadmaps instead.", "description": "Updates a milestone.", "isDeprecated": true, "name": "milestoneUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MilestonePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the milestone to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": "Milestones will be removed. Use roadmaps instead.", "description": "Deletes a milestone.", "isDeprecated": true, "name": "milestoneDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Ids for milestones to migrate and milestones to delete", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MilestonesMigrateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Migrates milestones to roadmaps", "isDeprecated": false, "name": "migrateMilestonesToRoadmaps", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MilestoneMigrationPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A partial notification object to update the notification with.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NotificationUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the notification to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Updates a notification.", "isDeprecated": false, "name": "notificationUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NotificationPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The id of the notification to archive.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Archives a notification.", "isDeprecated": false, "name": "notificationArchive", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The id of the notification to archive.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Unarchives a notification.", "isDeprecated": false, "name": "notificationUnarchive", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The subscription object to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NotificationSubscriptionCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a new notification subscription for a team or a project.", "isDeprecated": false, "name": "notificationSubscriptionCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NotificationSubscriptionPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A partial notification subscription object to update the notification subscription with.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NotificationSubscriptionUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the notification subscription to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Updates a notification subscription.", "isDeprecated": false, "name": "notificationSubscriptionUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NotificationSubscriptionPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the notification subscription reference to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes a notification subscription reference.", "isDeprecated": false, "name": "notificationSubscriptionDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The group of scopes that are being requested.", "name": "scope", "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, "description": "The identifier of the OAuth client that's trying to authenticate.", "name": "appId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "[Internal] Creates a temporary authentication code that can be exchanged for an OAuth token.", "isDeprecated": false, "name": "oauthAuthStringChallenge", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OauthAuthStringChallengePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The auth string to authenticate.", "name": "authString", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the OAuth client that's trying to authenticate.", "name": "appId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "[Internal] Authenticates an auth string by the user.", "isDeprecated": false, "name": "oauthAuthStringAuthorize", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OauthAuthStringAuthorizePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The auth string to authenticate.", "name": "authString", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the OAuth client that's trying to authenticate.", "name": "appId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "[Internal] Returns an access token once the auth string has been authenticated.", "isDeprecated": false, "name": "oauthAuthStringCheck", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OauthAuthStringCheckPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The OAuth client approval request object to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OauthClientApprovalCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "[Internal] Creates a new OAuth client approval request.", "isDeprecated": false, "name": "oauthClientApprovalCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OauthClientApprovalPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A partial client approval request object to update the request with.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OauthClientApprovalUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the OAuth client approval request to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "[Internal] Updates an OAuth client approval request.", "isDeprecated": false, "name": "oauthClientApprovalUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OauthClientApprovalPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The OAuth client application object to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OauthClientCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a new OAuth client.", "isDeprecated": false, "name": "oauthClientCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OauthClientPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A partial client object to update the OAuth client with.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OauthClientUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the OAuth client to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Updates an OAuth client.", "isDeprecated": false, "name": "oauthClientUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OauthClientPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the OAuth client to archive.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Archives an OAuth client.", "isDeprecated": false, "name": "oauthClientArchive", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the OAuth client for which we want to rotate the secret.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Updates an OAuth client.", "isDeprecated": false, "name": "oauthClientRotateSecret", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RotateSecretPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The group of scopes for the tokens to be revoked.", "name": "scope", "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, "description": "The identifier of the OAuth client for the tokens to be revoked.", "name": "appId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Revokes an OAuth token.", "isDeprecated": false, "name": "oauthTokenRevoke", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OauthTokenRevokePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The group of scopes for the tokens to be revoked.", "name": "scope", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "The identifier of the OAuth client for the tokens to be revoked.", "name": "appId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "[INTERNAL] Revokes all OAuth tokens in a workspace for a given app and scope set.", "isDeprecated": false, "name": "oauthTokenWorkspaceRevoke", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OauthTokensRevokePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The ID of the organization domain to claim.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "[INTERNAL] Verifies a domain claim.", "isDeprecated": false, "name": "organizationDomainClaim", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationDomainSimplePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The organization domain to verify.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OrganizationDomainVerificationInput", "ofType": null } } } ], "deprecationReason": null, "description": "[INTERNAL] Verifies a domain to be added to an organization.", "isDeprecated": false, "name": "organizationDomainVerify", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationDomainPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The organization domain entry to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OrganizationDomainCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "[INTERNAL] Adds a domain to be allowed for an organization.", "isDeprecated": false, "name": "organizationDomainCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationDomainPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the domain to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes a domain.", "isDeprecated": false, "name": "organizationDomainDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The organization invite object to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OrganizationInviteCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a new organization invite.", "isDeprecated": false, "name": "organizationInviteCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationInvitePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The updates to make to the organization invite object.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OrganizationInviteUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the organization invite to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Updates an organization invite.", "isDeprecated": false, "name": "organizationInviteUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationInvitePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the organization invite to be re-send.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Re-send an organization invite.", "isDeprecated": false, "name": "resendOrganizationInvite", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the organization invite to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes an organization invite.", "isDeprecated": false, "name": "organizationInviteDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A partial organization object to update the organization with.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateOrganizationInput", "ofType": null } } } ], "deprecationReason": null, "description": "Updates the user's organization.", "isDeprecated": false, "name": "organizationUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationPayload", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Get an organization's delete confirmation token. Administrator privileges required.", "isDeprecated": false, "name": "organizationDeleteChallenge", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationDeletePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Information required to delete an organization.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DeleteOrganizationInput", "ofType": null } } } ], "deprecationReason": null, "description": "Delete's an organization. Administrator privileges required.", "isDeprecated": false, "name": "organizationDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationDeletePayload", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Cancels the deletion of an organization. Administrator privileges required.", "isDeprecated": false, "name": "organizationCancelDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrganizationCancelDeletePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The project link object to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProjectLinkCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a new project link.", "isDeprecated": false, "name": "projectLinkCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectLinkPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The project link object to update.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProjectLinkUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the project link to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Updates a project link.", "isDeprecated": false, "name": "projectLinkUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectLinkPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the project link to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes a project link.", "isDeprecated": false, "name": "projectLinkDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The issue object to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProjectCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a new project.", "isDeprecated": false, "name": "projectCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A partial project object to update the project with.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProjectUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the project to update. Also the identifier from the URL is accepted.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Updates a project.", "isDeprecated": false, "name": "projectUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the project to delete. Also the identifier from the URL is accepted.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes a project. All issues will be disassociated from the deleted project.", "isDeprecated": false, "name": "projectDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the project to archive. Also the identifier from the URL is accepted.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": "Deprecated in favor of projectDelete.", "description": "Archives a project.", "isDeprecated": true, "name": "projectArchive", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the project to restore. Also the identifier from the URL is accepted.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Unarchives a project.", "isDeprecated": false, "name": "projectUnarchive", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Data for the project update interaction to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProjectUpdateInteractionCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a new interaction on a project update.", "isDeprecated": false, "name": "projectUpdateInteractionCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectUpdateInteractionPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Data for the project update to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProjectUpdateCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a new project update.", "isDeprecated": false, "name": "projectUpdateCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectUpdatePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A data to update the project update with.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProjectUpdateUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the project update to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Updates a project update.", "isDeprecated": false, "name": "projectUpdateUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectUpdatePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the project update to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes a project update.", "isDeprecated": false, "name": "projectUpdateDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the project update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Mark a project update as read.", "isDeprecated": false, "name": "projectUpdateMarkAsRead", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectUpdateWithInteractionPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The push subscription to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PushSubscriptionCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a push subscription.", "isDeprecated": false, "name": "pushSubscriptionCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PushSubscriptionPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the push subscription to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes a push subscription.", "isDeprecated": false, "name": "pushSubscriptionDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PushSubscriptionPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The reaction object to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReactionCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a new reaction.", "isDeprecated": false, "name": "reactionCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ReactionPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the reaction to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes a reaction.", "isDeprecated": false, "name": "reactionDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": null, "name": "includePrivateTeamIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "deprecationReason": null, "description": "Create CSV export report for the organization.", "isDeprecated": false, "name": "createCsvExportReport", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CreateCsvExportReportPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The properties of the roadmap to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RoadmapCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a new roadmap.", "isDeprecated": false, "name": "roadmapCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RoadmapPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The properties of the roadmap to update.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RoadmapUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the roadmap to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Updates a roadmap.", "isDeprecated": false, "name": "roadmapUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RoadmapPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the roadmap to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes a roadmap.", "isDeprecated": false, "name": "roadmapDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The properties of the roadmapToProject to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RoadmapToProjectCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a new roadmapToProject join.", "isDeprecated": false, "name": "roadmapToProjectCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RoadmapToProjectPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The properties of the roadmapToProject to update.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RoadmapToProjectUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the roadmapToProject to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Updates a roadmapToProject.", "isDeprecated": false, "name": "roadmapToProjectUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RoadmapToProjectPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the roadmapToProject to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes a roadmapToProject.", "isDeprecated": false, "name": "roadmapToProjectDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the team key to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes a previously used team key.", "isDeprecated": false, "name": "teamKeyDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The team membership object to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TeamMembershipCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a new team membership.", "isDeprecated": false, "name": "teamMembershipCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamMembershipPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A partial team membership object to update the team membership with.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TeamMembershipUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the team membership to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Updates a team membership.", "isDeprecated": false, "name": "teamMembershipUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamMembershipPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the team membership to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes a team membership.", "isDeprecated": false, "name": "teamMembershipDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The team id to copy settings from.", "name": "copySettingsFromTeamId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The team object to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TeamCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a new team. The user who creates the team will automatically be added as a member to the newly created team.", "isDeprecated": false, "name": "teamCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A partial team object to update the team with.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TeamUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the team to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Updates a team.", "isDeprecated": false, "name": "teamUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TeamPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the team to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes a team.", "isDeprecated": false, "name": "teamDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The template object to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TemplateCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a new template.", "isDeprecated": false, "name": "templateCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TemplatePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The properties of the template to update.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TemplateUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the template.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Updates an existing template.", "isDeprecated": false, "name": "templateUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TemplatePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the template to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes a template.", "isDeprecated": false, "name": "templateDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A partial user object to update the user with.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateUserInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the user to update. Use `me` to reference currently authenticated user.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Updates a user. Only available to organization admins and the user themselves.", "isDeprecated": false, "name": "userUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The Discord OAuth redirect URI.", "name": "redirectUri", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "The Discord OAuth code.", "name": "code", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Connects the Discord user to this Linear account via OAuth2.", "isDeprecated": false, "name": "userDiscordConnect", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The external service to disconnect", "name": "service", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Disconnects the external user from this Linear account.", "isDeprecated": false, "name": "userExternalUserDisconnect", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the user to make an admin.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Makes user an admin. Can only be called by an admin.", "isDeprecated": false, "name": "userPromoteAdmin", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserAdminPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the user to make a regular user.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Makes user a regular user. Can only be called by an admin.", "isDeprecated": false, "name": "userDemoteAdmin", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserAdminPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the user to make a regular user.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Makes user a regular user. Can only be called by an admin.", "isDeprecated": false, "name": "userPromoteMember", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserAdminPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the user to make a guest.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Makes user a guest. Can only be called by an admin.", "isDeprecated": false, "name": "userDemoteMember", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserAdminPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the user to suspend.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Suspends a user. Can only be called by an admin.", "isDeprecated": false, "name": "userSuspend", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserAdminPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the user to unsuspend.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Un-suspends a user. Can only be called by an admin.", "isDeprecated": false, "name": "userUnsuspend", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserAdminPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A partial notification object to update the settings with.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UserSettingsUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the userSettings to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Updates the user's settings.", "isDeprecated": false, "name": "userSettingsUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserSettingsPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Flag to increment.", "name": "flag", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "[Deprecated] Updates a user's settings flag.", "isDeprecated": false, "name": "userSettingsFlagIncrement", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserSettingsFlagPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The flags to reset. If not provided all flags will be reset.", "name": "flags", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "UserFlagType", "ofType": null } } } } ], "deprecationReason": null, "description": "Resets user's setting flags.", "isDeprecated": false, "name": "userSettingsFlagsReset", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserSettingsFlagsResetPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Flag operation to perform", "name": "operation", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "UserFlagUpdateOperation", "ofType": null } } }, { "defaultValue": null, "description": "Settings flag to increment.", "name": "flag", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "UserFlagType", "ofType": null } } } ], "deprecationReason": null, "description": "Updates a user's settings flag.", "isDeprecated": false, "name": "userFlagUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserSettingsFlagPayload", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Subscribes user to changelog newsletter.", "isDeprecated": false, "name": "userSubscribeToNewsletter", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserSubscribeToNewsletterPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The ViewPreferences object to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ViewPreferencesCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a new ViewPreferences object.", "isDeprecated": false, "name": "viewPreferencesCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ViewPreferencesPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The properties of the view preferences.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ViewPreferencesUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the ViewPreferences object.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Updates an existing ViewPreferences object.", "isDeprecated": false, "name": "viewPreferencesUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ViewPreferencesPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the ViewPreferences to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes a ViewPreferences.", "isDeprecated": false, "name": "viewPreferencesDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The webhook object to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WebhookCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a new webhook.", "isDeprecated": false, "name": "webhookCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WebhookPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The properties of the Webhook.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WebhookUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the Webhook.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Updates an existing Webhook.", "isDeprecated": false, "name": "webhookUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WebhookPayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the Webhook to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes a Webhook.", "isDeprecated": false, "name": "webhookDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The state to create.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkflowStateCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a new state, adding it to the workflow of a team.", "isDeprecated": false, "name": "workflowStateCreate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkflowStatePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "A partial state object to update.", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkflowStateUpdateInput", "ofType": null } } }, { "defaultValue": null, "description": "The identifier of the state to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Updates a state.", "isDeprecated": false, "name": "workflowStateUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkflowStatePayload", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "The identifier of the state to archive.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Archives a state. Only states with issues that have all been archived can be archived.", "isDeprecated": false, "name": "workflowStateArchive", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ArchivePayload", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Mutation", "possibleTypes": null }, { "description": "A universally unique identifier as specified by RFC 4122.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "UUID", "possibleTypes": null }, { "description": "The types of flags that the user can have.", "enumValues": [ { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "completedOnboarding" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "desktopInstalled" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "teamsPageIntroductionDismissed" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "joinTeamIntroductionDismissed" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "desktopDownloadToastDismissed" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "emptyBacklogDismissed" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "emptyCustomViewsDismissed" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "emptyActiveIssuesDismissed" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "emptyMyIssuesDismissed" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "triageWelcomeDismissed" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "cycleWelcomeDismissed" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "projectWelcomeDismissed" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "projectBacklogWelcomeDismissed" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "projectUpdatesWelcomeDismissed" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "analyticsWelcomeDismissed" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "insightsWelcomeDismissed" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "figmaPromptDismissed" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "issueMovePromptCompleted" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "migrateThemePreference" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "listSelectionTip" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "canPlaySnake" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "canPlayTetris" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "importBannerDismissed" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "dueDateShortcutMigration" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "slackCommentReactionTipShown" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "all" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "UserFlagType", "possibleTypes": null }, { "description": "Operations that can be applied to UserFlagType", "enumValues": [ { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "incr" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "decr" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "clear" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "lock" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "UserFlagUpdateOperation", "possibleTypes": null }, { "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.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A list of all types supported by this server.", "isDeprecated": false, "name": "types", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "The type that query operations will be rooted at.", "isDeprecated": false, "name": "queryType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "If this server supports mutation, the type that mutation operations will be rooted at.", "isDeprecated": false, "name": "mutationType", "type": { "kind": "OBJECT", "name": "__Type", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "If this server support subscription, the type that subscription operations will be rooted at.", "isDeprecated": false, "name": "subscriptionType", "type": { "kind": "OBJECT", "name": "__Type", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A list of all directives supported by this server.", "isDeprecated": false, "name": "directives", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Directive", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "__Schema", "possibleTypes": null }, { "description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByUrl`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "kind", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "__TypeKind", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "specifiedByUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": "false", "description": null, "name": "includeDeprecated", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "fields", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Field", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "interfaces", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "possibleTypes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } } } }, { "args": [ { "defaultValue": "false", "description": null, "name": "includeDeprecated", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "enumValues", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__EnumValue", "ofType": null } } } }, { "args": [ { "defaultValue": "false", "description": null, "name": "includeDeprecated", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "inputFields", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__InputValue", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "ofType", "type": { "kind": "OBJECT", "name": "__Type", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "__Type", "possibleTypes": null }, { "description": "An enum describing what kind of type a given `__Type` is.", "enumValues": [ { "deprecationReason": null, "description": "Indicates this type is a scalar.", "isDeprecated": false, "name": "SCALAR" }, { "deprecationReason": null, "description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.", "isDeprecated": false, "name": "OBJECT" }, { "deprecationReason": null, "description": "Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.", "isDeprecated": false, "name": "INTERFACE" }, { "deprecationReason": null, "description": "Indicates this type is a union. `possibleTypes` is a valid field.", "isDeprecated": false, "name": "UNION" }, { "deprecationReason": null, "description": "Indicates this type is an enum. `enumValues` is a valid field.", "isDeprecated": false, "name": "ENUM" }, { "deprecationReason": null, "description": "Indicates this type is an input object. `inputFields` is a valid field.", "isDeprecated": false, "name": "INPUT_OBJECT" }, { "deprecationReason": null, "description": "Indicates this type is a list. `ofType` is a valid field.", "isDeprecated": false, "name": "LIST" }, { "deprecationReason": null, "description": "Indicates this type is a non-null. `ofType` is a valid field.", "isDeprecated": false, "name": "NON_NULL" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "__TypeKind", "possibleTypes": null }, { "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.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": "false", "description": null, "name": "includeDeprecated", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "args", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__InputValue", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "isDeprecated", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "deprecationReason", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "__Field", "possibleTypes": null }, { "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.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A GraphQL-formatted string representing the default value for this input value.", "isDeprecated": false, "name": "defaultValue", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "isDeprecated", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "deprecationReason", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "__InputValue", "possibleTypes": null }, { "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.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "isDeprecated", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "deprecationReason", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "__EnumValue", "possibleTypes": null }, { "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.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "isRepeatable", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "locations", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "__DirectiveLocation", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "args", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__InputValue", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "__Directive", "possibleTypes": null }, { "description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.", "enumValues": [ { "deprecationReason": null, "description": "Location adjacent to a query operation.", "isDeprecated": false, "name": "QUERY" }, { "deprecationReason": null, "description": "Location adjacent to a mutation operation.", "isDeprecated": false, "name": "MUTATION" }, { "deprecationReason": null, "description": "Location adjacent to a subscription operation.", "isDeprecated": false, "name": "SUBSCRIPTION" }, { "deprecationReason": null, "description": "Location adjacent to a field.", "isDeprecated": false, "name": "FIELD" }, { "deprecationReason": null, "description": "Location adjacent to a fragment definition.", "isDeprecated": false, "name": "FRAGMENT_DEFINITION" }, { "deprecationReason": null, "description": "Location adjacent to a fragment spread.", "isDeprecated": false, "name": "FRAGMENT_SPREAD" }, { "deprecationReason": null, "description": "Location adjacent to an inline fragment.", "isDeprecated": false, "name": "INLINE_FRAGMENT" }, { "deprecationReason": null, "description": "Location adjacent to a variable definition.", "isDeprecated": false, "name": "VARIABLE_DEFINITION" }, { "deprecationReason": null, "description": "Location adjacent to a schema definition.", "isDeprecated": false, "name": "SCHEMA" }, { "deprecationReason": null, "description": "Location adjacent to a scalar definition.", "isDeprecated": false, "name": "SCALAR" }, { "deprecationReason": null, "description": "Location adjacent to an object type definition.", "isDeprecated": false, "name": "OBJECT" }, { "deprecationReason": null, "description": "Location adjacent to a field definition.", "isDeprecated": false, "name": "FIELD_DEFINITION" }, { "deprecationReason": null, "description": "Location adjacent to an argument definition.", "isDeprecated": false, "name": "ARGUMENT_DEFINITION" }, { "deprecationReason": null, "description": "Location adjacent to an interface definition.", "isDeprecated": false, "name": "INTERFACE" }, { "deprecationReason": null, "description": "Location adjacent to a union definition.", "isDeprecated": false, "name": "UNION" }, { "deprecationReason": null, "description": "Location adjacent to an enum definition.", "isDeprecated": false, "name": "ENUM" }, { "deprecationReason": null, "description": "Location adjacent to an enum value definition.", "isDeprecated": false, "name": "ENUM_VALUE" }, { "deprecationReason": null, "description": "Location adjacent to an input object type definition.", "isDeprecated": false, "name": "INPUT_OBJECT" }, { "deprecationReason": null, "description": "Location adjacent to an input object field definition.", "isDeprecated": false, "name": "INPUT_FIELD_DEFINITION" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "__DirectiveLocation", "possibleTypes": null } ] } } }