debian-mirror-gitlab/doc/api/graphql/reference/gitlab_schema.json

35922 lines
1 MiB
JSON
Raw Normal View History

2019-12-26 22:10:19 +05:30
{
"data": {
"__schema": {
"queryType": {
"name": "Query"
},
"mutationType": {
"name": "Mutation"
},
"subscriptionType": null,
"types": [
{
2020-04-08 14:13:33 +05:30
"kind": "INPUT_OBJECT",
"name": "AddAwardEmojiInput",
"description": "Autogenerated input type of AddAwardEmoji",
2019-12-26 22:10:19 +05:30
"fields": null,
2020-04-08 14:13:33 +05:30
"inputFields": [
{
"name": "awardableId",
"description": "The global id of the awardable resource",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "name",
"description": "The emoji name",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
2019-12-26 22:10:19 +05:30
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-04-08 14:13:33 +05:30
"name": "AddAwardEmojiPayload",
"description": "Autogenerated return type of AddAwardEmoji",
2019-12-26 22:10:19 +05:30
"fields": [
{
2020-04-08 14:13:33 +05:30
"name": "awardEmoji",
"description": "The award emoji after mutation",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "OBJECT",
2020-04-08 14:13:33 +05:30
"name": "AwardEmoji",
2019-12-26 22:10:19 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
2020-03-13 15:44:24 +05:30
{
2020-04-08 14:13:33 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
2019-12-26 22:10:19 +05:30
{
2020-04-08 14:13:33 +05:30
"name": "errors",
2020-05-24 23:13:21 +05:30
"description": "Errors encountered during execution of the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
2019-12-26 22:10:19 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2020-04-08 14:13:33 +05:30
}
2019-12-26 22:10:19 +05:30
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
2020-05-24 23:13:21 +05:30
{
"kind": "INPUT_OBJECT",
"name": "AddProjectToSecurityDashboardInput",
"description": "Autogenerated input type of AddProjectToSecurityDashboard",
"fields": null,
"inputFields": [
{
"name": "id",
"description": "ID of the project to be added to Instance Security Dashboard",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "AddProjectToSecurityDashboardPayload",
"description": "Autogenerated return type of AddProjectToSecurityDashboard",
"fields": [
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "project",
"description": "Project that was added to the Instance Security Dashboard",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "Project",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
2020-04-08 14:13:33 +05:30
{
"kind": "INPUT_OBJECT",
"name": "AdminSidekiqQueuesDeleteJobsInput",
"description": "Autogenerated input type of AdminSidekiqQueuesDeleteJobs",
"fields": null,
"inputFields": [
{
"name": "user",
"description": "Delete jobs matching user in the context metadata",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "project",
"description": "Delete jobs matching project in the context metadata",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "rootNamespace",
"description": "Delete jobs matching root_namespace in the context metadata",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "subscriptionPlan",
"description": "Delete jobs matching subscription_plan in the context metadata",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "callerId",
"description": "Delete jobs matching caller_id in the context metadata",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
2020-04-22 19:07:51 +05:30
{
"name": "relatedClass",
"description": "Delete jobs matching related_class in the context metadata",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
2020-04-08 14:13:33 +05:30
{
"name": "queueName",
"description": "The name of the queue to delete jobs from",
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-04-08 14:13:33 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2019-12-26 22:10:19 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
},
2020-04-08 14:13:33 +05:30
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "AdminSidekiqQueuesDeleteJobsPayload",
"description": "Autogenerated return type of AdminSidekiqQueuesDeleteJobs",
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-04-08 14:13:33 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "errors",
2020-05-24 23:13:21 +05:30
"description": "Errors encountered during execution of the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
2019-12-26 22:10:19 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
2020-04-08 14:13:33 +05:30
}
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "result",
"description": "Information about the status of the deletion request",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
"kind": "OBJECT",
2020-04-08 14:13:33 +05:30
"name": "DeleteJobsResponse",
2020-01-01 13:55:28 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "AlertManagementAlert",
"description": "Describes an alert from the project's Alert Management",
2019-12-26 22:10:19 +05:30
"fields": [
2020-05-24 23:13:21 +05:30
{
"name": "createdAt",
"description": "Timestamp the alert was created",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
2019-12-26 22:10:19 +05:30
{
2020-04-08 14:13:33 +05:30
"name": "description",
2020-05-24 23:13:21 +05:30
"description": "Description of the alert",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "details",
"description": "Alert details",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "JSON",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "endedAt",
"description": "Timestamp the alert ended",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Time",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "eventCount",
"description": "Number of events of this alert",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Int",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "hosts",
"description": "List of hosts the alert came from",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2020-04-08 14:13:33 +05:30
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "iid",
"description": "Internal ID of the alert",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "ID",
2020-04-08 14:13:33 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "issueIid",
"description": "Internal ID of the GitLab issue attached to the alert",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "ID",
2020-04-22 19:07:51 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "monitoringTool",
"description": "Monitoring tool the alert came from",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "service",
"description": "Service the alert came from",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "severity",
"description": "Severity of the alert",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "AlertManagementSeverity",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "startedAt",
"description": "Timestamp the alert was raised",
2020-03-13 15:44:24 +05:30
"args": [
2020-04-08 14:13:33 +05:30
2020-03-13 15:44:24 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Time",
2020-03-13 15:44:24 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "status",
"description": "Status of the alert",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "AlertManagementStatus",
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "title",
"description": "Title of the alert",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "updatedAt",
"description": "Timestamp the alert was last updated",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Time",
2019-12-26 22:10:19 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
2020-05-24 23:13:21 +05:30
2020-04-08 14:13:33 +05:30
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "AlertManagementAlertConnection",
"description": "The connection type for AlertManagementAlert.",
2020-04-08 14:13:33 +05:30
"fields": [
{
"name": "edges",
"description": "A list of edges.",
"args": [
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "AlertManagementAlertEdge",
2020-04-08 14:13:33 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-04-08 14:13:33 +05:30
"name": "nodes",
"description": "A list of nodes.",
"args": [
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "AlertManagementAlert",
2020-04-08 14:13:33 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "pageInfo",
"description": "Information to aid in pagination.",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "PageInfo",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "AlertManagementAlertEdge",
2020-04-08 14:13:33 +05:30
"description": "An edge in a connection.",
"fields": [
{
"name": "cursor",
"description": "A cursor for use in pagination.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "node",
"description": "The item at the end of the edge.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "AlertManagementAlert",
2019-12-26 22:10:19 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
2020-05-24 23:13:21 +05:30
"name": "AlertManagementAlertSort",
"description": "Values for sorting alerts",
2020-04-08 14:13:33 +05:30
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
2020-05-24 23:13:21 +05:30
"name": "updated_desc",
"description": "Updated at descending order",
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "updated_asc",
"description": "Updated at ascending order",
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "created_desc",
"description": "Created at descending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "created_asc",
"description": "Created at ascending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "START_TIME_ASC",
"description": "Start time by ascending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "START_TIME_DESC",
"description": "Start time by descending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "END_TIME_ASC",
"description": "End time by ascending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "END_TIME_DESC",
"description": "End time by descending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "CREATED_TIME_ASC",
"description": "Created time by ascending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "CREATED_TIME_DESC",
"description": "Created time by descending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "UPDATED_TIME_ASC",
"description": "Created time by ascending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "UPDATED_TIME_DESC",
"description": "Created time by descending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "EVENTS_COUNT_ASC",
"description": "Events count by ascending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "EVENTS_COUNT_DESC",
"description": "Events count by descending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SEVERITY_ASC",
"description": "Severity by ascending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SEVERITY_DESC",
"description": "Severity by descending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "STATUS_ASC",
"description": "Status by ascending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "STATUS_DESC",
"description": "Status by descending order",
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "AlertManagementAlertStatusCountsType",
"description": "Represents total number of alerts for the represented categories",
2020-04-08 14:13:33 +05:30
"fields": [
{
2020-05-24 23:13:21 +05:30
"name": "acknowledged",
"description": "Number of alerts with status ACKNOWLEDGED for the project",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Int",
"ofType": null
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "all",
"description": "Total number of alerts for the project",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Int",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "ignored",
"description": "Number of alerts with status IGNORED for the project",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "open",
"description": "Number of alerts with status TRIGGERED or ACKNOWLEDGED for the project",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Int",
"ofType": null
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "resolved",
"description": "Number of alerts with status RESOLVED for the project",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Int",
"ofType": null
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "triggered",
"description": "Number of alerts with status TRIGGERED for the project",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Int",
"ofType": null
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "AlertManagementSeverity",
"description": "Alert severity values",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "CRITICAL",
"description": "Critical severity",
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "HIGH",
"description": "High severity",
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
{
"name": "MEDIUM",
"description": "Medium severity",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "LOW",
"description": "Low severity",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "INFO",
"description": "Info severity",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "UNKNOWN",
"description": "Unknown severity",
"isDeprecated": false,
"deprecationReason": null
}
2020-04-08 14:13:33 +05:30
],
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "AlertManagementStatus",
"description": "Alert status values",
2020-04-08 14:13:33 +05:30
"fields": null,
"inputFields": null,
"interfaces": null,
2020-05-24 23:13:21 +05:30
"enumValues": [
{
"name": "TRIGGERED",
"description": "Triggered status",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ACKNOWLEDGED",
"description": "Acknowledged status",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "RESOLVED",
"description": "Resolved status",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "IGNORED",
"description": "Ignored status",
"isDeprecated": false,
"deprecationReason": null
}
],
2020-04-08 14:13:33 +05:30
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "AwardEmoji",
"description": "An emoji awarded by a user.",
2020-04-08 14:13:33 +05:30
"fields": [
{
2020-05-24 23:13:21 +05:30
"name": "description",
"description": "The emoji description",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "emoji",
"description": "The emoji as an icon",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "name",
"description": "The emoji name",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "unicode",
"description": "The emoji in unicode",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "unicodeVersion",
"description": "The unicode version for this emoji",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "user",
"description": "The user who awarded the emoji",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "User",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "BaseService",
"description": null,
"fields": [
{
"name": "active",
"description": "Indicates if the service is active",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "type",
"description": "Class name of the service",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"kind": "INTERFACE",
"name": "Service",
"ofType": null
}
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Blob",
"description": null,
"fields": [
{
"name": "flatPath",
"description": "Flat path of the entry",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "id",
"description": "ID of the entry",
2020-04-08 14:13:33 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2020-04-08 14:13:33 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
2020-04-08 14:13:33 +05:30
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "lfsOid",
"description": "LFS ID of the blob",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "name",
"description": "Name of the entry",
2020-04-08 14:13:33 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2020-04-08 14:13:33 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "path",
"description": "Path of the entry",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "sha",
"description": "Last commit sha for the entry",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "type",
"description": "Type of tree entry",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "EntryType",
"ofType": null
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "webUrl",
2020-05-24 23:13:21 +05:30
"description": "Web URL of the blob",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
2020-05-24 23:13:21 +05:30
{
"kind": "INTERFACE",
"name": "Entry",
"ofType": null
}
2020-04-08 14:13:33 +05:30
],
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "BlobConnection",
"description": "The connection type for Blob.",
"fields": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "edges",
"description": "A list of edges.",
"args": [
],
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "BlobEdge",
2020-04-08 14:13:33 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "nodes",
"description": "A list of nodes.",
"args": [
],
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Blob",
2020-04-08 14:13:33 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "pageInfo",
"description": "Information to aid in pagination.",
"args": [
],
2020-04-08 14:13:33 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "PageInfo",
2020-04-08 14:13:33 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
2020-05-24 23:13:21 +05:30
"inputFields": null,
"interfaces": [
],
2020-04-08 14:13:33 +05:30
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "BlobEdge",
"description": "An edge in a connection.",
2020-04-08 14:13:33 +05:30
"fields": [
{
2020-05-24 23:13:21 +05:30
"name": "cursor",
"description": "A cursor for use in pagination.",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2020-04-08 14:13:33 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "node",
"description": "The item at the end of the edge.",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Blob",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "BlobViewersType",
"description": "Types of blob viewers",
2020-04-08 14:13:33 +05:30
"fields": null,
2020-05-24 23:13:21 +05:30
"inputFields": null,
"interfaces": null,
"enumValues": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "rich",
"description": null,
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "simple",
"description": null,
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "auxiliary",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Board",
"description": "Represents a project or group board",
"fields": [
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "id",
"description": "ID (global ID) of the board",
"args": [
],
2020-04-22 19:07:51 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
2020-04-22 19:07:51 +05:30
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-22 19:07:51 +05:30
},
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "lists",
"description": "Lists of the project board",
"args": [
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "BoardListConnection",
2020-04-08 14:13:33 +05:30
"ofType": null
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "name",
"description": "Name of the board",
"args": [
],
2020-04-08 14:13:33 +05:30
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "weight",
"description": "Weight of the board",
"args": [
],
2020-04-08 14:13:33 +05:30
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Int",
2020-04-08 14:13:33 +05:30
"ofType": null
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
2020-05-24 23:13:21 +05:30
"inputFields": null,
"interfaces": [
],
2020-04-08 14:13:33 +05:30
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "BoardConnection",
"description": "The connection type for Board.",
2020-04-08 14:13:33 +05:30
"fields": [
{
2020-05-24 23:13:21 +05:30
"name": "edges",
"description": "A list of edges.",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "BoardEdge",
"ofType": null
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "nodes",
"description": "A list of nodes.",
2020-04-08 14:13:33 +05:30
"args": [
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Board",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "pageInfo",
"description": "Information to aid in pagination.",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "PageInfo",
"ofType": null
2019-12-26 22:10:19 +05:30
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "BoardEdge",
"description": "An edge in a connection.",
"fields": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "cursor",
"description": "A cursor for use in pagination.",
"args": [
],
2020-04-08 14:13:33 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "node",
"description": "The item at the end of the edge.",
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Board",
2019-12-26 22:10:19 +05:30
"ofType": null
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
2020-05-24 23:13:21 +05:30
"inputFields": null,
"interfaces": [
],
2020-04-08 14:13:33 +05:30
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "BoardList",
"description": "Represents a list for an issue board",
2020-04-08 14:13:33 +05:30
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "assignee",
"description": "Assignee in the list",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "User",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "collapsed",
"description": "Indicates if list is collapsed for this user",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2019-12-26 22:10:19 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "id",
"description": "ID (global ID) of the list",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "ID",
"ofType": null
2020-04-08 14:13:33 +05:30
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "label",
"description": "Label of the list",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Label",
2019-12-26 22:10:19 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "limitMetric",
"description": "The current limit metric for the list",
"args": [
],
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "ListLimitMetric",
"ofType": null
2020-04-08 14:13:33 +05:30
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "listType",
"description": "Type of the list",
"args": [
],
2020-04-08 14:13:33 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "maxIssueCount",
"description": "Maximum number of issues in the list",
"args": [
],
2020-04-08 14:13:33 +05:30
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Int",
2020-04-08 14:13:33 +05:30
"ofType": null
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "maxIssueWeight",
"description": "Maximum weight of issues in the list",
"args": [
],
2020-04-08 14:13:33 +05:30
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Int",
2020-04-08 14:13:33 +05:30
"ofType": null
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
},
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "milestone",
"description": "Milestone of the list",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Milestone",
2019-12-26 22:10:19 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "position",
"description": "Position of list within the board",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Int",
"ofType": null
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "title",
"description": "Title of the list",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "BoardListConnection",
"description": "The connection type for BoardList.",
"fields": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "edges",
"description": "A list of edges.",
"args": [
],
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "BoardListEdge",
2020-04-08 14:13:33 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "nodes",
"description": "A list of nodes.",
"args": [
],
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "BoardList",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
}
2020-04-08 14:13:33 +05:30
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "pageInfo",
"description": "Information to aid in pagination.",
"args": [
],
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "PageInfo",
"ofType": null
}
2020-04-08 14:13:33 +05:30
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
2020-05-24 23:13:21 +05:30
"inputFields": null,
"interfaces": [
],
2020-04-08 14:13:33 +05:30
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "BoardListEdge",
"description": "An edge in a connection.",
2020-04-08 14:13:33 +05:30
"fields": [
{
2020-05-24 23:13:21 +05:30
"name": "cursor",
"description": "A cursor for use in pagination.",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "node",
"description": "The item at the end of the edge.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "BoardList",
2019-12-26 22:10:19 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
2020-05-24 23:13:21 +05:30
"name": "BoardListUpdateLimitMetricsInput",
"description": "Autogenerated input type of BoardListUpdateLimitMetrics",
2020-04-08 14:13:33 +05:30
"fields": null,
"inputFields": [
{
2020-05-24 23:13:21 +05:30
"name": "listId",
"description": "The global ID of the list.",
2020-04-08 14:13:33 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "ID",
2020-04-08 14:13:33 +05:30
"ofType": null
}
},
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "limitMetric",
"description": "The new limit metric type for the list.",
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "ListLimitMetric",
2019-12-26 22:10:19 +05:30
"ofType": null
},
2020-04-08 14:13:33 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "maxIssueCount",
"description": "The new maximum issue count limit.",
2020-04-08 14:13:33 +05:30
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Int",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"defaultValue": null
},
{
2020-05-24 23:13:21 +05:30
"name": "maxIssueWeight",
"description": "The new maximum issue weight limit.",
2020-04-08 14:13:33 +05:30
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Int",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"defaultValue": null
},
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "BoardListUpdateLimitMetricsPayload",
"description": "Autogenerated return type of BoardListUpdateLimitMetrics",
2020-04-08 14:13:33 +05:30
"fields": [
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "errors",
2020-05-24 23:13:21 +05:30
"description": "Errors encountered during execution of the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "list",
"description": "The updated list",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "BoardList",
2019-12-26 22:10:19 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
2020-05-24 23:13:21 +05:30
{
"kind": "SCALAR",
"name": "Boolean",
"description": "Represents `true` or `false` values.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
2020-04-08 14:13:33 +05:30
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Branch",
"description": null,
2020-04-08 14:13:33 +05:30
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "commit",
"description": "Commit for the branch",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "Commit",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "name",
"description": "Name of the branch",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Commit",
"description": null,
"fields": [
{
"name": "author",
"description": "Author of the commit",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "User",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "authorGravatar",
"description": "Commit authors gravatar",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "authorName",
"description": "Commit authors name",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "authoredDate",
"description": "Timestamp of when the commit was authored",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Time",
2019-12-26 22:10:19 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
{
"name": "description",
"description": "Description of the commit message",
"args": [
2020-04-08 14:13:33 +05:30
2020-05-24 23:13:21 +05:30
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "id",
"description": "ID (global ID) of the commit",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "ID",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "latestPipeline",
"description": "Latest pipeline of the commit. Deprecated in 12.5: Use `pipelines`",
2019-12-26 22:10:19 +05:30
"args": [
{
2020-05-24 23:13:21 +05:30
"name": "status",
"description": "Filter pipelines by their status",
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "PipelineStatusEnum",
2019-12-26 22:10:19 +05:30
"ofType": null
},
"defaultValue": null
},
{
2020-05-24 23:13:21 +05:30
"name": "ref",
"description": "Filter pipelines by the ref they are run for",
2019-12-26 22:10:19 +05:30
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
2020-05-24 23:13:21 +05:30
"name": "sha",
"description": "Filter pipelines by the sha of the commit they are run for",
2019-12-26 22:10:19 +05:30
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
},
"defaultValue": null
}
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Pipeline",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"isDeprecated": true,
"deprecationReason": "Use `pipelines`. Deprecated in 12.5"
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "message",
"description": "Raw commit message",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "pipelines",
"description": "Pipelines of the commit ordered latest first",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "status",
"description": "Filter pipelines by their status",
"type": {
"kind": "ENUM",
"name": "PipelineStatusEnum",
"ofType": null
},
"defaultValue": null
},
{
"name": "ref",
"description": "Filter pipelines by the ref they are run for",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "sha",
"description": "Filter pipelines by the sha of the commit they are run for",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "PipelineConnection",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "sha",
"description": "SHA1 ID of the commit",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "signatureHtml",
"description": "Rendered HTML of the commit signature",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "title",
"description": "Title of the commit message",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "titleHtml",
"description": "The GitLab Flavored Markdown rendering of `title`",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "webUrl",
"description": "Web URL of the commit",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "CreateAlertIssueInput",
"description": "Autogenerated input type of CreateAlertIssue",
"fields": null,
"inputFields": [
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "projectPath",
"description": "The project the alert to mutate is in",
2020-01-01 13:55:28 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "ID",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2020-01-01 13:55:28 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "iid",
"description": "The iid of the alert to mutate",
2020-01-01 13:55:28 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2020-01-01 13:55:28 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2020-04-08 14:13:33 +05:30
}
],
2020-05-24 23:13:21 +05:30
"interfaces": null,
2020-04-08 14:13:33 +05:30
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "CreateAlertIssuePayload",
"description": "Autogenerated return type of CreateAlertIssue",
2020-04-08 14:13:33 +05:30
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "alert",
"description": "The alert after mutation",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "AlertManagementAlert",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "issue",
"description": "The issue created after mutation",
2019-12-26 22:10:19 +05:30
"args": [
],
2020-05-24 23:13:21 +05:30
"type": {
"kind": "OBJECT",
"name": "Issue",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "CreateAnnotationInput",
"description": "Autogenerated input type of CreateAnnotation",
"fields": null,
"inputFields": [
{
"name": "environmentId",
"description": "The global id of the environment to add an annotation to",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "clusterId",
"description": "The global id of the cluster to add an annotation to",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "startingAt",
"description": "Timestamp indicating starting moment to which the annotation relates",
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Time",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "endingAt",
"description": "Timestamp indicating ending moment to which the annotation relates",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "dashboardPath",
"description": "The path to a file defining the dashboard on which the annotation should be added",
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "description",
"description": "The description of the annotation",
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "CreateAnnotationPayload",
"description": "Autogenerated return type of CreateAnnotation",
"fields": [
{
"name": "annotation",
"description": "The created annotation",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "MetricsDashboardAnnotation",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
2019-12-26 22:10:19 +05:30
2020-05-24 23:13:21 +05:30
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "CreateBranchInput",
"description": "Autogenerated input type of CreateBranch",
"fields": null,
"inputFields": [
{
"name": "projectPath",
"description": "Project full path the branch is associated with",
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "ID",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "name",
"description": "Name of the branch",
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "ref",
"description": "Branch name or commit SHA to create branch from",
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
2020-04-08 14:13:33 +05:30
}
],
2020-05-24 23:13:21 +05:30
"interfaces": null,
2020-04-08 14:13:33 +05:30
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "CreateBranchPayload",
"description": "Autogenerated return type of CreateBranch",
2020-04-08 14:13:33 +05:30
"fields": [
{
2020-05-24 23:13:21 +05:30
"name": "branch",
"description": "Branch after mutation",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Branch",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "INPUT_OBJECT",
"name": "CreateDiffNoteInput",
"description": "Autogenerated input type of CreateDiffNote",
"fields": null,
"inputFields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "noteableId",
"description": "The global id of the resource to add a note to",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "body",
"description": "Content of the note",
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "position",
"description": "The position of this note on a diff",
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "DiffPositionInput",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2020-04-08 14:13:33 +05:30
}
],
2020-05-24 23:13:21 +05:30
"interfaces": null,
2020-04-08 14:13:33 +05:30
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "CreateDiffNotePayload",
"description": "Autogenerated return type of CreateDiffNote",
2020-04-08 14:13:33 +05:30
"fields": [
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2020-04-08 14:13:33 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2020-04-08 14:13:33 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-05-24 23:13:21 +05:30
}
2020-04-08 14:13:33 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "note",
"description": "The note after mutation",
2020-04-08 14:13:33 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Note",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
2019-12-26 22:10:19 +05:30
2020-05-24 23:13:21 +05:30
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "CreateEpicInput",
"description": "Autogenerated input type of CreateEpic",
"fields": null,
"inputFields": [
{
"name": "groupPath",
"description": "The group the epic to mutate is in",
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "ID",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "title",
"description": "The title of the epic",
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "description",
"description": "The description of the epic",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "confidential",
"description": "Indicates if the epic is confidential. Will be ignored if `confidential_epics` feature flag is disabled",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "startDateFixed",
"description": "The start date of the epic",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "dueDateFixed",
"description": "The end date of the epic",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "startDateIsFixed",
"description": "Indicates start date should be sourced from start_date_fixed field not the issue milestones",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "dueDateIsFixed",
"description": "Indicates end date should be sourced from due_date_fixed field not the issue milestones",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "addLabelIds",
"description": "The IDs of labels to be added to the epic.",
"type": {
"kind": "LIST",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
2019-12-26 22:10:19 +05:30
}
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "removeLabelIds",
"description": "The IDs of labels to be removed from the epic.",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "ID",
"ofType": null
2020-05-24 23:13:21 +05:30
}
2020-04-08 14:13:33 +05:30
}
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2020-04-08 14:13:33 +05:30
}
],
2020-05-24 23:13:21 +05:30
"interfaces": null,
2020-04-08 14:13:33 +05:30
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "CreateEpicPayload",
"description": "Autogenerated return type of CreateEpic",
2020-04-08 14:13:33 +05:30
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "epic",
"description": "The created epic",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Epic",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "INPUT_OBJECT",
"name": "CreateImageDiffNoteInput",
"description": "Autogenerated input type of CreateImageDiffNote",
"fields": null,
"inputFields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "noteableId",
"description": "The global id of the resource to add a note to",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "body",
"description": "Content of the note",
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "position",
"description": "The position of this note on a diff",
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "DiffImagePositionInput",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2020-04-08 14:13:33 +05:30
}
],
2020-05-24 23:13:21 +05:30
"interfaces": null,
2020-04-08 14:13:33 +05:30
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "CreateImageDiffNotePayload",
"description": "Autogenerated return type of CreateImageDiffNote",
2020-04-08 14:13:33 +05:30
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "note",
"description": "The note after mutation",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Note",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
2019-12-26 22:10:19 +05:30
2020-05-24 23:13:21 +05:30
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "CreateIterationInput",
"description": "Autogenerated input type of CreateIteration",
"fields": null,
"inputFields": [
{
"name": "groupPath",
"description": "The target group for the iteration",
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "ID",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "title",
"description": "The title of the iteration",
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "description",
"description": "The description of the iteration",
2020-04-22 19:07:51 +05:30
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2020-04-22 19:07:51 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "startDate",
"description": "The start date of the iteration",
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "dueDate",
"description": "The end date of the iteration",
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2020-04-08 14:13:33 +05:30
}
],
"interfaces": null,
"enumValues": null,
2020-05-24 23:13:21 +05:30
"possibleTypes": null
2020-04-08 14:13:33 +05:30
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "CreateIterationPayload",
"description": "Autogenerated return type of CreateIteration",
2020-04-08 14:13:33 +05:30
"fields": [
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-05-24 23:13:21 +05:30
}
2020-04-08 14:13:33 +05:30
}
2020-05-24 23:13:21 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "iteration",
"description": "The created iteration",
"args": [
2019-12-26 22:10:19 +05:30
],
2020-04-08 14:13:33 +05:30
"type": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Iteration",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
2020-05-24 23:13:21 +05:30
"name": "CreateNoteInput",
"description": "Autogenerated input type of CreateNote",
2020-04-08 14:13:33 +05:30
"fields": null,
"inputFields": [
{
2020-05-24 23:13:21 +05:30
"name": "noteableId",
"description": "The global id of the resource to add a note to",
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "ID",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "body",
"description": "Content of the note",
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "discussionId",
"description": "The global id of the discussion this note is in reply to",
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "ID",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-04-08 14:13:33 +05:30
"defaultValue": null
},
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "CreateNotePayload",
"description": "Autogenerated return type of CreateNote",
2020-04-08 14:13:33 +05:30
"fields": [
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "errors",
2020-05-24 23:13:21 +05:30
"description": "Errors encountered during execution of the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "note",
"description": "The note after mutation",
2019-12-26 22:10:19 +05:30
"args": [
],
2020-04-08 14:13:33 +05:30
"type": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Note",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
2020-05-24 23:13:21 +05:30
"name": "CreateRequirementInput",
"description": "Autogenerated input type of CreateRequirement",
2020-04-08 14:13:33 +05:30
"fields": null,
"inputFields": [
{
2020-05-24 23:13:21 +05:30
"name": "title",
"description": "Title of the requirement",
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "projectPath",
"description": "The project full path the requirement is associated with",
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "ID",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2020-04-08 14:13:33 +05:30
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
2019-12-26 22:10:19 +05:30
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "CreateRequirementPayload",
"description": "Autogenerated return type of CreateRequirement",
2019-12-26 22:10:19 +05:30
"fields": [
{
2020-04-08 14:13:33 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
}
}
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "requirement",
"description": "The requirement after mutation",
2019-12-26 22:10:19 +05:30
"args": [
],
2020-05-24 23:13:21 +05:30
"type": {
"kind": "OBJECT",
"name": "Requirement",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "CreateSnippetInput",
"description": "Autogenerated input type of CreateSnippet",
"fields": null,
"inputFields": [
{
"name": "title",
"description": "Title of the snippet",
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "fileName",
"description": "File name of the snippet",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "content",
"description": "Content of the snippet",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "description",
"description": "Description of the snippet",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "visibilityLevel",
"description": "The visibility level of the snippet",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "VisibilityLevelsEnum",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "projectPath",
"description": "The project full path the snippet is associated with",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "uploadedFiles",
"description": "The paths to files uploaded in the snippet description",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2020-04-08 14:13:33 +05:30
}
2019-12-26 22:10:19 +05:30
}
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
},
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "CreateSnippetPayload",
"description": "Autogenerated return type of CreateSnippet",
"fields": [
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
}
}
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
{
"name": "snippet",
"description": "The snippet after mutation",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "Snippet",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
2019-12-26 22:10:19 +05:30
2020-04-08 14:13:33 +05:30
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "DeleteJobsResponse",
"description": "The response from the AdminSidekiqQueuesDeleteJobs mutation.",
2020-04-08 14:13:33 +05:30
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "completed",
"description": "Whether or not the entire queue was processed in time; if not, retrying the same request is safe",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "deletedJobs",
"description": "The number of matching jobs deleted",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "queueSize",
"description": "The queue size after processing",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Design",
"description": "A single design",
"fields": [
{
"name": "diffRefs",
"description": "The diff refs for this design",
"args": [
2019-12-26 22:10:19 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "DiffRefs",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "discussions",
"description": "All discussions on this noteable",
2019-12-26 22:10:19 +05:30
"args": [
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "DiscussionConnection",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "event",
"description": "How this design was changed in the current version",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "DesignVersionEvent",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "filename",
"description": "The filename of the design",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "fullPath",
"description": "The full path to the design file",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "id",
"description": "The ID of this design",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "ID",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "image",
"description": "The URL of the full-sized image",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "imageV432x230",
"description": "The URL of the design resized to fit within the bounds of 432x230. This will be `null` if the image has not been generated",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "issue",
"description": "The issue the design belongs to",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Issue",
"ofType": null
}
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "notes",
"description": "All notes on this noteable",
"args": [
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
2020-04-08 14:13:33 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "NoteConnection",
2020-04-08 14:13:33 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "notesCount",
"description": "The total count of user-created notes for this design",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "project",
"description": "The project the design belongs to",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Project",
"ofType": null
2020-03-13 15:44:24 +05:30
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "versions",
"description": "All versions related to this design ordered newest first",
2020-04-08 14:13:33 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "earlierOrEqualToSha",
"description": "The SHA256 of the most recent acceptable version",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "earlierOrEqualToId",
"description": "The Global ID of the most recent acceptable version",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
2020-03-13 15:44:24 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "DesignVersionConnection",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
{
2020-05-24 23:13:21 +05:30
"kind": "INTERFACE",
"name": "Noteable",
"ofType": null
2020-03-13 15:44:24 +05:30
},
{
2020-05-24 23:13:21 +05:30
"kind": "INTERFACE",
"name": "DesignFields",
"ofType": null
2020-04-08 14:13:33 +05:30
}
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "DesignAtVersion",
"description": "A design pinned to a specific version. The image field reflects the design as of the associated version.",
2020-04-08 14:13:33 +05:30
"fields": [
{
2020-05-24 23:13:21 +05:30
"name": "design",
"description": "The underlying design.",
2020-03-13 15:44:24 +05:30
"args": [
2020-04-08 14:13:33 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Design",
"ofType": null
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "diffRefs",
"description": "The diff refs for this design",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "DiffRefs",
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "event",
"description": "How this design was changed in the current version",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "DesignVersionEvent",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "filename",
"description": "The filename of the design",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "fullPath",
"description": "The full path to the design file",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "id",
"description": "The ID of this design",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "ID",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "image",
"description": "The URL of the full-sized image",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "imageV432x230",
"description": "The URL of the design resized to fit within the bounds of 432x230. This will be `null` if the image has not been generated",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "issue",
"description": "The issue the design belongs to",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Issue",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "notesCount",
"description": "The total count of user-created notes for this design",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Int",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "project",
"description": "The project the design belongs to",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
2020-03-13 15:44:24 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Project",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "version",
"description": "The version this design-at-versions is pinned to",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "DesignVersion",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
2020-05-24 23:13:21 +05:30
{
"kind": "INTERFACE",
"name": "DesignFields",
"ofType": null
}
2020-04-08 14:13:33 +05:30
],
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "DesignAtVersionConnection",
"description": "The connection type for DesignAtVersion.",
"fields": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "edges",
"description": "A list of edges.",
"args": [
],
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "DesignAtVersionEdge",
2020-04-08 14:13:33 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "nodes",
"description": "A list of nodes.",
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "DesignAtVersion",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "pageInfo",
"description": "Information to aid in pagination.",
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "PageInfo",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "DesignAtVersionEdge",
"description": "An edge in a connection.",
"fields": [
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "cursor",
"description": "A cursor for use in pagination.",
"args": [
],
2020-03-13 15:44:24 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "node",
"description": "The item at the end of the edge.",
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "DesignAtVersion",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
2020-05-24 23:13:21 +05:30
"inputFields": null,
"interfaces": [
],
2020-04-08 14:13:33 +05:30
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "DesignCollection",
"description": "A collection of designs.",
"fields": [
{
"name": "design",
"description": "Find a specific design",
"args": [
{
"name": "id",
"description": "Find a design by its ID",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "filename",
"description": "Find a design by its filename",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
2020-03-13 15:44:24 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Design",
2020-03-13 15:44:24 +05:30
"ofType": null
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "designAtVersion",
"description": "Find a design as of a version",
"args": [
{
"name": "id",
"description": "The Global ID of the design at this version",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
2020-03-13 15:44:24 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "DesignAtVersion",
2020-03-13 15:44:24 +05:30
"ofType": null
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
},
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "designs",
"description": "All designs for the design collection",
2020-04-08 14:13:33 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "ids",
"description": "Filters designs by their ID",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "filenames",
"description": "Filters designs by their filename",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "atVersion",
"description": "Filters designs to only those that existed at the version. If argument is omitted or nil then all designs will reflect the latest version",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
2020-01-01 13:55:28 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "DesignConnection",
2020-01-01 13:55:28 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "issue",
"description": "Issue associated with the design collection",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Issue",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "project",
"description": "Project associated with the design collection",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Project",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "version",
"description": "A specific version",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "sha",
"description": "The SHA256 of a specific version",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "id",
"description": "The Global ID of the version",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "DesignVersion",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "versions",
"description": "All versions related to all designs, ordered newest first",
2020-03-13 15:44:24 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "earlierOrEqualToSha",
"description": "The SHA256 of the most recent acceptable version",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "earlierOrEqualToId",
"description": "The Global ID of the most recent acceptable version",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "DesignVersionConnection",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "DesignConnection",
"description": "The connection type for Design.",
"fields": [
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "edges",
"description": "A list of edges.",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2020-03-13 15:44:24 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "DesignEdge",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "nodes",
"description": "A list of nodes.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Design",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "pageInfo",
"description": "Information to aid in pagination.",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "PageInfo",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "DesignEdge",
"description": "An edge in a connection.",
"fields": [
{
"name": "cursor",
"description": "A cursor for use in pagination.",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "node",
"description": "The item at the end of the edge.",
2019-12-26 22:10:19 +05:30
"args": [
2020-03-13 15:44:24 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Design",
2019-12-26 22:10:19 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "INTERFACE",
"name": "DesignFields",
2020-04-08 14:13:33 +05:30
"description": null,
2020-05-24 23:13:21 +05:30
"fields": [
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "diffRefs",
"description": "The diff refs for this design",
"args": [
],
2020-03-13 15:44:24 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "DiffRefs",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "event",
"description": "How this design was changed in the current version",
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "DesignVersionEvent",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "filename",
"description": "The filename of the design",
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "fullPath",
"description": "The full path to the design file",
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-03-13 15:44:24 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-03-13 15:44:24 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "id",
"description": "The ID of this design",
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "image",
"description": "The URL of the full-sized image",
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "imageV432x230",
"description": "The URL of the design resized to fit within the bounds of 432x230. This will be `null` if the image has not been generated",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "issue",
"description": "The issue the design belongs to",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Issue",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "notesCount",
"description": "The total count of user-created notes for this design",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Int",
2020-04-08 14:13:33 +05:30
"ofType": null
}
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "project",
"description": "The project the design belongs to",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Project",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": [
{
"kind": "OBJECT",
"name": "Design",
"ofType": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "DesignAtVersion",
"ofType": null
}
]
},
{
"kind": "OBJECT",
"name": "DesignManagement",
"description": null,
"fields": [
{
"name": "designAtVersion",
"description": "Find a design as of a version",
2019-12-26 22:10:19 +05:30
"args": [
{
2020-05-24 23:13:21 +05:30
"name": "id",
"description": "The Global ID of the design at this version",
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"defaultValue": null
}
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "DesignAtVersion",
"ofType": null
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "version",
"description": "Find a version",
2020-04-08 14:13:33 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "id",
"description": "The Global ID of the version",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
2020-04-08 14:13:33 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "DesignVersion",
"ofType": null
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "INPUT_OBJECT",
"name": "DesignManagementDeleteInput",
"description": "Autogenerated input type of DesignManagementDelete",
"fields": null,
"inputFields": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "projectPath",
"description": "The project where the issue is to upload designs for",
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "ID",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "iid",
"description": "The iid of the issue to modify designs for",
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "ID",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "filenames",
"description": "The filenames of the designs to delete",
2020-03-13 15:44:24 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
"defaultValue": null
},
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
2020-04-08 14:13:33 +05:30
],
2020-05-24 23:13:21 +05:30
"interfaces": null,
2020-04-08 14:13:33 +05:30
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "DesignManagementDeletePayload",
"description": "Autogenerated return type of DesignManagementDelete",
2020-04-08 14:13:33 +05:30
"fields": [
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
2020-04-08 14:13:33 +05:30
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "version",
"description": "The new version in which the designs are deleted",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "DesignVersion",
2020-03-13 15:44:24 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
2020-04-22 19:07:51 +05:30
{
"kind": "INPUT_OBJECT",
2020-05-24 23:13:21 +05:30
"name": "DesignManagementUploadInput",
"description": "Autogenerated input type of DesignManagementUpload",
2020-04-22 19:07:51 +05:30
"fields": null,
"inputFields": [
{
2020-05-24 23:13:21 +05:30
"name": "projectPath",
"description": "The project where the issue is to upload designs for",
2020-04-22 19:07:51 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
2020-05-24 23:13:21 +05:30
"name": "iid",
"description": "The iid of the issue to modify designs for",
2020-04-22 19:07:51 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "files",
"description": "The files to upload",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Upload",
"ofType": null
}
}
}
2020-04-22 19:07:51 +05:30
},
"defaultValue": null
},
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "DesignManagementUploadPayload",
"description": "Autogenerated return type of DesignManagementUpload",
2020-04-22 19:07:51 +05:30
"fields": [
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
2020-05-24 23:13:21 +05:30
{
"name": "designs",
"description": "The designs that were uploaded by the mutation",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Design",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
2020-04-22 19:07:51 +05:30
{
"name": "errors",
2020-05-24 23:13:21 +05:30
"description": "Errors encountered during execution of the mutation.",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "skippedDesigns",
"description": "Any designs that were skipped from the upload due to there being no change to their content since their last version",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Design",
"ofType": null
}
}
}
2020-04-22 19:07:51 +05:30
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "DesignVersion",
"description": "A specific version in which designs were added, modified or deleted",
2020-04-08 14:13:33 +05:30
"fields": [
{
2020-05-24 23:13:21 +05:30
"name": "designAtVersion",
"description": "A particular design as of this version, provided it is visible at this version",
2020-04-08 14:13:33 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "id",
"description": "The ID of the DesignAtVersion",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "designId",
"description": "The ID of a specific design",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "filename",
"description": "The filename of a specific design",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
2020-04-08 14:13:33 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "DesignAtVersion",
2020-04-08 14:13:33 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "designs",
"description": "All designs that were changed in the version",
2020-03-13 15:44:24 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
2020-03-13 15:44:24 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "DesignConnection",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "designsAtVersion",
"description": "All designs that are visible at this version, as of this version",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "ids",
"description": "Filters designs by their ID",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "filenames",
"description": "Filters designs by their filename",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
2020-04-08 14:13:33 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "DesignAtVersionConnection",
2020-04-08 14:13:33 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "id",
"description": "ID of the design version",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "ID",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "sha",
2020-05-24 23:13:21 +05:30
"description": "SHA of the design version",
2020-04-08 14:13:33 +05:30
"args": [
2019-12-26 22:10:19 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "ID",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
2020-05-24 23:13:21 +05:30
"interfaces": [
2020-04-08 14:13:33 +05:30
],
2020-05-24 23:13:21 +05:30
"enumValues": null,
2020-04-08 14:13:33 +05:30
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "DesignVersionConnection",
"description": "The connection type for DesignVersion.",
2020-04-08 14:13:33 +05:30
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "edges",
"description": "A list of edges.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "DesignVersionEdge",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "nodes",
"description": "A list of nodes.",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-22 19:07:51 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2020-04-22 19:07:51 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "DesignVersion",
2020-04-22 19:07:51 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "pageInfo",
"description": "Information to aid in pagination.",
2020-04-22 19:07:51 +05:30
"args": [
2019-12-26 22:10:19 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "PageInfo",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "DesignVersionEdge",
"description": "An edge in a connection.",
2020-04-08 14:13:33 +05:30
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "cursor",
"description": "A cursor for use in pagination.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "node",
"description": "The item at the end of the edge.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "DesignVersion",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "DesignVersionEvent",
"description": "Mutation event of a design within a version",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "NONE",
"description": "No change",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "CREATION",
"description": "A creation event",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "MODIFICATION",
"description": "A modification event",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "DELETION",
"description": "A deletion event",
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "DestroyNoteInput",
"description": "Autogenerated input type of DestroyNote",
"fields": null,
"inputFields": [
{
"name": "id",
"description": "The global id of the note to destroy",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "DestroyNotePayload",
"description": "Autogenerated return type of DestroyNote",
"fields": [
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
{
"name": "note",
"description": "The note after mutation",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "Note",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
2020-05-24 23:13:21 +05:30
{
"kind": "INPUT_OBJECT",
"name": "DestroySnippetInput",
"description": "Autogenerated input type of DestroySnippet",
"fields": null,
"inputFields": [
{
"name": "id",
"description": "The global id of the snippet to destroy",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
2020-04-08 14:13:33 +05:30
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "DestroySnippetPayload",
"description": "Autogenerated return type of DestroySnippet",
2020-04-08 14:13:33 +05:30
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "snippet",
"description": "The snippet after mutation",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Snippet",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "DetailedStatus",
"description": null,
2020-04-08 14:13:33 +05:30
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "detailsPath",
"description": "Path of the details for the pipeline status",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "favicon",
"description": "Favicon of the pipeline status",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "group",
"description": "Group of the pipeline status",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "hasDetails",
"description": "Indicates if the pipeline status has further details",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-04-22 19:07:51 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "icon",
"description": "Icon of the pipeline status",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "label",
"description": "Label of the pipeline status",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "text",
"description": "Text of the pipeline status",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "tooltip",
"description": "Tooltip associated with the pipeline status",
2020-04-08 14:13:33 +05:30
"args": [
],
2020-05-24 23:13:21 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "DiffImagePositionInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "headSha",
"description": "SHA of the HEAD at the time the comment was made",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "baseSha",
"description": "Merge base of the branch the comment was made on",
2020-04-08 14:13:33 +05:30
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "startSha",
"description": "SHA of the branch being compared against",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "paths",
"description": "The paths of the file that was changed. Both of the properties of this input are optional, but at least one of them is required",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "DiffPathsInput",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "x",
"description": "X position of the note",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "y",
"description": "Y position of the note",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "width",
"description": "Total width of the image",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "height",
"description": "Total height of the image",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
2020-03-13 15:44:24 +05:30
}
2020-05-24 23:13:21 +05:30
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "DiffPathsInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "oldPath",
"description": "The path of the file on the start sha",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "newPath",
"description": "The path of the file on the head sha",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "DiffPosition",
"description": null,
"fields": [
{
"name": "diffRefs",
"description": "Information about the branch, HEAD, and base at the time of commenting",
"args": [
2019-12-26 22:10:19 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "DiffRefs",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "filePath",
"description": "Path of the file that was changed",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "height",
"description": "Total height of the image",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Int",
2020-03-13 15:44:24 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "newLine",
"description": "Line on HEAD SHA that was changed",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Int",
2019-12-26 22:10:19 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "newPath",
"description": "Path of the file on the HEAD SHA",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-03-13 15:44:24 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "oldLine",
"description": "Line on start SHA that was changed",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Int",
2019-12-26 22:10:19 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "oldPath",
"description": "Path of the file on the start SHA",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "positionType",
"description": "Type of file the position refers to",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "DiffPositionType",
2020-03-13 15:44:24 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "width",
"description": "Total width of the image",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Int",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "x",
"description": "X position of the note",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Int",
"ofType": null
2020-04-22 19:07:51 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "y",
"description": "Y position of the note",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Int",
2020-04-22 19:07:51 +05:30
"ofType": null
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "DiffPositionInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "headSha",
"description": "SHA of the HEAD at the time the comment was made",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "baseSha",
"description": "Merge base of the branch the comment was made on",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "startSha",
"description": "SHA of the branch being compared against",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "paths",
"description": "The paths of the file that was changed. Both of the properties of this input are optional, but at least one of them is required",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "DiffPathsInput",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "oldLine",
"description": "Line on start SHA that was changed",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "newLine",
"description": "Line on HEAD SHA that was changed",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "DiffPositionType",
"description": "Type of file the position refers to",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "text",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "image",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "DiffRefs",
"description": null,
"fields": [
{
"name": "baseSha",
"description": "Merge base of the branch the comment was made on",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "headSha",
"description": "SHA of the HEAD at the time the comment was made",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "startSha",
"description": "SHA of the branch being compared against",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-03-13 15:44:24 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Discussion",
"description": null,
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "createdAt",
"description": "Timestamp of the discussion's creation",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
2020-03-13 15:44:24 +05:30
}
2020-05-24 23:13:21 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "id",
"description": "ID of this discussion",
"args": [
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "notes",
"description": "All notes in the discussion",
2020-04-08 14:13:33 +05:30
"args": [
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
2019-12-26 22:10:19 +05:30
}
2020-04-08 14:13:33 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "NoteConnection",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "replyId",
"description": "ID used to reply to this discussion",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "ID",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "DiscussionConnection",
"description": "The connection type for Discussion.",
"fields": [
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "edges",
"description": "A list of edges.",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "DiscussionEdge",
"ofType": null
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "nodes",
"description": "A list of nodes.",
2020-04-08 14:13:33 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2020-04-08 14:13:33 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Discussion",
"ofType": null
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "pageInfo",
"description": "Information to aid in pagination.",
2020-04-08 14:13:33 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2020-04-08 14:13:33 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "PageInfo",
2020-04-08 14:13:33 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "DiscussionEdge",
"description": "An edge in a connection.",
"fields": [
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "cursor",
"description": "A cursor for use in pagination.",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "node",
"description": "The item at the end of the edge.",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Discussion",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "DismissVulnerabilityInput",
"description": "Autogenerated input type of DismissVulnerability",
"fields": null,
"inputFields": [
{
"name": "id",
"description": "ID of the vulnerability to be dismissed",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
2020-03-13 15:44:24 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "comment",
"description": "Reason why vulnerability should be dismissed",
2020-04-08 14:13:33 +05:30
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2020-04-08 14:13:33 +05:30
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "DismissVulnerabilityPayload",
"description": "Autogenerated return type of DismissVulnerability",
"fields": [
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "vulnerability",
"description": "The vulnerability after dismissal",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Vulnerability",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INTERFACE",
"name": "Entry",
"description": null,
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "flatPath",
"description": "Flat path of the entry",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "id",
"description": "ID of the entry",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "name",
"description": "Name of the entry",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "path",
"description": "Path of the entry",
2020-01-01 13:55:28 +05:30
"args": [
2020-03-13 15:44:24 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "sha",
"description": "Last commit sha for the entry",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "String",
2020-03-13 15:44:24 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "type",
"description": "Type of tree entry",
2020-03-13 15:44:24 +05:30
"args": [
2020-01-01 13:55:28 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "EntryType",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
2020-05-24 23:13:21 +05:30
"interfaces": null,
"enumValues": null,
"possibleTypes": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Blob",
"ofType": null
},
{
"kind": "OBJECT",
"name": "Submodule",
"ofType": null
},
{
"kind": "OBJECT",
"name": "TreeEntry",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-05-24 23:13:21 +05:30
]
},
{
"kind": "ENUM",
"name": "EntryType",
"description": "Type of a tree entry",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "tree",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "blob",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "commit",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
2020-04-08 14:13:33 +05:30
],
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Environment",
"description": "Describes where code is deployed for a project",
"fields": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "id",
"description": "ID of the environment",
"args": [
],
2020-03-13 15:44:24 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "metricsDashboard",
"description": "Metrics dashboard schema for the environment",
"args": [
{
"name": "path",
"description": "Path to a file which defines metrics dashboard eg: 'config/prometheus/common_metrics.yml'",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
2020-04-08 14:13:33 +05:30
}
2020-05-24 23:13:21 +05:30
],
"type": {
"kind": "OBJECT",
"name": "MetricsDashboard",
"ofType": null
2020-03-13 15:44:24 +05:30
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "name",
"description": "Human-readable name of the environment",
"args": [
],
2020-03-13 15:44:24 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "state",
"description": "State of the environment, for example: available/stopped",
"args": [
],
2020-03-13 15:44:24 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "String",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
2020-05-24 23:13:21 +05:30
"inputFields": null,
"interfaces": [
],
2020-04-08 14:13:33 +05:30
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "EnvironmentConnection",
"description": "The connection type for Environment.",
2020-04-08 14:13:33 +05:30
"fields": [
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "edges",
"description": "A list of edges.",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "LIST",
2020-03-13 15:44:24 +05:30
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "EnvironmentEdge",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "nodes",
"description": "A list of nodes.",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "LIST",
2020-03-13 15:44:24 +05:30
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Environment",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "pageInfo",
"description": "Information to aid in pagination.",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
"name": "PageInfo",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "EnvironmentEdge",
2020-04-08 14:13:33 +05:30
"description": "An edge in a connection.",
"fields": [
{
"name": "cursor",
"description": "A cursor for use in pagination.",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "node",
"description": "The item at the end of the edge.",
"args": [
2020-03-13 15:44:24 +05:30
],
"type": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Environment",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Epic",
"description": "Represents an epic.",
2020-04-08 14:13:33 +05:30
"fields": [
{
2020-05-24 23:13:21 +05:30
"name": "author",
"description": "Author of the epic",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "User",
"ofType": null
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "children",
"description": "Children (sub-epics) of the epic",
2020-03-13 15:44:24 +05:30
"args": [
{
2020-05-24 23:13:21 +05:30
"name": "startDate",
"description": "List items within a time frame where items.start_date is between startDate and endDate parameters (endDate parameter must be present)",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "endDate",
"description": "List items within a time frame where items.end_date is between startDate and endDate parameters (startDate parameter must be present)",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "iid",
"description": "IID of the epic, e.g., \"1\"",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "iids",
"description": "List of IIDs of epics, e.g., [1, 2]",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "state",
"description": "Filter epics by state",
"type": {
"kind": "ENUM",
"name": "EpicState",
"ofType": null
},
"defaultValue": null
},
{
"name": "search",
"description": "Filter epics by title and description",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "sort",
"description": "List epics by sort order",
"type": {
"kind": "ENUM",
"name": "EpicSort",
"ofType": null
},
"defaultValue": null
},
{
"name": "authorUsername",
"description": "Filter epics by author",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "labelName",
"description": "Filter epics by labels",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "iidStartsWith",
"description": "Filter epics by iid for autocomplete",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "after",
2020-03-13 15:44:24 +05:30
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "EpicConnection",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "closedAt",
2020-05-24 23:13:21 +05:30
"description": "Timestamp of the epic's closure",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "confidential",
2020-05-24 23:13:21 +05:30
"description": "Indicates if the epic is confidential",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "createdAt",
2020-05-24 23:13:21 +05:30
"description": "Timestamp of the epic's creation",
2020-04-08 14:13:33 +05:30
"args": [
2020-03-13 15:44:24 +05:30
2020-04-08 14:13:33 +05:30
],
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Time",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "descendantCounts",
"description": "Number of open and closed descendant epics and issues",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "EpicDescendantCount",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "descendantWeightSum",
"description": "Total weight of open and closed issues in the epic and its descendants",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "EpicDescendantWeights",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "description",
"description": "Description of the epic",
2020-04-08 14:13:33 +05:30
"args": [
2020-03-13 15:44:24 +05:30
2020-04-08 14:13:33 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
},
2020-03-13 15:44:24 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "discussions",
"description": "All discussions on this noteable",
2020-03-13 15:44:24 +05:30
"args": [
2020-04-08 14:13:33 +05:30
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
2020-03-13 15:44:24 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
2020-03-13 15:44:24 +05:30
"name": null,
"ofType": {
"kind": "OBJECT",
2020-04-08 14:13:33 +05:30
"name": "DiscussionConnection",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "downvotes",
2020-05-24 23:13:21 +05:30
"description": "Number of downvotes the epic has received",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "Int",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2020-03-13 15:44:24 +05:30
{
2020-04-08 14:13:33 +05:30
"name": "dueDate",
2020-05-24 23:13:21 +05:30
"description": "Due date of the epic",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "Time",
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "dueDateFixed",
"description": "Fixed due date of the epic",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Time",
2020-03-13 15:44:24 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "dueDateFromMilestones",
"description": "Inherited due date of the epic from milestones",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Time",
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "dueDateIsFixed",
"description": "Indicates if the due date has been manually set",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Boolean",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "group",
"description": "Group to which the epic belongs",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Group",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hasChildren",
"description": "Indicates if the epic has children",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hasIssues",
"description": "Indicates if the epic has direct issues",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hasParent",
"description": "Indicates if the epic has a parent epic",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "healthStatus",
"description": "Current health status of the epic",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "EpicHealthStatus",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "id",
"description": "ID of the epic",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"isDeprecated": false,
2020-03-13 15:44:24 +05:30
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "iid",
2020-05-24 23:13:21 +05:30
"description": "Internal ID of the epic",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "ID",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "issues",
"description": "A list of issues associated with the epic",
2020-04-08 14:13:33 +05:30
"args": [
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "EpicIssueConnection",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "labels",
"description": "Labels assigned to the epic",
2020-03-13 15:44:24 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
2020-03-13 15:44:24 +05:30
],
"type": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "LabelConnection",
2020-03-13 15:44:24 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "notes",
"description": "All notes on this noteable",
2020-03-13 15:44:24 +05:30
"args": [
2020-04-08 14:13:33 +05:30
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
2020-03-13 15:44:24 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
"name": "NoteConnection",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
2020-05-24 23:13:21 +05:30
{
"name": "parent",
"description": "Parent epic of the epic",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "Epic",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
2020-03-13 15:44:24 +05:30
{
2020-04-08 14:13:33 +05:30
"name": "participants",
2020-05-24 23:13:21 +05:30
"description": "List of participants for the epic",
2020-03-13 15:44:24 +05:30
"args": [
2020-04-08 14:13:33 +05:30
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
2020-03-13 15:44:24 +05:30
],
"type": {
"kind": "OBJECT",
2020-04-08 14:13:33 +05:30
"name": "UserConnection",
2020-03-13 15:44:24 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "reference",
2020-05-24 23:13:21 +05:30
"description": "Internal reference of the epic. Returned in shortened format by default",
2020-03-13 15:44:24 +05:30
"args": [
2020-04-08 14:13:33 +05:30
{
"name": "full",
2020-05-24 23:13:21 +05:30
"description": "Indicates if the reference should be returned in full",
2020-04-08 14:13:33 +05:30
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": "false"
}
2020-03-13 15:44:24 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "String",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "relationPath",
2020-05-24 23:13:21 +05:30
"description": "URI path of the epic-issue relationship",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "relativePosition",
2020-05-24 23:13:21 +05:30
"description": "The relative position of the epic in the epic tree",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
2020-03-13 15:44:24 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "startDate",
"description": "Start date of the epic",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Time",
"ofType": null
2020-04-08 14:13:33 +05:30
},
2020-03-13 15:44:24 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "startDateFixed",
"description": "Fixed start date of the epic",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Time",
"ofType": null
2020-04-08 14:13:33 +05:30
},
2020-03-13 15:44:24 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "startDateFromMilestones",
"description": "Inherited start date of the epic from milestones",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Time",
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "startDateIsFixed",
"description": "Indicates if the start date has been manually set",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "state",
"description": "State of the epic",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
2020-03-13 15:44:24 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "EpicState",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "subscribed",
"description": "Indicates the currently logged in user is subscribed to the epic",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "title",
"description": "Title of the epic",
2020-04-08 14:13:33 +05:30
"args": [
2020-03-13 15:44:24 +05:30
2020-04-08 14:13:33 +05:30
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "updatedAt",
"description": "Timestamp of the epic's last activity",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Time",
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "upvotes",
"description": "Number of upvotes the epic has received",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Int",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "userPermissions",
"description": "Permissions for the current user on the resource",
2020-04-08 14:13:33 +05:30
"args": [
2020-03-13 15:44:24 +05:30
2020-04-08 14:13:33 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "EpicPermissions",
2020-04-08 14:13:33 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "webPath",
"description": "Web path of the epic",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "webUrl",
"description": "Web URL of the epic",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
{
"kind": "INTERFACE",
"name": "Noteable",
"ofType": null
}
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "EpicAddIssueInput",
"description": "Autogenerated input type of EpicAddIssue",
"fields": null,
"inputFields": [
{
"name": "iid",
"description": "The iid of the epic to mutate",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
2020-03-13 15:44:24 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "groupPath",
"description": "The group the epic to mutate belongs to",
2020-03-13 15:44:24 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "ID",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2020-03-13 15:44:24 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "projectPath",
"description": "The project the issue belongs to",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "issueIid",
"description": "The iid of the issue to be added",
2020-03-13 15:44:24 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
},
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "EpicAddIssuePayload",
"description": "Autogenerated return type of EpicAddIssue",
"fields": [
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
2020-03-13 15:44:24 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "epic",
"description": "The epic after mutation",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Epic",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "epicIssue",
"description": "The epic-issue relation",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "EpicIssue",
2020-03-13 15:44:24 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
{
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
2020-05-24 23:13:21 +05:30
2020-04-08 14:13:33 +05:30
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "EpicConnection",
"description": "The connection type for Epic.",
2020-04-08 14:13:33 +05:30
"fields": [
{
"name": "edges",
"description": "A list of edges.",
2020-03-13 15:44:24 +05:30
"args": [
2020-04-08 14:13:33 +05:30
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "EpicEdge",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-03-13 15:44:24 +05:30
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "nodes",
"description": "A list of nodes.",
"args": [
2020-03-13 15:44:24 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "LIST",
2020-03-13 15:44:24 +05:30
"name": null,
"ofType": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Epic",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "pageInfo",
"description": "Information to aid in pagination.",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "PageInfo",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "EpicDescendantCount",
"description": "Counts of descendent epics.",
2020-04-08 14:13:33 +05:30
"fields": [
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "closedEpics",
"description": "Number of closed sub-epics",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Int",
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "closedIssues",
"description": "Number of closed epic issues",
2020-03-13 15:44:24 +05:30
"args": [
2020-04-08 14:13:33 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "openedEpics",
"description": "Number of opened sub-epics",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "openedIssues",
"description": "Number of opened epic issues",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Int",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "EpicDescendantWeights",
"description": "Total weight of open and closed descendant issues",
2020-04-08 14:13:33 +05:30
"fields": [
{
2020-05-24 23:13:21 +05:30
"name": "closedIssues",
"description": "Total weight of completed (closed) issues in this epic, including epic descendants",
2020-04-08 14:13:33 +05:30
"args": [
2020-03-13 15:44:24 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Int",
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "openedIssues",
"description": "Total weight of opened issues in this epic, including epic descendants",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Int",
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
2020-03-13 15:44:24 +05:30
2020-05-24 23:13:21 +05:30
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "EpicEdge",
"description": "An edge in a connection.",
"fields": [
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "cursor",
"description": "A cursor for use in pagination.",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "node",
"description": "The item at the end of the edge.",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Epic",
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "EpicHealthStatus",
"description": "Health status of child issues",
"fields": [
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "issuesAtRisk",
"description": "Number of issues at risk",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Int",
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "issuesNeedingAttention",
"description": "Number of issues that need attention",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Int",
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "issuesOnTrack",
"description": "Number of issues on track",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Int",
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
2020-04-08 14:13:33 +05:30
2020-03-13 15:44:24 +05:30
],
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "EpicIssue",
"description": "Relationship between an epic and an issue",
"fields": [
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "assignees",
"description": "Assignees of the issue",
"args": [
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "UserConnection",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "author",
"description": "User that created the issue",
"args": [
],
2020-03-13 15:44:24 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
2020-03-13 15:44:24 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "User",
2020-04-08 14:13:33 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "closedAt",
"description": "Timestamp of when the issue was closed",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "confidential",
"description": "Indicates the issue is confidential",
"args": [
],
2020-04-08 14:13:33 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2020-04-08 14:13:33 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "createdAt",
"description": "Timestamp of when the issue was created",
"args": [
],
2020-04-08 14:13:33 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Time",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "description",
"description": "Description of the issue",
"args": [
],
2020-04-08 14:13:33 +05:30
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
},
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "descriptionHtml",
"description": "The GitLab Flavored Markdown rendering of `description`",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
2020-03-13 15:44:24 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "designCollection",
"description": "Collection of design images associated with this issue",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "DesignCollection",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "designs",
"description": "The designs associated with this issue. Deprecated in 12.2: Use `designCollection`",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "DesignCollection",
"ofType": null
},
"isDeprecated": true,
"deprecationReason": "Use `designCollection`. Deprecated in 12.2"
},
{
"name": "discussionLocked",
"description": "Indicates discussion is locked on the issue",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
2020-03-13 15:44:24 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "discussions",
"description": "All discussions on this noteable",
"args": [
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "DiscussionConnection",
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "downvotes",
"description": "Number of downvotes the issue has received",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "dueDate",
"description": "Due date of the issue",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "epic",
"description": "Epic to which this issue belongs",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "Epic",
"ofType": null
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "epicIssueId",
"description": "ID of the epic-issue relation",
"args": [
],
2020-03-13 15:44:24 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "ID",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "healthStatus",
"description": "Current health status. Returns null if `save_issuable_health_status` feature flag is disabled.",
"args": [
],
2020-03-13 15:44:24 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "HealthStatus",
"ofType": null
2020-03-13 15:44:24 +05:30
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "id",
"description": "Global ID of the epic-issue relation",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-04-22 19:07:51 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "ID",
2020-04-22 19:07:51 +05:30
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "iid",
"description": "Internal ID of the issue",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "ID",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "iteration",
"description": "Iteration of the issue",
2020-03-13 15:44:24 +05:30
"args": [
2020-04-22 19:07:51 +05:30
2020-03-13 15:44:24 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Iteration",
2020-03-13 15:44:24 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "labels",
"description": "Labels of the issue",
2020-04-08 14:13:33 +05:30
"args": [
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "LabelConnection",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "milestone",
"description": "Milestone of the issue",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Milestone",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notes",
"description": "All notes on this noteable",
"args": [
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
2020-04-22 19:07:51 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2020-05-24 23:13:21 +05:30
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "NoteConnection",
"ofType": null
2020-04-22 19:07:51 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "participants",
"description": "List of participants in the issue",
2020-03-13 15:44:24 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
2020-03-13 15:44:24 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "UserConnection",
2020-03-13 15:44:24 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "reference",
"description": "Internal reference of the issue. Returned in shortened format by default",
2020-04-22 19:07:51 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "full",
"description": "Boolean option specifying whether the reference should be returned in full",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": "false"
}
2020-04-22 19:07:51 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2020-04-22 19:07:51 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "relationPath",
"description": "URI path of the epic-issue relation",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "relativePosition",
"description": "Relative position of the issue (used for positioning in epic tree and issue boards)",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-04-22 19:07:51 +05:30
"name": "Int",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "state",
"description": "State of the issue",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "IssueState",
2020-04-22 19:07:51 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "subscribed",
"description": "Indicates the currently logged in user is subscribed to the issue",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "taskCompletionStatus",
"description": "Task completion status of the issue",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "TaskCompletionStatus",
2020-04-22 19:07:51 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "timeEstimate",
"description": "Time estimate of the issue",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Int",
2020-04-22 19:07:51 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "title",
"description": "Title of the issue",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-22 19:07:51 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "titleHtml",
"description": "The GitLab Flavored Markdown rendering of `title`",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "totalTimeSpent",
"description": "Total time reported as spent on the issue",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Int",
2020-04-22 19:07:51 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "updatedAt",
"description": "Timestamp of when the issue was last updated",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
}
2020-04-22 19:07:51 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "upvotes",
"description": "Number of upvotes the issue has received",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
2020-04-22 19:07:51 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "userNotesCount",
"description": "Number of user notes of the issue",
2020-03-13 15:44:24 +05:30
"args": [
2020-05-24 23:13:21 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
2020-04-22 19:07:51 +05:30
}
2020-05-24 23:13:21 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "userPermissions",
"description": "Permissions for the current user on the resource",
"args": [
2020-04-22 19:07:51 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "IssuePermissions",
"ofType": null
}
2020-04-22 19:07:51 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "webPath",
"description": "Web path of the issue",
2020-04-22 19:07:51 +05:30
"args": [
2020-05-24 23:13:21 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
2020-04-08 14:13:33 +05:30
}
2020-05-24 23:13:21 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "webUrl",
"description": "Web URL of the issue",
"args": [
2020-03-13 15:44:24 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "weight",
"description": "Weight of the issue",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Int",
2020-04-22 19:07:51 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
{
"kind": "INTERFACE",
"name": "Noteable",
"ofType": null
}
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "EpicIssueConnection",
"description": "The connection type for EpicIssue.",
"fields": [
{
"name": "edges",
"description": "A list of edges.",
"args": [
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "EpicIssueEdge",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-04-22 19:07:51 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "nodes",
"description": "A list of nodes.",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "EpicIssue",
"ofType": null
}
2020-04-22 19:07:51 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "pageInfo",
"description": "Information to aid in pagination.",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "PageInfo",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "EpicIssueEdge",
"description": "An edge in a connection.",
"fields": [
{
"name": "cursor",
"description": "A cursor for use in pagination.",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2020-04-22 19:07:51 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "node",
"description": "The item at the end of the edge.",
2020-04-22 19:07:51 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2020-04-22 19:07:51 +05:30
],
"type": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "EpicIssue",
2020-04-22 19:07:51 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "EpicPermissions",
"description": "Check permissions for the current user on an epic",
"fields": [
{
"name": "adminEpic",
"description": "Indicates the user can perform `admin_epic` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-04-22 19:07:51 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "awardEmoji",
"description": "Indicates the user can perform `award_emoji` on this resource",
2020-03-13 15:44:24 +05:30
"args": [
2020-05-24 23:13:21 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
2020-04-08 14:13:33 +05:30
}
2020-05-24 23:13:21 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createEpic",
"description": "Indicates the user can perform `create_epic` on this resource",
"args": [
2020-03-13 15:44:24 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "createNote",
"description": "Indicates the user can perform `create_note` on this resource",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "destroyEpic",
"description": "Indicates the user can perform `destroy_epic` on this resource",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "readEpic",
"description": "Indicates the user can perform `read_epic` on this resource",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "readEpicIid",
"description": "Indicates the user can perform `read_epic_iid` on this resource",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "updateEpic",
"description": "Indicates the user can perform `update_epic` on this resource",
2020-03-13 15:44:24 +05:30
"args": [
],
2020-05-24 23:13:21 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "EpicSetSubscriptionInput",
"description": "Autogenerated input type of EpicSetSubscription",
"fields": null,
"inputFields": [
{
"name": "iid",
"description": "The iid of the epic to mutate",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "groupPath",
"description": "The group the epic to mutate belongs to",
2020-03-13 15:44:24 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "ID",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
},
{
"name": "subscribedState",
"description": "The desired state of the subscription",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "EpicSetSubscriptionPayload",
"description": "Autogenerated return type of EpicSetSubscription",
"fields": [
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
2020-03-13 15:44:24 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "epic",
"description": "The epic after mutation",
2020-03-13 15:44:24 +05:30
"args": [
2020-05-24 23:13:21 +05:30
],
"type": {
"kind": "OBJECT",
"name": "Epic",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
2020-04-22 19:07:51 +05:30
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2020-05-24 23:13:21 +05:30
}
2020-04-22 19:07:51 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "EpicSort",
"description": "Roadmap sort values",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "start_date_desc",
"description": "Start date at descending order",
"isDeprecated": false,
"deprecationReason": null
2020-04-22 19:07:51 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "start_date_asc",
"description": "Start date at ascending order",
2020-04-22 19:07:51 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "end_date_desc",
"description": "End date at descending order",
2020-04-22 19:07:51 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "end_date_asc",
"description": "End date at ascending order",
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "EpicState",
"description": "State of an epic.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "all",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "opened",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "closed",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "EpicStateEvent",
"description": "State event of an epic",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "REOPEN",
"description": "Reopen the epic",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "CLOSE",
"description": "Close the epic",
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "EpicTreeNodeFieldsInputType",
"description": "A node of an epic tree.",
"fields": null,
"inputFields": [
{
"name": "id",
"description": "The id of the epic_issue or epic that is being moved",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
2020-04-22 19:07:51 +05:30
}
2020-05-24 23:13:21 +05:30
},
"defaultValue": null
},
{
"name": "adjacentReferenceId",
"description": "The id of the epic_issue or issue that the actual epic or issue is switched with",
2020-04-22 19:07:51 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "ID",
2020-04-22 19:07:51 +05:30
"ofType": null
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2020-04-22 19:07:51 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "relativePosition",
"description": "The type of the switch, after or before allowed",
"type": {
"kind": "ENUM",
"name": "MoveType",
"ofType": null
},
"defaultValue": null
},
{
"name": "newParentId",
"description": "ID of the new parent epic",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "EpicTreeReorderInput",
"description": "Autogenerated input type of EpicTreeReorder",
"fields": null,
"inputFields": [
{
"name": "baseEpicId",
"description": "The id of the base epic of the tree",
2020-04-22 19:07:51 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "ID",
2020-04-08 14:13:33 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2020-03-13 15:44:24 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "moved",
"description": "Parameters for updating the tree positions",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "EpicTreeNodeFieldsInputType",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "EpicTreeReorderPayload",
"description": "Autogenerated return type of EpicTreeReorder",
"fields": [
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
},
2020-03-13 15:44:24 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
2020-04-08 14:13:33 +05:30
}
},
2020-03-13 15:44:24 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "Float",
"description": "Represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "GeoNode",
"description": null,
"fields": [
{
"name": "containerRepositoriesMaxCapacity",
"description": "The maximum concurrency of container repository sync for this secondary node",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "enabled",
"description": "Indicates whether this Geo node is enabled",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2020-04-08 14:13:33 +05:30
"ofType": null
},
2020-03-13 15:44:24 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "filesMaxCapacity",
"description": "The maximum concurrency of LFS/attachment backfill for this secondary node",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Int",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "id",
"description": "ID of this GeoNode",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "internalUrl",
"description": "The URL defined on the primary node that secondary nodes should use to contact it",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "minimumReverificationInterval",
"description": "The interval (in days) in which the repository verification is valid. Once expired, it will be reverified",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Int",
2020-03-13 15:44:24 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "name",
"description": "The unique identifier for this Geo node",
2020-03-13 15:44:24 +05:30
"args": [
2019-12-26 22:10:19 +05:30
2020-03-13 15:44:24 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "packageFileRegistries",
"description": "Package file registries of the GeoNode. Available only when feature flag `geo_self_service_framework` is enabled",
2020-04-08 14:13:33 +05:30
"args": [
{
2020-05-24 23:13:21 +05:30
"name": "ids",
"description": "Filters registries by their ID",
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
2020-04-08 14:13:33 +05:30
}
},
"defaultValue": null
},
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "PackageFileRegistryConnection",
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "primary",
"description": "Indicates whether this Geo node is the primary",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2020-03-13 15:44:24 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "reposMaxCapacity",
"description": "The maximum concurrency of repository backfill for this secondary node",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Int",
2020-03-13 15:44:24 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "selectiveSyncNamespaces",
"description": "The namespaces that should be synced, if `selective_sync_type` == `namespaces`",
2020-03-13 15:44:24 +05:30
"args": [
2020-04-22 19:07:51 +05:30
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "NamespaceConnection",
2020-04-22 19:07:51 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "selectiveSyncShards",
"description": "The repository storages whose projects should be synced, if `selective_sync_type` == `shards`",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2020-04-22 19:07:51 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
2020-04-22 19:07:51 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "selectiveSyncType",
"description": "Indicates if syncing is limited to only specific groups, or shards",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "syncObjectStorage",
"description": "Indicates if this secondary node will replicate blobs in Object Storage",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
2020-03-13 15:44:24 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "url",
"description": "The user-facing URL for this Geo node",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "verificationMaxCapacity",
"description": "The maximum concurrency of repository verification for this secondary node",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
2020-03-13 15:44:24 +05:30
"isDeprecated": false,
"deprecationReason": null
}
],
2020-04-08 14:13:33 +05:30
"inputFields": null,
2020-05-24 23:13:21 +05:30
"interfaces": [
2020-04-08 14:13:33 +05:30
],
2020-05-24 23:13:21 +05:30
"enumValues": null,
2020-04-08 14:13:33 +05:30
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "GrafanaIntegration",
2020-04-08 14:13:33 +05:30
"description": null,
"fields": [
{
2020-05-24 23:13:21 +05:30
"name": "createdAt",
"description": "Timestamp of the issue's creation",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "enabled",
"description": "Indicates whether Grafana integration is enabled",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Boolean",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "grafanaUrl",
"description": "URL for the Grafana host for the Grafana integration",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "id",
"description": "Internal ID of the Grafana integration",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "ID",
2020-03-13 15:44:24 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "token",
"description": "API token for the Grafana integration. Deprecated in 12.7: Plain text token has been masked for security reasons",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-03-13 15:44:24 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": true,
"deprecationReason": "Plain text token has been masked for security reasons. Deprecated in 12.7"
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "updatedAt",
"description": "Timestamp of the issue's last activity",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Group",
"description": null,
"fields": [
{
"name": "autoDevopsEnabled",
"description": "Indicates whether Auto DevOps is enabled for all projects within this group",
"args": [
],
2020-03-13 15:44:24 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-03-13 15:44:24 +05:30
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "avatarUrl",
"description": "Avatar URL of the group",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-03-13 15:44:24 +05:30
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "board",
"description": "A single board of the group",
2020-03-13 15:44:24 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "id",
"description": "Find a board by its ID",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
}
2020-03-13 15:44:24 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Board",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-03-13 15:44:24 +05:30
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "boards",
"description": "Boards of the group",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "id",
"description": "Find a board by its ID",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
2020-04-08 14:13:33 +05:30
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "BoardConnection",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "description",
"description": "Description of the namespace",
2019-12-26 22:10:19 +05:30
"args": [
2020-01-01 13:55:28 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "descriptionHtml",
"description": "The GitLab Flavored Markdown rendering of `description`",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-01-01 13:55:28 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "emailsDisabled",
"description": "Indicates if a group has email notifications disabled",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Boolean",
2020-01-01 13:55:28 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "epic",
"description": "Find a single epic",
2020-03-13 15:44:24 +05:30
"args": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "startDate",
"description": "List items within a time frame where items.start_date is between startDate and endDate parameters (endDate parameter must be present)",
2020-04-08 14:13:33 +05:30
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Time",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"defaultValue": null
},
{
2020-05-24 23:13:21 +05:30
"name": "endDate",
"description": "List items within a time frame where items.end_date is between startDate and endDate parameters (startDate parameter must be present)",
2020-04-08 14:13:33 +05:30
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Time",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"defaultValue": null
},
{
2020-05-24 23:13:21 +05:30
"name": "iid",
"description": "IID of the epic, e.g., \"1\"",
2020-04-08 14:13:33 +05:30
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "ID",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"defaultValue": null
},
{
2020-05-24 23:13:21 +05:30
"name": "iids",
"description": "List of IIDs of epics, e.g., [1, 2]",
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
2020-04-08 14:13:33 +05:30
},
"defaultValue": null
2020-05-24 23:13:21 +05:30
},
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "state",
"description": "Filter epics by state",
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "EpicState",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"defaultValue": null
},
{
2020-05-24 23:13:21 +05:30
"name": "search",
"description": "Filter epics by title and description",
2020-04-08 14:13:33 +05:30
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
2020-05-24 23:13:21 +05:30
"name": "sort",
"description": "List epics by sort order",
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "EpicSort",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"defaultValue": null
},
{
2020-05-24 23:13:21 +05:30
"name": "authorUsername",
"description": "Filter epics by author",
2020-04-08 14:13:33 +05:30
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"defaultValue": null
2020-05-24 23:13:21 +05:30
},
{
"name": "labelName",
"description": "Filter epics by labels",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "iidStartsWith",
"description": "Filter epics by iid for autocomplete",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "Epic",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "epics",
"description": "Find epics",
2020-04-08 14:13:33 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "startDate",
"description": "List items within a time frame where items.start_date is between startDate and endDate parameters (endDate parameter must be present)",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "endDate",
"description": "List items within a time frame where items.end_date is between startDate and endDate parameters (startDate parameter must be present)",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "iid",
"description": "IID of the epic, e.g., \"1\"",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "iids",
"description": "List of IIDs of epics, e.g., [1, 2]",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "state",
"description": "Filter epics by state",
"type": {
"kind": "ENUM",
"name": "EpicState",
"ofType": null
},
"defaultValue": null
},
{
"name": "search",
"description": "Filter epics by title and description",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "sort",
"description": "List epics by sort order",
"type": {
"kind": "ENUM",
"name": "EpicSort",
"ofType": null
},
"defaultValue": null
},
{
"name": "authorUsername",
"description": "Filter epics by author",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "labelName",
"description": "Filter epics by labels",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "iidStartsWith",
"description": "Filter epics by iid for autocomplete",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
2020-04-08 14:13:33 +05:30
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "EpicConnection",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "epicsEnabled",
"description": "Indicates if Epics are enabled for namespace",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "fullName",
"description": "Full name of the namespace",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
2020-03-13 15:44:24 +05:30
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-03-13 15:44:24 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "fullPath",
"description": "Full path of the namespace",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "ID",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "groupTimelogsEnabled",
"description": "Indicates if Group timelogs are enabled for namespace",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "id",
"description": "ID of the namespace",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
2020-03-13 15:44:24 +05:30
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "ID",
2020-03-13 15:44:24 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "issues",
"description": "Issues of the group",
2020-03-13 15:44:24 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "iid",
"description": "IID of the issue. For example, \"1\"",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "iids",
"description": "List of IIDs of issues. For example, [1, 2]",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "state",
"description": "Current state of this issue",
"type": {
"kind": "ENUM",
"name": "IssuableState",
"ofType": null
},
"defaultValue": null
},
{
"name": "labelName",
"description": "Labels applied to this issue",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "milestoneTitle",
"description": "Milestones applied to this issue",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "assigneeUsername",
"description": "Username of a user assigned to the issues",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "assigneeId",
"description": "ID of a user assigned to the issues, \"none\" and \"any\" values supported",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "createdBefore",
"description": "Issues created before this date",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "createdAfter",
"description": "Issues created after this date",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "updatedBefore",
"description": "Issues updated before this date",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "updatedAfter",
"description": "Issues updated after this date",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "closedBefore",
"description": "Issues closed before this date",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "closedAfter",
"description": "Issues closed after this date",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "search",
"description": "Search query for finding issues by title or description",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "sort",
"description": "Sort issues by this criteria",
"type": {
"kind": "ENUM",
"name": "IssueSort",
"ofType": null
},
"defaultValue": "created_desc"
},
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "IssueConnection",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "iterations",
"description": "Find iterations",
"args": [
{
"name": "startDate",
"description": "List items within a time frame where items.start_date is between startDate and endDate parameters (endDate parameter must be present)",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "endDate",
"description": "List items within a time frame where items.end_date is between startDate and endDate parameters (startDate parameter must be present)",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "state",
"description": "Filter iterations by state",
"type": {
"kind": "ENUM",
"name": "IterationState",
"ofType": null
},
"defaultValue": null
},
{
"name": "title",
"description": "Fuzzy search by title",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "IterationConnection",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lfsEnabled",
"description": "Indicates if Large File Storage (LFS) is enabled for namespace",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "mentionsDisabled",
"description": "Indicates if a group is disabled from getting mentioned",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "milestones",
"description": "Find milestones",
"args": [
{
"name": "startDate",
"description": "List items within a time frame where items.start_date is between startDate and endDate parameters (endDate parameter must be present)",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "endDate",
"description": "List items within a time frame where items.end_date is between startDate and endDate parameters (startDate parameter must be present)",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "state",
"description": "Filter milestones by state",
"type": {
"kind": "ENUM",
"name": "MilestoneStateEnum",
"ofType": null
},
"defaultValue": null
},
{
"name": "includeDescendants",
"description": "Return also milestones in all subgroups and subprojects",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "MilestoneConnection",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "name",
"description": "Name of the namespace",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "parent",
"description": "Parent group",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "Group",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "path",
"description": "Path of the namespace",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "projectCreationLevel",
"description": "The permission level required to create projects in the group",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "projects",
"description": "Projects within this namespace",
"args": [
{
"name": "includeSubgroups",
"description": "Include also subgroup projects",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": "false"
},
{
"name": "hasVulnerabilities",
"description": "Returns only the projects which have vulnerabilities",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": "false"
},
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "ProjectConnection",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "requestAccessEnabled",
"description": "Indicates if users can request access to namespace",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "requireTwoFactorAuthentication",
"description": "Indicates if all users in this group are required to set up two-factor authentication",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "rootStorageStatistics",
"description": "Aggregated storage statistics of the namespace. Only available for root namespaces",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "RootStorageStatistics",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "shareWithGroupLock",
"description": "Indicates if sharing a project with another group within this group is prevented",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "subgroupCreationLevel",
"description": "The permission level required to create subgroups within the group",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "timelogs",
"description": "Time logged in issues by group members",
"args": [
{
"name": "startDate",
"description": "List time logs within a date range where the logged date is equal to or after startDate",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "endDate",
"description": "List time logs within a date range where the logged date is equal to or before endDate",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "startTime",
"description": "List time-logs within a time range where the logged time is equal to or after startTime",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "endTime",
"description": "List time-logs within a time range where the logged time is equal to or before endTime",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "TimelogConnection",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "twoFactorGracePeriod",
"description": "Time before two-factor authentication is enforced",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "userPermissions",
"description": "Permissions for the current user on the resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "GroupPermissions",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "visibility",
"description": "Visibility of the namespace",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "vulnerabilities",
"description": "Vulnerabilities reported on the projects in the group and its subgroups",
"args": [
{
"name": "projectId",
"description": "Filter vulnerabilities by project",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "reportType",
"description": "Filter vulnerabilities by report type",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "VulnerabilityReportType",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "severity",
"description": "Filter vulnerabilities by severity",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "VulnerabilitySeverity",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "state",
"description": "Filter vulnerabilities by state",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "VulnerabilityState",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "VulnerabilityConnection",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "vulnerabilitiesCountByDayAndSeverity",
"description": "Number of vulnerabilities per severity level, per day, for the projects in the group and its subgroups",
"args": [
{
"name": "startDate",
"description": "First day for which to fetch vulnerability history",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ISO8601Date",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "endDate",
"description": "Last day for which to fetch vulnerability history",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ISO8601Date",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "VulnerabilitiesCountByDayAndSeverityConnection",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "webUrl",
"description": "Web URL of the group",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "GroupPermissions",
"description": null,
"fields": [
{
"name": "readGroup",
"description": "Indicates the user can perform `read_group` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "HealthStatus",
"description": "Health status of an issue or epic",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "onTrack",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "needsAttention",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "atRisk",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "ID",
"description": "Represents a unique identifier that is Base64 obfuscated. It is often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"VXNlci0xMA==\"`) or integer (such as `4`) input value will be accepted as an ID.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "ISO8601Date",
"description": "An ISO 8601-encoded date",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "InstanceSecurityDashboard",
"description": null,
"fields": [
{
"name": "projects",
"description": "Projects selected in Instance Security Dashboard",
"args": [
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "ProjectConnection",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "Int",
"description": "Represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "IssuableState",
"description": "State of a GitLab issue or merge request",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "opened",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "closed",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "locked",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Issue",
"description": null,
"fields": [
{
"name": "assignees",
"description": "Assignees of the issue",
"args": [
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "UserConnection",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "author",
"description": "User that created the issue",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "User",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "closedAt",
"description": "Timestamp of when the issue was closed",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "confidential",
"description": "Indicates the issue is confidential",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createdAt",
"description": "Timestamp of when the issue was created",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "description",
"description": "Description of the issue",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "descriptionHtml",
"description": "The GitLab Flavored Markdown rendering of `description`",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "designCollection",
"description": "Collection of design images associated with this issue",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "DesignCollection",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "designs",
"description": "The designs associated with this issue. Deprecated in 12.2: Use `designCollection`",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "DesignCollection",
"ofType": null
},
"isDeprecated": true,
"deprecationReason": "Use `designCollection`. Deprecated in 12.2"
},
{
"name": "discussionLocked",
"description": "Indicates discussion is locked on the issue",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "discussions",
"description": "All discussions on this noteable",
"args": [
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "DiscussionConnection",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "downvotes",
"description": "Number of downvotes the issue has received",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "dueDate",
"description": "Due date of the issue",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "epic",
"description": "Epic to which this issue belongs",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "Epic",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "healthStatus",
"description": "Current health status. Returns null if `save_issuable_health_status` feature flag is disabled.",
"args": [
],
"type": {
"kind": "ENUM",
"name": "HealthStatus",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "iid",
"description": "Internal ID of the issue",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "iteration",
"description": "Iteration of the issue",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "Iteration",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "labels",
"description": "Labels of the issue",
"args": [
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "LabelConnection",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "milestone",
"description": "Milestone of the issue",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "Milestone",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notes",
"description": "All notes on this noteable",
"args": [
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "NoteConnection",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "participants",
"description": "List of participants in the issue",
"args": [
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "UserConnection",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "reference",
"description": "Internal reference of the issue. Returned in shortened format by default",
"args": [
{
"name": "full",
"description": "Boolean option specifying whether the reference should be returned in full",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": "false"
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "relativePosition",
"description": "Relative position of the issue (used for positioning in epic tree and issue boards)",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "state",
"description": "State of the issue",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "IssueState",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "subscribed",
"description": "Indicates the currently logged in user is subscribed to the issue",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "taskCompletionStatus",
"description": "Task completion status of the issue",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "TaskCompletionStatus",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "timeEstimate",
"description": "Time estimate of the issue",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "title",
"description": "Title of the issue",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "titleHtml",
"description": "The GitLab Flavored Markdown rendering of `title`",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "totalTimeSpent",
"description": "Total time reported as spent on the issue",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updatedAt",
"description": "Timestamp of when the issue was last updated",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "upvotes",
"description": "Number of upvotes the issue has received",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "userNotesCount",
"description": "Number of user notes of the issue",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "userPermissions",
"description": "Permissions for the current user on the resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "IssuePermissions",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "webPath",
"description": "Web path of the issue",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "webUrl",
"description": "Web URL of the issue",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "weight",
"description": "Weight of the issue",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
{
"kind": "INTERFACE",
"name": "Noteable",
"ofType": null
}
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "IssueConnection",
"description": "The connection type for Issue.",
"fields": [
{
"name": "edges",
"description": "A list of edges.",
"args": [
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "IssueEdge",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "nodes",
"description": "A list of nodes.",
"args": [
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Issue",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "pageInfo",
"description": "Information to aid in pagination.",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "PageInfo",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "IssueEdge",
"description": "An edge in a connection.",
"fields": [
{
"name": "cursor",
"description": "A cursor for use in pagination.",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "node",
"description": "The item at the end of the edge.",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "Issue",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "IssuePermissions",
"description": "Check permissions for the current user on a issue",
"fields": [
{
"name": "adminIssue",
"description": "Indicates the user can perform `admin_issue` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createDesign",
"description": "Indicates the user can perform `create_design` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createNote",
"description": "Indicates the user can perform `create_note` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "destroyDesign",
"description": "Indicates the user can perform `destroy_design` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "readDesign",
"description": "Indicates the user can perform `read_design` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "readIssue",
"description": "Indicates the user can perform `read_issue` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "reopenIssue",
"description": "Indicates the user can perform `reopen_issue` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updateIssue",
"description": "Indicates the user can perform `update_issue` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "IssueSetConfidentialInput",
"description": "Autogenerated input type of IssueSetConfidential",
"fields": null,
"inputFields": [
{
"name": "projectPath",
"description": "The project the issue to mutate is in",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "iid",
"description": "The iid of the issue to mutate",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "confidential",
"description": "Whether or not to set the issue as a confidential.",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "IssueSetConfidentialPayload",
"description": "Autogenerated return type of IssueSetConfidential",
"fields": [
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "issue",
"description": "The issue after mutation",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "Issue",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "IssueSetDueDateInput",
"description": "Autogenerated input type of IssueSetDueDate",
"fields": null,
"inputFields": [
{
"name": "projectPath",
"description": "The project the issue to mutate is in",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "iid",
"description": "The iid of the issue to mutate",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "dueDate",
"description": "The desired due date for the issue",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "IssueSetDueDatePayload",
"description": "Autogenerated return type of IssueSetDueDate",
"fields": [
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "issue",
"description": "The issue after mutation",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "Issue",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "IssueSetIterationInput",
"description": "Autogenerated input type of IssueSetIteration",
"fields": null,
"inputFields": [
{
"name": "projectPath",
"description": "The project the issue to mutate is in",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "iid",
"description": "The iid of the issue to mutate",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "iterationId",
"description": "The iteration to assign to the issue.\n",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "IssueSetIterationPayload",
"description": "Autogenerated return type of IssueSetIteration",
"fields": [
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "issue",
"description": "The issue after mutation",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "Issue",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "IssueSetWeightInput",
"description": "Autogenerated input type of IssueSetWeight",
"fields": null,
"inputFields": [
{
"name": "projectPath",
"description": "The project the issue to mutate is in",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "iid",
"description": "The iid of the issue to mutate",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "weight",
"description": "The desired weight for the issue",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "IssueSetWeightPayload",
"description": "Autogenerated return type of IssueSetWeight",
"fields": [
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "issue",
"description": "The issue after mutation",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "Issue",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "IssueSort",
"description": "Values for sorting issues",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "updated_desc",
"description": "Updated at descending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updated_asc",
"description": "Updated at ascending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "created_desc",
"description": "Created at descending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "created_asc",
"description": "Created at ascending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "PRIORITY_ASC",
"description": "Priority by ascending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "PRIORITY_DESC",
"description": "Priority by descending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "LABEL_PRIORITY_ASC",
"description": "Label priority by ascending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "LABEL_PRIORITY_DESC",
"description": "Label priority by descending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "MILESTONE_DUE_ASC",
"description": "Milestone due date by ascending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "MILESTONE_DUE_DESC",
"description": "Milestone due date by descending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "DUE_DATE_ASC",
"description": "Due date by ascending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "DUE_DATE_DESC",
"description": "Due date by descending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "RELATIVE_POSITION_ASC",
"description": "Relative position by ascending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "WEIGHT_ASC",
"description": "Weight by ascending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "WEIGHT_DESC",
"description": "Weight by descending order",
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "IssueState",
"description": "State of a GitLab issue",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "opened",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "closed",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "locked",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Iteration",
"description": "Represents an iteration object.",
"fields": [
{
"name": "createdAt",
"description": "Timestamp of iteration creation",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "description",
"description": "Description of the iteration",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "dueDate",
"description": "Timestamp of the iteration due date",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "id",
"description": "ID of the iteration",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "startDate",
"description": "Timestamp of the iteration start date",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "state",
"description": "State of the iteration",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "IterationState",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "title",
"description": "Title of the iteration",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updatedAt",
"description": "Timestamp of last iteration update",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "webPath",
"description": "Web path of the iteration",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "webUrl",
"description": "Web URL of the iteration",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "IterationConnection",
"description": "The connection type for Iteration.",
"fields": [
{
"name": "edges",
"description": "A list of edges.",
"args": [
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "IterationEdge",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "nodes",
"description": "A list of nodes.",
"args": [
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Iteration",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "pageInfo",
"description": "Information to aid in pagination.",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "PageInfo",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "IterationEdge",
"description": "An edge in a connection.",
"fields": [
{
"name": "cursor",
"description": "A cursor for use in pagination.",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "node",
"description": "The item at the end of the edge.",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "Iteration",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "IterationState",
"description": "State of a GitLab iteration",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "upcoming",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "started",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "opened",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "closed",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "all",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "JSON",
"description": "Represents untyped JSON",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "JiraImport",
"description": null,
"fields": [
{
"name": "createdAt",
"description": "Timestamp of when the Jira import was created",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "jiraProjectKey",
"description": "Project key for the imported Jira project",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "scheduledAt",
"description": "Timestamp of when the Jira import was scheduled",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "scheduledBy",
"description": "User that started the Jira import",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "User",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "JiraImportConnection",
"description": "The connection type for JiraImport.",
"fields": [
{
"name": "edges",
"description": "A list of edges.",
"args": [
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "JiraImportEdge",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "nodes",
"description": "A list of nodes.",
"args": [
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "JiraImport",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "pageInfo",
"description": "Information to aid in pagination.",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "PageInfo",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "JiraImportEdge",
"description": "An edge in a connection.",
"fields": [
{
"name": "cursor",
"description": "A cursor for use in pagination.",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "node",
"description": "The item at the end of the edge.",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "JiraImport",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "JiraImportStartInput",
"description": "Autogenerated input type of JiraImportStart",
"fields": null,
"inputFields": [
{
"name": "projectPath",
"description": "The project to import the Jira project into",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "jiraProjectKey",
"description": "Project key of the importer Jira project",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "jiraProjectName",
"description": "Project name of the importer Jira project",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "JiraImportStartPayload",
"description": "Autogenerated return type of JiraImportStart",
"fields": [
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "jiraImport",
"description": "The Jira import data after mutation",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "JiraImport",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "JiraService",
"description": null,
"fields": [
{
"name": "active",
"description": "Indicates if the service is active",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "type",
"description": "Class name of the service",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
{
"kind": "INTERFACE",
"name": "Service",
"ofType": null
}
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Label",
"description": null,
"fields": [
{
"name": "color",
"description": "Background color of the label",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "description",
"description": "Description of the label (Markdown rendered as HTML for caching)",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "descriptionHtml",
"description": "The GitLab Flavored Markdown rendering of `description`",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "id",
"description": "Label ID",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "textColor",
"description": "Text color of the label",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "title",
"description": "Content of the label",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "LabelConnection",
"description": "The connection type for Label.",
"fields": [
{
"name": "edges",
"description": "A list of edges.",
"args": [
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "LabelEdge",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "nodes",
"description": "A list of nodes.",
"args": [
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Label",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "pageInfo",
"description": "Information to aid in pagination.",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "PageInfo",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "LabelEdge",
"description": "An edge in a connection.",
"fields": [
{
"name": "cursor",
"description": "A cursor for use in pagination.",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "node",
"description": "The item at the end of the edge.",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "Label",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ListLimitMetric",
"description": "List limit metric setting",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "all_metrics",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "issue_count",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "issue_weights",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "MarkAsSpamSnippetInput",
"description": "Autogenerated input type of MarkAsSpamSnippet",
"fields": null,
"inputFields": [
{
"name": "id",
"description": "The global id of the snippet to update",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "MarkAsSpamSnippetPayload",
"description": "Autogenerated return type of MarkAsSpamSnippet",
"fields": [
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "snippet",
"description": "The snippet after mutation",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "Snippet",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "MergeRequest",
"description": null,
"fields": [
{
"name": "allowCollaboration",
"description": "Indicates if members of the target project can push to the fork",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "assignees",
"description": "Assignees of the merge request",
"args": [
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "UserConnection",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createdAt",
"description": "Timestamp of when the merge request was created",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "defaultMergeCommitMessage",
"description": "Default merge commit message of the merge request",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "description",
"description": "Description of the merge request (Markdown rendered as HTML for caching)",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "descriptionHtml",
"description": "The GitLab Flavored Markdown rendering of `description`",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "diffHeadSha",
"description": "Diff head SHA of the merge request",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "diffRefs",
"description": "References of the base SHA, the head SHA, and the start SHA for this merge request",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "DiffRefs",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "discussionLocked",
"description": "Indicates if comments on the merge request are locked to members only",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "discussions",
"description": "All discussions on this noteable",
"args": [
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "DiscussionConnection",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "downvotes",
"description": "Number of downvotes for the merge request",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "forceRemoveSourceBranch",
"description": "Indicates if the project settings will lead to source branch deletion after merge",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "headPipeline",
"description": "The pipeline running on the branch HEAD of the merge request",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "Pipeline",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "id",
"description": "ID of the merge request",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "iid",
"description": "Internal ID of the merge request",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "inProgressMergeCommitSha",
"description": "Commit SHA of the merge request if merge is in progress",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "labels",
"description": "Labels of the merge request",
"args": [
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "LabelConnection",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "mergeCommitMessage",
"description": "Default merge commit message of the merge request. Deprecated in 11.8: Use `defaultMergeCommitMessage`",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": true,
"deprecationReason": "Use `defaultMergeCommitMessage`. Deprecated in 11.8"
},
{
"name": "mergeCommitSha",
"description": "SHA of the merge request commit (set once merged)",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "mergeError",
"description": "Error message due to a merge error",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "mergeOngoing",
"description": "Indicates if a merge is currently occurring",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "mergeStatus",
"description": "Status of the merge request",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "mergeWhenPipelineSucceeds",
"description": "Indicates if the merge has been set to be merged when its pipeline succeeds (MWPS)",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "mergeableDiscussionsState",
"description": "Indicates if all discussions in the merge request have been resolved, allowing the merge request to be merged",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "milestone",
"description": "The milestone of the merge request",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "Milestone",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notes",
"description": "All notes on this noteable",
"args": [
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "NoteConnection",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "participants",
"description": "Participants in the merge request",
"args": [
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "UserConnection",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "pipelines",
"description": "Pipelines for the merge request",
"args": [
{
"name": "status",
"description": "Filter pipelines by their status",
"type": {
"kind": "ENUM",
"name": "PipelineStatusEnum",
"ofType": null
},
"defaultValue": null
},
{
"name": "ref",
"description": "Filter pipelines by the ref they are run for",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "sha",
"description": "Filter pipelines by the sha of the commit they are run for",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "PipelineConnection",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "project",
"description": "Alias for target_project",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Project",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "projectId",
"description": "ID of the merge request project",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "rebaseCommitSha",
"description": "Rebase commit SHA of the merge request",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "rebaseInProgress",
"description": "Indicates if there is a rebase currently in progress for the merge request",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "reference",
"description": "Internal reference of the merge request. Returned in shortened format by default",
"args": [
{
"name": "full",
"description": "Boolean option specifying whether the reference should be returned in full",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": "false"
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "shouldBeRebased",
"description": "Indicates if the merge request will be rebased",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "shouldRemoveSourceBranch",
"description": "Indicates if the source branch of the merge request will be deleted after merge",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "sourceBranch",
"description": "Source branch of the merge request",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "sourceBranchExists",
"description": "Indicates if the source branch of the merge request exists",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "sourceProject",
"description": "Source project of the merge request",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "Project",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "sourceProjectId",
"description": "ID of the merge request source project",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "state",
"description": "State of the merge request",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "MergeRequestState",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "subscribed",
"description": "Indicates if the currently logged in user is subscribed to this merge request",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "targetBranch",
"description": "Target branch of the merge request",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "targetProject",
"description": "Target project of the merge request",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Project",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "targetProjectId",
"description": "ID of the merge request target project",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "taskCompletionStatus",
"description": "Completion status of tasks",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "TaskCompletionStatus",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "timeEstimate",
"description": "Time estimate of the merge request",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "title",
"description": "Title of the merge request",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "titleHtml",
"description": "The GitLab Flavored Markdown rendering of `title`",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "totalTimeSpent",
"description": "Total time reported as spent on the merge request",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updatedAt",
"description": "Timestamp of when the merge request was last updated",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "upvotes",
"description": "Number of upvotes for the merge request",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "userNotesCount",
"description": "User notes count of the merge request",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "userPermissions",
"description": "Permissions for the current user on the resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "MergeRequestPermissions",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "webUrl",
"description": "Web URL of the merge request",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "workInProgress",
"description": "Indicates if the merge request is a work in progress (WIP)",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
{
"kind": "INTERFACE",
"name": "Noteable",
"ofType": null
}
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "MergeRequestConnection",
"description": "The connection type for MergeRequest.",
"fields": [
{
"name": "edges",
"description": "A list of edges.",
"args": [
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "MergeRequestEdge",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "nodes",
"description": "A list of nodes.",
"args": [
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "MergeRequest",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "pageInfo",
"description": "Information to aid in pagination.",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "PageInfo",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "MergeRequestEdge",
"description": "An edge in a connection.",
"fields": [
{
"name": "cursor",
"description": "A cursor for use in pagination.",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "node",
"description": "The item at the end of the edge.",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "MergeRequest",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "MergeRequestPermissions",
"description": "Check permissions for the current user on a merge request",
"fields": [
{
"name": "adminMergeRequest",
"description": "Indicates the user can perform `admin_merge_request` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "cherryPickOnCurrentMergeRequest",
"description": "Indicates the user can perform `cherry_pick_on_current_merge_request` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "createNote",
"description": "Indicates the user can perform `create_note` on this resource",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-01-01 13:55:28 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2020-01-01 13:55:28 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "pushToSourceBranch",
"description": "Indicates the user can perform `push_to_source_branch` on this resource",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
2020-03-13 15:44:24 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "readMergeRequest",
"description": "Indicates the user can perform `read_merge_request` on this resource",
2020-03-13 15:44:24 +05:30
"args": [
2020-01-01 13:55:28 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2020-01-01 13:55:28 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-01-01 13:55:28 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "removeSourceBranch",
"description": "Indicates the user can perform `remove_source_branch` on this resource",
2020-01-01 13:55:28 +05:30
"args": [
2019-12-26 22:10:19 +05:30
2020-01-01 13:55:28 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "revertOnCurrentMergeRequest",
"description": "Indicates the user can perform `revert_on_current_merge_request` on this resource",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Boolean",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "updateMergeRequest",
"description": "Indicates the user can perform `update_merge_request` on this resource",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "MergeRequestSetAssigneesInput",
"description": "Autogenerated input type of MergeRequestSetAssignees",
"fields": null,
"inputFields": [
{
"name": "projectPath",
"description": "The project the merge request to mutate is in",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "iid",
"description": "The iid of the merge request to mutate",
2019-12-26 22:10:19 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2020-01-01 13:55:28 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "assigneeUsernames",
"description": "The usernames to assign to the merge request. Replaces existing assignees by default.\n",
2020-01-01 13:55:28 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
"defaultValue": null
},
{
"name": "operationMode",
"description": "The operation to perform. Defaults to REPLACE.\n",
"type": {
"kind": "ENUM",
"name": "MutationOperationMode",
2020-03-13 15:44:24 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
2020-04-08 14:13:33 +05:30
}
],
2020-05-24 23:13:21 +05:30
"interfaces": null,
2020-04-08 14:13:33 +05:30
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "MergeRequestSetAssigneesPayload",
"description": "Autogenerated return type of MergeRequestSetAssignees",
2020-04-08 14:13:33 +05:30
"fields": [
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
2020-04-08 14:13:33 +05:30
}
2020-03-13 15:44:24 +05:30
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "mergeRequest",
"description": "The merge request after mutation",
2020-01-01 13:55:28 +05:30
"args": [
],
2020-05-24 23:13:21 +05:30
"type": {
"kind": "OBJECT",
"name": "MergeRequest",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "MergeRequestSetLabelsInput",
"description": "Autogenerated input type of MergeRequestSetLabels",
"fields": null,
"inputFields": [
{
"name": "projectPath",
"description": "The project the merge request to mutate is in",
2020-01-01 13:55:28 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "iid",
"description": "The iid of the merge request to mutate",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
2020-01-01 13:55:28 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
},
{
"name": "labelIds",
"description": "The Label IDs to set. Replaces existing labels by default.\n",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
}
},
"defaultValue": null
},
{
"name": "operationMode",
"description": "Changes the operation mode. Defaults to REPLACE.\n",
"type": {
"kind": "ENUM",
"name": "MutationOperationMode",
"ofType": null
},
"defaultValue": null
},
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
2020-04-08 14:13:33 +05:30
}
],
2020-05-24 23:13:21 +05:30
"interfaces": null,
2020-04-08 14:13:33 +05:30
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "MergeRequestSetLabelsPayload",
"description": "Autogenerated return type of MergeRequestSetLabels",
2020-04-08 14:13:33 +05:30
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
2020-01-01 13:55:28 +05:30
"args": [
2020-04-08 14:13:33 +05:30
2020-01-01 13:55:28 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
2020-01-01 13:55:28 +05:30
}
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "mergeRequest",
"description": "The merge request after mutation",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "MergeRequest",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "INPUT_OBJECT",
"name": "MergeRequestSetLockedInput",
"description": "Autogenerated input type of MergeRequestSetLocked",
"fields": null,
"inputFields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "projectPath",
"description": "The project the merge request to mutate is in",
2019-12-26 22:10:19 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "ID",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "iid",
"description": "The iid of the merge request to mutate",
2019-12-26 22:10:19 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2020-03-13 15:44:24 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "locked",
"description": "Whether or not to lock the merge request.\n",
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "Boolean",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "MergeRequestSetLockedPayload",
"description": "Autogenerated return type of MergeRequestSetLocked",
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
2020-03-13 15:44:24 +05:30
"args": [
2020-04-08 14:13:33 +05:30
2020-03-13 15:44:24 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
2020-04-08 14:13:33 +05:30
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "mergeRequest",
"description": "The merge request after mutation",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "MergeRequest",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
2020-05-24 23:13:21 +05:30
"name": "MergeRequestSetMilestoneInput",
"description": "Autogenerated input type of MergeRequestSetMilestone",
2020-04-08 14:13:33 +05:30
"fields": null,
"inputFields": [
2019-12-26 22:10:19 +05:30
{
2020-04-08 14:13:33 +05:30
"name": "projectPath",
2020-05-24 23:13:21 +05:30
"description": "The project the merge request to mutate is in",
2020-01-01 13:55:28 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "ID",
2020-01-01 13:55:28 +05:30
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"defaultValue": null
2020-01-01 13:55:28 +05:30
},
{
2020-04-08 14:13:33 +05:30
"name": "iid",
2020-05-24 23:13:21 +05:30
"description": "The iid of the merge request to mutate",
2019-12-26 22:10:19 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
2020-04-08 14:13:33 +05:30
"defaultValue": null
2020-03-13 15:44:24 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "milestoneId",
"description": "The milestone to assign to the merge request.\n",
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "ID",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-04-08 14:13:33 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-04-08 14:13:33 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2019-12-26 22:10:19 +05:30
"type": {
2020-03-13 15:44:24 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-04-08 14:13:33 +05:30
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "MergeRequestSetMilestonePayload",
"description": "Autogenerated return type of MergeRequestSetMilestone",
2020-04-08 14:13:33 +05:30
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-04-08 14:13:33 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
2020-03-13 15:44:24 +05:30
],
"type": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "String",
2020-03-13 15:44:24 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "errors",
2020-05-24 23:13:21 +05:30
"description": "Errors encountered during execution of the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "mergeRequest",
"description": "The merge request after mutation",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "MergeRequest",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
2019-12-26 22:10:19 +05:30
2020-04-08 14:13:33 +05:30
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
2020-05-24 23:13:21 +05:30
"name": "MergeRequestSetSubscriptionInput",
"description": "Autogenerated input type of MergeRequestSetSubscription",
2020-04-08 14:13:33 +05:30
"fields": null,
"inputFields": [
{
"name": "projectPath",
2020-05-24 23:13:21 +05:30
"description": "The project the merge request to mutate is in",
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "ID",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"defaultValue": null
2020-01-01 13:55:28 +05:30
},
{
2020-04-08 14:13:33 +05:30
"name": "iid",
2020-05-24 23:13:21 +05:30
"description": "The iid of the merge request to mutate",
2019-12-26 22:10:19 +05:30
"type": {
2020-01-01 13:55:28 +05:30
"kind": "NON_NULL",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-03-13 15:44:24 +05:30
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "subscribedState",
"description": "The desired state of the subscription",
2019-12-26 22:10:19 +05:30
"type": {
2020-01-01 13:55:28 +05:30
"kind": "NON_NULL",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-01-01 13:55:28 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-04-08 14:13:33 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "MergeRequestSetSubscriptionPayload",
"description": "Autogenerated return type of MergeRequestSetSubscription",
2020-04-08 14:13:33 +05:30
"fields": [
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-01-01 13:55:28 +05:30
"kind": "SCALAR",
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "errors",
2020-05-24 23:13:21 +05:30
"description": "Errors encountered during execution of the mutation.",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
2020-03-13 15:44:24 +05:30
}
2020-01-01 13:55:28 +05:30
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "mergeRequest",
"description": "The merge request after mutation",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "MergeRequest",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
2019-12-26 22:10:19 +05:30
2020-04-08 14:13:33 +05:30
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
2020-05-24 23:13:21 +05:30
"name": "MergeRequestSetWipInput",
"description": "Autogenerated input type of MergeRequestSetWip",
2020-04-08 14:13:33 +05:30
"fields": null,
"inputFields": [
{
"name": "projectPath",
2020-05-24 23:13:21 +05:30
"description": "The project the merge request to mutate is in",
2019-12-26 22:10:19 +05:30
"type": {
2020-03-13 15:44:24 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "ID",
2020-03-13 15:44:24 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
2020-04-08 14:13:33 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-04-08 14:13:33 +05:30
"name": "iid",
2020-05-24 23:13:21 +05:30
"description": "The iid of the merge request to mutate",
2019-12-26 22:10:19 +05:30
"type": {
2020-03-13 15:44:24 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "String",
2020-03-13 15:44:24 +05:30
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
2020-04-08 14:13:33 +05:30
"defaultValue": null
2020-01-01 13:55:28 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "wip",
"description": "Whether or not to set the merge request as a WIP.\n",
2019-12-26 22:10:19 +05:30
"type": {
2020-03-13 15:44:24 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2020-03-13 15:44:24 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
2020-04-08 14:13:33 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-04-08 14:13:33 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "MergeRequestSetWipPayload",
"description": "Autogenerated return type of MergeRequestSetWip",
2020-04-08 14:13:33 +05:30
"fields": [
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "errors",
2020-05-24 23:13:21 +05:30
"description": "Errors encountered during execution of the mutation.",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
2020-01-01 13:55:28 +05:30
}
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "mergeRequest",
"description": "The merge request after mutation",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "MergeRequest",
2020-03-13 15:44:24 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
}
],
"inputFields": null,
"interfaces": [
2020-04-08 14:13:33 +05:30
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
2020-05-24 23:13:21 +05:30
"name": "MergeRequestState",
"description": "State of a GitLab merge request",
2020-04-08 14:13:33 +05:30
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "opened",
"description": null,
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "closed",
"description": null,
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "locked",
"description": null,
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "merged",
"description": null,
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Metadata",
"description": null,
"fields": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "revision",
"description": "Revision",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "version",
"description": "Version",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-01-01 13:55:28 +05:30
}
],
2020-05-24 23:13:21 +05:30
"inputFields": null,
"interfaces": [
],
"enumValues": null,
2020-01-01 13:55:28 +05:30
"possibleTypes": null
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "MetricsDashboard",
"description": null,
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "annotations",
"description": "Annotations added to the dashboard",
"args": [
{
"name": "from",
"description": "Timestamp marking date and time from which annotations need to be fetched",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "to",
"description": "Timestamp marking date and time to which annotations need to be fetched",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "MetricsDashboardAnnotationConnection",
"ofType": null
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "path",
"description": "Path to a file with the dashboard definition",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
2020-05-24 23:13:21 +05:30
"interfaces": [
],
2020-04-08 14:13:33 +05:30
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "MetricsDashboardAnnotation",
2020-04-08 14:13:33 +05:30
"description": null,
"fields": [
{
2020-05-24 23:13:21 +05:30
"name": "description",
"description": "Description of the annotation",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "endingAt",
"description": "Timestamp marking end of annotated time span",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "id",
"description": "ID of the annotation",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-01-01 13:55:28 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "ID",
2020-01-01 13:55:28 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "panelId",
"description": "ID of a dashboard panel to which the annotation should be scoped",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "startingAt",
"description": "Timestamp marking start of annotated time span",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Time",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
2020-01-01 13:55:28 +05:30
{
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "MetricsDashboardAnnotationConnection",
"description": "The connection type for MetricsDashboardAnnotation.",
2020-04-08 14:13:33 +05:30
"fields": [
2020-01-01 13:55:28 +05:30
{
2020-04-08 14:13:33 +05:30
"name": "edges",
"description": "A list of edges.",
"args": [
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "MetricsDashboardAnnotationEdge",
2020-04-08 14:13:33 +05:30
"ofType": null
}
},
2020-01-01 13:55:28 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "nodes",
"description": "A list of nodes.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "LIST",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "MetricsDashboardAnnotation",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "pageInfo",
"description": "Information to aid in pagination.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "NON_NULL",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
"name": "PageInfo",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "MetricsDashboardAnnotationEdge",
2020-04-08 14:13:33 +05:30
"description": "An edge in a connection.",
2020-03-13 15:44:24 +05:30
"fields": [
{
2020-04-08 14:13:33 +05:30
"name": "cursor",
"description": "A cursor for use in pagination.",
2020-03-13 15:44:24 +05:30
"args": [
2020-04-08 14:13:33 +05:30
2020-03-13 15:44:24 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-04-08 14:13:33 +05:30
"name": "node",
"description": "The item at the end of the edge.",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
2020-03-13 15:44:24 +05:30
],
"type": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "MetricsDashboardAnnotation",
2020-03-13 15:44:24 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Milestone",
"description": "Represents a milestone.",
2020-04-08 14:13:33 +05:30
"fields": [
{
2020-05-24 23:13:21 +05:30
"name": "createdAt",
"description": "Timestamp of milestone creation",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "NON_NULL",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Time",
"ofType": null
2020-03-13 15:44:24 +05:30
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "description",
"description": "Description of the milestone",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "dueDate",
"description": "Timestamp of the milestone due date",
2020-03-13 15:44:24 +05:30
"args": [
2020-04-22 19:07:51 +05:30
2020-03-13 15:44:24 +05:30
],
"type": {
2020-04-22 19:07:51 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Time",
2020-03-13 15:44:24 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "id",
"description": "ID of the milestone",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "ID",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "startDate",
"description": "Timestamp of the milestone start date",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Time",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "state",
"description": "State of the milestone",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "MilestoneStateEnum",
"ofType": null
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "title",
"description": "Title of the milestone",
2020-03-13 15:44:24 +05:30
"args": [
2019-12-26 22:10:19 +05:30
2020-03-13 15:44:24 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "updatedAt",
"description": "Timestamp of last milestone update",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-22 19:07:51 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-01-01 13:55:28 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-22 19:07:51 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Time",
2020-01-01 13:55:28 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "webPath",
"description": "Web path of the milestone",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-22 19:07:51 +05:30
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-22 19:07:51 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "MilestoneConnection",
"description": "The connection type for Milestone.",
2020-04-22 19:07:51 +05:30
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-04-22 19:07:51 +05:30
"name": "edges",
"description": "A list of edges.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-22 19:07:51 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "MilestoneEdge",
2020-04-22 19:07:51 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-22 19:07:51 +05:30
"name": "nodes",
"description": "A list of nodes.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-22 19:07:51 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Milestone",
2020-04-22 19:07:51 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-22 19:07:51 +05:30
"name": "pageInfo",
"description": "Information to aid in pagination.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-22 19:07:51 +05:30
"kind": "OBJECT",
"name": "PageInfo",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-22 19:07:51 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "MilestoneEdge",
2020-04-22 19:07:51 +05:30
"description": "An edge in a connection.",
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-04-22 19:07:51 +05:30
"name": "cursor",
"description": "A cursor for use in pagination.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-01-01 13:55:28 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "String",
2020-01-01 13:55:28 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "node",
"description": "The item at the end of the edge.",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "Milestone",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "MilestoneStateEnum",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "active",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "closed",
"description": null,
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-22 19:07:51 +05:30
}
],
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "MoveType",
"description": "The position to which the adjacent object should be moved",
2020-04-22 19:07:51 +05:30
"fields": null,
2020-05-24 23:13:21 +05:30
"inputFields": null,
"interfaces": null,
"enumValues": [
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "before",
"description": "The adjacent object will be moved before the object that is being moved",
"isDeprecated": false,
"deprecationReason": null
2020-04-22 19:07:51 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "after",
"description": "The adjacent object will be moved after the object that is being moved",
"isDeprecated": false,
"deprecationReason": null
2020-04-22 19:07:51 +05:30
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Mutation",
"description": null,
2020-04-22 19:07:51 +05:30
"fields": [
{
2020-05-24 23:13:21 +05:30
"name": "addAwardEmoji",
"description": null,
2020-04-22 19:07:51 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "AddAwardEmojiInput",
"ofType": null
}
},
"defaultValue": null
}
2020-04-22 19:07:51 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "AddAwardEmojiPayload",
2020-04-22 19:07:51 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "addProjectToSecurityDashboard",
"description": null,
2020-04-22 19:07:51 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
2020-04-22 19:07:51 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "INPUT_OBJECT",
"name": "AddProjectToSecurityDashboardInput",
2020-04-22 19:07:51 +05:30
"ofType": null
}
2020-05-24 23:13:21 +05:30
},
"defaultValue": null
2020-04-22 19:07:51 +05:30
}
2020-05-24 23:13:21 +05:30
],
"type": {
"kind": "OBJECT",
"name": "AddProjectToSecurityDashboardPayload",
"ofType": null
2020-04-22 19:07:51 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "adminSidekiqQueuesDeleteJobs",
"description": null,
2020-04-22 19:07:51 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "AdminSidekiqQueuesDeleteJobsInput",
"ofType": null
}
},
"defaultValue": null
}
2020-04-22 19:07:51 +05:30
],
"type": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "AdminSidekiqQueuesDeleteJobsPayload",
2020-04-22 19:07:51 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "boardListUpdateLimitMetrics",
"description": null,
2020-04-22 19:07:51 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "BoardListUpdateLimitMetricsInput",
"ofType": null
}
},
"defaultValue": null
}
2020-04-22 19:07:51 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "BoardListUpdateLimitMetricsPayload",
2020-04-22 19:07:51 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "createAlertIssue",
"description": null,
2020-04-22 19:07:51 +05:30
"args": [
{
2020-05-24 23:13:21 +05:30
"name": "input",
"description": null,
2020-03-13 15:44:24 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "CreateAlertIssueInput",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"defaultValue": null
2020-05-24 23:13:21 +05:30
}
],
"type": {
"kind": "OBJECT",
"name": "CreateAlertIssuePayload",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createAnnotation",
"description": null,
"args": [
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "input",
"description": null,
2020-03-13 15:44:24 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "CreateAnnotationInput",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"defaultValue": null
2020-05-24 23:13:21 +05:30
}
],
"type": {
"kind": "OBJECT",
"name": "CreateAnnotationPayload",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createBranch",
"description": null,
"args": [
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "input",
"description": null,
2020-03-13 15:44:24 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "CreateBranchInput",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"defaultValue": null
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "CreateBranchPayload",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "createDiffNote",
"description": null,
2020-04-08 14:13:33 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "CreateDiffNoteInput",
"ofType": null
}
},
"defaultValue": null
}
2020-04-08 14:13:33 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "CreateDiffNotePayload",
"ofType": null
2020-04-08 14:13:33 +05:30
},
2020-04-22 19:07:51 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "createEpic",
"description": null,
2020-04-08 14:13:33 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "CreateEpicInput",
"ofType": null
}
},
"defaultValue": null
}
2020-04-08 14:13:33 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "CreateEpicPayload",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "createImageDiffNote",
"description": null,
2020-04-08 14:13:33 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "CreateImageDiffNoteInput",
"ofType": null
}
},
"defaultValue": null
}
2020-04-08 14:13:33 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "CreateImageDiffNotePayload",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "createIteration",
"description": null,
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "CreateIterationInput",
"ofType": null
}
},
"defaultValue": null
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "CreateIterationPayload",
2020-03-13 15:44:24 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "createNote",
"description": null,
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "CreateNoteInput",
"ofType": null
}
},
"defaultValue": null
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "CreateNotePayload",
2020-03-13 15:44:24 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "createRequirement",
"description": null,
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "CreateRequirementInput",
"ofType": null
}
},
"defaultValue": null
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-04-22 19:07:51 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "CreateRequirementPayload",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "createSnippet",
"description": null,
2020-04-08 14:13:33 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "CreateSnippetInput",
"ofType": null
}
},
"defaultValue": null
}
2020-04-08 14:13:33 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "CreateSnippetPayload",
"ofType": null
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "designManagementDelete",
"description": null,
2019-12-26 22:10:19 +05:30
"args": [
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "input",
"description": null,
2020-03-13 15:44:24 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "DesignManagementDeleteInput",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"defaultValue": null
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "DesignManagementDeletePayload",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "designManagementUpload",
"description": null,
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "DesignManagementUploadInput",
"ofType": null
}
},
"defaultValue": null
}
2020-04-22 19:07:51 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "DesignManagementUploadPayload",
"ofType": null
2020-04-22 19:07:51 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "destroyNote",
"description": null,
2020-04-22 19:07:51 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "DestroyNoteInput",
"ofType": null
}
},
"defaultValue": null
}
2020-04-22 19:07:51 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "DestroyNotePayload",
2020-04-22 19:07:51 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "destroySnippet",
"description": null,
2020-04-22 19:07:51 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "DestroySnippetInput",
"ofType": null
}
},
"defaultValue": null
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "DestroySnippetPayload",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "dismissVulnerability",
"description": null,
2020-04-22 19:07:51 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "DismissVulnerabilityInput",
"ofType": null
}
},
"defaultValue": null
}
2020-04-22 19:07:51 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "DismissVulnerabilityPayload",
"ofType": null
2020-04-22 19:07:51 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "epicAddIssue",
"description": null,
2020-04-22 19:07:51 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "EpicAddIssueInput",
"ofType": null
}
},
"defaultValue": null
}
2020-04-22 19:07:51 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "EpicAddIssuePayload",
"ofType": null
2020-04-22 19:07:51 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "epicSetSubscription",
"description": null,
2020-04-22 19:07:51 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "EpicSetSubscriptionInput",
"ofType": null
}
},
"defaultValue": null
}
2020-04-22 19:07:51 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "EpicSetSubscriptionPayload",
2020-04-22 19:07:51 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "epicTreeReorder",
"description": null,
2019-12-26 22:10:19 +05:30
"args": [
{
2020-05-24 23:13:21 +05:30
"name": "input",
"description": null,
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "EpicTreeReorderInput",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"defaultValue": null
}
],
"type": {
2020-04-22 19:07:51 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "EpicTreeReorderPayload",
2020-04-22 19:07:51 +05:30
"ofType": null
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "issueSetConfidential",
"description": null,
2020-04-08 14:13:33 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "IssueSetConfidentialInput",
"ofType": null
}
},
"defaultValue": null
}
2020-04-08 14:13:33 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "IssueSetConfidentialPayload",
2020-04-22 19:07:51 +05:30
"ofType": null
2020-04-08 14:13:33 +05:30
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "issueSetDueDate",
"description": null,
2020-04-08 14:13:33 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "IssueSetDueDateInput",
"ofType": null
}
},
"defaultValue": null
}
2020-04-08 14:13:33 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "IssueSetDueDatePayload",
2020-04-22 19:07:51 +05:30
"ofType": null
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "issueSetIteration",
"description": null,
2020-04-08 14:13:33 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "IssueSetIterationInput",
"ofType": null
}
},
"defaultValue": null
}
2020-04-08 14:13:33 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "IssueSetIterationPayload",
2019-12-26 22:10:19 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "issueSetWeight",
"description": null,
2020-04-08 14:13:33 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "IssueSetWeightInput",
"ofType": null
}
},
"defaultValue": null
2020-04-08 14:13:33 +05:30
}
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "IssueSetWeightPayload",
2020-04-22 19:07:51 +05:30
"ofType": null
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "jiraImportStart",
"description": null,
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "JiraImportStartInput",
"ofType": null
}
},
"defaultValue": null
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "JiraImportStartPayload",
2019-12-26 22:10:19 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "markAsSpamSnippet",
"description": null,
2020-03-13 15:44:24 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "MarkAsSpamSnippetInput",
"ofType": null
}
},
"defaultValue": null
}
2020-03-13 15:44:24 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "MarkAsSpamSnippetPayload",
2020-04-22 19:07:51 +05:30
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "mergeRequestSetAssignees",
"description": null,
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "MergeRequestSetAssigneesInput",
"ofType": null
}
},
"defaultValue": null
}
2020-01-01 13:55:28 +05:30
],
"type": {
2020-04-22 19:07:51 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "MergeRequestSetAssigneesPayload",
2020-04-22 19:07:51 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "mergeRequestSetLabels",
"description": null,
2020-04-08 14:13:33 +05:30
"args": [
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "input",
"description": null,
2020-04-22 19:07:51 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "MergeRequestSetLabelsInput",
"ofType": null
}
2020-04-22 19:07:51 +05:30
},
"defaultValue": null
}
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "MergeRequestSetLabelsPayload",
"ofType": null
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "mergeRequestSetLocked",
"description": null,
2020-04-08 14:13:33 +05:30
"args": [
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "input",
"description": null,
2020-04-22 19:07:51 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "MergeRequestSetLockedInput",
"ofType": null
}
2020-04-22 19:07:51 +05:30
},
"defaultValue": null
}
2020-04-08 14:13:33 +05:30
],
"type": {
2020-04-22 19:07:51 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "MergeRequestSetLockedPayload",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "mergeRequestSetMilestone",
"description": null,
2020-03-13 15:44:24 +05:30
"args": [
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "input",
"description": null,
2020-04-22 19:07:51 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "MergeRequestSetMilestoneInput",
"ofType": null
}
2020-04-22 19:07:51 +05:30
},
"defaultValue": null
2020-05-24 23:13:21 +05:30
}
],
"type": {
"kind": "OBJECT",
"name": "MergeRequestSetMilestonePayload",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "mergeRequestSetSubscription",
"description": null,
"args": [
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "input",
"description": null,
2020-04-22 19:07:51 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "MergeRequestSetSubscriptionInput",
"ofType": null
}
2020-04-22 19:07:51 +05:30
},
"defaultValue": null
}
2020-03-13 15:44:24 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "MergeRequestSetSubscriptionPayload",
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "mergeRequestSetWip",
"description": null,
2020-01-01 13:55:28 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "MergeRequestSetWipInput",
"ofType": null
}
},
"defaultValue": null
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "MergeRequestSetWipPayload",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "removeAwardEmoji",
"description": null,
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "RemoveAwardEmojiInput",
"ofType": null
}
},
"defaultValue": null
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "RemoveAwardEmojiPayload",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "removeProjectFromSecurityDashboard",
"description": null,
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "RemoveProjectFromSecurityDashboardInput",
"ofType": null
}
},
"defaultValue": null
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "RemoveProjectFromSecurityDashboardPayload",
2020-04-22 19:07:51 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "todoMarkDone",
"description": null,
2020-03-13 15:44:24 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "TodoMarkDoneInput",
"ofType": null
}
},
"defaultValue": null
}
2020-03-13 15:44:24 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "TodoMarkDonePayload",
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "todoRestore",
"description": null,
2019-12-26 22:10:19 +05:30
"args": [
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "input",
"description": null,
2020-04-22 19:07:51 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "TodoRestoreInput",
"ofType": null
}
2020-04-22 19:07:51 +05:30
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2020-04-22 19:07:51 +05:30
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "TodoRestorePayload",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "todoRestoreMany",
"description": null,
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "TodoRestoreManyInput",
"ofType": null
}
},
"defaultValue": null
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "TodoRestoreManyPayload",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-03-13 15:44:24 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "todosMarkAllDone",
"description": null,
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "TodosMarkAllDoneInput",
"ofType": null
}
},
"defaultValue": null
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "TodosMarkAllDonePayload",
2020-04-22 19:07:51 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "toggleAwardEmoji",
"description": null,
2020-04-22 19:07:51 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "ToggleAwardEmojiInput",
"ofType": null
}
},
"defaultValue": null
2020-04-22 19:07:51 +05:30
}
2020-05-24 23:13:21 +05:30
],
"type": {
"kind": "OBJECT",
"name": "ToggleAwardEmojiPayload",
"ofType": null
2020-04-22 19:07:51 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "updateAlertStatus",
"description": null,
2020-04-22 19:07:51 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "UpdateAlertStatusInput",
"ofType": null
}
},
"defaultValue": null
}
2020-04-22 19:07:51 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "UpdateAlertStatusPayload",
"ofType": null
2020-04-22 19:07:51 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "updateEpic",
"description": null,
2020-04-22 19:07:51 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "UpdateEpicInput",
"ofType": null
}
},
"defaultValue": null
}
2020-04-22 19:07:51 +05:30
],
"type": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "UpdateEpicPayload",
2020-04-22 19:07:51 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "updateImageDiffNote",
"description": "Updates a DiffNote on an image (a `Note` where the `position.positionType` is `\"image\"`). If the body of the Note contains only quick actions, the Note will be destroyed during the update, and no Note will be returned",
2020-04-22 19:07:51 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "UpdateImageDiffNoteInput",
"ofType": null
}
},
"defaultValue": null
}
2020-04-22 19:07:51 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "UpdateImageDiffNotePayload",
2020-04-22 19:07:51 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "updateIssue",
"description": null,
2020-04-22 19:07:51 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "UpdateIssueInput",
"ofType": null
}
},
"defaultValue": null
}
2020-04-22 19:07:51 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "UpdateIssuePayload",
"ofType": null
2020-04-22 19:07:51 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "updateNote",
"description": "Updates a Note. If the body of the Note contains only quick actions, the Note will be destroyed during the update, and no Note will be returned",
2020-04-22 19:07:51 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "UpdateNoteInput",
"ofType": null
}
},
"defaultValue": null
}
2020-04-22 19:07:51 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "UpdateNotePayload",
"ofType": null
2020-04-22 19:07:51 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "updateRequirement",
"description": null,
2020-04-22 19:07:51 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "UpdateRequirementInput",
"ofType": null
}
},
"defaultValue": null
}
2020-04-22 19:07:51 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "UpdateRequirementPayload",
"ofType": null
2020-04-22 19:07:51 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "updateSnippet",
"description": null,
2020-04-22 19:07:51 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "input",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "UpdateSnippetInput",
"ofType": null
}
},
"defaultValue": null
}
2020-04-22 19:07:51 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "UpdateSnippetPayload",
"ofType": null
2020-04-22 19:07:51 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
2020-04-22 19:07:51 +05:30
2020-05-24 23:13:21 +05:30
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "MutationOperationMode",
"description": "Different toggles for changing mutator behavior.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "REPLACE",
"description": "Performs a replace operation",
2020-04-22 19:07:51 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "APPEND",
"description": "Performs an append operation",
2020-04-22 19:07:51 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "REMOVE",
"description": "Performs a removal operation",
2020-04-22 19:07:51 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Namespace",
"description": null,
"fields": [
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "description",
"description": "Description of the namespace",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2020-04-22 19:07:51 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "descriptionHtml",
"description": "The GitLab Flavored Markdown rendering of `description`",
2020-04-22 19:07:51 +05:30
"args": [
2020-04-08 14:13:33 +05:30
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "fullName",
"description": "Full name of the namespace",
2019-12-26 22:10:19 +05:30
"args": [
2020-03-13 15:44:24 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "fullPath",
"description": "Full path of the namespace",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "ID",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "id",
"description": "ID of the namespace",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "ID",
2020-03-13 15:44:24 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "lfsEnabled",
"description": "Indicates if Large File Storage (LFS) is enabled for namespace",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2020-01-01 13:55:28 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "name",
"description": "Name of the namespace",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
}
},
2020-03-13 15:44:24 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "path",
"description": "Path of the namespace",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "projects",
"description": "Projects within this namespace",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "includeSubgroups",
"description": "Include also subgroup projects",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": "false"
},
{
"name": "hasVulnerabilities",
"description": "Returns only the projects which have vulnerabilities",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": "false"
},
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
2020-03-13 15:44:24 +05:30
}
2019-12-26 22:10:19 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-03-13 15:44:24 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "ProjectConnection",
2020-03-13 15:44:24 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "requestAccessEnabled",
"description": "Indicates if users can request access to namespace",
2019-12-26 22:10:19 +05:30
"args": [
2020-03-13 15:44:24 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "rootStorageStatistics",
"description": "Aggregated storage statistics of the namespace. Only available for root namespaces",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
2020-01-01 13:55:28 +05:30
],
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "RootStorageStatistics",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "visibility",
"description": "Visibility of the namespace",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "NamespaceConnection",
"description": "The connection type for Namespace.",
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "edges",
"description": "A list of edges.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "NamespaceEdge",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "nodes",
"description": "A list of nodes.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Namespace",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "pageInfo",
"description": "Information to aid in pagination.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-01-01 13:55:28 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "PageInfo",
2020-01-01 13:55:28 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "NamespaceEdge",
"description": "An edge in a connection.",
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "cursor",
"description": "A cursor for use in pagination.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "node",
"description": "The item at the end of the edge.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Namespace",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Note",
"description": null,
"fields": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "author",
"description": "User who wrote this note",
"args": [
],
2020-04-08 14:13:33 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "User",
2020-04-08 14:13:33 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "body",
"description": "Content of the note",
"args": [
],
2020-04-08 14:13:33 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "bodyHtml",
"description": "The GitLab Flavored Markdown rendering of `note`",
"args": [
],
2020-04-08 14:13:33 +05:30
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
},
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "confidential",
"description": "Indicates if this note is confidential",
2020-04-08 14:13:33 +05:30
"args": [
2019-12-26 22:10:19 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "createdAt",
"description": "Timestamp of the note creation",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Time",
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
2020-01-01 13:55:28 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "discussion",
"description": "The discussion this note is a part of",
2019-12-26 22:10:19 +05:30
"args": [
],
2020-04-08 14:13:33 +05:30
"type": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Discussion",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
{
"name": "id",
"description": "ID of the note",
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "ID",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "position",
"description": "The position of this note on a diff",
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "DiffPosition",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "project",
"description": "Project associated with the note",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "Project",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "resolvable",
"description": "Indicates if this note can be resolved. That is, if it is a resolvable discussion or simply a standalone note",
"args": [
],
2020-04-08 14:13:33 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
2020-04-08 14:13:33 +05:30
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "resolvedAt",
"description": "Timestamp of the note's resolution",
"args": [
],
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Time",
2020-04-08 14:13:33 +05:30
"ofType": null
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "resolvedBy",
"description": "User that resolved the discussion",
"args": [
],
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "User",
2020-04-08 14:13:33 +05:30
"ofType": null
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "system",
"description": "Indicates whether this note was created by the system or by a user",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "updatedAt",
"description": "Timestamp of the note's last activity",
2019-12-26 22:10:19 +05:30
"args": [
2020-01-01 13:55:28 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Time",
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "userPermissions",
"description": "Permissions for the current user on the resource",
2019-12-26 22:10:19 +05:30
"args": [
],
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "NotePermissions",
"ofType": null
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "NoteConnection",
"description": "The connection type for Note.",
"fields": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "edges",
"description": "A list of edges.",
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "NoteEdge",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "nodes",
"description": "A list of nodes.",
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Note",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "pageInfo",
"description": "Information to aid in pagination.",
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "PageInfo",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
2020-05-24 23:13:21 +05:30
"inputFields": null,
"interfaces": [
],
2020-04-08 14:13:33 +05:30
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "NoteEdge",
"description": "An edge in a connection.",
2020-04-08 14:13:33 +05:30
"fields": [
{
2020-05-24 23:13:21 +05:30
"name": "cursor",
"description": "A cursor for use in pagination.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
2020-05-24 23:13:21 +05:30
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "node",
"description": "The item at the end of the edge.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Note",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
2019-12-26 22:10:19 +05:30
2020-04-08 14:13:33 +05:30
],
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "NotePermissions",
"description": null,
"fields": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "adminNote",
"description": "Indicates the user can perform `admin_note` on this resource",
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "awardEmoji",
"description": "Indicates the user can perform `award_emoji` on this resource",
"args": [
],
2020-03-13 15:44:24 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "createNote",
"description": "Indicates the user can perform `create_note` on this resource",
"args": [
],
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-04-08 14:13:33 +05:30
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "readNote",
"description": "Indicates the user can perform `read_note` on this resource",
"args": [
],
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-04-08 14:13:33 +05:30
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "resolveNote",
"description": "Indicates the user can perform `resolve_note` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-01-01 13:55:28 +05:30
}
],
2020-05-24 23:13:21 +05:30
"inputFields": null,
"interfaces": [
],
2020-04-08 14:13:33 +05:30
"enumValues": null,
2020-01-01 13:55:28 +05:30
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "INTERFACE",
"name": "Noteable",
"description": null,
2020-01-01 13:55:28 +05:30
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "discussions",
"description": "All discussions on this noteable",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "DiscussionConnection",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "notes",
"description": "All notes on this noteable",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
2020-03-13 15:44:24 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "NoteConnection",
"ofType": null
2020-03-13 15:44:24 +05:30
}
2019-12-26 22:10:19 +05:30
},
2020-01-01 13:55:28 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": [
{
"kind": "OBJECT",
"name": "Design",
"ofType": null
},
{
"kind": "OBJECT",
"name": "Epic",
"ofType": null
},
{
"kind": "OBJECT",
"name": "EpicIssue",
"ofType": null
},
{
"kind": "OBJECT",
"name": "Issue",
"ofType": null
},
{
"kind": "OBJECT",
"name": "MergeRequest",
"ofType": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Snippet",
"ofType": null
2020-03-13 15:44:24 +05:30
}
2020-05-24 23:13:21 +05:30
]
2020-03-13 15:44:24 +05:30
},
{
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Package",
"description": "Represents a package",
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "createdAt",
"description": "The created date",
"args": [
],
2020-04-08 14:13:33 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Time",
2020-04-08 14:13:33 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "id",
"description": "The ID of the package",
"args": [
],
2020-01-01 13:55:28 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "ID",
2020-01-01 13:55:28 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-01-01 13:55:28 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "name",
"description": "The name of the package",
"args": [
],
2020-01-01 13:55:28 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "packageType",
"description": "The type of the package",
2020-01-01 13:55:28 +05:30
"args": [
2020-04-08 14:13:33 +05:30
2020-01-01 13:55:28 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "PackageTypeEnum",
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "updatedAt",
"description": "The update date",
2020-01-01 13:55:28 +05:30
"args": [
2020-04-08 14:13:33 +05:30
2020-01-01 13:55:28 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Time",
"ofType": null
2020-01-01 13:55:28 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "version",
"description": "The version of the package",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
2019-12-26 22:10:19 +05:30
],
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "PackageConnection",
"description": "The connection type for Package.",
"fields": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "edges",
"description": "A list of edges.",
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "PackageEdge",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "nodes",
"description": "A list of nodes.",
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Package",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "pageInfo",
"description": "Information to aid in pagination.",
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
2020-03-13 15:44:24 +05:30
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "PageInfo",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
}
],
2020-05-24 23:13:21 +05:30
"inputFields": null,
"interfaces": [
],
2020-03-13 15:44:24 +05:30
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "PackageEdge",
"description": "An edge in a connection.",
2020-03-13 15:44:24 +05:30
"fields": [
{
2020-05-24 23:13:21 +05:30
"name": "cursor",
"description": "A cursor for use in pagination.",
2019-12-26 22:10:19 +05:30
"args": [
2020-03-13 15:44:24 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
2020-03-13 15:44:24 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "node",
"description": "The item at the end of the edge.",
2020-03-13 15:44:24 +05:30
"args": [
2019-12-26 22:10:19 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Package",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-01-01 13:55:28 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "PackageFileRegistry",
"description": "Represents the sync and verification state of a package file",
"fields": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "createdAt",
"description": "Timestamp when the PackageFileRegistry was created",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "id",
"description": "ID of the PackageFileRegistry",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "lastSyncFailure",
"description": "Error message during sync of the PackageFileRegistry",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "lastSyncedAt",
"description": "Timestamp of the most recent successful sync of the PackageFileRegistry",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "packageFileId",
"description": "ID of the PackageFile",
2019-12-26 22:10:19 +05:30
"args": [
2020-03-13 15:44:24 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "ID",
2020-03-13 15:44:24 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "retryAt",
"description": "Timestamp after which the PackageFileRegistry should be resynced",
2020-03-13 15:44:24 +05:30
"args": [
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Time",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "retryCount",
"description": "Number of consecutive failed sync attempts of the PackageFileRegistry",
2020-04-08 14:13:33 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2020-04-22 19:07:51 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Int",
2020-04-22 19:07:51 +05:30
"ofType": null
},
"isDeprecated": false,
2020-04-08 14:13:33 +05:30
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "state",
"description": "Sync state of the PackageFileRegistry",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "RegistryState",
2020-04-22 19:07:51 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-22 19:07:51 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "PackageFileRegistryConnection",
"description": "The connection type for PackageFileRegistry.",
2020-04-22 19:07:51 +05:30
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "edges",
"description": "A list of edges.",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "PackageFileRegistryEdge",
"ofType": null
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "nodes",
"description": "A list of nodes.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "PackageFileRegistry",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "pageInfo",
"description": "Information to aid in pagination.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "PageInfo",
2020-03-13 15:44:24 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "PackageFileRegistryEdge",
"description": "An edge in a connection.",
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "cursor",
"description": "A cursor for use in pagination.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "node",
"description": "The item at the end of the edge.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "PackageFileRegistry",
2020-04-22 19:07:51 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
2020-05-24 23:13:21 +05:30
{
"kind": "ENUM",
"name": "PackageTypeEnum",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "MAVEN",
"description": "Packages from the maven package manager",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "NPM",
"description": "Packages from the npm package manager",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "CONAN",
"description": "Packages from the conan package manager",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "NUGET",
"description": "Packages from the nuget package manager",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "PYPI",
"description": "Packages from the pypi package manager",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "COMPOSER",
"description": "Packages from the composer package manager",
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
2020-04-08 14:13:33 +05:30
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "PageInfo",
"description": "Information about pagination in a connection.",
2020-04-08 14:13:33 +05:30
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "endCursor",
"description": "When paginating forwards, the cursor to continue.",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hasNextPage",
"description": "When paginating forwards, are there more items?",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
2020-03-13 15:44:24 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Boolean",
2020-03-13 15:44:24 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
2020-03-13 15:44:24 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "hasPreviousPage",
"description": "When paginating backwards, are there more items?",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Boolean",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "startCursor",
"description": "When paginating backwards, the cursor to continue.",
2019-12-26 22:10:19 +05:30
"args": [
2020-03-13 15:44:24 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Pipeline",
"description": null,
2020-04-08 14:13:33 +05:30
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "beforeSha",
"description": "Base SHA of the source branch",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "committedAt",
"description": "Timestamp of the pipeline's commit",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Time",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
{
"name": "coverage",
"description": "Coverage percentage",
"args": [
2020-04-08 14:13:33 +05:30
2020-05-24 23:13:21 +05:30
],
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
2020-04-08 14:13:33 +05:30
{
2020-04-22 19:07:51 +05:30
"name": "createdAt",
2020-05-24 23:13:21 +05:30
"description": "Timestamp of the pipeline's creation",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "detailedStatus",
"description": "Detailed status of the pipeline",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "DetailedStatus",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "duration",
"description": "Duration of the pipeline in seconds",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-22 19:07:51 +05:30
2020-04-08 14:13:33 +05:30
],
"type": {
2020-04-22 19:07:51 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Int",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "finishedAt",
"description": "Timestamp of the pipeline's completion",
2020-04-08 14:13:33 +05:30
"args": [
2020-04-22 19:07:51 +05:30
2020-04-08 14:13:33 +05:30
],
"type": {
2020-04-22 19:07:51 +05:30
"kind": "SCALAR",
"name": "Time",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-22 19:07:51 +05:30
"name": "id",
2020-05-24 23:13:21 +05:30
"description": "ID of the pipeline",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "iid",
"description": "Internal ID of the pipeline",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2020-04-22 19:07:51 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "sha",
"description": "SHA of the pipeline's commit",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-22 19:07:51 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "startedAt",
"description": "Timestamp when the pipeline was started",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "status",
"description": "Status of the pipeline (CREATED, WAITING_FOR_RESOURCE, PREPARING, PENDING, RUNNING, FAILED, SUCCESS, CANCELED, SKIPPED, MANUAL, SCHEDULED)",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "PipelineStatusEnum",
2020-04-22 19:07:51 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updatedAt",
2020-05-24 23:13:21 +05:30
"description": "Timestamp of the pipeline's last activity",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "userPermissions",
"description": "Permissions for the current user on the resource",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "PipelinePermissions",
2020-04-22 19:07:51 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "PipelineConnection",
"description": "The connection type for Pipeline.",
2020-04-22 19:07:51 +05:30
"fields": [
{
"name": "edges",
"description": "A list of edges.",
"args": [
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "PipelineEdge",
2020-04-22 19:07:51 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "nodes",
"description": "A list of nodes.",
"args": [
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Pipeline",
2020-04-22 19:07:51 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "pageInfo",
"description": "Information to aid in pagination.",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "PageInfo",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "PipelineEdge",
2020-04-22 19:07:51 +05:30
"description": "An edge in a connection.",
"fields": [
{
"name": "cursor",
"description": "A cursor for use in pagination.",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "node",
"description": "The item at the end of the edge.",
"args": [
],
"type": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Pipeline",
2020-04-22 19:07:51 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
2020-05-24 23:13:21 +05:30
{
"kind": "OBJECT",
"name": "PipelinePermissions",
"description": null,
"fields": [
{
"name": "adminPipeline",
"description": "Indicates the user can perform `admin_pipeline` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "destroyPipeline",
"description": "Indicates the user can perform `destroy_pipeline` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updatePipeline",
"description": "Indicates the user can perform `update_pipeline` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
2020-04-22 19:07:51 +05:30
{
"kind": "ENUM",
2020-05-24 23:13:21 +05:30
"name": "PipelineStatusEnum",
2020-04-22 19:07:51 +05:30
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
2020-05-24 23:13:21 +05:30
"name": "CREATED",
2020-04-22 19:07:51 +05:30
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "WAITING_FOR_RESOURCE",
2020-04-22 19:07:51 +05:30
"description": null,
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "PREPARING",
"description": null,
2020-04-22 19:07:51 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "PENDING",
"description": null,
2020-04-22 19:07:51 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "RUNNING",
2020-04-22 19:07:51 +05:30
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "FAILED",
2020-04-22 19:07:51 +05:30
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "SUCCESS",
2020-04-08 14:13:33 +05:30
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "CANCELED",
2020-04-08 14:13:33 +05:30
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "SKIPPED",
2020-04-08 14:13:33 +05:30
"description": null,
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "MANUAL",
2020-04-08 14:13:33 +05:30
"description": null,
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "SCHEDULED",
2020-04-08 14:13:33 +05:30
"description": null,
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Project",
"description": null,
"fields": [
{
"name": "alertManagementAlert",
"description": "A single Alert Management alert of the project",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "iid",
"description": "IID of the alert. For example, \"1\"",
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2020-04-08 14:13:33 +05:30
},
"defaultValue": null
2020-05-24 23:13:21 +05:30
},
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "statuses",
"description": "Alerts with the specified statues. For example, [TRIGGERED]",
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "AlertManagementStatus",
"ofType": null
}
2020-04-08 14:13:33 +05:30
}
},
"defaultValue": null
2020-05-24 23:13:21 +05:30
},
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "sort",
"description": "Sort alerts by this criteria",
"type": {
"kind": "ENUM",
"name": "AlertManagementAlertSort",
"ofType": null
},
"defaultValue": null
},
{
"name": "search",
"description": "Search criteria for filtering alerts. This will search on title, description, service, monitoring_tool.",
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2020-04-08 14:13:33 +05:30
},
"defaultValue": null
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "AlertManagementAlert",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "alertManagementAlertStatusCounts",
"description": "Counts of alerts by status for the project",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "AlertManagementAlertStatusCountsType",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "alertManagementAlerts",
"description": "Alert Management alerts of the project",
2020-01-01 13:55:28 +05:30
"args": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "iid",
"description": "IID of the alert. For example, \"1\"",
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "statuses",
"description": "Alerts with the specified statues. For example, [TRIGGERED]",
"type": {
"kind": "LIST",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "AlertManagementStatus",
"ofType": null
}
2020-04-08 14:13:33 +05:30
}
},
"defaultValue": null
2020-05-24 23:13:21 +05:30
},
{
"name": "sort",
"description": "Sort alerts by this criteria",
"type": {
"kind": "ENUM",
"name": "AlertManagementAlertSort",
"ofType": null
},
"defaultValue": null
},
{
"name": "search",
"description": "Search criteria for filtering alerts. This will search on title, description, service, monitoring_tool.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
2020-03-13 15:44:24 +05:30
}
2020-01-01 13:55:28 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "AlertManagementAlertConnection",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "archived",
"description": "Indicates the archived status of the project",
2020-01-01 13:55:28 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2020-01-01 13:55:28 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Boolean",
2020-01-01 13:55:28 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "autocloseReferencedIssues",
"description": "Indicates if issues referenced by merge requests and commits within the default branch are closed automatically",
2020-04-22 19:07:51 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2020-04-22 19:07:51 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Boolean",
2020-04-22 19:07:51 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "avatarUrl",
"description": "URL to avatar image file of the project",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "board",
"description": "A single board of the project",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "id",
"description": "Find a board by its ID",
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "ID",
"ofType": null
2020-04-08 14:13:33 +05:30
},
"defaultValue": null
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Board",
2020-03-13 15:44:24 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "boards",
"description": "Boards of the project",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "id",
"description": "Find a board by its ID",
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
2020-04-08 14:13:33 +05:30
},
"defaultValue": null
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "BoardConnection",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "containerRegistryEnabled",
"description": "Indicates if the project stores Docker container images in a container registry",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Boolean",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "createdAt",
"description": "Timestamp of the project creation",
2020-01-01 13:55:28 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2020-04-22 19:07:51 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Time",
2020-04-22 19:07:51 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "description",
"description": "Short description of the project",
2020-04-22 19:07:51 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2020-01-01 13:55:28 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "descriptionHtml",
"description": "The GitLab Flavored Markdown rendering of `description`",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "environments",
"description": "Environments of the project",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "name",
"description": "Name of the environment",
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "search",
"description": "Search query",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "states",
"description": "States of environments that should be included in result",
"type": {
"kind": "LIST",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2020-04-08 14:13:33 +05:30
}
},
"defaultValue": null
2020-05-24 23:13:21 +05:30
},
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
2020-04-08 14:13:33 +05:30
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "EnvironmentConnection",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "forksCount",
"description": "Number of times the project has been forked",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "fullPath",
"description": "Full path of the project",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2020-04-08 14:13:33 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "grafanaIntegration",
"description": "Grafana integration details for the project",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "GrafanaIntegration",
2020-03-13 15:44:24 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "group",
"description": "Group of the project",
2020-01-01 13:55:28 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2020-01-01 13:55:28 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Group",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "httpUrlToRepo",
"description": "URL to connect to the project via HTTPS",
2020-01-01 13:55:28 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2020-01-01 13:55:28 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "id",
"description": "ID of the project",
2020-01-01 13:55:28 +05:30
"args": [
2020-05-24 23:13:21 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
2020-04-08 14:13:33 +05:30
}
2020-05-24 23:13:21 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "importStatus",
"description": "Status of import background job of the project",
"args": [
2020-01-01 13:55:28 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-03-13 15:44:24 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "issue",
"description": "A single issue of the project",
2020-03-13 15:44:24 +05:30
"args": [
{
2020-05-24 23:13:21 +05:30
"name": "iid",
"description": "IID of the issue. For example, \"1\"",
2020-03-13 15:44:24 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "iids",
"description": "List of IIDs of issues. For example, [1, 2]",
"type": {
"kind": "LIST",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "state",
"description": "Current state of this issue",
"type": {
"kind": "ENUM",
"name": "IssuableState",
"ofType": null
},
"defaultValue": null
},
{
"name": "labelName",
"description": "Labels applied to this issue",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
2020-04-08 14:13:33 +05:30
"defaultValue": null
2020-05-24 23:13:21 +05:30
},
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "milestoneTitle",
"description": "Milestones applied to this issue",
2020-03-13 15:44:24 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
},
{
"name": "assigneeUsername",
"description": "Username of a user assigned to the issues",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "assigneeId",
"description": "ID of a user assigned to the issues, \"none\" and \"any\" values supported",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "createdBefore",
"description": "Issues created before this date",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "createdAfter",
"description": "Issues created after this date",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "updatedBefore",
"description": "Issues updated before this date",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "updatedAfter",
"description": "Issues updated after this date",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "closedBefore",
"description": "Issues closed before this date",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "closedAfter",
"description": "Issues closed after this date",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "search",
"description": "Search query for finding issues by title or description",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "sort",
"description": "Sort issues by this criteria",
"type": {
"kind": "ENUM",
"name": "IssueSort",
"ofType": null
},
"defaultValue": "created_desc"
2020-04-08 14:13:33 +05:30
}
],
"type": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Issue",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "issues",
"description": "Issues of the project",
2020-04-08 14:13:33 +05:30
"args": [
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "iid",
"description": "IID of the issue. For example, \"1\"",
2020-03-13 15:44:24 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2020-03-13 15:44:24 +05:30
},
"defaultValue": null
2020-05-24 23:13:21 +05:30
},
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "iids",
"description": "List of IIDs of issues. For example, [1, 2]",
2020-03-13 15:44:24 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2020-04-08 14:13:33 +05:30
}
2020-03-13 15:44:24 +05:30
},
"defaultValue": null
2020-05-24 23:13:21 +05:30
},
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "state",
"description": "Current state of this issue",
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "IssuableState",
"ofType": null
2020-04-08 14:13:33 +05:30
},
"defaultValue": null
2020-05-24 23:13:21 +05:30
},
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "labelName",
"description": "Labels applied to this issue",
2020-03-13 15:44:24 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"defaultValue": null
2020-05-24 23:13:21 +05:30
},
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "milestoneTitle",
"description": "Milestones applied to this issue",
2020-03-13 15:44:24 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"defaultValue": null
2020-05-24 23:13:21 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "assigneeUsername",
"description": "Username of a user assigned to the issues",
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"defaultValue": null
2020-05-24 23:13:21 +05:30
},
{
"name": "assigneeId",
"description": "ID of a user assigned to the issues, \"none\" and \"any\" values supported",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "createdBefore",
"description": "Issues created before this date",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "createdAfter",
"description": "Issues created after this date",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "updatedBefore",
"description": "Issues updated before this date",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "updatedAfter",
"description": "Issues updated after this date",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "closedBefore",
"description": "Issues closed before this date",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "closedAfter",
"description": "Issues closed after this date",
"type": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
},
"defaultValue": null
},
{
"name": "search",
"description": "Search query for finding issues by title or description",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "sort",
"description": "Sort issues by this criteria",
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "IssueSort",
"ofType": null
},
"defaultValue": "created_desc"
},
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"defaultValue": null
2020-05-24 23:13:21 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"defaultValue": null
2020-05-24 23:13:21 +05:30
},
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "first",
"description": "Returns the first _n_ elements from the list.",
2020-04-22 19:07:51 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Int",
"ofType": null
2020-04-22 19:07:51 +05:30
},
"defaultValue": null
2020-05-24 23:13:21 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "last",
"description": "Returns the last _n_ elements from the list.",
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Int",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"defaultValue": null
}
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "IssueConnection",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "issuesEnabled",
"description": "Indicates if Issues are enabled for the current user",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2020-03-13 15:44:24 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "jiraImportStatus",
"description": "Status of Jira import background job of the project",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "jiraImports",
"description": "Jira imports into the project",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
2019-12-26 22:10:19 +05:30
}
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "JiraImportConnection",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "jobsEnabled",
"description": "Indicates if CI/CD pipeline jobs are enabled for the current user",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "lastActivityAt",
"description": "Timestamp of the project last activity",
2019-12-26 22:10:19 +05:30
"args": [
2020-03-13 15:44:24 +05:30
],
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Time",
2020-03-13 15:44:24 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "lfsEnabled",
"description": "Indicates if the project has Large File Storage (LFS) enabled",
2020-03-13 15:44:24 +05:30
"args": [
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "mergeRequest",
"description": "A single merge request of the project",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "iid",
"description": "IID of the merge request, for example `1`",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "iids",
"description": "Array of IIDs of merge requests, for example `[1, 2]`",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
"defaultValue": null
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "MergeRequest",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "mergeRequests",
"description": "Merge requests of the project",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "iid",
"description": "IID of the merge request, for example `1`",
2020-04-08 14:13:33 +05:30
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
},
{
"name": "iids",
"description": "Array of IIDs of merge requests, for example `[1, 2]`",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
"defaultValue": null
2020-04-08 14:13:33 +05:30
},
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "MergeRequestConnection",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "mergeRequestsEnabled",
"description": "Indicates if Merge Requests are enabled for the current user",
2019-12-26 22:10:19 +05:30
"args": [
2020-01-01 13:55:28 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-01-01 13:55:28 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "mergeRequestsFfOnlyEnabled",
"description": "Indicates if no merge commits should be created and all merges should instead be fast-forwarded, which means that merging is only allowed if the branch could be fast-forwarded.",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2019-12-26 22:10:19 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2020-04-22 19:07:51 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "name",
"description": "Name of the project (without namespace)",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "nameWithNamespace",
"description": "Full name of the project with its namespace",
2019-12-26 22:10:19 +05:30
"args": [
2020-03-13 15:44:24 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "namespace",
"description": "Namespace of the project",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Namespace",
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "onlyAllowMergeIfAllDiscussionsAreResolved",
"description": "Indicates if merge requests of the project can only be merged when all the discussions are resolved",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2020-03-13 15:44:24 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "onlyAllowMergeIfPipelineSucceeds",
"description": "Indicates if merge requests of the project can only be merged with successful jobs",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "openIssuesCount",
"description": "Number of open issues for the project",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Int",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "packages",
"description": "Packages of the project",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "PackageConnection",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "path",
"description": "Path of the project",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "pipelines",
"description": "Build pipelines of the project",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "status",
"description": "Filter pipelines by their status",
"type": {
"kind": "ENUM",
"name": "PipelineStatusEnum",
"ofType": null
},
"defaultValue": null
},
{
"name": "ref",
"description": "Filter pipelines by the ref they are run for",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "sha",
"description": "Filter pipelines by the sha of the commit they are run for",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "PipelineConnection",
2020-01-01 13:55:28 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "printingMergeRequestLinkEnabled",
"description": "Indicates if a link to create or view a merge request should display after a push to Git repositories of the project from the command line",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Boolean",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "publicJobs",
"description": "Indicates if there is public access to pipelines and job details of the project, including output logs and artifacts",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "release",
"description": "A single release of the project. Available only when feature flag `graphql_release_data` is enabled",
2020-01-01 13:55:28 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "tagName",
"description": "The name of the tag associated to the release",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
}
2020-01-01 13:55:28 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Release",
2020-03-13 15:44:24 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "releases",
"description": "Releases of the project. Available only when feature flag `graphql_release_data` is enabled",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
2019-12-26 22:10:19 +05:30
}
2020-05-24 23:13:21 +05:30
],
"type": {
"kind": "OBJECT",
"name": "ReleaseConnection",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "removeSourceBranchAfterMerge",
"description": "Indicates if `Delete source branch` option should be enabled by default for all new merge requests of the project",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "repository",
"description": "Git repository of the project",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Repository",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "requestAccessEnabled",
"description": "Indicates if users can request member access to the project",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "requirement",
"description": "Find a single requirement. Available only when feature flag `requirements_management` is enabled.",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "iid",
"description": "IID of the requirement, e.g., \"1\"",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "iids",
"description": "List of IIDs of requirements, e.g., [1, 2]",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "sort",
"description": "List requirements by sort order",
"type": {
"kind": "ENUM",
"name": "Sort",
"ofType": null
},
"defaultValue": null
},
{
"name": "state",
"description": "Filter requirements by state",
"type": {
"kind": "ENUM",
"name": "RequirementState",
"ofType": null
},
"defaultValue": null
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Requirement",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "requirementStatesCount",
"description": "Number of requirements for the project by their state",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "RequirementStatesCount",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "requirements",
"description": "Find requirements. Available only when feature flag `requirements_management` is enabled.",
2020-04-08 14:13:33 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "iid",
"description": "IID of the requirement, e.g., \"1\"",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "iids",
"description": "List of IIDs of requirements, e.g., [1, 2]",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "sort",
"description": "List requirements by sort order",
"type": {
"kind": "ENUM",
"name": "Sort",
"ofType": null
},
"defaultValue": null
},
{
"name": "state",
"description": "Filter requirements by state",
"type": {
"kind": "ENUM",
"name": "RequirementState",
"ofType": null
},
"defaultValue": null
},
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
2020-04-08 14:13:33 +05:30
}
],
"type": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "RequirementConnection",
2020-04-08 14:13:33 +05:30
"ofType": null
},
2020-03-13 15:44:24 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "sentryDetailedError",
"description": "Detailed version of a Sentry error on the project",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "id",
"description": "ID of the Sentry issue",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "SentryDetailedError",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "sentryErrors",
"description": "Paginated collection of Sentry errors on the project",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "SentryErrorCollection",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "serviceDeskAddress",
"description": "E-mail address of the service desk.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "serviceDeskEnabled",
"description": "Indicates if the project has service desk enabled.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "services",
"description": "Project services",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "active",
"description": "Indicates if the service is active",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "type",
"description": "Class name of the service",
"type": {
"kind": "ENUM",
"name": "ServiceType",
"ofType": null
},
"defaultValue": null
},
2020-04-08 14:13:33 +05:30
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "ServiceConnection",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "sharedRunnersEnabled",
"description": "Indicates if Shared Runners are enabled for the project",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "snippets",
"description": "Snippets of the project",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "ids",
"description": "Array of global snippet ids, e.g., \"gid://gitlab/ProjectSnippet/1\"",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "visibility",
"description": "The visibility of the snippet",
"type": {
"kind": "ENUM",
"name": "VisibilityScopesEnum",
"ofType": null
},
"defaultValue": null
},
2020-04-08 14:13:33 +05:30
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "SnippetConnection",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "snippetsEnabled",
"description": "Indicates if Snippets are enabled for the current user",
2020-01-01 13:55:28 +05:30
"args": [
2020-03-13 15:44:24 +05:30
2020-01-01 13:55:28 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "sshUrlToRepo",
"description": "URL to connect to the project via SSH",
2020-01-01 13:55:28 +05:30
"args": [
2020-03-13 15:44:24 +05:30
2020-01-01 13:55:28 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "starCount",
"description": "Number of times the project has been starred",
2020-01-01 13:55:28 +05:30
"args": [
2020-03-13 15:44:24 +05:30
2020-01-01 13:55:28 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Int",
2020-01-01 13:55:28 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "statistics",
"description": "Statistics of the project",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "ProjectStatistics",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "suggestionCommitMessage",
"description": "The commit message used to apply merge request suggestions",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-01-01 13:55:28 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "tagList",
"description": "List of project topics (not Git tags)",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "userPermissions",
"description": "Permissions for the current user on the resource",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "ProjectPermissions",
2020-03-13 15:44:24 +05:30
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "visibility",
"description": "Visibility of the project",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "vulnerabilities",
"description": "Vulnerabilities reported on the project",
2020-01-01 13:55:28 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "projectId",
"description": "Filter vulnerabilities by project",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "reportType",
"description": "Filter vulnerabilities by report type",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "VulnerabilityReportType",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "severity",
"description": "Filter vulnerabilities by severity",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "VulnerabilitySeverity",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "state",
"description": "Filter vulnerabilities by state",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "VulnerabilityState",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
2020-03-13 15:44:24 +05:30
}
2020-01-01 13:55:28 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "VulnerabilityConnection",
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "vulnerabilitySeveritiesCount",
"description": "Counts for each severity of vulnerability of the project",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "VulnerabilitySeveritiesCount",
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "webUrl",
"description": "Web URL of the project",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "wikiEnabled",
"description": "Indicates if Wikis are enabled for the current user",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
2020-04-08 14:13:33 +05:30
"interfaces": [
2020-03-13 15:44:24 +05:30
],
2020-04-08 14:13:33 +05:30
"enumValues": null,
2020-01-01 13:55:28 +05:30
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "ProjectConnection",
"description": "The connection type for Project.",
2020-01-01 13:55:28 +05:30
"fields": [
{
2020-03-13 15:44:24 +05:30
"name": "edges",
"description": "A list of edges.",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "ProjectEdge",
2020-03-13 15:44:24 +05:30
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-03-13 15:44:24 +05:30
"name": "nodes",
"description": "A list of nodes.",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Project",
2020-03-13 15:44:24 +05:30
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-03-13 15:44:24 +05:30
"name": "pageInfo",
"description": "Information to aid in pagination.",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "PageInfo",
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "ProjectEdge",
2020-03-13 15:44:24 +05:30
"description": "An edge in a connection.",
"fields": [
2020-01-01 13:55:28 +05:30
{
2020-03-13 15:44:24 +05:30
"name": "cursor",
"description": "A cursor for use in pagination.",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-03-13 15:44:24 +05:30
"name": "String",
2020-01-01 13:55:28 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-03-13 15:44:24 +05:30
"name": "node",
"description": "The item at the end of the edge.",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Project",
2020-03-13 15:44:24 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "ProjectPermissions",
2020-03-13 15:44:24 +05:30
"description": null,
"fields": [
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "adminOperations",
"description": "Indicates the user can perform `admin_operations` on this resource",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "Boolean",
2020-03-13 15:44:24 +05:30
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "adminProject",
"description": "Indicates the user can perform `admin_project` on this resource",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "Boolean",
2020-03-13 15:44:24 +05:30
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "adminRemoteMirror",
"description": "Indicates the user can perform `admin_remote_mirror` on this resource",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "Boolean",
2020-01-01 13:55:28 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "adminWiki",
"description": "Indicates the user can perform `admin_wiki` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "archiveProject",
"description": "Indicates the user can perform `archive_project` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "changeNamespace",
"description": "Indicates the user can perform `change_namespace` on this resource",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "changeVisibilityLevel",
"description": "Indicates the user can perform `change_visibility_level` on this resource",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "createDeployment",
"description": "Indicates the user can perform `create_deployment` on this resource",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "createDesign",
"description": "Indicates the user can perform `create_design` on this resource",
2020-01-01 13:55:28 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2020-01-01 13:55:28 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "createIssue",
"description": "Indicates the user can perform `create_issue` on this resource",
2020-01-01 13:55:28 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2020-01-01 13:55:28 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "createLabel",
"description": "Indicates the user can perform `create_label` on this resource",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "createMergeRequestFrom",
"description": "Indicates the user can perform `create_merge_request_from` on this resource",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
2020-01-01 13:55:28 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "createMergeRequestIn",
"description": "Indicates the user can perform `create_merge_request_in` on this resource",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
2020-01-01 13:55:28 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "createPages",
"description": "Indicates the user can perform `create_pages` on this resource",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "createPipeline",
"description": "Indicates the user can perform `create_pipeline` on this resource",
2020-01-01 13:55:28 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2020-01-01 13:55:28 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "createPipelineSchedule",
"description": "Indicates the user can perform `create_pipeline_schedule` on this resource",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2020-01-01 13:55:28 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "createSnippet",
"description": "Indicates the user can perform `create_snippet` on this resource",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2020-01-01 13:55:28 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "createWiki",
"description": "Indicates the user can perform `create_wiki` on this resource",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "destroyDesign",
"description": "Indicates the user can perform `destroy_design` on this resource",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "destroyPages",
"description": "Indicates the user can perform `destroy_pages` on this resource",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "destroyWiki",
"description": "Indicates the user can perform `destroy_wiki` on this resource",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
2020-01-01 13:55:28 +05:30
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2020-01-01 13:55:28 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "downloadCode",
"description": "Indicates the user can perform `download_code` on this resource",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "downloadWikiCode",
"description": "Indicates the user can perform `download_wiki_code` on this resource",
2020-01-01 13:55:28 +05:30
"args": [
2020-05-24 23:13:21 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "forkProject",
"description": "Indicates the user can perform `fork_project` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
2020-01-01 13:55:28 +05:30
}
2020-05-24 23:13:21 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "pushCode",
"description": "Indicates the user can perform `push_code` on this resource",
"args": [
2020-01-01 13:55:28 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "pushToDeleteProtectedBranch",
"description": "Indicates the user can perform `push_to_delete_protected_branch` on this resource",
2020-03-13 15:44:24 +05:30
"args": [
2020-05-24 23:13:21 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "readCommitStatus",
"description": "Indicates the user can perform `read_commit_status` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
2020-03-13 15:44:24 +05:30
}
2020-05-24 23:13:21 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "readCycleAnalytics",
"description": "Indicates the user can perform `read_cycle_analytics` on this resource",
"args": [
2020-03-13 15:44:24 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "readDesign",
"description": "Indicates the user can perform `read_design` on this resource",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "readMergeRequest",
"description": "Indicates the user can perform `read_merge_request` on this resource",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-04-22 19:07:51 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "readPagesContent",
"description": "Indicates the user can perform `read_pages_content` on this resource",
2020-04-22 19:07:51 +05:30
"args": [
2020-05-24 23:13:21 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
2020-04-22 19:07:51 +05:30
}
2020-05-24 23:13:21 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "readProject",
"description": "Indicates the user can perform `read_project` on this resource",
"args": [
2020-04-22 19:07:51 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-04-22 19:07:51 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "readProjectMember",
"description": "Indicates the user can perform `read_project_member` on this resource",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "readWiki",
"description": "Indicates the user can perform `read_wiki` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "removeForkProject",
"description": "Indicates the user can perform `remove_fork_project` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "removePages",
"description": "Indicates the user can perform `remove_pages` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "removeProject",
"description": "Indicates the user can perform `remove_project` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "renameProject",
"description": "Indicates the user can perform `rename_project` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "requestAccess",
"description": "Indicates the user can perform `request_access` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "updatePages",
"description": "Indicates the user can perform `update_pages` on this resource",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "updateWiki",
"description": "Indicates the user can perform `update_wiki` on this resource",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "uploadFile",
"description": "Indicates the user can perform `upload_file` on this resource",
2020-03-13 15:44:24 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2020-03-13 15:44:24 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "ProjectStatistics",
"description": null,
"fields": [
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "buildArtifactsSize",
"description": "Build artifacts size of the project",
2020-03-13 15:44:24 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2020-04-08 14:13:33 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "commitCount",
"description": "Commit count of the project",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "lfsObjectsSize",
"description": "Large File Storage (LFS) object size of the project",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "packagesSize",
"description": "Packages size of the project",
2020-04-08 14:13:33 +05:30
"args": [
2020-03-13 15:44:24 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Float",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "repositorySize",
"description": "Repository size of the project",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Float",
2020-01-01 13:55:28 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "storageSize",
"description": "Storage size of the project",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "wikiSize",
"description": "Wiki size of the project",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Float",
2020-03-13 15:44:24 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Query",
"description": null,
"fields": [
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "currentUser",
"description": "Get information about current user",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "User",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "designManagement",
"description": "Fields related to design management",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "DesignManagement",
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "echo",
"description": "Text to echo back",
2020-01-01 13:55:28 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "text",
"description": "Text to echo back",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null
}
2020-01-01 13:55:28 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "geoNode",
"description": "Find a Geo node",
2020-01-01 13:55:28 +05:30
"args": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "name",
"description": "The name of the Geo node. Defaults to the current Geo node name.",
2020-03-13 15:44:24 +05:30
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
2020-01-01 13:55:28 +05:30
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "GeoNode",
2020-03-13 15:44:24 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "group",
"description": "Find a group",
2020-01-01 13:55:28 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "fullPath",
"description": "The full path of the project, group or namespace, e.g., \"gitlab-org/gitlab-foss\"",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
2020-01-01 13:55:28 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Group",
2020-03-13 15:44:24 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "instanceSecurityDashboard",
"description": "Fields related to Instance Security Dashboard",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "InstanceSecurityDashboard",
2020-03-13 15:44:24 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "metadata",
"description": "Metadata about GitLab",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Metadata",
2020-03-13 15:44:24 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "namespace",
"description": "Find a namespace",
2020-03-13 15:44:24 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "fullPath",
"description": "The full path of the project, group or namespace, e.g., \"gitlab-org/gitlab-foss\"",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
2020-03-13 15:44:24 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Namespace",
2020-03-13 15:44:24 +05:30
"ofType": null
},
2020-01-01 13:55:28 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "project",
"description": "Find a project",
2020-03-13 15:44:24 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "fullPath",
"description": "The full path of the project, group or namespace, e.g., \"gitlab-org/gitlab-foss\"",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
2020-03-13 15:44:24 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Project",
2020-03-13 15:44:24 +05:30
"ofType": null
},
2020-01-01 13:55:28 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "projects",
"description": "Find projects visible to the current user",
2020-01-01 13:55:28 +05:30
"args": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "membership",
"description": "Limit projects that the current user is a member of",
2020-04-08 14:13:33 +05:30
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"defaultValue": null
},
{
2020-05-24 23:13:21 +05:30
"name": "search",
"description": "Search criteria",
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2020-04-08 14:13:33 +05:30
},
"defaultValue": null
},
{
2020-05-24 23:13:21 +05:30
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"defaultValue": null
},
{
2020-05-24 23:13:21 +05:30
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"defaultValue": null
}
2020-01-01 13:55:28 +05:30
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "ProjectConnection",
2020-04-22 19:07:51 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "snippets",
"description": "Find Snippets visible to the current user",
2020-01-01 13:55:28 +05:30
"args": [
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "ids",
"description": "Array of global snippet ids, e.g., \"gid://gitlab/ProjectSnippet/1\"",
2020-03-13 15:44:24 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
2020-03-13 15:44:24 +05:30
},
"defaultValue": null
},
{
2020-05-24 23:13:21 +05:30
"name": "visibility",
"description": "The visibility of the snippet",
2020-03-13 15:44:24 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "ENUM",
2020-05-24 23:13:21 +05:30
"name": "VisibilityScopesEnum",
2020-03-13 15:44:24 +05:30
"ofType": null
},
"defaultValue": null
},
{
2020-05-24 23:13:21 +05:30
"name": "authorId",
"description": "The ID of an author",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "projectId",
"description": "The ID of a project",
"type": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
},
"defaultValue": null
},
{
"name": "type",
"description": "The type of snippet",
2020-03-13 15:44:24 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "ENUM",
2020-05-24 23:13:21 +05:30
"name": "TypeEnum",
"ofType": null
},
"defaultValue": null
},
{
"name": "explore",
"description": "Explore personal snippets",
"type": {
"kind": "SCALAR",
"name": "Boolean",
2020-03-13 15:44:24 +05:30
"ofType": null
},
"defaultValue": null
2020-04-08 14:13:33 +05:30
},
2020-03-13 15:44:24 +05:30
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
2020-01-01 13:55:28 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "SnippetConnection",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "vulnerabilities",
"description": "Vulnerabilities reported on projects on the current user's instance security dashboard",
2020-04-08 14:13:33 +05:30
"args": [
{
2020-05-24 23:13:21 +05:30
"name": "projectId",
"description": "Filter vulnerabilities by project",
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
2020-04-08 14:13:33 +05:30
}
},
"defaultValue": null
2020-05-24 23:13:21 +05:30
},
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "reportType",
"description": "Filter vulnerabilities by report type",
2020-04-22 19:07:51 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "VulnerabilityReportType",
"ofType": null
}
}
2020-04-22 19:07:51 +05:30
},
"defaultValue": null
},
{
2020-05-24 23:13:21 +05:30
"name": "severity",
"description": "Filter vulnerabilities by severity",
2020-04-22 19:07:51 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "VulnerabilitySeverity",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "state",
"description": "Filter vulnerabilities by state",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "VulnerabilityState",
"ofType": null
}
}
2020-04-22 19:07:51 +05:30
},
"defaultValue": null
},
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
2020-04-08 14:13:33 +05:30
],
"type": {
2020-04-22 19:07:51 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "VulnerabilityConnection",
2020-03-13 15:44:24 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "vulnerabilitiesCountByDayAndSeverity",
"description": "Number of vulnerabilities per severity level, per day, for the projects on the current user's instance security dashboard",
2020-01-01 13:55:28 +05:30
"args": [
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "startDate",
"description": "First day for which to fetch vulnerability history",
2020-03-13 15:44:24 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "ISO8601Date",
"ofType": null
2020-04-08 14:13:33 +05:30
}
2020-03-13 15:44:24 +05:30
},
"defaultValue": null
},
{
2020-05-24 23:13:21 +05:30
"name": "endDate",
"description": "Last day for which to fetch vulnerability history",
2020-03-13 15:44:24 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ISO8601Date",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"defaultValue": null
},
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
2020-01-01 13:55:28 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "VulnerabilitiesCountByDayAndSeverityConnection",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
2020-01-01 13:55:28 +05:30
2020-05-24 23:13:21 +05:30
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "RegistryState",
"description": "State of a Geo registry.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "PENDING",
"description": "Registry waiting to be synced",
2020-01-01 13:55:28 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "STARTED",
"description": "Registry currently syncing",
2020-01-01 13:55:28 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "SYNCED",
"description": "Registry that is synced",
2020-01-01 13:55:28 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "FAILED",
"description": "Registry that failed to sync",
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Release",
"description": null,
"fields": [
{
"name": "author",
"description": "User that created the release",
2020-01-01 13:55:28 +05:30
"args": [
2020-04-08 14:13:33 +05:30
2020-01-01 13:55:28 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "User",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "commit",
"description": "The commit associated with the release",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Commit",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "createdAt",
"description": "Timestamp of when the release was created",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Time",
2020-01-01 13:55:28 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "description",
"description": "Description (also known as \"release notes\") of the release",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "descriptionHtml",
"description": "The GitLab Flavored Markdown rendering of `description`",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "milestones",
"description": "Milestones associated to the release",
2020-01-01 13:55:28 +05:30
"args": [
2020-04-08 14:13:33 +05:30
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
2020-01-01 13:55:28 +05:30
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "MilestoneConnection",
2020-03-13 15:44:24 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "name",
"description": "Name of the release",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-22 19:07:51 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "releasedAt",
"description": "Timestamp of when the release was released",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Time",
2020-03-13 15:44:24 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "tagName",
"description": "Name of the tag associated with the release",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "tagPath",
"description": "Relative web path to the tag associated with the release",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "ReleaseConnection",
"description": "The connection type for Release.",
2020-04-08 14:13:33 +05:30
"fields": [
2020-01-01 13:55:28 +05:30
{
2020-04-08 14:13:33 +05:30
"name": "edges",
"description": "A list of edges.",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "LIST",
2020-01-01 13:55:28 +05:30
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "ReleaseEdge",
2020-01-01 13:55:28 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "nodes",
"description": "A list of nodes.",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "LIST",
2020-01-01 13:55:28 +05:30
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Release",
2020-01-01 13:55:28 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "pageInfo",
"description": "Information to aid in pagination.",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-03-13 15:44:24 +05:30
"kind": "OBJECT",
2020-04-08 14:13:33 +05:30
"name": "PageInfo",
2020-01-01 13:55:28 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "ReleaseEdge",
2020-04-08 14:13:33 +05:30
"description": "An edge in a connection.",
"fields": [
2020-01-01 13:55:28 +05:30
{
2020-04-08 14:13:33 +05:30
"name": "cursor",
"description": "A cursor for use in pagination.",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "String",
2020-01-01 13:55:28 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "node",
"description": "The item at the end of the edge.",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Release",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "INPUT_OBJECT",
"name": "RemoveAwardEmojiInput",
"description": "Autogenerated input type of RemoveAwardEmoji",
"fields": null,
"inputFields": [
{
"name": "awardableId",
"description": "The global id of the awardable resource",
2020-01-01 13:55:28 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-03-13 15:44:24 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "ID",
2020-01-01 13:55:28 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2020-03-13 15:44:24 +05:30
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "name",
"description": "The emoji name",
2020-01-01 13:55:28 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-01-01 13:55:28 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "RemoveAwardEmojiPayload",
"description": "Autogenerated return type of RemoveAwardEmoji",
"fields": [
{
"name": "awardEmoji",
"description": "The award emoji after mutation",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "AwardEmoji",
"ofType": null
2020-01-01 13:55:28 +05:30
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2020-01-01 13:55:28 +05:30
"args": [
2020-03-13 15:44:24 +05:30
2020-01-01 13:55:28 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2020-01-01 13:55:28 +05:30
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
2020-01-01 13:55:28 +05:30
}
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
2020-01-01 13:55:28 +05:30
2020-05-24 23:13:21 +05:30
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "RemoveProjectFromSecurityDashboardInput",
"description": "Autogenerated input type of RemoveProjectFromSecurityDashboard",
"fields": null,
"inputFields": [
{
"name": "id",
"description": "ID of the project to remove from the Instance Security Dashboard",
2020-01-01 13:55:28 +05:30
"type": {
2020-03-13 15:44:24 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "ID",
2020-03-13 15:44:24 +05:30
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2020-01-01 13:55:28 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "RemoveProjectFromSecurityDashboardPayload",
"description": "Autogenerated return type of RemoveProjectFromSecurityDashboard",
"fields": [
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2020-01-01 13:55:28 +05:30
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
2020-03-13 15:44:24 +05:30
}
2020-01-01 13:55:28 +05:30
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Repository",
"description": null,
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "empty",
"description": "Indicates repository has no visible content",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "exists",
"description": "Indicates a corresponding Git repository exists on disk",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-01-01 13:55:28 +05:30
"name": "Boolean",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "rootRef",
"description": "Default branch of the repository",
2019-12-26 22:10:19 +05:30
"args": [
2020-03-13 15:44:24 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "tree",
"description": "Tree of the repository",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "path",
"description": "The path to get the tree for. Default value is the root of the repository",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": "\"\""
},
{
"name": "ref",
"description": "The commit ref to get the tree for. Default value is HEAD",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": "\"head\""
},
{
"name": "recursive",
"description": "Used to get a recursive tree. Default is false",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": "false"
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Tree",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Requirement",
"description": "Represents a requirement.",
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "author",
"description": "Author of the requirement",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "User",
2020-03-13 15:44:24 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "createdAt",
"description": "Timestamp of when the requirement was created",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
2020-03-13 15:44:24 +05:30
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Time",
2020-03-13 15:44:24 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "id",
"description": "ID of the requirement",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "ID",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "iid",
"description": "Internal ID of the requirement",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "ID",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "project",
"description": "Project to which the requirement belongs",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Project",
2020-03-13 15:44:24 +05:30
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "state",
"description": "State of the requirement",
2020-01-01 13:55:28 +05:30
"args": [
2020-03-13 15:44:24 +05:30
2020-01-01 13:55:28 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "RequirementState",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "title",
"description": "Title of the requirement",
2020-01-01 13:55:28 +05:30
"args": [
2020-03-13 15:44:24 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "updatedAt",
"description": "Timestamp of when the requirement was last updated",
2020-03-13 15:44:24 +05:30
"args": [
2019-12-26 22:10:19 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Time",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "userPermissions",
"description": "Permissions for the current user on the resource",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "RequirementPermissions",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "RequirementConnection",
"description": "The connection type for Requirement.",
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "edges",
"description": "A list of edges.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "RequirementEdge",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "nodes",
"description": "A list of nodes.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Requirement",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "pageInfo",
"description": "Information to aid in pagination.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "PageInfo",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "RequirementEdge",
"description": "An edge in a connection.",
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "cursor",
"description": "A cursor for use in pagination.",
2019-12-26 22:10:19 +05:30
"args": [
2020-03-13 15:44:24 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "node",
"description": "The item at the end of the edge.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Requirement",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "RequirementPermissions",
"description": "Check permissions for the current user on a requirement",
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "adminRequirement",
"description": "Indicates the user can perform `admin_requirement` on this resource",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "Boolean",
2020-03-13 15:44:24 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "createRequirement",
"description": "Indicates the user can perform `create_requirement` on this resource",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "Boolean",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "destroyRequirement",
"description": "Indicates the user can perform `destroy_requirement` on this resource",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-01-01 13:55:28 +05:30
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "Boolean",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "readRequirement",
"description": "Indicates the user can perform `read_requirement` on this resource",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "updateRequirement",
"description": "Indicates the user can perform `update_requirement` on this resource",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "RequirementState",
"description": "State of a requirement",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "OPENED",
"description": null,
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "ARCHIVED",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "RequirementStatesCount",
"description": "Counts of requirements by their state.",
"fields": [
{
"name": "archived",
"description": "Number of archived requirements",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Int",
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "opened",
"description": "Number of opened requirements",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Int",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "RootStorageStatistics",
"description": null,
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "buildArtifactsSize",
"description": "The CI artifacts size in bytes",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Float",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "lfsObjectsSize",
"description": "The LFS objects size in bytes",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Float",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "packagesSize",
"description": "The packages size in bytes",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Float",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "repositorySize",
"description": "The Git repository size in bytes",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-01-01 13:55:28 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Float",
2020-01-01 13:55:28 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-01-01 13:55:28 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "storageSize",
"description": "The total storage in bytes",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Float",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "wikiSize",
"description": "The wiki size in bytes",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Float",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "SentryDetailedError",
"description": "A Sentry error.",
2020-04-08 14:13:33 +05:30
"fields": [
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "count",
"description": "Count of occurrences",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-03-13 15:44:24 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Int",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "culprit",
"description": "Culprit of the error",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "externalBaseUrl",
"description": "External Base URL of the Sentry Instance",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "externalUrl",
"description": "External URL of the error",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-01-01 13:55:28 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "firstReleaseLastCommit",
"description": "Commit the error was first seen",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "firstReleaseShortVersion",
"description": "Release version the error was first seen",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "firstSeen",
"description": "Timestamp when the error was first seen",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-03-13 15:44:24 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Time",
2020-03-13 15:44:24 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "frequency",
"description": "Last 24hr stats of the error",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "SentryErrorFrequency",
"ofType": null
}
}
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
2020-01-01 13:55:28 +05:30
},
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "gitlabCommit",
"description": "GitLab commit SHA attributed to the Error based on the release version",
2020-04-22 19:07:51 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2020-04-22 19:07:51 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-22 19:07:51 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "gitlabCommitPath",
"description": "Path to the GitLab page for the GitLab commit attributed to the error",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "gitlabIssuePath",
"description": "URL of GitLab Issue",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "id",
"description": "ID (global ID) of the error",
2020-04-08 14:13:33 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2020-04-08 14:13:33 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
2020-04-08 14:13:33 +05:30
},
2020-03-13 15:44:24 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "lastReleaseLastCommit",
"description": "Commit the error was last seen",
2020-04-08 14:13:33 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2020-04-08 14:13:33 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
},
2020-03-13 15:44:24 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "lastReleaseShortVersion",
"description": "Release version the error was last seen",
2020-04-08 14:13:33 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2020-04-22 19:07:51 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-22 19:07:51 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
2020-05-24 23:13:21 +05:30
{
"name": "lastSeen",
"description": "Timestamp when the error was last seen",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
2020-04-08 14:13:33 +05:30
}
2020-05-24 23:13:21 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "message",
"description": "Sentry metadata message of the error",
"args": [
2020-04-08 14:13:33 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
},
2020-03-13 15:44:24 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "sentryId",
"description": "ID (Sentry ID) of the error",
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "sentryProjectId",
"description": "ID of the project (Sentry project)",
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-01-01 13:55:28 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "ID",
2020-01-01 13:55:28 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "sentryProjectName",
"description": "Name of the project affected by the error",
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "sentryProjectSlug",
"description": "Slug of the project affected by the error",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
2020-01-01 13:55:28 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "shortId",
"description": "Short ID (Sentry ID) of the error",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "status",
"description": "Status of the error",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "SentryErrorStatus",
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "tags",
"description": "Tags associated with the Sentry Error",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "SentryErrorTags",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "title",
"description": "Title of the error",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-03-13 15:44:24 +05:30
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "type",
"description": "Type of the error",
2020-04-08 14:13:33 +05:30
"args": [
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "userCount",
"description": "Count of users affected by the error",
2020-03-13 15:44:24 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2020-03-13 15:44:24 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
2020-01-01 13:55:28 +05:30
"isDeprecated": false,
"deprecationReason": null
}
],
2020-03-13 15:44:24 +05:30
"inputFields": null,
"interfaces": [
],
"enumValues": null,
2020-01-01 13:55:28 +05:30
"possibleTypes": null
},
{
2020-03-13 15:44:24 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "SentryError",
"description": "A Sentry error. A simplified version of SentryDetailedError.",
2020-03-13 15:44:24 +05:30
"fields": [
2020-05-24 23:13:21 +05:30
{
"name": "count",
"description": "Count of occurrences",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
2020-03-13 15:44:24 +05:30
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Int",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "culprit",
"description": "Culprit of the error",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
2020-01-01 13:55:28 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "externalUrl",
"description": "External URL of the error",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
2020-01-01 13:55:28 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "firstSeen",
"description": "Timestamp when the error was first seen",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Time",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
2020-01-01 13:55:28 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "frequency",
"description": "Last 24hr stats of the error",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "SentryErrorFrequency",
"ofType": null
}
}
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "id",
"description": "ID (global ID) of the error",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "lastSeen",
"description": "Timestamp when the error was last seen",
2019-12-26 22:10:19 +05:30
"args": [
2020-01-01 13:55:28 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-01-01 13:55:28 +05:30
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "Time",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "message",
"description": "Sentry metadata message of the error",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "sentryId",
"description": "ID (Sentry ID) of the error",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "sentryProjectId",
"description": "ID of the project (Sentry project)",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "ID",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "sentryProjectName",
"description": "Name of the project affected by the error",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-01-01 13:55:28 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-01-01 13:55:28 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "sentryProjectSlug",
"description": "Slug of the project affected by the error",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "shortId",
"description": "Short ID (Sentry ID) of the error",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-01-01 13:55:28 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-01-01 13:55:28 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
}
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "status",
"description": "Status of the error",
2020-01-01 13:55:28 +05:30
"args": [
2019-12-26 22:10:19 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "SentryErrorStatus",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "title",
"description": "Title of the error",
2019-12-26 22:10:19 +05:30
"args": [
2020-01-01 13:55:28 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-01-01 13:55:28 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-01-01 13:55:28 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "type",
"description": "Type of the error",
2019-12-26 22:10:19 +05:30
"args": [
2020-01-01 13:55:28 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-01-01 13:55:28 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "userCount",
"description": "Count of users affected by the error",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-01-01 13:55:28 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Int",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
2019-12-26 22:10:19 +05:30
2020-04-08 14:13:33 +05:30
],
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "SentryErrorCollection",
"description": "An object containing a collection of Sentry errors, and a detailed error.",
"fields": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "detailedError",
"description": "Detailed version of a Sentry error on the project",
"args": [
{
"name": "id",
"description": "ID of the Sentry issue",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "SentryDetailedError",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "errorStackTrace",
"description": "Stack Trace of Sentry Error",
"args": [
{
"name": "id",
"description": "ID of the Sentry issue",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
}
],
"type": {
"kind": "OBJECT",
"name": "SentryErrorStackTrace",
"ofType": null
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "errors",
"description": "Collection of Sentry Errors",
2020-04-22 19:07:51 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "searchTerm",
"description": "Search term for the Sentry error.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "sort",
"description": "Attribute to sort on. Options are frequency, first_seen, last_seen. last_seen is default.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
2020-04-22 19:07:51 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "SentryErrorConnection",
2020-04-22 19:07:51 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "externalUrl",
"description": "External URL for Sentry",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-04-22 19:07:51 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
2020-04-08 14:13:33 +05:30
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "SentryErrorConnection",
"description": "The connection type for SentryError.",
2020-04-08 14:13:33 +05:30
"fields": [
{
2020-05-24 23:13:21 +05:30
"name": "edges",
"description": "A list of edges.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2020-01-01 13:55:28 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "SentryErrorEdge",
2020-01-01 13:55:28 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "nodes",
"description": "A list of nodes.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "SentryError",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "pageInfo",
"description": "Information to aid in pagination.",
2019-12-26 22:10:19 +05:30
"args": [
2020-01-01 13:55:28 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "PageInfo",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
2020-03-13 15:44:24 +05:30
2020-05-24 23:13:21 +05:30
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "SentryErrorEdge",
"description": "An edge in a connection.",
"fields": [
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "cursor",
"description": "A cursor for use in pagination.",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "node",
"description": "The item at the end of the edge.",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "SentryError",
"ofType": null
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
}
],
2020-01-01 13:55:28 +05:30
"inputFields": null,
2020-03-13 15:44:24 +05:30
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "SentryErrorFrequency",
"description": null,
2020-03-13 15:44:24 +05:30
"fields": [
2020-01-01 13:55:28 +05:30
{
2020-04-08 14:13:33 +05:30
"name": "count",
2020-05-24 23:13:21 +05:30
"description": "Count of errors received since the previously recorded time",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
2020-01-01 13:55:28 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "time",
"description": "Time the error frequency stats were recorded",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Time",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
2020-01-01 13:55:28 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
2020-03-13 15:44:24 +05:30
2020-05-24 23:13:21 +05:30
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "SentryErrorStackTrace",
"description": "An object containing a stack trace entry for a Sentry error.",
"fields": [
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "dateReceived",
"description": "Time the stack trace was received by Sentry",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
2020-03-13 15:44:24 +05:30
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2020-03-13 15:44:24 +05:30
}
},
2020-01-01 13:55:28 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "issueId",
"description": "ID of the Sentry error",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "stackTraceEntries",
"description": "Stack trace entries for the Sentry error",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "LIST",
"name": null,
"ofType": {
2020-03-13 15:44:24 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "SentryErrorStackTraceEntry",
2020-03-13 15:44:24 +05:30
"ofType": null
}
2020-04-08 14:13:33 +05:30
}
2020-03-13 15:44:24 +05:30
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "SentryErrorStackTraceContext",
"description": "An object context for a Sentry error stack trace",
"fields": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "code",
"description": "Code number of the context",
2020-04-08 14:13:33 +05:30
"args": [
2020-03-13 15:44:24 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "line",
"description": "Line number of the context",
2020-03-13 15:44:24 +05:30
"args": [
2020-04-08 14:13:33 +05:30
2020-03-13 15:44:24 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "SentryErrorStackTraceEntry",
"description": "An object containing a stack trace entry for a Sentry error.",
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "col",
"description": "Function in which the Sentry error occurred",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "fileName",
"description": "File in which the Sentry error occurred",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "function",
"description": "Function in which the Sentry error occurred",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "String",
2020-01-01 13:55:28 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "line",
"description": "Function in which the Sentry error occurred",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "String",
2020-01-01 13:55:28 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "traceContext",
"description": "Context of the Sentry error",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "SentryErrorStackTraceContext",
"ofType": null
}
2020-01-01 13:55:28 +05:30
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "SentryErrorStatus",
"description": "State of a Sentry error",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "RESOLVED",
"description": "Error has been resolved",
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "RESOLVED_IN_NEXT_RELEASE",
"description": "Error has been ignored until next release",
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "UNRESOLVED",
"description": "Error is unresolved",
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "IGNORED",
"description": "Error has been ignored",
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "SentryErrorTags",
"description": "State of a Sentry error",
"fields": [
{
"name": "level",
"description": "Severity level of the Sentry Error",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "logger",
"description": "Logger of the Sentry Error",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INTERFACE",
"name": "Service",
"description": null,
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "active",
"description": "Indicates if the service is active",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "type",
"description": "Class name of the service",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": [
{
"kind": "OBJECT",
"name": "BaseService",
"ofType": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "JiraService",
"ofType": null
}
]
},
{
"kind": "OBJECT",
"name": "ServiceConnection",
"description": "The connection type for Service.",
"fields": [
{
"name": "edges",
"description": "A list of edges.",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "ServiceEdge",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "nodes",
"description": "A list of nodes.",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "INTERFACE",
"name": "Service",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "pageInfo",
"description": "Information to aid in pagination.",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "PageInfo",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
}
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "ServiceEdge",
"description": "An edge in a connection.",
"fields": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "cursor",
"description": "A cursor for use in pagination.",
2020-04-08 14:13:33 +05:30
"args": [
2019-12-26 22:10:19 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "node",
"description": "The item at the end of the edge.",
2019-12-26 22:10:19 +05:30
"args": [
2020-04-08 14:13:33 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "INTERFACE",
"name": "Service",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "ServiceType",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "ALERTS_SERVICE",
"description": null,
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "ASANA_SERVICE",
"description": null,
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-01-01 13:55:28 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "ASSEMBLA_SERVICE",
"description": null,
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "BAMBOO_SERVICE",
"description": null,
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "BUGZILLA_SERVICE",
"description": null,
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "BUILDKITE_SERVICE",
"description": null,
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "CAMPFIRE_SERVICE",
"description": null,
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "CUSTOM_ISSUE_TRACKER_SERVICE",
"description": null,
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "DISCORD_SERVICE",
"description": null,
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "DRONE_CI_SERVICE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "EMAILS_ON_PUSH_SERVICE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "EXTERNAL_WIKI_SERVICE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "FLOWDOCK_SERVICE",
"description": null,
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "HANGOUTS_CHAT_SERVICE",
"description": null,
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-01-01 13:55:28 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "HIPCHAT_SERVICE",
"description": null,
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "IRKER_SERVICE",
"description": null,
2020-03-13 15:44:24 +05:30
"isDeprecated": false,
"deprecationReason": null
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "JIRA_SERVICE",
"description": null,
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "MATTERMOST_SERVICE",
"description": null,
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "MATTERMOST_SLASH_COMMANDS_SERVICE",
"description": null,
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "MICROSOFT_TEAMS_SERVICE",
"description": null,
2020-03-13 15:44:24 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "PACKAGIST_SERVICE",
"description": null,
2020-03-13 15:44:24 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "PIPELINES_EMAIL_SERVICE",
"description": null,
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "PIVOTALTRACKER_SERVICE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "PROMETHEUS_SERVICE",
"description": null,
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "PUSHOVER_SERVICE",
"description": null,
2020-04-22 19:07:51 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "REDMINE_SERVICE",
"description": null,
2020-04-22 19:07:51 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "SLACK_SERVICE",
"description": null,
2020-04-22 19:07:51 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "SLACK_SLASH_COMMANDS_SERVICE",
"description": null,
2020-04-22 19:07:51 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "TEAMCITY_SERVICE",
"description": null,
2020-04-22 19:07:51 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "UNIFY_CIRCUIT_SERVICE",
"description": null,
2020-04-22 19:07:51 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "WEBEX_TEAMS_SERVICE",
"description": null,
2020-04-22 19:07:51 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "YOUTRACK_SERVICE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "GITHUB_SERVICE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "JENKINS_SERVICE",
"description": null,
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Snippet",
"description": "Represents a snippet entry",
2019-12-26 22:10:19 +05:30
"fields": [
{
2020-05-24 23:13:21 +05:30
"name": "author",
"description": "The owner of the snippet",
2019-12-26 22:10:19 +05:30
"args": [
2020-01-01 13:55:28 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-04-22 19:07:51 +05:30
"kind": "NON_NULL",
2020-01-01 13:55:28 +05:30
"name": null,
2020-04-08 14:13:33 +05:30
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "User",
2020-01-01 13:55:28 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "blob",
"description": "Snippet blob",
2020-04-08 14:13:33 +05:30
"args": [
],
2020-01-01 13:55:28 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "SnippetBlob",
2020-01-01 13:55:28 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
}
2020-01-01 13:55:28 +05:30
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "createdAt",
"description": "Timestamp this snippet was created",
2019-12-26 22:10:19 +05:30
"args": [
2020-01-01 13:55:28 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-04-22 19:07:51 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Time",
2020-04-22 19:07:51 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "description",
"description": "Description of the snippet",
2020-04-08 14:13:33 +05:30
"args": [
],
2020-01-01 13:55:28 +05:30
"type": {
2020-04-22 19:07:51 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2020-01-01 13:55:28 +05:30
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "descriptionHtml",
"description": "The GitLab Flavored Markdown rendering of `description`",
2020-04-08 14:13:33 +05:30
"args": [
],
2020-01-01 13:55:28 +05:30
"type": {
2020-04-22 19:07:51 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "discussions",
"description": "All discussions on this noteable",
"args": [
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "DiscussionConnection",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "fileName",
"description": "File Name of the snippet",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "httpUrlToRepo",
"description": "HTTP URL to the snippet repository",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "id",
"description": "ID of the snippet",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
2020-01-01 13:55:28 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "ID",
"ofType": null
2019-12-26 22:10:19 +05:30
}
2020-01-01 13:55:28 +05:30
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-22 19:07:51 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "notes",
"description": "All notes on this noteable",
"args": [
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "NoteConnection",
"ofType": null
}
},
2020-04-22 19:07:51 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "project",
"description": "The project the snippet is associated with",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Project",
2020-04-22 19:07:51 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "rawUrl",
"description": "Raw URL of the snippet",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2020-04-22 19:07:51 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "sshUrlToRepo",
"description": "SSH URL to the snippet repository",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-04-22 19:07:51 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "title",
"description": "Title of the snippet",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2020-04-22 19:07:51 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "updatedAt",
"description": "Timestamp this snippet was updated",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Time",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "userPermissions",
"description": "Permissions for the current user on the resource",
2020-01-01 13:55:28 +05:30
"args": [
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-04-22 19:07:51 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "SnippetPermissions",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "visibilityLevel",
"description": "Visibility Level of the snippet",
2019-12-26 22:10:19 +05:30
"args": [
2020-01-01 13:55:28 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "VisibilityLevelsEnum",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "webUrl",
"description": "Web URL of the snippet",
2019-12-26 22:10:19 +05:30
"args": [
2020-01-01 13:55:28 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-22 19:07:51 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
2020-01-01 13:55:28 +05:30
}
],
"inputFields": null,
"interfaces": [
2020-05-24 23:13:21 +05:30
{
"kind": "INTERFACE",
"name": "Noteable",
"ofType": null
}
2020-01-01 13:55:28 +05:30
],
"enumValues": null,
"possibleTypes": null
},
{
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "SnippetBlob",
"description": "Represents the snippet blob",
2020-04-08 14:13:33 +05:30
"fields": [
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "binary",
"description": "Shows whether the blob is binary",
2020-04-08 14:13:33 +05:30
"args": [
],
2020-03-13 15:44:24 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "externalStorage",
"description": "Blob external storage",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-22 19:07:51 +05:30
"ofType": null
2020-03-13 15:44:24 +05:30
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-22 19:07:51 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "mode",
"description": "Blob mode",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
2020-04-22 19:07:51 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "name",
"description": "Blob name",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
2020-04-22 19:07:51 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "path",
"description": "Blob path",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
2020-04-22 19:07:51 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "plainData",
"description": "Blob plain highlighted data",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
2020-04-22 19:07:51 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "rawPath",
"description": "Blob raw content endpoint path",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
2020-04-22 19:07:51 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "renderedAsText",
"description": "Shows whether the blob is rendered as text",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
2020-04-22 19:07:51 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "richData",
"description": "Blob highlighted data",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
2020-04-22 19:07:51 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "richViewer",
"description": "Blob content rich viewer",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "SnippetBlobViewer",
"ofType": null
},
2020-04-22 19:07:51 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "simpleViewer",
"description": "Blob content simple viewer",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "SnippetBlobViewer",
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-22 19:07:51 +05:30
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "size",
"description": "Blob size",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "SnippetBlobViewer",
"description": "Represents how the blob content should be displayed",
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "collapsed",
"description": "Shows whether the blob should be displayed collapsed",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-01-01 13:55:28 +05:30
},
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "fileType",
"description": "Content file type",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "loadAsync",
"description": "Shows whether the blob content is loaded async",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-22 19:07:51 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "loadingPartialName",
"description": "Loading partial name",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "renderError",
"description": "Error rendering the blob content",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
2020-04-22 19:07:51 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "tooLarge",
"description": "Shows whether the blob too large to be displayed",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
2020-04-22 19:07:51 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "type",
"description": "Type of blob viewer",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "BlobViewersType",
"ofType": null
}
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-01-01 13:55:28 +05:30
}
],
2020-05-24 23:13:21 +05:30
"inputFields": null,
"interfaces": [
],
"enumValues": null,
2020-01-01 13:55:28 +05:30
"possibleTypes": null
},
{
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "SnippetConnection",
"description": "The connection type for Snippet.",
2020-04-08 14:13:33 +05:30
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "edges",
"description": "A list of edges.",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2020-01-01 13:55:28 +05:30
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "SnippetEdge",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "nodes",
"description": "A list of nodes.",
"args": [
],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Snippet",
2020-01-01 13:55:28 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "pageInfo",
"description": "Information to aid in pagination.",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-01-01 13:55:28 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "PageInfo",
2020-01-01 13:55:28 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "SnippetEdge",
"description": "An edge in a connection.",
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "cursor",
"description": "A cursor for use in pagination.",
2020-04-08 14:13:33 +05:30
"args": [
],
2020-01-01 13:55:28 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-01-01 13:55:28 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
}
2020-01-01 13:55:28 +05:30
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-01-01 13:55:28 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "node",
"description": "The item at the end of the edge.",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Snippet",
2019-12-26 22:10:19 +05:30
"ofType": null
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "SnippetPermissions",
"description": null,
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "adminSnippet",
"description": "Indicates the user can perform `admin_snippet` on this resource",
2019-12-26 22:10:19 +05:30
"args": [
2020-01-01 13:55:28 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "awardEmoji",
"description": "Indicates the user can perform `award_emoji` on this resource",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2020-01-01 13:55:28 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Boolean",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "createNote",
"description": "Indicates the user can perform `create_note` on this resource",
2019-12-26 22:10:19 +05:30
"args": [
2020-01-01 13:55:28 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "readSnippet",
"description": "Indicates the user can perform `read_snippet` on this resource",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2020-04-22 19:07:51 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "reportSnippet",
"description": "Indicates the user can perform `report_snippet` on this resource",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-01-01 13:55:28 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2020-01-01 13:55:28 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-01-01 13:55:28 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "updateSnippet",
"description": "Indicates the user can perform `update_snippet` on this resource",
2020-04-08 14:13:33 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2020-04-08 14:13:33 +05:30
],
2020-01-01 13:55:28 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Boolean",
2020-01-01 13:55:28 +05:30
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "Sort",
"description": "Common sort values",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "updated_desc",
"description": "Updated at descending order",
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "updated_asc",
"description": "Updated at ascending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "created_desc",
"description": "Created at descending order",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "created_asc",
"description": "Created at ascending order",
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "String",
"description": "Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Submodule",
"description": null,
"fields": [
{
"name": "flatPath",
"description": "Flat path of the entry",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "id",
"description": "ID of the entry",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "ID",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
2020-01-01 13:55:28 +05:30
},
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "name",
"description": "Name of the entry",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2020-04-22 19:07:51 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "path",
"description": "Path of the entry",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "sha",
"description": "Last commit sha for the entry",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "treeUrl",
"description": "Tree URL for the sub-module",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "type",
"description": "Type of tree entry",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "ENUM",
2020-05-24 23:13:21 +05:30
"name": "EntryType",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-01-01 13:55:28 +05:30
},
{
2020-04-08 14:13:33 +05:30
"name": "webUrl",
2020-05-24 23:13:21 +05:30
"description": "Web URL for the sub-module",
2020-04-08 14:13:33 +05:30
"args": [
],
2020-01-01 13:55:28 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2020-01-01 13:55:28 +05:30
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
2020-01-01 13:55:28 +05:30
{
2020-04-08 14:13:33 +05:30
"kind": "INTERFACE",
2020-05-24 23:13:21 +05:30
"name": "Entry",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-01-01 13:55:28 +05:30
}
],
"enumValues": null,
"possibleTypes": null
},
{
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "SubmoduleConnection",
"description": "The connection type for Submodule.",
2020-04-08 14:13:33 +05:30
"fields": [
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "edges",
"description": "A list of edges.",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "SubmoduleEdge",
2020-04-08 14:13:33 +05:30
"ofType": null
}
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "nodes",
"description": "A list of nodes.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Submodule",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "pageInfo",
"description": "Information to aid in pagination.",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "PageInfo",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
2019-12-26 22:10:19 +05:30
2020-05-24 23:13:21 +05:30
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "SubmoduleEdge",
"description": "An edge in a connection.",
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "cursor",
"description": "A cursor for use in pagination.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
2020-01-01 13:55:28 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "node",
"description": "The item at the end of the edge.",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Submodule",
"ofType": null
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "TaskCompletionStatus",
"description": "Completion status of tasks",
2020-04-08 14:13:33 +05:30
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "completedCount",
"description": "Number of completed tasks",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Int",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "count",
"description": "Number of total tasks",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Int",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "Time",
"description": "Time represented in ISO 8601",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Timelog",
"description": null,
"fields": [
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "date",
"description": "Timestamp of when the time tracked was spent at. Deprecated in 12.10: Use `spentAt`",
2020-04-08 14:13:33 +05:30
"args": [
],
2020-01-01 13:55:28 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Time",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
2020-05-24 23:13:21 +05:30
"isDeprecated": true,
"deprecationReason": "Use `spentAt`. Deprecated in 12.10"
2020-01-01 13:55:28 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "issue",
"description": "The issue that logged time was added to",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Issue",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "spentAt",
"description": "Timestamp of when the time tracked was spent at",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Time",
2019-12-26 22:10:19 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "timeSpent",
"description": "The time spent displayed in seconds",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Int",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "user",
"description": "The user that logged the time",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "User",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "TimelogConnection",
"description": "The connection type for Timelog.",
2020-04-08 14:13:33 +05:30
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-04-08 14:13:33 +05:30
"name": "edges",
"description": "A list of edges.",
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "LIST",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "TimelogEdge",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-04-08 14:13:33 +05:30
"name": "nodes",
"description": "A list of nodes.",
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "LIST",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Timelog",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
2020-01-01 13:55:28 +05:30
{
2020-04-08 14:13:33 +05:30
"name": "pageInfo",
"description": "Information to aid in pagination.",
"args": [
],
2020-01-01 13:55:28 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
"name": "PageInfo",
2020-01-01 13:55:28 +05:30
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
}
],
2020-04-08 14:13:33 +05:30
"inputFields": null,
"interfaces": [
],
2019-12-26 22:10:19 +05:30
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "TimelogEdge",
2020-04-08 14:13:33 +05:30
"description": "An edge in a connection.",
2019-12-26 22:10:19 +05:30
"fields": [
{
2020-04-08 14:13:33 +05:30
"name": "cursor",
"description": "A cursor for use in pagination.",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "node",
"description": "The item at the end of the edge.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Timelog",
2019-12-26 22:10:19 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Todo",
"description": "Representing a todo entry",
2020-04-08 14:13:33 +05:30
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "action",
"description": "Action of the todo",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "TodoActionEnum",
2020-01-01 13:55:28 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "author",
"description": "The owner of this todo",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "User",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "body",
"description": "Body of the todo",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "createdAt",
"description": "Timestamp this todo was created",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Time",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "group",
"description": "Group this todo is associated with",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Group",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-04-08 14:13:33 +05:30
"name": "id",
2020-05-24 23:13:21 +05:30
"description": "ID of the todo",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "ID",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
{
"name": "project",
"description": "The project this todo is associated with",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Project",
2019-12-26 22:10:19 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "state",
"description": "State of the todo",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "ENUM",
2020-05-24 23:13:21 +05:30
"name": "TodoStateEnum",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
2020-03-13 15:44:24 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "targetType",
"description": "Target type of the todo",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "TodoTargetEnum",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
2020-05-24 23:13:21 +05:30
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "TodoActionEnum",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "assigned",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "mentioned",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "build_failed",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "marked",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "approval_required",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "unmergeable",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "directly_addressed",
"description": null,
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
2020-03-13 15:44:24 +05:30
],
"possibleTypes": null
},
{
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "TodoConnection",
"description": "The connection type for Todo.",
2020-04-08 14:13:33 +05:30
"fields": [
2020-03-13 15:44:24 +05:30
{
2020-04-08 14:13:33 +05:30
"name": "edges",
"description": "A list of edges.",
"args": [
],
2020-03-13 15:44:24 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "LIST",
2020-03-13 15:44:24 +05:30
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "TodoEdge",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
{
2020-04-08 14:13:33 +05:30
"name": "nodes",
"description": "A list of nodes.",
"args": [
],
2020-03-13 15:44:24 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "LIST",
2020-03-13 15:44:24 +05:30
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Todo",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
{
2020-04-08 14:13:33 +05:30
"name": "pageInfo",
"description": "Information to aid in pagination.",
"args": [
],
2020-03-13 15:44:24 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "PageInfo",
"ofType": null
}
2020-03-13 15:44:24 +05:30
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
}
],
2020-04-08 14:13:33 +05:30
"inputFields": null,
"interfaces": [
],
2020-03-13 15:44:24 +05:30
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "TodoEdge",
2020-04-08 14:13:33 +05:30
"description": "An edge in a connection.",
2020-03-13 15:44:24 +05:30
"fields": [
{
2020-04-08 14:13:33 +05:30
"name": "cursor",
"description": "A cursor for use in pagination.",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2020-03-13 15:44:24 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "node",
"description": "The item at the end of the edge.",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Todo",
2020-03-13 15:44:24 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
2020-05-24 23:13:21 +05:30
{
"kind": "INPUT_OBJECT",
"name": "TodoMarkDoneInput",
"description": "Autogenerated input type of TodoMarkDone",
"fields": null,
"inputFields": [
{
"name": "id",
"description": "The global id of the todo to mark as done",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
2020-03-13 15:44:24 +05:30
{
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "TodoMarkDonePayload",
"description": "Autogenerated return type of TodoMarkDone",
2020-04-08 14:13:33 +05:30
"fields": [
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
2020-04-08 14:13:33 +05:30
"args": [
],
2020-03-13 15:44:24 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
2020-03-13 15:44:24 +05:30
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "todo",
"description": "The requested todo",
2020-04-08 14:13:33 +05:30
"args": [
],
2020-03-13 15:44:24 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Todo",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
}
],
2020-04-08 14:13:33 +05:30
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "INPUT_OBJECT",
"name": "TodoRestoreInput",
"description": "Autogenerated input type of TodoRestore",
2020-04-08 14:13:33 +05:30
"fields": null,
2020-05-24 23:13:21 +05:30
"inputFields": [
{
"name": "id",
"description": "The global id of the todo to restore",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
2020-03-13 15:44:24 +05:30
"interfaces": null,
2019-12-26 22:10:19 +05:30
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "INPUT_OBJECT",
"name": "TodoRestoreManyInput",
"description": "Autogenerated input type of TodoRestoreMany",
"fields": null,
"inputFields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "ids",
"description": "The global ids of the todos to restore (a maximum of 50 is supported at once)",
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
2019-12-26 22:10:19 +05:30
}
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2020-03-13 15:44:24 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-03-13 15:44:24 +05:30
"ofType": null
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "TodoRestoreManyPayload",
"description": "Autogenerated return type of TodoRestoreMany",
"fields": [
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-04-22 19:07:51 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
2020-03-13 15:44:24 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
2020-03-13 15:44:24 +05:30
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "updatedIds",
"description": "The ids of the updated todo items",
2020-04-08 14:13:33 +05:30
"args": [
],
2020-03-13 15:44:24 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
2020-03-13 15:44:24 +05:30
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
}
],
2020-04-08 14:13:33 +05:30
"inputFields": null,
"interfaces": [
2019-12-26 22:10:19 +05:30
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "TodoRestorePayload",
"description": "Autogenerated return type of TodoRestore",
2019-12-26 22:10:19 +05:30
"fields": [
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "todo",
"description": "The requested todo",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Todo",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "TodoStateEnum",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "pending",
"description": null,
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "done",
"description": null,
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
}
],
2020-05-24 23:13:21 +05:30
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "TodoTargetEnum",
"description": null,
"fields": null,
2020-04-08 14:13:33 +05:30
"inputFields": null,
2020-05-24 23:13:21 +05:30
"interfaces": null,
"enumValues": [
{
"name": "COMMIT",
"description": "A Commit",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ISSUE",
"description": "An Issue",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "MERGEREQUEST",
"description": "A MergeRequest",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "DESIGN",
"description": "A Design",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "EPIC",
"description": "An Epic",
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "TodosMarkAllDoneInput",
"description": "Autogenerated input type of TodosMarkAllDone",
"fields": null,
"inputFields": [
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
2020-04-08 14:13:33 +05:30
],
2020-05-24 23:13:21 +05:30
"interfaces": null,
2020-04-08 14:13:33 +05:30
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "TodosMarkAllDonePayload",
"description": "Autogenerated return type of TodosMarkAllDone",
2020-04-08 14:13:33 +05:30
"fields": [
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
2019-12-26 22:10:19 +05:30
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "updatedIds",
"description": "Ids of the updated todos",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
2019-12-26 22:10:19 +05:30
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
2020-04-08 14:13:33 +05:30
2020-05-24 23:13:21 +05:30
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "ToggleAwardEmojiInput",
"description": "Autogenerated input type of ToggleAwardEmoji",
"fields": null,
"inputFields": [
{
"name": "awardableId",
"description": "The global id of the awardable resource",
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-01-01 13:55:28 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "ID",
2020-01-01 13:55:28 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "name",
"description": "The emoji name",
2019-12-26 22:10:19 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "ToggleAwardEmojiPayload",
"description": "Autogenerated return type of ToggleAwardEmoji",
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "awardEmoji",
"description": "The award emoji after mutation",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "AwardEmoji",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
2019-12-26 22:10:19 +05:30
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "toggledOn",
"description": "Indicates the status of the emoji. True if the toggle awarded the emoji, and false if the toggle removed the emoji.",
2020-04-08 14:13:33 +05:30
"args": [
],
2020-01-01 13:55:28 +05:30
"type": {
2020-03-13 15:44:24 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Boolean",
2020-03-13 15:44:24 +05:30
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Tree",
2020-04-08 14:13:33 +05:30
"description": null,
2020-05-24 23:13:21 +05:30
"fields": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "blobs",
"description": "Blobs of the tree",
"args": [
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "BlobConnection",
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "lastCommit",
"description": "Last commit for the tree",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "Commit",
"ofType": null
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "submodules",
"description": "Sub-modules of the tree",
2020-04-08 14:13:33 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
2020-03-13 15:44:24 +05:30
}
2020-04-08 14:13:33 +05:30
],
2020-03-13 15:44:24 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
2020-03-13 15:44:24 +05:30
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "SubmoduleConnection",
2020-03-13 15:44:24 +05:30
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "trees",
"description": "Trees of the tree",
2020-04-08 14:13:33 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
2020-04-08 14:13:33 +05:30
],
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "TreeEntryConnection",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-01-01 13:55:28 +05:30
}
],
2020-04-08 14:13:33 +05:30
"inputFields": null,
"interfaces": [
],
2020-01-01 13:55:28 +05:30
"enumValues": null,
"possibleTypes": null
},
{
2020-03-13 15:44:24 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "TreeEntry",
"description": "Represents a directory",
2020-03-13 15:44:24 +05:30
"fields": [
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "flatPath",
"description": "Flat path of the entry",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2020-03-13 15:44:24 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "id",
"description": "ID of the entry",
2020-03-13 15:44:24 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-03-13 15:44:24 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "name",
"description": "Name of the entry",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "path",
"description": "Path of the entry",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "sha",
"description": "Last commit sha for the entry",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "type",
"description": "Type of tree entry",
"args": [
],
2020-01-01 13:55:28 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "EntryType",
2020-01-01 13:55:28 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-01-01 13:55:28 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "webUrl",
"description": "Web URL for the tree entry (directory)",
"args": [
],
2020-01-01 13:55:28 +05:30
"type": {
2020-03-13 15:44:24 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2020-01-01 13:55:28 +05:30
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
2020-05-24 23:13:21 +05:30
"inputFields": null,
"interfaces": [
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"kind": "INTERFACE",
"name": "Entry",
"ofType": null
2019-12-26 22:10:19 +05:30
}
],
"enumValues": null,
"possibleTypes": null
},
{
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "TreeEntryConnection",
"description": "The connection type for TreeEntry.",
2020-04-08 14:13:33 +05:30
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "edges",
"description": "A list of edges.",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "TreeEntryEdge",
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-01-01 13:55:28 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "nodes",
"description": "A list of nodes.",
2020-04-08 14:13:33 +05:30
"args": [
],
2020-01-01 13:55:28 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "TreeEntry",
"ofType": null
2020-04-08 14:13:33 +05:30
}
2020-01-01 13:55:28 +05:30
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-01-01 13:55:28 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "pageInfo",
"description": "Information to aid in pagination.",
2020-04-08 14:13:33 +05:30
"args": [
],
2020-01-01 13:55:28 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "PageInfo",
"ofType": null
2020-04-08 14:13:33 +05:30
}
2019-12-26 22:10:19 +05:30
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
}
],
2020-04-08 14:13:33 +05:30
"inputFields": null,
"interfaces": [
],
2019-12-26 22:10:19 +05:30
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "TreeEntryEdge",
"description": "An edge in a connection.",
2019-12-26 22:10:19 +05:30
"fields": [
{
2020-05-24 23:13:21 +05:30
"name": "cursor",
"description": "A cursor for use in pagination.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "node",
"description": "The item at the end of the edge.",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "TreeEntry",
"ofType": null
2020-04-08 14:13:33 +05:30
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
2020-05-24 23:13:21 +05:30
"name": "TypeEnum",
2020-04-08 14:13:33 +05:30
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
2020-05-24 23:13:21 +05:30
"name": "personal",
2020-04-08 14:13:33 +05:30
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "project",
2020-04-08 14:13:33 +05:30
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
2019-12-26 22:10:19 +05:30
{
"kind": "INPUT_OBJECT",
2020-05-24 23:13:21 +05:30
"name": "UpdateAlertStatusInput",
"description": "Autogenerated input type of UpdateAlertStatus",
2019-12-26 22:10:19 +05:30
"fields": null,
"inputFields": [
{
2020-05-24 23:13:21 +05:30
"name": "projectPath",
"description": "The project the alert to mutate is in",
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "ID",
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "iid",
"description": "The iid of the alert to mutate",
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"defaultValue": null
},
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "status",
"description": "The status to set the alert",
2020-04-08 14:13:33 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "AlertManagementStatus",
2020-04-08 14:13:33 +05:30
"ofType": null
}
},
"defaultValue": null
},
2019-12-26 22:10:19 +05:30
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
2020-01-01 13:55:28 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "UpdateAlertStatusPayload",
"description": "Autogenerated return type of UpdateAlertStatus",
2020-01-01 13:55:28 +05:30
"fields": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "alert",
"description": "The alert after mutation",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "AlertManagementAlert",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
2019-12-26 22:10:19 +05:30
{
2020-01-01 13:55:28 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
2020-01-01 13:55:28 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-01-01 13:55:28 +05:30
"name": "errors",
2020-05-24 23:13:21 +05:30
"description": "Errors encountered during execution of the mutation.",
2020-01-01 13:55:28 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-01-01 13:55:28 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
2019-12-26 22:10:19 +05:30
}
},
2020-01-01 13:55:28 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "issue",
"description": "The issue created after mutation",
2020-01-01 13:55:28 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Issue",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-01-01 13:55:28 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
}
],
2020-01-01 13:55:28 +05:30
"inputFields": null,
"interfaces": [
],
2019-12-26 22:10:19 +05:30
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "INPUT_OBJECT",
"name": "UpdateDiffImagePositionInput",
2020-04-08 14:13:33 +05:30
"description": null,
2020-05-24 23:13:21 +05:30
"fields": null,
"inputFields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "x",
"description": "X position of the note",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "y",
"description": "Y position of the note",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "width",
"description": "Total width of the image",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "height",
"description": "Total height of the image",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "UpdateEpicInput",
"description": "Autogenerated input type of UpdateEpic",
"fields": null,
"inputFields": [
{
"name": "iid",
"description": "The iid of the epic to mutate",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
2020-04-08 14:13:33 +05:30
}
2020-05-24 23:13:21 +05:30
},
"defaultValue": null
},
{
"name": "groupPath",
"description": "The group the epic to mutate is in",
2019-12-26 22:10:19 +05:30
"type": {
2020-01-01 13:55:28 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "ID",
2020-01-01 13:55:28 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "title",
"description": "The title of the epic",
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "description",
"description": "The description of the epic",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "confidential",
"description": "Indicates if the epic is confidential. Will be ignored if `confidential_epics` feature flag is disabled",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "startDateFixed",
"description": "The start date of the epic",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "dueDateFixed",
"description": "The end date of the epic",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "startDateIsFixed",
"description": "Indicates start date should be sourced from start_date_fixed field not the issue milestones",
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": null
},
{
"name": "dueDateIsFixed",
"description": "Indicates end date should be sourced from due_date_fixed field not the issue milestones",
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "addLabelIds",
"description": "The IDs of labels to be added to the epic.",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "ID",
2020-04-08 14:13:33 +05:30
"ofType": null
2020-05-24 23:13:21 +05:30
}
2020-04-08 14:13:33 +05:30
}
2020-05-24 23:13:21 +05:30
},
"defaultValue": null
},
{
"name": "removeLabelIds",
"description": "The IDs of labels to be removed from the epic.",
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2020-01-01 13:55:28 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
2020-01-01 13:55:28 +05:30
}
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
},
{
"name": "stateEvent",
"description": "State event for the epic",
"type": {
"kind": "ENUM",
"name": "EpicStateEvent",
"ofType": null
},
"defaultValue": null
},
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
2019-12-26 22:10:19 +05:30
}
],
2020-05-24 23:13:21 +05:30
"interfaces": null,
2019-12-26 22:10:19 +05:30
"enumValues": null,
"possibleTypes": null
},
{
2020-01-01 13:55:28 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "UpdateEpicPayload",
"description": "Autogenerated return type of UpdateEpic",
2020-01-01 13:55:28 +05:30
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2020-01-01 13:55:28 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-01-01 13:55:28 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "epic",
"description": "The epic after mutation",
2020-01-01 13:55:28 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Epic",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-01-01 13:55:28 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
2020-01-01 13:55:28 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
2019-12-26 22:10:19 +05:30
}
},
2020-01-01 13:55:28 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
2020-01-01 13:55:28 +05:30
2020-05-24 23:13:21 +05:30
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "UpdateImageDiffNoteInput",
"description": "Autogenerated input type of UpdateImageDiffNote",
"fields": null,
"inputFields": [
{
"name": "id",
"description": "The global id of the note to update",
2020-01-01 13:55:28 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "ID",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "body",
"description": "Content of the note",
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "position",
"description": "The position of this note on a diff",
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "INPUT_OBJECT",
"name": "UpdateDiffImagePositionInput",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2020-01-01 13:55:28 +05:30
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
}
],
2020-05-24 23:13:21 +05:30
"interfaces": null,
2019-12-26 22:10:19 +05:30
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "UpdateImageDiffNotePayload",
"description": "Autogenerated return type of UpdateImageDiffNote",
2019-12-26 22:10:19 +05:30
"fields": [
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "note",
"description": "The note after mutation",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Note",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "INPUT_OBJECT",
"name": "UpdateIssueInput",
"description": "Autogenerated input type of UpdateIssue",
"fields": null,
"inputFields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "projectPath",
"description": "The project the issue to mutate is in",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "iid",
"description": "The iid of the issue to mutate",
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "title",
"description": "Title of the issue",
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-01-01 13:55:28 +05:30
"ofType": null
},
2020-05-24 23:13:21 +05:30
"defaultValue": null
2020-01-01 13:55:28 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "description",
"description": "Description of the issue",
2020-01-01 13:55:28 +05:30
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-01-01 13:55:28 +05:30
"ofType": null
},
"defaultValue": null
},
{
2020-05-24 23:13:21 +05:30
"name": "dueDate",
"description": "Due date of the issue",
2020-01-01 13:55:28 +05:30
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Time",
2020-01-01 13:55:28 +05:30
"ofType": null
},
"defaultValue": null
},
{
2020-05-24 23:13:21 +05:30
"name": "confidential",
"description": "Indicates the issue is confidential",
2020-01-01 13:55:28 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2020-01-01 13:55:28 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"defaultValue": null
},
{
2020-05-24 23:13:21 +05:30
"name": "healthStatus",
"description": "The desired health status",
"type": {
"kind": "ENUM",
"name": "HealthStatus",
"ofType": null
},
"defaultValue": null
},
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2019-12-26 22:10:19 +05:30
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
2020-05-24 23:13:21 +05:30
{
"kind": "OBJECT",
"name": "UpdateIssuePayload",
"description": "Autogenerated return type of UpdateIssue",
"fields": [
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "issue",
"description": "The issue after mutation",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "Issue",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
2019-12-26 22:10:19 +05:30
{
"kind": "INPUT_OBJECT",
2020-05-24 23:13:21 +05:30
"name": "UpdateNoteInput",
"description": "Autogenerated input type of UpdateNote",
2019-12-26 22:10:19 +05:30
"fields": null,
"inputFields": [
{
2020-05-24 23:13:21 +05:30
"name": "id",
"description": "The global id of the note to update",
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "ID",
2020-01-01 13:55:28 +05:30
"ofType": null
}
},
"defaultValue": null
},
{
2020-05-24 23:13:21 +05:30
"name": "body",
"description": "Content of the note",
2020-01-01 13:55:28 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2020-01-01 13:55:28 +05:30
"ofType": null
}
},
"defaultValue": null
},
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
2020-01-01 13:55:28 +05:30
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
2020-05-24 23:13:21 +05:30
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "UpdateNotePayload",
"description": "Autogenerated return type of UpdateNote",
"fields": [
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"args": [
],
2020-01-01 13:55:28 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "errors",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
2020-04-22 19:07:51 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
2020-04-22 19:07:51 +05:30
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-22 19:07:51 +05:30
},
2020-01-01 13:55:28 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "note",
"description": "The note after mutation",
"args": [
],
2020-01-01 13:55:28 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "Note",
2020-01-01 13:55:28 +05:30
"ofType": null
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "UpdateRequirementInput",
"description": "Autogenerated input type of UpdateRequirement",
"fields": null,
"inputFields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "title",
"description": "Title of the requirement",
2019-12-26 22:10:19 +05:30
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
2020-04-08 14:13:33 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "state",
"description": "State of the requirement",
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "RequirementState",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"defaultValue": null
},
{
2020-05-24 23:13:21 +05:30
"name": "iid",
"description": "The iid of the requirement to update",
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
2020-04-08 14:13:33 +05:30
"defaultValue": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "projectPath",
"description": "The project full path the requirement is associated with",
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "ID",
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
"defaultValue": null
},
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "UpdateRequirementPayload",
"description": "Autogenerated return type of UpdateRequirement",
2019-12-26 22:10:19 +05:30
"fields": [
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "errors",
2020-05-24 23:13:21 +05:30
"description": "Errors encountered during execution of the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
{
"name": "requirement",
"description": "The requirement after mutation",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "Requirement",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
2020-05-24 23:13:21 +05:30
"name": "UpdateSnippetInput",
"description": "Autogenerated input type of UpdateSnippet",
2019-12-26 22:10:19 +05:30
"fields": null,
"inputFields": [
{
2020-04-08 14:13:33 +05:30
"name": "id",
2020-05-24 23:13:21 +05:30
"description": "The global id of the snippet to update",
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null
},
{
2020-05-24 23:13:21 +05:30
"name": "title",
"description": "Title of the snippet",
2019-12-26 22:10:19 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"defaultValue": null
},
{
2020-05-24 23:13:21 +05:30
"name": "fileName",
"description": "File name of the snippet",
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "content",
"description": "Content of the snippet",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "description",
"description": "Description of the snippet",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "visibilityLevel",
"description": "The visibility level of the snippet",
"type": {
"kind": "ENUM",
"name": "VisibilityLevelsEnum",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
"defaultValue": null
},
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "UpdateSnippetPayload",
"description": "Autogenerated return type of UpdateSnippet",
2019-12-26 22:10:19 +05:30
"fields": [
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "errors",
2020-05-24 23:13:21 +05:30
"description": "Errors encountered during execution of the mutation.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "snippet",
"description": "The snippet after mutation",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Snippet",
2019-12-26 22:10:19 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "Upload",
"description": null,
2019-12-26 22:10:19 +05:30
"fields": null,
2020-05-24 23:13:21 +05:30
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "User",
"description": null,
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "avatarUrl",
"description": "URL of the user's avatar",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "id",
"description": "ID of the user",
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "name",
"description": "Human-readable name of the user",
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "snippets",
"description": "Snippets authored by the user",
"args": [
{
"name": "ids",
"description": "Array of global snippet ids, e.g., \"gid://gitlab/ProjectSnippet/1\"",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "visibility",
"description": "The visibility of the snippet",
"type": {
"kind": "ENUM",
"name": "VisibilityScopesEnum",
"ofType": null
},
"defaultValue": null
},
{
"name": "type",
"description": "The type of snippet",
"type": {
"kind": "ENUM",
"name": "TypeEnum",
"ofType": null
},
"defaultValue": null
},
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
],
2020-04-08 14:13:33 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "SnippetConnection",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "state",
"description": "State of the issue",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2020-01-01 13:55:28 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "todos",
"description": "Todos of the user",
2020-01-01 13:55:28 +05:30
"args": [
2020-05-24 23:13:21 +05:30
{
"name": "action",
"description": "The action to be filtered",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "TodoActionEnum",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "authorId",
"description": "The ID of an author",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "projectId",
"description": "The ID of a project",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "groupId",
"description": "The ID of a group",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "state",
"description": "The state of the todo",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "TodoStateEnum",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "type",
"description": "The type of the todo",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "TodoTargetEnum",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "before",
"description": "Returns the elements in the list that come before the specified cursor.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "first",
"description": "Returns the first _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
},
{
"name": "last",
"description": "Returns the last _n_ elements from the list.",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null
}
2020-01-01 13:55:28 +05:30
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "TodoConnection",
"ofType": null
2020-01-01 13:55:28 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "userPermissions",
"description": "Permissions for the current user on the resource",
2020-01-01 13:55:28 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "UserPermissions",
2020-01-01 13:55:28 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-01-01 13:55:28 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "username",
"description": "Username of the user. Unique within this instance of GitLab",
"args": [
],
2020-01-01 13:55:28 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "webUrl",
"description": "Web URL of the user",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
2020-04-22 19:07:51 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "UserConnection",
"description": "The connection type for User.",
"fields": [
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "edges",
"description": "A list of edges.",
"args": [
],
2020-04-22 19:07:51 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2020-04-22 19:07:51 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "UserEdge",
2020-04-22 19:07:51 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-22 19:07:51 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "nodes",
"description": "A list of nodes.",
"args": [
],
2020-04-22 19:07:51 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2020-04-22 19:07:51 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "User",
2020-04-22 19:07:51 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-22 19:07:51 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "pageInfo",
"description": "Information to aid in pagination.",
"args": [
],
2020-04-22 19:07:51 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "PageInfo",
"ofType": null
}
2020-04-22 19:07:51 +05:30
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-04-22 19:07:51 +05:30
}
],
2020-05-24 23:13:21 +05:30
"inputFields": null,
"interfaces": [
],
2020-04-22 19:07:51 +05:30
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "UserEdge",
"description": "An edge in a connection.",
2020-04-22 19:07:51 +05:30
"fields": [
{
2020-05-24 23:13:21 +05:30
"name": "cursor",
"description": "A cursor for use in pagination.",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2020-04-22 19:07:51 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "node",
"description": "The item at the end of the edge.",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "User",
2020-04-08 14:13:33 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "UserPermissions",
"description": null,
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "createSnippet",
"description": "Indicates the user can perform `create_snippet` on this resource",
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Boolean",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-05-24 23:13:21 +05:30
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "VisibilityLevelsEnum",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "private",
"description": null,
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "internal",
"description": null,
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "public",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "VisibilityScopesEnum",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "private",
"description": null,
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "internal",
"description": null,
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "public",
"description": null,
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
}
],
"possibleTypes": null
},
{
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "VulnerabilitiesCountByDayAndSeverity",
"description": "Represents the number of vulnerabilities for a particular severity on a particular day",
2020-04-08 14:13:33 +05:30
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "count",
"description": "Number of vulnerabilities",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "Int",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "day",
"description": "Date for the count",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "ISO8601Date",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "severity",
"description": "Severity of the counted vulnerabilities",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "ENUM",
"name": "VulnerabilitySeverity",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
}
],
2020-04-08 14:13:33 +05:30
"inputFields": null,
"interfaces": [
],
2019-12-26 22:10:19 +05:30
"enumValues": null,
"possibleTypes": null
},
2020-05-24 23:13:21 +05:30
{
"kind": "OBJECT",
"name": "VulnerabilitiesCountByDayAndSeverityConnection",
"description": "The connection type for VulnerabilitiesCountByDayAndSeverity.",
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "edges",
"description": "A list of edges.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
2020-04-08 14:13:33 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "VulnerabilitiesCountByDayAndSeverityEdge",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "nodes",
"description": "A list of nodes.",
2019-12-26 22:10:19 +05:30
"args": [
2020-05-24 23:13:21 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "VulnerabilitiesCountByDayAndSeverity",
"ofType": null
2019-12-26 22:10:19 +05:30
}
2020-05-24 23:13:21 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "pageInfo",
"description": "Information to aid in pagination.",
"args": [
2020-04-08 14:13:33 +05:30
],
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "PageInfo",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "VulnerabilitiesCountByDayAndSeverityEdge",
"description": "An edge in a connection.",
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "cursor",
"description": "A cursor for use in pagination.",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "node",
"description": "The item at the end of the edge.",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "VulnerabilitiesCountByDayAndSeverity",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Vulnerability",
"description": "Represents a vulnerability.",
"fields": [
{
"name": "description",
"description": "Description of the vulnerability",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "id",
"description": "GraphQL ID of the vulnerability",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "ID",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "location",
"description": "Location metadata for the vulnerability. Its fields depend on the type of security scan that found the vulnerability",
"args": [
],
"type": {
"kind": "UNION",
"name": "VulnerabilityLocation",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "project",
"description": "The project on which the vulnerability was found",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "Project",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "reportType",
"description": "Type of the security report that found the vulnerability (SAST, DEPENDENCY_SCANNING, CONTAINER_SCANNING, DAST)",
"args": [
],
"type": {
"kind": "ENUM",
"name": "VulnerabilityReportType",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "severity",
"description": "Severity of the vulnerability (INFO, UNKNOWN, LOW, MEDIUM, HIGH, CRITICAL)",
"args": [
],
"type": {
"kind": "ENUM",
"name": "VulnerabilitySeverity",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "state",
"description": "State of the vulnerability (DETECTED, DISMISSED, RESOLVED, CONFIRMED)",
"args": [
],
"type": {
"kind": "ENUM",
"name": "VulnerabilityState",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "title",
"description": "Title of the vulnerability",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "userPermissions",
"description": "Permissions for the current user on the resource",
2020-04-08 14:13:33 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "VulnerabilityPermissions",
2020-04-08 14:13:33 +05:30
"ofType": null
}
},
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
{
"name": "vulnerabilityPath",
"description": "URL to the vulnerability's details page",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
}
],
2020-04-08 14:13:33 +05:30
"inputFields": null,
"interfaces": [
],
"enumValues": null,
2019-12-26 22:10:19 +05:30
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "VulnerabilityConnection",
"description": "The connection type for Vulnerability.",
2019-12-26 22:10:19 +05:30
"fields": [
{
2020-04-08 14:13:33 +05:30
"name": "edges",
"description": "A list of edges.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "VulnerabilityEdge",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "nodes",
"description": "A list of nodes.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Vulnerability",
2020-04-08 14:13:33 +05:30
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "pageInfo",
"description": "Information to aid in pagination.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
"name": "PageInfo",
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "VulnerabilityEdge",
2020-04-08 14:13:33 +05:30
"description": "An edge in a connection.",
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-04-08 14:13:33 +05:30
"name": "cursor",
"description": "A cursor for use in pagination.",
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
2020-04-08 14:13:33 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-04-08 14:13:33 +05:30
"name": "node",
"description": "The item at the end of the edge.",
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "Vulnerability",
2019-12-26 22:10:19 +05:30
"ofType": null
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
2020-05-24 23:13:21 +05:30
"kind": "UNION",
"name": "VulnerabilityLocation",
"description": "Represents a vulnerability location. The fields with data will depend on the vulnerability report type",
2020-04-08 14:13:33 +05:30
"fields": null,
"inputFields": null,
"interfaces": null,
2020-05-24 23:13:21 +05:30
"enumValues": null,
"possibleTypes": [
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "VulnerabilityLocationContainerScanning",
"ofType": null
2020-04-08 14:13:33 +05:30
},
{
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "VulnerabilityLocationDast",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-04-08 14:13:33 +05:30
{
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "VulnerabilityLocationDependencyScanning",
"ofType": null
},
{
"kind": "OBJECT",
"name": "VulnerabilityLocationSast",
"ofType": null
2020-04-08 14:13:33 +05:30
}
2020-05-24 23:13:21 +05:30
]
2020-04-08 14:13:33 +05:30
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "VulnerabilityLocationContainerScanning",
"description": "Represents the location of a vulnerability found by a container security scan",
2020-04-08 14:13:33 +05:30
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "dependency",
"description": "Dependency containing the vulnerability",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "VulnerableDependency",
2019-12-26 22:10:19 +05:30
"ofType": null
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "image",
"description": "Name of the vulnerable container image",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
"kind": "SCALAR",
2020-05-24 23:13:21 +05:30
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "operatingSystem",
"description": "Operating system that runs on the vulnerable container image",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-22 19:07:51 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "VulnerabilityLocationDast",
"description": "Represents the location of a vulnerability found by a DAST scan",
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "hostname",
"description": "Domain name of the vulnerable request",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "param",
"description": "Query parameter for the URL on which the vulnerability occurred",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "path",
"description": "URL path and query string of the vulnerable request",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "requestMethod",
"description": "HTTP method of the vulnerable request",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "VulnerabilityLocationDependencyScanning",
"description": "Represents the location of a vulnerability found by a dependency security scan",
"fields": [
2020-04-22 19:07:51 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "dependency",
"description": "Dependency containing the vulnerability",
2020-04-22 19:07:51 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "OBJECT",
"name": "VulnerableDependency",
"ofType": null
2020-04-22 19:07:51 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "file",
"description": "Path to the vulnerable file",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
}
],
2020-04-08 14:13:33 +05:30
"inputFields": null,
"interfaces": [
],
2019-12-26 22:10:19 +05:30
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-05-24 23:13:21 +05:30
"name": "VulnerabilityLocationSast",
"description": "Represents the location of a vulnerability found by a SAST scan",
2019-12-26 22:10:19 +05:30
"fields": [
{
2020-05-24 23:13:21 +05:30
"name": "endLine",
"description": "Number of the last relevant line in the vulnerable file",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "file",
"description": "Path to the vulnerable file",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-05-24 23:13:21 +05:30
"name": "startLine",
"description": "Number of the first relevant line in the vulnerable file",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
2020-05-24 23:13:21 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-05-24 23:13:21 +05:30
"name": "vulnerableClass",
"description": "Class containing the vulnerability",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-05-24 23:13:21 +05:30
"name": "vulnerableMethod",
"description": "Method containing the vulnerability",
2020-04-08 14:13:33 +05:30
"args": [
],
2019-12-26 22:10:19 +05:30
"type": {
2020-05-24 23:13:21 +05:30
"kind": "SCALAR",
"name": "String",
2020-04-08 14:13:33 +05:30
"ofType": null
2019-12-26 22:10:19 +05:30
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
2020-04-22 19:07:51 +05:30
{
"kind": "OBJECT",
"name": "VulnerabilityPermissions",
"description": "Check permissions for the current user on a vulnerability",
"fields": [
{
"name": "adminVulnerability",
"description": "Indicates the user can perform `admin_vulnerability` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "adminVulnerabilityIssueLink",
"description": "Indicates the user can perform `admin_vulnerability_issue_link` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createVulnerability",
"description": "Indicates the user can perform `create_vulnerability` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createVulnerabilityExport",
"description": "Indicates the user can perform `create_vulnerability_export` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createVulnerabilityFeedback",
"description": "Indicates the user can perform `create_vulnerability_feedback` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "destroyVulnerabilityFeedback",
"description": "Indicates the user can perform `destroy_vulnerability_feedback` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "readVulnerabilityFeedback",
"description": "Indicates the user can perform `read_vulnerability_feedback` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updateVulnerabilityFeedback",
"description": "Indicates the user can perform `update_vulnerability_feedback` on this resource",
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
2020-04-08 14:13:33 +05:30
{
"kind": "ENUM",
"name": "VulnerabilityReportType",
"description": "The type of the security scan that found the vulnerability.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "SAST",
"description": null,
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-04-08 14:13:33 +05:30
"name": "DEPENDENCY_SCANNING",
"description": null,
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-04-08 14:13:33 +05:30
"name": "CONTAINER_SCANNING",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "DAST",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
2020-04-22 19:07:51 +05:30
{
"kind": "OBJECT",
"name": "VulnerabilitySeveritiesCount",
"description": "Represents vulnerability counts by severity",
"fields": [
{
"name": "critical",
"description": "Number of vulnerabilities of CRITICAL severity of the project",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "high",
"description": "Number of vulnerabilities of HIGH severity of the project",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "info",
"description": "Number of vulnerabilities of INFO severity of the project",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "low",
"description": "Number of vulnerabilities of LOW severity of the project",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "medium",
"description": "Number of vulnerabilities of MEDIUM severity of the project",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "unknown",
"description": "Number of vulnerabilities of UNKNOWN severity of the project",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
2020-04-08 14:13:33 +05:30
{
"kind": "ENUM",
"name": "VulnerabilitySeverity",
"description": "The severity of the vulnerability.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "INFO",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "UNKNOWN",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "LOW",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "MEDIUM",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "HIGH",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "CRITICAL",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "VulnerabilityState",
"description": "The state of the vulnerability.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "DETECTED",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "DISMISSED",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "RESOLVED",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "CONFIRMED",
"description": null,
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
}
],
"possibleTypes": null
},
2020-05-24 23:13:21 +05:30
{
"kind": "OBJECT",
"name": "VulnerableDependency",
"description": "Represents a vulnerable dependency. Used in vulnerability location data",
"fields": [
{
"name": "package",
"description": "The package associated with the vulnerable dependency",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "VulnerablePackage",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "version",
"description": "The version of the vulnerable dependency",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "VulnerablePackage",
"description": "Represents a vulnerable package. Used in vulnerability dependency data",
"fields": [
{
"name": "name",
"description": "The name of the vulnerable package",
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
2019-12-26 22:10:19 +05:30
{
"kind": "OBJECT",
2020-04-08 14:13:33 +05:30
"name": "__Directive",
"description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.",
2019-12-26 22:10:19 +05:30
"fields": [
{
2020-04-08 14:13:33 +05:30
"name": "args",
"description": null,
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
2020-04-08 14:13:33 +05:30
"name": "__InputValue",
2019-12-26 22:10:19 +05:30
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "description",
"description": null,
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "String",
2019-12-26 22:10:19 +05:30
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "locations",
"description": null,
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "ENUM",
"name": "__DirectiveLocation",
2019-12-26 22:10:19 +05:30
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-04-08 14:13:33 +05:30
"name": "name",
2019-12-26 22:10:19 +05:30
"description": null,
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "onField",
2019-12-26 22:10:19 +05:30
"description": null,
"args": [
2020-04-08 14:13:33 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": true,
"deprecationReason": "Use `locations`."
2019-12-26 22:10:19 +05:30
},
{
2020-04-08 14:13:33 +05:30
"name": "onFragment",
2019-12-26 22:10:19 +05:30
"description": null,
"args": [
2020-04-08 14:13:33 +05:30
2019-12-26 22:10:19 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": true,
"deprecationReason": "Use `locations`."
2019-12-26 22:10:19 +05:30
},
{
2020-04-08 14:13:33 +05:30
"name": "onOperation",
2019-12-26 22:10:19 +05:30
"description": null,
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": true,
"deprecationReason": "Use `locations`."
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "__DirectiveLocation",
"description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "QUERY",
"description": "Location adjacent to a query operation.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "MUTATION",
"description": "Location adjacent to a mutation operation.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SUBSCRIPTION",
"description": "Location adjacent to a subscription operation.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "FIELD",
"description": "Location adjacent to a field.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "FRAGMENT_DEFINITION",
"description": "Location adjacent to a fragment definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "FRAGMENT_SPREAD",
"description": "Location adjacent to a fragment spread.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "INLINE_FRAGMENT",
"description": "Location adjacent to an inline fragment.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SCHEMA",
"description": "Location adjacent to a schema definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SCALAR",
"description": "Location adjacent to a scalar definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "OBJECT",
"description": "Location adjacent to an object type definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "FIELD_DEFINITION",
"description": "Location adjacent to a field definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ARGUMENT_DEFINITION",
"description": "Location adjacent to an argument definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "INTERFACE",
"description": "Location adjacent to an interface definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "UNION",
"description": "Location adjacent to a union definition.",
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "ENUM",
"description": "Location adjacent to an enum definition.",
2019-12-26 22:10:19 +05:30
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "ENUM_VALUE",
"description": "Location adjacent to an enum value definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "INPUT_OBJECT",
"description": "Location adjacent to an input object type definition.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "INPUT_FIELD_DEFINITION",
"description": "Location adjacent to an input object field definition.",
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "__EnumValue",
"description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.",
"fields": [
{
"name": "deprecationReason",
2019-12-26 22:10:19 +05:30
"description": null,
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "description",
2019-12-26 22:10:19 +05:30
"description": null,
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "isDeprecated",
2019-12-26 22:10:19 +05:30
"description": null,
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "name",
2019-12-26 22:10:19 +05:30
"description": null,
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "__Field",
"description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.",
"fields": [
{
"name": "args",
"description": null,
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__InputValue",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "deprecationReason",
"description": null,
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "description",
"description": null,
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isDeprecated",
"description": null,
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "name",
"description": null,
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "type",
"description": null,
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-04-08 14:13:33 +05:30
"name": "__InputValue",
"description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.",
2019-12-26 22:10:19 +05:30
"fields": [
{
2020-04-08 14:13:33 +05:30
"name": "defaultValue",
"description": "A GraphQL-formatted string representing the default value for this input value.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "description",
"description": null,
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "name",
2019-12-26 22:10:19 +05:30
"description": null,
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "SCALAR",
"name": "String",
"ofType": null
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "type",
2019-12-26 22:10:19 +05:30
"description": null,
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
"name": "__Type",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "__Schema",
"description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.",
"fields": [
2019-12-26 22:10:19 +05:30
{
2020-04-08 14:13:33 +05:30
"name": "directives",
"description": "A list of all directives supported by this server.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__Directive",
"ofType": null
}
}
2019-12-26 22:10:19 +05:30
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-04-08 14:13:33 +05:30
"name": "mutationType",
"description": "If this server supports mutation, the type that mutation operations will be rooted at.",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "queryType",
"description": "The type that query operations will be rooted at.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
"name": "__Type",
2019-12-26 22:10:19 +05:30
"ofType": null
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
},
{
2020-04-08 14:13:33 +05:30
"name": "subscriptionType",
"description": "If this server support subscription, the type that subscription operations will be rooted at.",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "types",
"description": "A list of all types supported by this server.",
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
}
2019-12-26 22:10:19 +05:30
}
},
2020-04-08 14:13:33 +05:30
"isDeprecated": false,
"deprecationReason": null
2019-12-26 22:10:19 +05:30
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
2020-04-08 14:13:33 +05:30
"name": "__Type",
"description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name and description, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.",
2019-12-26 22:10:19 +05:30
"fields": [
{
2020-04-08 14:13:33 +05:30
"name": "description",
"description": null,
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "enumValues",
2019-12-26 22:10:19 +05:30
"description": null,
"args": [
2020-04-08 14:13:33 +05:30
{
"name": "includeDeprecated",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": "false"
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__EnumValue",
"ofType": null
}
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "fields",
2019-12-26 22:10:19 +05:30
"description": null,
"args": [
2020-04-08 14:13:33 +05:30
{
"name": "includeDeprecated",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
},
"defaultValue": "false"
}
2019-12-26 22:10:19 +05:30
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__Field",
"ofType": null
}
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "inputFields",
2019-12-26 22:10:19 +05:30
"description": null,
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "LIST",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__InputValue",
"ofType": null
}
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "interfaces",
2019-12-26 22:10:19 +05:30
"description": null,
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "LIST",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
2020-04-08 14:13:33 +05:30
},
2019-12-26 22:10:19 +05:30
{
2020-04-08 14:13:33 +05:30
"name": "kind",
"description": null,
2019-12-26 22:10:19 +05:30
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "__TypeKind",
"ofType": null
}
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "name",
2019-12-26 22:10:19 +05:30
"description": null,
"args": [
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "ofType",
2019-12-26 22:10:19 +05:30
"description": null,
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "OBJECT",
"name": "__Type",
"ofType": null
2019-12-26 22:10:19 +05:30
},
"isDeprecated": false,
"deprecationReason": null
},
{
2020-04-08 14:13:33 +05:30
"name": "possibleTypes",
2019-12-26 22:10:19 +05:30
"description": null,
"args": [
],
"type": {
2020-04-08 14:13:33 +05:30
"kind": "LIST",
2019-12-26 22:10:19 +05:30
"name": null,
"ofType": {
2020-04-08 14:13:33 +05:30
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "__Type",
"ofType": null
}
2019-12-26 22:10:19 +05:30
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [
],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "__TypeKind",
"description": "An enum describing what kind of type a given `__Type` is.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "SCALAR",
"description": "Indicates this type is a scalar.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "OBJECT",
"description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "INTERFACE",
"description": "Indicates this type is an interface. `fields` and `possibleTypes` are valid fields.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "UNION",
"description": "Indicates this type is a union. `possibleTypes` is a valid field.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ENUM",
"description": "Indicates this type is an enum. `enumValues` is a valid field.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "INPUT_OBJECT",
"description": "Indicates this type is an input object. `inputFields` is a valid field.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "LIST",
"description": "Indicates this type is a list. `ofType` is a valid field.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "NON_NULL",
"description": "Indicates this type is a non-null. `ofType` is a valid field.",
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
}
],
"directives": [
{
"name": "include",
"description": "Directs the executor to include this field or fragment only when the `if` argument is true.",
"locations": [
"FIELD",
"FRAGMENT_SPREAD",
"INLINE_FRAGMENT"
],
"args": [
{
"name": "if",
"description": "Included when true.",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"defaultValue": null
}
]
},
{
"name": "skip",
"description": "Directs the executor to skip this field or fragment when the `if` argument is true.",
"locations": [
"FIELD",
"FRAGMENT_SPREAD",
"INLINE_FRAGMENT"
],
"args": [
{
"name": "if",
"description": "Skipped when true.",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"defaultValue": null
}
]
},
{
"name": "deprecated",
"description": "Marks an element of a GraphQL schema as no longer supported.",
"locations": [
"FIELD_DEFINITION",
"ENUM_VALUE"
],
"args": [
{
"name": "reason",
"description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted in [Markdown](https://daringfireball.net/projects/markdown/).",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": "\"No longer supported\""
}
]
}
]
}
}
}