{ "data": { "__schema": { "directives": [ { "args": [ { "defaultValue": null, "description": "Included when true.", "name": "if", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "description": "Directs the executor to include this field or fragment only when the `if` argument is true.", "locations": [ "FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT" ], "name": "include" }, { "args": [ { "defaultValue": null, "description": "Skipped when true.", "name": "if", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "description": "Directs the executor to skip this field or fragment when the `if` argument is true.", "locations": [ "FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT" ], "name": "skip" }, { "args": [ { "defaultValue": "\"No longer supported\"", "description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted in [Markdown](https://daringfireball.net/projects/markdown/).", "name": "reason", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "description": "Marks an element of a GraphQL schema as no longer supported.", "locations": [ "FIELD_DEFINITION", "ENUM_VALUE", "ARGUMENT_DEFINITION", "INPUT_FIELD_DEFINITION" ], "name": "deprecated" } ], "mutationType": { "name": "Mutation" }, "queryType": { "name": "Query" }, "subscriptionType": { "name": "Subscription" }, "types": [ { "description": "Represents the access level of a relationship between a User and object that it is related to", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Integer representation of access level.", "isDeprecated": false, "name": "integerValue", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "String representation of access level.", "isDeprecated": false, "name": "stringValue", "type": { "kind": "ENUM", "name": "AccessLevelEnum", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AccessLevel", "possibleTypes": null }, { "description": "Access level to a resource", "enumValues": [ { "deprecationReason": null, "description": "No access.", "isDeprecated": false, "name": "NO_ACCESS" }, { "deprecationReason": null, "description": "Minimal access.", "isDeprecated": false, "name": "MINIMAL_ACCESS" }, { "deprecationReason": null, "description": "Guest access.", "isDeprecated": false, "name": "GUEST" }, { "deprecationReason": null, "description": "Reporter access.", "isDeprecated": false, "name": "REPORTER" }, { "deprecationReason": null, "description": "Developer access.", "isDeprecated": false, "name": "DEVELOPER" }, { "deprecationReason": null, "description": "Maintainer access.", "isDeprecated": false, "name": "MAINTAINER" }, { "deprecationReason": null, "description": "Owner access.", "isDeprecated": false, "name": "OWNER" }, { "deprecationReason": null, "description": "Admin access.", "isDeprecated": false, "name": "ADMIN" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "AccessLevelEnum", "possibleTypes": null }, { "description": "Representation of a GitLab group.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Avatar URL of the group.", "isDeprecated": false, "name": "avatarUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the group.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the group.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Parent group.", "isDeprecated": false, "name": "parent", "type": { "kind": "OBJECT", "name": "AccessLevelGroup", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web URL of the group.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AccessLevelGroup", "possibleTypes": null }, { "description": "Representation of a GitLab user.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "URL of the user's avatar.", "isDeprecated": false, "name": "avatarUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the user.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Human-readable name of the user.\nReturns `****` if the user is a project bot and the requester does not have permission to view the project.\n", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "User's public email.", "isDeprecated": false, "name": "publicEmail", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Username of the user. Unique within this instance of GitLab.", "isDeprecated": false, "name": "username", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web path of the user.", "isDeprecated": false, "name": "webPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web URL of the user.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AccessLevelUser", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "URL to avatar of the achievement.", "isDeprecated": false, "name": "avatarUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp the achievement was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Description or notes for the achievement.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the achievement.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "AchievementsAchievementID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the achievement.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Namespace of the achievement.", "isDeprecated": false, "name": "namespace", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Namespace", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp the achievement was last updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.10.", "description": "Recipients for the achievement. Introduced in 15.10: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "userAchievements", "type": { "kind": "OBJECT", "name": "UserAchievementConnection", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Achievement", "possibleTypes": null }, { "description": "The connection type for Achievement.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "AchievementEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Achievement", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AchievementConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Achievement", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AchievementEdge", "possibleTypes": null }, { "description": "A `AchievementsAchievementID` is a global ID. It is encoded as a string.\n\nAn example `AchievementsAchievementID` is: `\"gid://gitlab/Achievements::Achievement/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "AchievementsAchievementID", "possibleTypes": null }, { "description": "Autogenerated input type of AchievementsAward", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the achievement being awarded.", "name": "achievementId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "AchievementsAchievementID", "ofType": null } } }, { "defaultValue": null, "description": "Global ID of the user being awarded the achievement.", "name": "userId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "UserID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "AchievementsAwardInput", "possibleTypes": null }, { "description": "Autogenerated return type of AchievementsAward", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Achievement award.", "isDeprecated": false, "name": "userAchievement", "type": { "kind": "OBJECT", "name": "UserAchievement", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AchievementsAwardPayload", "possibleTypes": null }, { "description": "Autogenerated input type of AchievementsCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Namespace for the achievement.", "name": "namespaceId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "NamespaceID", "ofType": null } } }, { "defaultValue": null, "description": "Name for the achievement.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Avatar for the achievement.", "name": "avatar", "type": { "kind": "SCALAR", "name": "Upload", "ofType": null } }, { "defaultValue": null, "description": "Description of or notes for the achievement.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "AchievementsCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of AchievementsCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Achievement created.", "isDeprecated": false, "name": "achievement", "type": { "kind": "OBJECT", "name": "Achievement", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AchievementsCreatePayload", "possibleTypes": null }, { "description": "Autogenerated input type of AchievementsDelete", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the achievement being deleted.", "name": "achievementId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "AchievementsAchievementID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "AchievementsDeleteInput", "possibleTypes": null }, { "description": "Autogenerated return type of AchievementsDelete", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Achievement.", "isDeprecated": false, "name": "achievement", "type": { "kind": "OBJECT", "name": "Achievement", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AchievementsDeletePayload", "possibleTypes": null }, { "description": "Autogenerated input type of AchievementsRevoke", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the user achievement being revoked.", "name": "userAchievementId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "AchievementsUserAchievementID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "AchievementsRevokeInput", "possibleTypes": null }, { "description": "Autogenerated return type of AchievementsRevoke", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Achievement award.", "isDeprecated": false, "name": "userAchievement", "type": { "kind": "OBJECT", "name": "UserAchievement", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AchievementsRevokePayload", "possibleTypes": null }, { "description": "Autogenerated input type of AchievementsUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the achievement being updated.", "name": "achievementId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "AchievementsAchievementID", "ofType": null } } }, { "defaultValue": null, "description": "Name for the achievement.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Avatar for the achievement.", "name": "avatar", "type": { "kind": "SCALAR", "name": "Upload", "ofType": null } }, { "defaultValue": null, "description": "Description of or notes for the achievement.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "AchievementsUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of AchievementsUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Achievement.", "isDeprecated": false, "name": "achievement", "type": { "kind": "OBJECT", "name": "Achievement", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AchievementsUpdatePayload", "possibleTypes": null }, { "description": "A `AchievementsUserAchievementID` is a global ID. It is encoded as a string.\n\nAn example `AchievementsUserAchievementID` is: `\"gid://gitlab/Achievements::UserAchievement/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "AchievementsUserAchievementID", "possibleTypes": null }, { "description": "Autogenerated input type of AddProjectToSecurityDashboard", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the project to be added to Instance Security Dashboard.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "AddProjectToSecurityDashboardInput", "possibleTypes": null }, { "description": "Autogenerated return type of AddProjectToSecurityDashboard", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Project that was added to the Instance Security Dashboard.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AddProjectToSecurityDashboardPayload", "possibleTypes": null }, { "description": "Autogenerated input type of AdminSidekiqQueuesDeleteJobs", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Delete jobs matching user in the context metadata.", "name": "user", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Delete jobs matching user_id in the context metadata.", "name": "userId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Delete jobs matching project in the context metadata.", "name": "project", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Delete jobs matching root_namespace in the context metadata.", "name": "rootNamespace", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Delete jobs matching client_id in the context metadata.", "name": "clientId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Delete jobs matching caller_id in the context metadata.", "name": "callerId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Delete jobs matching remote_ip in the context metadata.", "name": "remoteIp", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Delete jobs matching job_id in the context metadata.", "name": "jobId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Delete jobs matching pipeline_id in the context metadata.", "name": "pipelineId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Delete jobs matching related_class in the context metadata.", "name": "relatedClass", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Delete jobs matching feature_category in the context metadata.", "name": "featureCategory", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Delete jobs matching artifact_size in the context metadata.", "name": "artifactSize", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Delete jobs matching artifact_used_cdn in the context metadata.", "name": "artifactUsedCdn", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Delete jobs matching artifacts_dependencies_size in the context metadata.", "name": "artifactsDependenciesSize", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Delete jobs matching artifacts_dependencies_count in the context metadata.", "name": "artifactsDependenciesCount", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Delete jobs matching root_caller_id in the context metadata.", "name": "rootCallerId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Delete jobs matching merge_action_status in the context metadata.", "name": "mergeActionStatus", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Delete jobs matching subscription_plan in the context metadata.", "name": "subscriptionPlan", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Delete jobs with the given worker class.", "name": "workerClass", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Name of the queue to delete jobs from.", "name": "queueName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "AdminSidekiqQueuesDeleteJobsInput", "possibleTypes": null }, { "description": "Autogenerated return type of AdminSidekiqQueuesDeleteJobs", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Information about the status of the deletion request.", "isDeprecated": false, "name": "result", "type": { "kind": "OBJECT", "name": "DeleteJobsResponse", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AdminSidekiqQueuesDeleteJobsPayload", "possibleTypes": null }, { "description": "Configuration details for an Agent", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Name of the agent.", "isDeprecated": false, "name": "agentName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AgentConfiguration", "possibleTypes": null }, { "description": "The connection type for AgentConfiguration.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "AgentConfigurationEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "AgentConfiguration", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AgentConfigurationConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "AgentConfiguration", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AgentConfigurationEdge", "possibleTypes": null }, { "description": "Information about a connected Agent", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Agent version commit.", "isDeprecated": false, "name": "commit", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the pod running the Agent.", "isDeprecated": false, "name": "podName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Namespace of the pod running the Agent.", "isDeprecated": false, "name": "podNamespace", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Agent version tag.", "isDeprecated": false, "name": "version", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AgentMetadata", "possibleTypes": null }, { "description": "Agent token statuses", "enumValues": [ { "deprecationReason": null, "description": "Active agent token.", "isDeprecated": false, "name": "ACTIVE" }, { "deprecationReason": null, "description": "Revoked agent token.", "isDeprecated": false, "name": "REVOKED" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "AgentTokenStatus", "possibleTypes": null }, { "description": "Autogenerated input type of AiAction", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Input for explain_vulnerability AI action.", "name": "explainVulnerability", "type": { "kind": "INPUT_OBJECT", "name": "AiExplainVulnerabilityInput", "ofType": null } }, { "defaultValue": null, "description": "Input for summarize_comments AI action.", "name": "summarizeComments", "type": { "kind": "INPUT_OBJECT", "name": "AiSummarizeCommentsInput", "ofType": null } }, { "defaultValue": null, "description": "Input for explain_code AI action.", "name": "explainCode", "type": { "kind": "INPUT_OBJECT", "name": "AiExplainCodeInput", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "AiActionInput", "possibleTypes": null }, { "description": "Autogenerated return type of AiAction", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AiActionPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "GID of the resource to mutate.", "name": "resourceId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "AiModelID", "ofType": null } } }, { "defaultValue": null, "description": "Code messages that is passed to be explained by AI.", "name": "messages", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AiExplainCodeMessageInput", "ofType": null } } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "AiExplainCodeInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Role of the message (system, user, assistant).", "name": "role", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Content of the message.", "name": "content", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "AiExplainCodeMessageInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "GID of the resource to mutate.", "name": "resourceId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "AiModelID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "AiExplainVulnerabilityInput", "possibleTypes": null }, { "description": "A `AiModelID` is a global ID. It is encoded as a string.\n\nAn example `AiModelID` is: `\"gid://gitlab/Ai::Model/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "AiModelID", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Errors return by AI API as response.", "isDeprecated": false, "name": "errors", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Response body from AI API.", "isDeprecated": false, "name": "responseBody", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AiResponse", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "GID of the resource to mutate.", "name": "resourceId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "AiModelID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "AiSummarizeCommentsInput", "possibleTypes": null }, { "description": "Describes an alert from the project's Alert Management", "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Assignees of the alert.", "isDeprecated": false, "name": "assignees", "type": { "kind": "OBJECT", "name": "UserCoreConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All commenters on this noteable.", "isDeprecated": false, "name": "commenters", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCoreConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp the alert was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Description of the alert.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Alert details.", "isDeprecated": false, "name": "details", "type": { "kind": "SCALAR", "name": "JSON", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL of the alert detail page.", "isDeprecated": false, "name": "detailsUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All discussions on this noteable.", "isDeprecated": false, "name": "discussions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DiscussionConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp the alert ended.", "isDeprecated": false, "name": "endedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Environment for the alert.", "isDeprecated": false, "name": "environment", "type": { "kind": "OBJECT", "name": "Environment", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of events of this alert.", "isDeprecated": false, "name": "eventCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "List of hosts the alert came from.", "isDeprecated": false, "name": "hosts", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "ID of the alert.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Internal ID of the alert.", "isDeprecated": false, "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Issue attached to the alert.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } }, { "args": [], "deprecationReason": "Use issue field. Deprecated in 13.10.", "description": "Internal ID of the GitLab issue attached to the alert. Deprecated in 13.10: Use issue field.", "isDeprecated": true, "name": "issueIid", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL for metrics embed for the alert.", "isDeprecated": false, "name": "metricsDashboardUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Monitoring tool the alert came from.", "isDeprecated": false, "name": "monitoringTool", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All notes on this noteable.", "isDeprecated": false, "name": "notes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NoteConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Alert condition for Prometheus.", "isDeprecated": false, "name": "prometheusAlert", "type": { "kind": "OBJECT", "name": "PrometheusAlert", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Runbook for the alert as defined in alert details.", "isDeprecated": false, "name": "runbook", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Service the alert came from.", "isDeprecated": false, "name": "service", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Severity of the alert.", "isDeprecated": false, "name": "severity", "type": { "kind": "ENUM", "name": "AlertManagementSeverity", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp the alert was raised.", "isDeprecated": false, "name": "startedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Status of the alert.", "isDeprecated": false, "name": "status", "type": { "kind": "ENUM", "name": "AlertManagementStatus", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Title of the alert.", "isDeprecated": false, "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Action to be filtered.", "name": "action", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TodoActionEnum", "ofType": null } } } }, { "defaultValue": null, "description": "ID of an author.", "name": "authorId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "ID of a project.", "name": "projectId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "ID of a group.", "name": "groupId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "State of the todo.", "name": "state", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TodoStateEnum", "ofType": null } } } }, { "defaultValue": null, "description": "Type of the todo.", "name": "type", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TodoTargetEnum", "ofType": null } } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "To-do items of the current user for the alert.", "isDeprecated": false, "name": "todos", "type": { "kind": "OBJECT", "name": "TodoConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp the alert was last updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL of the alert.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "NoteableInterface", "ofType": null }, { "kind": "INTERFACE", "name": "Todoable", "ofType": null } ], "kind": "OBJECT", "name": "AlertManagementAlert", "possibleTypes": null }, { "description": "The connection type for AlertManagementAlert.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "AlertManagementAlertEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "AlertManagementAlert", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AlertManagementAlertConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "AlertManagementAlert", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AlertManagementAlertEdge", "possibleTypes": null }, { "description": "A `AlertManagementAlertID` is a global ID. It is encoded as a string.\n\nAn example `AlertManagementAlertID` is: `\"gid://gitlab/AlertManagement::Alert/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "AlertManagementAlertID", "possibleTypes": null }, { "description": "Values for sorting alerts", "enumValues": [ { "deprecationReason": null, "description": "Start time by ascending order.", "isDeprecated": false, "name": "STARTED_AT_ASC" }, { "deprecationReason": null, "description": "Start time by descending order.", "isDeprecated": false, "name": "STARTED_AT_DESC" }, { "deprecationReason": null, "description": "End time by ascending order.", "isDeprecated": false, "name": "ENDED_AT_ASC" }, { "deprecationReason": null, "description": "End time by descending order.", "isDeprecated": false, "name": "ENDED_AT_DESC" }, { "deprecationReason": null, "description": "Created time by ascending order.", "isDeprecated": false, "name": "CREATED_TIME_ASC" }, { "deprecationReason": null, "description": "Created time by descending order.", "isDeprecated": false, "name": "CREATED_TIME_DESC" }, { "deprecationReason": null, "description": "Created time by ascending order.", "isDeprecated": false, "name": "UPDATED_TIME_ASC" }, { "deprecationReason": null, "description": "Created time by descending order.", "isDeprecated": false, "name": "UPDATED_TIME_DESC" }, { "deprecationReason": null, "description": "Events count by ascending order.", "isDeprecated": false, "name": "EVENT_COUNT_ASC" }, { "deprecationReason": null, "description": "Events count by descending order.", "isDeprecated": false, "name": "EVENT_COUNT_DESC" }, { "deprecationReason": null, "description": "Severity from less critical to more critical.", "isDeprecated": false, "name": "SEVERITY_ASC" }, { "deprecationReason": null, "description": "Severity from more critical to less critical.", "isDeprecated": false, "name": "SEVERITY_DESC" }, { "deprecationReason": null, "description": "Status by order: `Ignored > Resolved > Acknowledged > Triggered`.", "isDeprecated": false, "name": "STATUS_ASC" }, { "deprecationReason": null, "description": "Status by order: `Triggered > Acknowledged > Resolved > Ignored`.", "isDeprecated": false, "name": "STATUS_DESC" }, { "deprecationReason": "This was renamed. Please use `UPDATED_DESC`. Deprecated in 13.5.", "description": "Updated at descending order.", "isDeprecated": true, "name": "updated_desc" }, { "deprecationReason": "This was renamed. Please use `UPDATED_ASC`. Deprecated in 13.5.", "description": "Updated at ascending order.", "isDeprecated": true, "name": "updated_asc" }, { "deprecationReason": "This was renamed. Please use `CREATED_DESC`. Deprecated in 13.5.", "description": "Created at descending order.", "isDeprecated": true, "name": "created_desc" }, { "deprecationReason": "This was renamed. Please use `CREATED_ASC`. Deprecated in 13.5.", "description": "Created at ascending order.", "isDeprecated": true, "name": "created_asc" }, { "deprecationReason": null, "description": "Updated at descending order.", "isDeprecated": false, "name": "UPDATED_DESC" }, { "deprecationReason": null, "description": "Updated at ascending order.", "isDeprecated": false, "name": "UPDATED_ASC" }, { "deprecationReason": null, "description": "Created at descending order.", "isDeprecated": false, "name": "CREATED_DESC" }, { "deprecationReason": null, "description": "Created at ascending order.", "isDeprecated": false, "name": "CREATED_ASC" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "AlertManagementAlertSort", "possibleTypes": null }, { "description": "Represents total number of alerts for the represented categories", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Number of alerts with status ACKNOWLEDGED for the project", "isDeprecated": false, "name": "acknowledged", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total number of alerts for the project.", "isDeprecated": false, "name": "all", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of alerts with status IGNORED for the project", "isDeprecated": false, "name": "ignored", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of alerts with status TRIGGERED or ACKNOWLEDGED for the project.", "isDeprecated": false, "name": "open", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of alerts with status RESOLVED for the project", "isDeprecated": false, "name": "resolved", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of alerts with status TRIGGERED for the project", "isDeprecated": false, "name": "triggered", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AlertManagementAlertStatusCountsType", "possibleTypes": null }, { "description": "Filters the alerts based on given domain", "enumValues": [ { "deprecationReason": null, "description": "Alerts for operations domain.", "isDeprecated": false, "name": "operations" }, { "deprecationReason": "Network policies are deprecated and will be removed in GitLab 16.0. Deprecated in 15.0.", "description": "Alerts for threat monitoring domain. Deprecated in 15.0: Network policies are deprecated and will be removed in GitLab 16.0.", "isDeprecated": true, "name": "threat_monitoring" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "AlertManagementDomainFilter", "possibleTypes": null }, { "description": "An endpoint and credentials used to accept alerts for a project", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether the endpoint is currently accepting alerts.", "isDeprecated": false, "name": "active", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL at which Prometheus metrics can be queried to populate the metrics dashboard.", "isDeprecated": false, "name": "apiUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the integration.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the integration.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Extract alert fields from payload example for custom mapping.", "isDeprecated": false, "name": "payloadAlertFields", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AlertManagementPayloadAlertField", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "The custom mapping of GitLab alert attributes to fields from the payload_example.", "isDeprecated": false, "name": "payloadAttributeMappings", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AlertManagementPayloadAlertMappingField", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Example of an alert payload.", "isDeprecated": false, "name": "payloadExample", "type": { "kind": "SCALAR", "name": "JsonString", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Token used to authenticate alert notification requests.", "isDeprecated": false, "name": "token", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of integration.", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AlertManagementIntegrationType", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Endpoint which accepts alert notifications.", "isDeprecated": false, "name": "url", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AlertManagementIntegration", "ofType": null } ], "kind": "OBJECT", "name": "AlertManagementHttpIntegration", "possibleTypes": null }, { "description": "The connection type for AlertManagementHttpIntegration.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "AlertManagementHttpIntegrationEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "AlertManagementHttpIntegration", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AlertManagementHttpIntegrationConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "AlertManagementHttpIntegration", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AlertManagementHttpIntegrationEdge", "possibleTypes": null }, { "description": "A `AlertManagementHttpIntegrationID` is a global ID. It is encoded as a string.\n\nAn example `AlertManagementHttpIntegrationID` is: `\"gid://gitlab/AlertManagement::HttpIntegration/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "AlertManagementHttpIntegrationID", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether the endpoint is currently accepting alerts.", "isDeprecated": false, "name": "active", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL at which Prometheus metrics can be queried to populate the metrics dashboard.", "isDeprecated": false, "name": "apiUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the integration.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the integration.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Token used to authenticate alert notification requests.", "isDeprecated": false, "name": "token", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of integration.", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AlertManagementIntegrationType", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Endpoint which accepts alert notifications.", "isDeprecated": false, "name": "url", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "INTERFACE", "name": "AlertManagementIntegration", "possibleTypes": [ { "kind": "OBJECT", "name": "AlertManagementHttpIntegration", "ofType": null }, { "kind": "OBJECT", "name": "AlertManagementPrometheusIntegration", "ofType": null } ] }, { "description": "The connection type for AlertManagementIntegration.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "AlertManagementIntegrationEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "INTERFACE", "name": "AlertManagementIntegration", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AlertManagementIntegrationConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "INTERFACE", "name": "AlertManagementIntegration", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AlertManagementIntegrationEdge", "possibleTypes": null }, { "description": "Values of types of integrations", "enumValues": [ { "deprecationReason": null, "description": "Prometheus integration.", "isDeprecated": false, "name": "PROMETHEUS" }, { "deprecationReason": null, "description": "Integration with any monitoring tool.", "isDeprecated": false, "name": "HTTP" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "AlertManagementIntegrationType", "possibleTypes": null }, { "description": "Parsed field from an alert used for custom mappings", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Human-readable label of the payload path.", "isDeprecated": false, "name": "label", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Path to value inside payload JSON.", "isDeprecated": false, "name": "path", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PayloadAlertFieldPathSegment", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Type of the parsed value.", "isDeprecated": false, "name": "type", "type": { "kind": "ENUM", "name": "AlertManagementPayloadAlertFieldType", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AlertManagementPayloadAlertField", "possibleTypes": null }, { "description": "Field that are available while modifying the custom mapping attributes for an HTTP integration", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "GitLab alert field name.", "name": "fieldName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AlertManagementPayloadAlertFieldName", "ofType": null } } }, { "defaultValue": null, "description": "Path to value inside payload JSON.", "name": "path", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PayloadAlertFieldPathSegment", "ofType": null } } } } }, { "defaultValue": null, "description": "Human-readable label of the payload path.", "name": "label", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Type of the parsed value.", "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AlertManagementPayloadAlertFieldType", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "AlertManagementPayloadAlertFieldInput", "possibleTypes": null }, { "description": "Values for alert field names used in the custom mapping", "enumValues": [ { "deprecationReason": null, "description": "The title of the incident.", "isDeprecated": false, "name": "TITLE" }, { "deprecationReason": null, "description": "A high-level summary of the problem.", "isDeprecated": false, "name": "DESCRIPTION" }, { "deprecationReason": null, "description": "The time of the incident.", "isDeprecated": false, "name": "START_TIME" }, { "deprecationReason": null, "description": "The resolved time of the incident.", "isDeprecated": false, "name": "END_TIME" }, { "deprecationReason": null, "description": "The affected service.", "isDeprecated": false, "name": "SERVICE" }, { "deprecationReason": null, "description": "The name of the associated monitoring tool.", "isDeprecated": false, "name": "MONITORING_TOOL" }, { "deprecationReason": null, "description": "One or more hosts, as to where this incident occurred.", "isDeprecated": false, "name": "HOSTS" }, { "deprecationReason": null, "description": "The severity of the alert.", "isDeprecated": false, "name": "SEVERITY" }, { "deprecationReason": null, "description": "The unique identifier of the alert. This can be used to group occurrences of the same alert.", "isDeprecated": false, "name": "FINGERPRINT" }, { "deprecationReason": null, "description": "The name of the associated GitLab environment.", "isDeprecated": false, "name": "GITLAB_ENVIRONMENT_NAME" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "AlertManagementPayloadAlertFieldName", "possibleTypes": null }, { "description": "Values for alert field types used in the custom mapping", "enumValues": [ { "deprecationReason": null, "description": "Array field type.", "isDeprecated": false, "name": "ARRAY" }, { "deprecationReason": null, "description": "DateTime field type.", "isDeprecated": false, "name": "DATETIME" }, { "deprecationReason": null, "description": "String field type.", "isDeprecated": false, "name": "STRING" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "AlertManagementPayloadAlertFieldType", "possibleTypes": null }, { "description": "Parsed field (with its name) from an alert used for custom mappings", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "GitLab alert field name.", "isDeprecated": false, "name": "fieldName", "type": { "kind": "ENUM", "name": "AlertManagementPayloadAlertFieldName", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Human-readable label of the payload path.", "isDeprecated": false, "name": "label", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Path to value inside payload JSON.", "isDeprecated": false, "name": "path", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PayloadAlertFieldPathSegment", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Type of the parsed value.", "isDeprecated": false, "name": "type", "type": { "kind": "ENUM", "name": "AlertManagementPayloadAlertFieldType", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AlertManagementPayloadAlertMappingField", "possibleTypes": null }, { "description": "An endpoint and credentials used to accept Prometheus alerts for a project", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether the endpoint is currently accepting alerts.", "isDeprecated": false, "name": "active", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL at which Prometheus metrics can be queried to populate the metrics dashboard.", "isDeprecated": false, "name": "apiUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the integration.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the integration.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Token used to authenticate alert notification requests.", "isDeprecated": false, "name": "token", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of integration.", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AlertManagementIntegrationType", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Endpoint which accepts alert notifications.", "isDeprecated": false, "name": "url", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "AlertManagementIntegration", "ofType": null } ], "kind": "OBJECT", "name": "AlertManagementPrometheusIntegration", "possibleTypes": null }, { "description": "Alert severity values", "enumValues": [ { "deprecationReason": null, "description": "Critical severity", "isDeprecated": false, "name": "CRITICAL" }, { "deprecationReason": null, "description": "High severity", "isDeprecated": false, "name": "HIGH" }, { "deprecationReason": null, "description": "Medium severity", "isDeprecated": false, "name": "MEDIUM" }, { "deprecationReason": null, "description": "Low severity", "isDeprecated": false, "name": "LOW" }, { "deprecationReason": null, "description": "Info severity", "isDeprecated": false, "name": "INFO" }, { "deprecationReason": null, "description": "Unknown severity", "isDeprecated": false, "name": "UNKNOWN" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "AlertManagementSeverity", "possibleTypes": null }, { "description": "Alert status values", "enumValues": [ { "deprecationReason": null, "description": "Investigation has not started.", "isDeprecated": false, "name": "TRIGGERED" }, { "deprecationReason": null, "description": "Someone is actively investigating the problem.", "isDeprecated": false, "name": "ACKNOWLEDGED" }, { "deprecationReason": null, "description": "The problem has been addressed.", "isDeprecated": false, "name": "RESOLVED" }, { "deprecationReason": null, "description": "No action will be taken.", "isDeprecated": false, "name": "IGNORED" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "AlertManagementStatus", "possibleTypes": null }, { "description": "Autogenerated input type of AlertSetAssignees", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project the alert to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the alert to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Usernames to assign to the alert. Replaces existing assignees by default.", "name": "assigneeUsernames", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "defaultValue": null, "description": "Operation to perform. Defaults to REPLACE.", "name": "operationMode", "type": { "kind": "ENUM", "name": "MutationOperationMode", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "AlertSetAssigneesInput", "possibleTypes": null }, { "description": "Autogenerated return type of AlertSetAssignees", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Alert after mutation.", "isDeprecated": false, "name": "alert", "type": { "kind": "OBJECT", "name": "AlertManagementAlert", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Issue created after mutation.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "To-do item after mutation.", "isDeprecated": false, "name": "todo", "type": { "kind": "OBJECT", "name": "Todo", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AlertSetAssigneesPayload", "possibleTypes": null }, { "description": "Autogenerated input type of AlertTodoCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project the alert to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the alert to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "AlertTodoCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of AlertTodoCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Alert after mutation.", "isDeprecated": false, "name": "alert", "type": { "kind": "OBJECT", "name": "AlertManagementAlert", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Issue created after mutation.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "To-do item after mutation.", "isDeprecated": false, "name": "todo", "type": { "kind": "OBJECT", "name": "Todo", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AlertTodoCreatePayload", "possibleTypes": null }, { "description": "A `AnalyticsDevopsAdoptionEnabledNamespaceID` is a global ID. It is encoded as a string.\n\nAn example `AnalyticsDevopsAdoptionEnabledNamespaceID` is: `\"gid://gitlab/Analytics::DevopsAdoption::EnabledNamespace/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "AnalyticsDevopsAdoptionEnabledNamespaceID", "possibleTypes": null }, { "description": "Data associated with configuring API fuzzing scans in GitLab CI", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "All available scan modes.", "isDeprecated": false, "name": "scanModes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ApiFuzzingScanMode", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "All default scan profiles.", "isDeprecated": false, "name": "scanProfiles", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ApiFuzzingScanProfile", "ofType": null } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ApiFuzzingCiConfiguration", "possibleTypes": null }, { "description": "Autogenerated input type of ApiFuzzingCiConfigurationCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Full path of the project.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "File path or URL to the file that defines the API surface for scanning. Must be in the format specified by the `scanMode` argument.", "name": "apiSpecificationFile", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "CI variable containing the password for authenticating with the target API.", "name": "authPassword", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "CI variable containing the username for authenticating with the target API.", "name": "authUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Mode for API fuzzing scans.", "name": "scanMode", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ApiFuzzingScanMode", "ofType": null } } }, { "defaultValue": null, "description": "Name of a default profile to use for scanning. Ex: Quick-10.", "name": "scanProfile", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "URL for the target of API fuzzing scans.", "name": "target", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ApiFuzzingCiConfigurationCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of ApiFuzzingCiConfigurationCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": "The configuration snippet is now generated client-side. Deprecated in 14.6.", "description": "A YAML snippet that can be inserted into the project's `.gitlab-ci.yml` to set up API fuzzing scans. Deprecated in 14.6: The configuration snippet is now generated client-side.", "isDeprecated": true, "name": "configurationYaml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": "The configuration snippet is now generated client-side. Deprecated in 14.6.", "description": "Location at which the project's `.gitlab-ci.yml` file can be edited in the browser. Deprecated in 14.6: The configuration snippet is now generated client-side.", "isDeprecated": true, "name": "gitlabCiYamlEditPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ApiFuzzingCiConfigurationCreatePayload", "possibleTypes": null }, { "description": "All possible ways to specify the API surface for an API fuzzing scan.", "enumValues": [ { "deprecationReason": null, "description": "The API surface is specified by a HAR file.", "isDeprecated": false, "name": "HAR" }, { "deprecationReason": null, "description": "The API surface is specified by a OPENAPI file.", "isDeprecated": false, "name": "OPENAPI" }, { "deprecationReason": null, "description": "The API surface is specified by a POSTMAN file.", "isDeprecated": false, "name": "POSTMAN" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ApiFuzzingScanMode", "possibleTypes": null }, { "description": "An API Fuzzing scan profile.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Short description of the profile.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Unique name of the profile.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Syntax highlighted HTML representation of the YAML.", "isDeprecated": false, "name": "yaml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ApiFuzzingScanProfile", "possibleTypes": null }, { "description": "A `AppSecFuzzingCoverageCorpusID` is a global ID. It is encoded as a string.\n\nAn example `AppSecFuzzingCoverageCorpusID` is: `\"gid://gitlab/AppSec::Fuzzing::Coverage::Corpus/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "AppSecFuzzingCoverageCorpusID", "possibleTypes": null }, { "description": "Describes a project approval rule regarding who can approve merge requests.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Number of required approvals.", "isDeprecated": false, "name": "approvalsRequired", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of users eligible to approve merge requests for this approval rule.", "isDeprecated": false, "name": "eligibleApprovers", "type": { "kind": "OBJECT", "name": "UserCoreConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the rule.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "GlobalID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the rule.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of the rule.", "isDeprecated": false, "name": "type", "type": { "kind": "ENUM", "name": "ApprovalRuleType", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ApprovalProjectRule", "possibleTypes": null }, { "description": "The connection type for ApprovalProjectRule.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ApprovalProjectRuleEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ApprovalProjectRule", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ApprovalProjectRuleConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "ApprovalProjectRule", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ApprovalProjectRuleEdge", "possibleTypes": null }, { "description": "Describes a rule for who can approve merge requests.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates if the rule can be ignored if it is invalid.", "isDeprecated": false, "name": "allowMergeWhenInvalid", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of required approvals.", "isDeprecated": false, "name": "approvalsRequired", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the rule is satisfied.", "isDeprecated": false, "name": "approved", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of users defined in the rule that approved the merge request.", "isDeprecated": false, "name": "approvedBy", "type": { "kind": "OBJECT", "name": "UserCoreConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of users, defined in the rule, who commented on the merge request.", "isDeprecated": false, "name": "commentedBy", "type": { "kind": "OBJECT", "name": "UserCoreConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the rule contains approvers from a hidden group.", "isDeprecated": false, "name": "containsHiddenGroups", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "List of all users eligible to approve the merge request (defined explicitly and from associated groups).", "isDeprecated": false, "name": "eligibleApprovers", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of groups added as approvers for the rule.", "isDeprecated": false, "name": "groups", "type": { "kind": "OBJECT", "name": "GroupConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the rule.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "GlobalID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if the rule is invalid and cannot be approved.", "isDeprecated": false, "name": "invalid", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the rule.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the rule was overridden for the merge request.", "isDeprecated": false, "name": "overridden", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Named section of the Code Owners file that the rule applies to.", "isDeprecated": false, "name": "section", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Source rule used to create the rule.", "isDeprecated": false, "name": "sourceRule", "type": { "kind": "OBJECT", "name": "ApprovalRule", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of the rule.", "isDeprecated": false, "name": "type", "type": { "kind": "ENUM", "name": "ApprovalRuleType", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of users added as approvers for the rule.", "isDeprecated": false, "name": "users", "type": { "kind": "OBJECT", "name": "UserCoreConnection", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ApprovalRule", "possibleTypes": null }, { "description": "The kind of an approval rule.", "enumValues": [ { "deprecationReason": null, "description": "A `regular` approval rule.", "isDeprecated": false, "name": "REGULAR" }, { "deprecationReason": null, "description": "A `code_owner` approval rule.", "isDeprecated": false, "name": "CODE_OWNER" }, { "deprecationReason": null, "description": "A `report_approver` approval rule.", "isDeprecated": false, "name": "REPORT_APPROVER" }, { "deprecationReason": null, "description": "A `any_approver` approval rule.", "isDeprecated": false, "name": "ANY_APPROVER" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ApprovalRuleType", "possibleTypes": null }, { "description": "Autogenerated input type of ApproveDeployment", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the deployment.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DeploymentID", "ofType": null } } }, { "defaultValue": null, "description": "Status of the approval (either `APPROVED` or `REJECTED`).", "name": "status", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DeploymentsApprovalStatus", "ofType": null } } }, { "defaultValue": null, "description": "Comment to go with the approval.", "name": "comment", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Name of the User/Group/Role to use for the approval, when the user belongs to multiple approval rules.", "name": "representedAs", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ApproveDeploymentInput", "possibleTypes": null }, { "description": "Autogenerated return type of ApproveDeployment", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "DeploymentApproval after mutation.", "isDeprecated": false, "name": "deploymentApproval", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DeploymentApproval", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ApproveDeploymentPayload", "possibleTypes": null }, { "description": "Autogenerated input type of ArtifactDestroy", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the artifact to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "CiJobArtifactID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ArtifactDestroyInput", "possibleTypes": null }, { "description": "Autogenerated return type of ArtifactDestroy", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Deleted artifact.", "isDeprecated": false, "name": "artifact", "type": { "kind": "OBJECT", "name": "CiJobArtifact", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ArtifactDestroyPayload", "possibleTypes": null }, { "description": "Represents a vulnerability asset type.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Name of the asset.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Type of the asset.", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "URL of the asset.", "isDeprecated": false, "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AssetType", "possibleTypes": null }, { "description": "Assignee ID wildcard values", "enumValues": [ { "deprecationReason": null, "description": "No assignee is assigned.", "isDeprecated": false, "name": "NONE" }, { "deprecationReason": null, "description": "An assignee is assigned.", "isDeprecated": false, "name": "ANY" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "AssigneeWildcardId", "possibleTypes": null }, { "description": "Represents a HTTP header key/value that belongs to an audit streaming destination.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "ID of the header.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Key of the header.", "isDeprecated": false, "name": "key", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Value of the header.", "isDeprecated": false, "name": "value", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AuditEventStreamingHeader", "possibleTypes": null }, { "description": "The connection type for AuditEventStreamingHeader.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "AuditEventStreamingHeaderEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "AuditEventStreamingHeader", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AuditEventStreamingHeaderConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "AuditEventStreamingHeader", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AuditEventStreamingHeaderEdge", "possibleTypes": null }, { "description": "A `AuditEventsExternalAuditEventDestinationID` is a global ID. It is encoded as a string.\n\nAn example `AuditEventsExternalAuditEventDestinationID` is: `\"gid://gitlab/AuditEvents::ExternalAuditEventDestination/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "AuditEventsExternalAuditEventDestinationID", "possibleTypes": null }, { "description": "Autogenerated input type of AuditEventsStreamingDestinationEventsAdd", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Destination id.", "name": "destinationId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "AuditEventsExternalAuditEventDestinationID", "ofType": null } } }, { "defaultValue": null, "description": "List of event type filters to add for streaming.", "name": "eventTypeFilters", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "AuditEventsStreamingDestinationEventsAddInput", "possibleTypes": null }, { "description": "Autogenerated return type of AuditEventsStreamingDestinationEventsAdd", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Event type filters present.", "isDeprecated": false, "name": "eventTypeFilters", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AuditEventsStreamingDestinationEventsAddPayload", "possibleTypes": null }, { "description": "Autogenerated input type of AuditEventsStreamingDestinationEventsRemove", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Destination URL.", "name": "destinationId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "AuditEventsExternalAuditEventDestinationID", "ofType": null } } }, { "defaultValue": null, "description": "List of event type filters to remove from streaming.", "name": "eventTypeFilters", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "AuditEventsStreamingDestinationEventsRemoveInput", "possibleTypes": null }, { "description": "Autogenerated return type of AuditEventsStreamingDestinationEventsRemove", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AuditEventsStreamingDestinationEventsRemovePayload", "possibleTypes": null }, { "description": "A `AuditEventsStreamingHeaderID` is a global ID. It is encoded as a string.\n\nAn example `AuditEventsStreamingHeaderID` is: `\"gid://gitlab/AuditEvents::Streaming::Header/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "AuditEventsStreamingHeaderID", "possibleTypes": null }, { "description": "Autogenerated input type of AuditEventsStreamingHeadersCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Header key.", "name": "key", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Header value.", "name": "value", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Destination to associate header with.", "name": "destinationId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "AuditEventsExternalAuditEventDestinationID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "AuditEventsStreamingHeadersCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of AuditEventsStreamingHeadersCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Created header.", "isDeprecated": false, "name": "header", "type": { "kind": "OBJECT", "name": "AuditEventStreamingHeader", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AuditEventsStreamingHeadersCreatePayload", "possibleTypes": null }, { "description": "Autogenerated input type of AuditEventsStreamingHeadersDestroy", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Header to delete.", "name": "headerId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "AuditEventsStreamingHeaderID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "AuditEventsStreamingHeadersDestroyInput", "possibleTypes": null }, { "description": "Autogenerated return type of AuditEventsStreamingHeadersDestroy", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AuditEventsStreamingHeadersDestroyPayload", "possibleTypes": null }, { "description": "Autogenerated input type of AuditEventsStreamingHeadersUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Header to update.", "name": "headerId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "AuditEventsStreamingHeaderID", "ofType": null } } }, { "defaultValue": null, "description": "Header key.", "name": "key", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Header value.", "name": "value", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "AuditEventsStreamingHeadersUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of AuditEventsStreamingHeadersUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Updates header.", "isDeprecated": false, "name": "header", "type": { "kind": "OBJECT", "name": "AuditEventStreamingHeader", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AuditEventsStreamingHeadersUpdatePayload", "possibleTypes": null }, { "description": "User availability status", "enumValues": [ { "deprecationReason": null, "description": "Not Set", "isDeprecated": false, "name": "NOT_SET" }, { "deprecationReason": null, "description": "Busy", "isDeprecated": false, "name": "BUSY" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "AvailabilityEnum", "possibleTypes": null }, { "description": "Available fields to be exported as CSV", "enumValues": [ { "deprecationReason": null, "description": "Unique identifier.", "isDeprecated": false, "name": "ID" }, { "deprecationReason": null, "description": "Title.", "isDeprecated": false, "name": "TITLE" }, { "deprecationReason": null, "description": "Description.", "isDeprecated": false, "name": "DESCRIPTION" }, { "deprecationReason": null, "description": "Type of the work item.", "isDeprecated": false, "name": "TYPE" }, { "deprecationReason": null, "description": "Author name.", "isDeprecated": false, "name": "AUTHOR" }, { "deprecationReason": null, "description": "Author username.", "isDeprecated": false, "name": "AUTHOR_USERNAME" }, { "deprecationReason": null, "description": "Date of creation.", "isDeprecated": false, "name": "CREATED_AT" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "AvailableExportFields", "possibleTypes": null }, { "description": "An emoji awarded by a user", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Emoji description.", "isDeprecated": false, "name": "description", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Emoji as an icon.", "isDeprecated": false, "name": "emoji", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Emoji name.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Emoji in Unicode.", "isDeprecated": false, "name": "unicode", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Unicode version for this emoji.", "isDeprecated": false, "name": "unicodeVersion", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "User who awarded the emoji.", "isDeprecated": false, "name": "user", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AwardEmoji", "possibleTypes": null }, { "description": "Autogenerated input type of AwardEmojiAdd", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Global ID of the awardable resource.", "name": "awardableId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "AwardableID", "ofType": null } } }, { "defaultValue": null, "description": "Emoji name.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "AwardEmojiAddInput", "possibleTypes": null }, { "description": "Autogenerated return type of AwardEmojiAdd", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Award emoji after mutation.", "isDeprecated": false, "name": "awardEmoji", "type": { "kind": "OBJECT", "name": "AwardEmoji", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AwardEmojiAddPayload", "possibleTypes": null }, { "description": "The connection type for AwardEmoji.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "AwardEmojiEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "AwardEmoji", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AwardEmojiConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "AwardEmoji", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AwardEmojiEdge", "possibleTypes": null }, { "description": "Autogenerated input type of AwardEmojiRemove", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Global ID of the awardable resource.", "name": "awardableId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "AwardableID", "ofType": null } } }, { "defaultValue": null, "description": "Emoji name.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "AwardEmojiRemoveInput", "possibleTypes": null }, { "description": "Autogenerated return type of AwardEmojiRemove", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Award emoji after mutation.", "isDeprecated": false, "name": "awardEmoji", "type": { "kind": "OBJECT", "name": "AwardEmoji", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AwardEmojiRemovePayload", "possibleTypes": null }, { "description": "Autogenerated input type of AwardEmojiToggle", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Global ID of the awardable resource.", "name": "awardableId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "AwardableID", "ofType": null } } }, { "defaultValue": null, "description": "Emoji name.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "AwardEmojiToggleInput", "possibleTypes": null }, { "description": "Autogenerated return type of AwardEmojiToggle", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Award emoji after mutation.", "isDeprecated": false, "name": "awardEmoji", "type": { "kind": "OBJECT", "name": "AwardEmoji", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Indicates the status of the emoji. True if the toggle awarded the emoji, and false if the toggle removed the emoji.", "isDeprecated": false, "name": "toggledOn", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "AwardEmojiTogglePayload", "possibleTypes": null }, { "description": "A `AwardableID` is a global ID. It is encoded as a string.\n\nAn example `AwardableID` is: `\"gid://gitlab/Awardable/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "AwardableID", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates if the service is active.", "isDeprecated": false, "name": "active", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of the service.", "isDeprecated": false, "name": "serviceType", "type": { "kind": "ENUM", "name": "ServiceType", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Class name of the service.", "isDeprecated": false, "name": "type", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Service", "ofType": null } ], "kind": "OBJECT", "name": "BaseService", "possibleTypes": null }, { "description": "Represents non-fractional signed whole numeric values. Since the value may exceed the size of a 32-bit integer, it's encoded as a string.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "BigInt", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Flat path of the entry.", "isDeprecated": false, "name": "flatPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the entry.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "LFS ID of the blob.", "isDeprecated": false, "name": "lfsOid", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Blob mode in numeric format.", "isDeprecated": false, "name": "mode", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the entry.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Path of the entry.", "isDeprecated": false, "name": "path", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Last commit SHA for the entry.", "isDeprecated": false, "name": "sha", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Type of tree entry.", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EntryType", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web path of the blob.", "isDeprecated": false, "name": "webPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web URL of the blob.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Entry", "ofType": null } ], "kind": "OBJECT", "name": "Blob", "possibleTypes": null }, { "description": "The connection type for Blob.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "BlobEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Blob", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "BlobConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Blob", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "BlobEdge", "possibleTypes": null }, { "description": "Represents how the blob content should be displayed", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Shows whether the blob should be displayed collapsed.", "isDeprecated": false, "name": "collapsed", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Content file type.", "isDeprecated": false, "name": "fileType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Shows whether the blob content is loaded asynchronously.", "isDeprecated": false, "name": "loadAsync", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Loading partial name.", "isDeprecated": false, "name": "loadingPartialName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Error rendering the blob content.", "isDeprecated": false, "name": "renderError", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Shows whether the blob is too large to be displayed.", "isDeprecated": false, "name": "tooLarge", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Type of blob viewer.", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BlobViewersType", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "BlobViewer", "possibleTypes": null }, { "description": "Types of blob viewers", "enumValues": [ { "deprecationReason": null, "description": "Rich blob viewers type.", "isDeprecated": false, "name": "rich" }, { "deprecationReason": null, "description": "Simple blob viewers type.", "isDeprecated": false, "name": "simple" }, { "deprecationReason": null, "description": "Auxiliary blob viewers type.", "isDeprecated": false, "name": "auxiliary" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "BlobViewersType", "possibleTypes": null }, { "description": "Represents a project or group issue board", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Board assignee.", "isDeprecated": false, "name": "assignee", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the board was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filters applied when selecting issues on the board.", "name": "issueFilters", "type": { "kind": "INPUT_OBJECT", "name": "BoardIssueInput", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Epics associated with board issues.", "isDeprecated": false, "name": "epics", "type": { "kind": "OBJECT", "name": "BoardEpicConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether or not backlog list is hidden.", "isDeprecated": false, "name": "hideBacklogList", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether or not closed list is hidden.", "isDeprecated": false, "name": "hideClosedList", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID (global ID) of the board.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Board iteration.", "isDeprecated": false, "name": "iteration", "type": { "kind": "OBJECT", "name": "Iteration", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Board iteration cadence.", "isDeprecated": false, "name": "iterationCadence", "type": { "kind": "OBJECT", "name": "IterationCadence", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Labels of the board.", "isDeprecated": false, "name": "labels", "type": { "kind": "OBJECT", "name": "LabelConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Find a list by its global ID.", "name": "id", "type": { "kind": "SCALAR", "name": "ListID", "ofType": null } }, { "defaultValue": null, "description": "Filters applied when getting issue metadata in the board list.", "name": "issueFilters", "type": { "kind": "INPUT_OBJECT", "name": "BoardIssueInput", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Lists of the board.", "isDeprecated": false, "name": "lists", "type": { "kind": "OBJECT", "name": "BoardListConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Board milestone.", "isDeprecated": false, "name": "milestone", "type": { "kind": "OBJECT", "name": "Milestone", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the board.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the board was last updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web path of the board.", "isDeprecated": false, "name": "webPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web URL of the board.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Weight of the board.", "isDeprecated": false, "name": "weight", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Board", "possibleTypes": null }, { "description": "The connection type for Board.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "BoardEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Board", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "BoardConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Board", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "BoardEdge", "possibleTypes": null }, { "description": "Represents an epic on an issue board", "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "List items overlapping the given timeframe.", "name": "timeframe", "type": { "kind": "INPUT_OBJECT", "name": "Timeframe", "ofType": null } }, { "defaultValue": null, "description": "Search query for title or description.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Specify the fields to perform the search in.\nDefaults to `[TITLE, DESCRIPTION]`. Requires the `search` argument.'\n", "name": "in", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssuableSearchableField", "ofType": null } } } }, { "defaultValue": null, "description": "IID of the epic, e.g., \"1\".", "name": "iid", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "List of IIDs of epics, e.g., `[1, 2]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Filter epics by state.", "name": "state", "type": { "kind": "ENUM", "name": "EpicState", "ofType": null } }, { "defaultValue": null, "description": "List epics by sort order.", "name": "sort", "type": { "kind": "ENUM", "name": "EpicSort", "ofType": null } }, { "defaultValue": null, "description": "Filter epics by author.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter epics by labels.", "name": "labelName", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter epics by milestone title, computed from epic's issues.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter epics by IID for autocomplete.", "name": "iidStartsWith", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "true", "description": "Include epics from ancestor groups.", "name": "includeAncestorGroups", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": "true", "description": "Include epics from descendant groups.", "name": "includeDescendantGroups", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filter epics by given confidentiality.", "name": "confidential", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filter by reaction emoji applied by the current user.", "name": "myReactionEmoji", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Epics created after this date.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Epics created before this date.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Epics updated after this date.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Epics updated before this date.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Negated epic arguments.", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "NegatedEpicFilterInput", "ofType": null } }, { "defaultValue": null, "description": "Filter epics with a top-level hierarchy.", "name": "topLevelHierarchyOnly", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Ancestors (parents) of the epic.", "isDeprecated": false, "name": "ancestors", "type": { "kind": "OBJECT", "name": "EpicConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Author of the epic.", "isDeprecated": false, "name": "author", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of award emojis associated with the epic.", "isDeprecated": false, "name": "awardEmoji", "type": { "kind": "OBJECT", "name": "AwardEmojiConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates the epic is blocked.", "isDeprecated": false, "name": "blocked", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Count of epics blocking this epic.", "isDeprecated": false, "name": "blockedByCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Epics blocking this epic.", "isDeprecated": false, "name": "blockedByEpics", "type": { "kind": "OBJECT", "name": "EpicConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Count of epics that this epic is blocking.", "isDeprecated": false, "name": "blockingCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "List items overlapping the given timeframe.", "name": "timeframe", "type": { "kind": "INPUT_OBJECT", "name": "Timeframe", "ofType": null } }, { "defaultValue": null, "description": "Search query for title or description.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Specify the fields to perform the search in.\nDefaults to `[TITLE, DESCRIPTION]`. Requires the `search` argument.'\n", "name": "in", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssuableSearchableField", "ofType": null } } } }, { "defaultValue": null, "description": "IID of the epic, e.g., \"1\".", "name": "iid", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "List of IIDs of epics, e.g., `[1, 2]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Filter epics by state.", "name": "state", "type": { "kind": "ENUM", "name": "EpicState", "ofType": null } }, { "defaultValue": null, "description": "List epics by sort order.", "name": "sort", "type": { "kind": "ENUM", "name": "EpicSort", "ofType": null } }, { "defaultValue": null, "description": "Filter epics by author.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter epics by labels.", "name": "labelName", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter epics by milestone title, computed from epic's issues.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter epics by IID for autocomplete.", "name": "iidStartsWith", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "true", "description": "Include child epics from ancestor groups.", "name": "includeAncestorGroups", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": "true", "description": "Include epics from descendant groups.", "name": "includeDescendantGroups", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filter epics by given confidentiality.", "name": "confidential", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filter by reaction emoji applied by the current user.", "name": "myReactionEmoji", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Epics created after this date.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Epics created before this date.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Epics updated after this date.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Epics updated before this date.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Negated epic arguments.", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "NegatedEpicFilterInput", "ofType": null } }, { "defaultValue": null, "description": "Filter epics with a top-level hierarchy.", "name": "topLevelHierarchyOnly", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Children (sub-epics) of the epic.", "isDeprecated": false, "name": "children", "type": { "kind": "OBJECT", "name": "EpicConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the epic was closed.", "isDeprecated": false, "name": "closedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Color of the epic. Returns `null` if `epic_color_highlight` feature flag is disabled.", "isDeprecated": false, "name": "color", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All commenters on this noteable.", "isDeprecated": false, "name": "commenters", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCoreConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if the epic is confidential.", "isDeprecated": false, "name": "confidential", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the epic was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "State of the to-do items.", "name": "state", "type": { "kind": "ENUM", "name": "TodoStateEnum", "ofType": null } } ], "deprecationReason": null, "description": "To-do items for the current user.", "isDeprecated": false, "name": "currentUserTodos", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TodoConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Default Project for issue creation. Based on the project the user created the last issue in.", "isDeprecated": false, "name": "defaultProjectForIssueCreation", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of open and closed descendant epics and issues.", "isDeprecated": false, "name": "descendantCounts", "type": { "kind": "OBJECT", "name": "EpicDescendantCount", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total weight of open and closed issues in the epic and its descendants.", "isDeprecated": false, "name": "descendantWeightSum", "type": { "kind": "OBJECT", "name": "EpicDescendantWeights", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Description of the epic.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `description`", "isDeprecated": false, "name": "descriptionHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All discussions on this noteable.", "isDeprecated": false, "name": "discussions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DiscussionConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of downvotes the epic has received.", "isDeprecated": false, "name": "downvotes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Due date of the epic.", "isDeprecated": false, "name": "dueDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Fixed due date of the epic.", "isDeprecated": false, "name": "dueDateFixed", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Inherited due date of the epic from child epics or milestones.", "isDeprecated": false, "name": "dueDateFromInheritedSource", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Inherited due date of the epic from milestones.", "isDeprecated": false, "name": "dueDateFromMilestones", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the due date has been manually set.", "isDeprecated": false, "name": "dueDateIsFixed", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of events associated with the object.", "isDeprecated": false, "name": "events", "type": { "kind": "OBJECT", "name": "EventConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Group to which the epic belongs.", "isDeprecated": false, "name": "group", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Group", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if the epic has children.", "isDeprecated": false, "name": "hasChildren", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if the epic has direct issues.", "isDeprecated": false, "name": "hasIssues", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if the epic has a parent epic.", "isDeprecated": false, "name": "hasParent", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Current health status of the epic.", "isDeprecated": false, "name": "healthStatus", "type": { "kind": "OBJECT", "name": "EpicHealthStatus", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the epic.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Internal ID of the epic.", "isDeprecated": false, "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "A list of issues associated with the epic.", "isDeprecated": false, "name": "issues", "type": { "kind": "OBJECT", "name": "EpicIssueConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Labels assigned to the epic.", "isDeprecated": false, "name": "labels", "type": { "kind": "OBJECT", "name": "LabelConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All notes on this noteable.", "isDeprecated": false, "name": "notes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NoteConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Parent epic of the epic.", "isDeprecated": false, "name": "parent", "type": { "kind": "OBJECT", "name": "Epic", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of participants for the epic.", "isDeprecated": false, "name": "participants", "type": { "kind": "OBJECT", "name": "UserCoreConnection", "ofType": null } }, { "args": [ { "defaultValue": "false", "description": "Indicates if the reference should be returned in full.", "name": "full", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "deprecationReason": null, "description": "Internal reference of the epic. Returned in shortened format by default.", "isDeprecated": false, "name": "reference", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "URI path of the epic-issue relationship.", "isDeprecated": false, "name": "relationPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Relative position of the epic in the epic tree.", "isDeprecated": false, "name": "relativePosition", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Start date of the epic.", "isDeprecated": false, "name": "startDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Fixed start date of the epic.", "isDeprecated": false, "name": "startDateFixed", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Inherited start date of the epic from child epics or milestones.", "isDeprecated": false, "name": "startDateFromInheritedSource", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Inherited start date of the epic from milestones.", "isDeprecated": false, "name": "startDateFromMilestones", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the start date has been manually set.", "isDeprecated": false, "name": "startDateIsFixed", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "State of the epic.", "isDeprecated": false, "name": "state", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EpicState", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the currently logged in user is subscribed to the epic.", "isDeprecated": false, "name": "subscribed", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Text color generated for the epic. Returns `null` if `epic_color_highlight` feature flag is disabled.", "isDeprecated": false, "name": "textColor", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Title of the epic.", "isDeprecated": false, "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `title`", "isDeprecated": false, "name": "titleHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the epic was updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of upvotes the epic has received.", "isDeprecated": false, "name": "upvotes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of user discussions in the epic.", "isDeprecated": false, "name": "userDiscussionsCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of user notes of the epic.", "isDeprecated": false, "name": "userNotesCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Permissions for the current user on the resource", "isDeprecated": false, "name": "userPermissions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EpicPermissions", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "User preferences for the epic on the issue board.", "isDeprecated": false, "name": "userPreferences", "type": { "kind": "OBJECT", "name": "BoardEpicUserPreferences", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path of the epic.", "isDeprecated": false, "name": "webPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web URL of the epic.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "CurrentUserTodos", "ofType": null }, { "kind": "INTERFACE", "name": "Eventable", "ofType": null }, { "kind": "INTERFACE", "name": "NoteableInterface", "ofType": null }, { "kind": "INTERFACE", "name": "Todoable", "ofType": null } ], "kind": "OBJECT", "name": "BoardEpic", "possibleTypes": null }, { "description": "The connection type for BoardEpic.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total count of collection.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "BoardEpicEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "BoardEpic", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "BoardEpicConnection", "possibleTypes": null }, { "description": "Autogenerated input type of BoardEpicCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Group the epic to create is in.", "name": "groupPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Global ID of the board that the epic is in.", "name": "boardId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BoardsEpicBoardID", "ofType": null } } }, { "defaultValue": null, "description": "Global ID of the epic board list in which epic will be created.", "name": "listId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BoardsEpicListID", "ofType": null } } }, { "defaultValue": null, "description": "Title of the epic.", "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "BoardEpicCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of BoardEpicCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Epic after creation.", "isDeprecated": false, "name": "epic", "type": { "kind": "OBJECT", "name": "Epic", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "BoardEpicCreatePayload", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "BoardEpic", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "BoardEpicEdge", "possibleTypes": null }, { "description": "Represents user preferences for a board epic", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates epic should be displayed as collapsed.", "isDeprecated": false, "name": "collapsed", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "BoardEpicUserPreferences", "possibleTypes": null }, { "description": "A `BoardID` is a global ID. It is encoded as a string.\n\nAn example `BoardID` is: `\"gid://gitlab/Board/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "BoardID", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Filter by label name.", "name": "labelName", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Filter by author username.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter by reaction emoji applied by the current user. Wildcard values \"NONE\" and \"ANY\" are supported.", "name": "myReactionEmoji", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "List of IIDs of issues. For example `[\"1\", \"2\"]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter by milestone title.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter by assignee username.", "name": "assigneeUsername", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Filter by release tag.", "name": "releaseTag", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter by the given issue types.", "name": "types", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssueType", "ofType": null } } } }, { "defaultValue": null, "description": "Filter by milestone ID wildcard.", "name": "milestoneWildcardId", "type": { "kind": "ENUM", "name": "MilestoneWildcardId", "ofType": null } }, { "defaultValue": null, "description": "Filter by epic ID. Incompatible with epicWildcardId.", "name": "epicId", "type": { "kind": "SCALAR", "name": "EpicID", "ofType": null } }, { "defaultValue": null, "description": "Filter by iteration title.", "name": "iterationTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter by weight.", "name": "weight", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter by a list of iteration IDs. Incompatible with iterationWildcardId.", "name": "iterationId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IterationID", "ofType": null } } } }, { "defaultValue": null, "description": "List of negated arguments.", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "NegatedBoardIssueInput", "ofType": null } }, { "defaultValue": null, "description": "List of arguments with inclusive OR.", "name": "or", "type": { "kind": "INPUT_OBJECT", "name": "UnionedIssueFilterInput", "ofType": null } }, { "defaultValue": null, "description": "Search query for issue title or description.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter by assignee wildcard. Incompatible with assigneeUsername.", "name": "assigneeWildcardId", "type": { "kind": "ENUM", "name": "AssigneeWildcardId", "ofType": null } }, { "defaultValue": null, "description": "Filter by confidentiality.", "name": "confidential", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filter by epic ID wildcard. Incompatible with epicId.", "name": "epicWildcardId", "type": { "kind": "ENUM", "name": "EpicWildcardId", "ofType": null } }, { "defaultValue": null, "description": "Filter by iteration ID wildcard.", "name": "iterationWildcardId", "type": { "kind": "ENUM", "name": "IterationWildcardId", "ofType": null } }, { "defaultValue": null, "description": "Filter by a list of iteration cadence IDs.", "name": "iterationCadenceId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IterationsCadenceID", "ofType": null } } } }, { "defaultValue": null, "description": "Filter by weight ID wildcard. Incompatible with weight.", "name": "weightWildcardId", "type": { "kind": "ENUM", "name": "WeightWildcardId", "ofType": null } }, { "defaultValue": null, "description": "Health status of the issue, \"none\" and \"any\" values are supported.", "name": "healthStatusFilter", "type": { "kind": "ENUM", "name": "HealthStatusFilter", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "BoardIssueInput", "possibleTypes": null }, { "description": "Represents a list for an issue board", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Assignee in the list.", "isDeprecated": false, "name": "assignee", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the list is collapsed for this user.", "isDeprecated": false, "name": "collapsed", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID (global ID) of the list.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filters applied when selecting issues in the board list.", "name": "filters", "type": { "kind": "INPUT_OBJECT", "name": "BoardIssueInput", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Board issues.", "isDeprecated": false, "name": "issues", "type": { "kind": "OBJECT", "name": "IssueConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Count of issues in the list.", "isDeprecated": false, "name": "issuesCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Iteration of the list.", "isDeprecated": false, "name": "iteration", "type": { "kind": "OBJECT", "name": "Iteration", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Label of the list.", "isDeprecated": false, "name": "label", "type": { "kind": "OBJECT", "name": "Label", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Current limit metric for the list.", "isDeprecated": false, "name": "limitMetric", "type": { "kind": "ENUM", "name": "ListLimitMetric", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of the list.", "isDeprecated": false, "name": "listType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Maximum number of issues in the list.", "isDeprecated": false, "name": "maxIssueCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Maximum weight of issues in the list.", "isDeprecated": false, "name": "maxIssueWeight", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Milestone of the list.", "isDeprecated": false, "name": "milestone", "type": { "kind": "OBJECT", "name": "Milestone", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Position of list within the board.", "isDeprecated": false, "name": "position", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Title of the list.", "isDeprecated": false, "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Total weight of all issues in the list.", "isDeprecated": false, "name": "totalWeight", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "BoardList", "possibleTypes": null }, { "description": "The connection type for BoardList.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "BoardListEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "BoardList", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "BoardListConnection", "possibleTypes": null }, { "description": "Autogenerated input type of BoardListCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Create the backlog list.", "name": "backlog", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Global ID of an existing label.", "name": "labelId", "type": { "kind": "SCALAR", "name": "LabelID", "ofType": null } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the issue board to mutate.", "name": "boardId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BoardID", "ofType": null } } }, { "defaultValue": null, "description": "Global ID of an existing milestone.", "name": "milestoneId", "type": { "kind": "SCALAR", "name": "MilestoneID", "ofType": null } }, { "defaultValue": null, "description": "Global ID of an existing iteration.", "name": "iterationId", "type": { "kind": "SCALAR", "name": "IterationID", "ofType": null } }, { "defaultValue": null, "description": "Global ID of an existing user.", "name": "assigneeId", "type": { "kind": "SCALAR", "name": "UserID", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "BoardListCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of BoardListCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Issue list in the issue board.", "isDeprecated": false, "name": "list", "type": { "kind": "OBJECT", "name": "BoardList", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "BoardListCreatePayload", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "BoardList", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "BoardListEdge", "possibleTypes": null }, { "description": "Autogenerated input type of BoardListUpdateLimitMetrics", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the list.", "name": "listId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ListID", "ofType": null } } }, { "defaultValue": null, "description": "New limit metric type for the list.", "name": "limitMetric", "type": { "kind": "ENUM", "name": "ListLimitMetric", "ofType": null } }, { "defaultValue": null, "description": "New maximum issue count limit.", "name": "maxIssueCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "New maximum issue weight limit.", "name": "maxIssueWeight", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "BoardListUpdateLimitMetricsInput", "possibleTypes": null }, { "description": "Autogenerated return type of BoardListUpdateLimitMetrics", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Updated list.", "isDeprecated": false, "name": "list", "type": { "kind": "OBJECT", "name": "BoardList", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "BoardListUpdateLimitMetricsPayload", "possibleTypes": null }, { "description": "A `BoardsEpicBoardID` is a global ID. It is encoded as a string.\n\nAn example `BoardsEpicBoardID` is: `\"gid://gitlab/Boards::EpicBoard/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "BoardsEpicBoardID", "possibleTypes": null }, { "description": "A `BoardsEpicListID` is a global ID. It is encoded as a string.\n\nAn example `BoardsEpicListID` is: `\"gid://gitlab/Boards::EpicList/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "BoardsEpicListID", "possibleTypes": null }, { "description": "Represents `true` or `false` values.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "Boolean", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Commit for the branch.", "isDeprecated": false, "name": "commit", "type": { "kind": "OBJECT", "name": "Commit", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the branch.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Branch", "possibleTypes": null }, { "description": "Branch protection details for a branch rule.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Toggle force push to the branch for users with write access.", "isDeprecated": false, "name": "allowForcePush", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Enforce code owner approvals before allowing a merge.", "isDeprecated": false, "name": "codeOwnerApprovalRequired", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Details about who can merge when this branch is the source branch.", "isDeprecated": false, "name": "mergeAccessLevels", "type": { "kind": "OBJECT", "name": "MergeAccessLevelConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Details about who can push when this branch is the source branch.", "isDeprecated": false, "name": "pushAccessLevels", "type": { "kind": "OBJECT", "name": "PushAccessLevelConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Details about who can unprotect this branch.", "isDeprecated": false, "name": "unprotectAccessLevels", "type": { "kind": "OBJECT", "name": "UnprotectAccessLevelConnection", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "BranchProtection", "possibleTypes": null }, { "description": "List of branch rules for a project, grouped by branch name.", "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Merge request approval rules configured for this branch rule.", "isDeprecated": false, "name": "approvalRules", "type": { "kind": "OBJECT", "name": "ApprovalProjectRuleConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Branch protections configured for this branch rule.", "isDeprecated": false, "name": "branchProtection", "type": { "kind": "OBJECT", "name": "BranchProtection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the branch rule was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "External status checks configured for this branch rule.", "isDeprecated": false, "name": "externalStatusChecks", "type": { "kind": "OBJECT", "name": "ExternalStatusCheckConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Check if this branch rule protects the project's default branch.", "isDeprecated": false, "name": "isDefault", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Check if this branch rule protects access for the branch.", "isDeprecated": false, "name": "isProtected", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of existing branches that match this branch rule.", "isDeprecated": false, "name": "matchingBranchesCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Branch name, with wildcards, for the branch rules.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the branch rule was last updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "BranchRule", "possibleTypes": null }, { "description": "The connection type for BranchRule.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "BranchRuleEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "BranchRule", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "BranchRuleConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "BranchRule", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "BranchRuleEdge", "possibleTypes": null }, { "description": "Autogenerated input type of BulkDestroyJobArtifacts", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global IDs of the job artifacts to destroy.", "name": "ids", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "CiJobArtifactID", "ofType": null } } } } }, { "defaultValue": null, "description": "Global Project ID of the job artifacts to destroy. Incompatible with projectPath.", "name": "projectId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "BulkDestroyJobArtifactsInput", "possibleTypes": null }, { "description": "Autogenerated return type of BulkDestroyJobArtifacts", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of job artifacts deleted.", "isDeprecated": false, "name": "destroyedCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "IDs of job artifacts that were deleted.", "isDeprecated": false, "name": "destroyedIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "CiJobArtifactID", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "BulkDestroyJobArtifactsPayload", "possibleTypes": null }, { "description": "Autogenerated input type of BulkEnableDevopsAdoptionNamespaces", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "List of Namespace IDs.", "name": "namespaceIds", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "NamespaceID", "ofType": null } } } } }, { "defaultValue": null, "description": "Display namespace ID.", "name": "displayNamespaceId", "type": { "kind": "SCALAR", "name": "NamespaceID", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "BulkEnableDevopsAdoptionNamespacesInput", "possibleTypes": null }, { "description": "Autogenerated return type of BulkEnableDevopsAdoptionNamespaces", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Enabled namespaces after mutation.", "isDeprecated": false, "name": "enabledNamespaces", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DevopsAdoptionEnabledNamespace", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "BulkEnableDevopsAdoptionNamespacesPayload", "possibleTypes": null }, { "description": "Autogenerated input type of BulkRunnerDelete", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "IDs of the runners to delete.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "CiRunnerID", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "BulkRunnerDeleteInput", "possibleTypes": null }, { "description": "Autogenerated return type of BulkRunnerDelete", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of records effectively deleted. Only present if operation was performed synchronously.", "isDeprecated": false, "name": "deletedCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "IDs of records effectively deleted. Only present if operation was performed synchronously.", "isDeprecated": false, "name": "deletedIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "CiRunnerID", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "BulkRunnerDeletePayload", "possibleTypes": null }, { "description": "Represents the total number of issues and their weights for a particular day", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Number of closed issues as of this day.", "isDeprecated": false, "name": "completedCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Total weight of closed issues as of this day.", "isDeprecated": false, "name": "completedWeight", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Date for burnup totals.", "isDeprecated": false, "name": "date", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601Date", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of issues as of this day.", "isDeprecated": false, "name": "scopeCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Total weight of issues as of this day.", "isDeprecated": false, "name": "scopeWeight", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "BurnupChartDailyTotals", "possibleTypes": null }, { "description": "Autogenerated input type of CatalogResourcesCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Project to convert to a catalog resource.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CatalogResourcesCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of CatalogResourcesCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CatalogResourcesCreatePayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether to keep the latest jobs artifacts.", "isDeprecated": false, "name": "keepLatestArtifact", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiApplicationSettings", "possibleTypes": null }, { "description": "A `CiBuildID` is a global ID. It is encoded as a string.\n\nAn example `CiBuildID` is: `\"gid://gitlab/Ci::Build/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "CiBuildID", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "ID of the BuildNeed.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the job we need to complete.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiBuildNeed", "possibleTypes": null }, { "description": "The connection type for CiBuildNeed.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiBuildNeedEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiBuildNeed", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiBuildNeedConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "CiBuildNeed", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiBuildNeedEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.11.", "description": "Description of the catalog resource. Introduced in 15.11: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.11.", "description": "Icon for the catalog resource. Introduced in 15.11: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "icon", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.11.", "description": "ID of the catalog resource. Introduced in 15.11: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.11.", "description": "Name of the catalog resource. Introduced in 15.11: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiCatalogResource", "possibleTypes": null }, { "description": "The connection type for CiCatalogResource.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total count of collection.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiCatalogResourceEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiCatalogResource", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiCatalogResourceConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "CiCatalogResource", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiCatalogResourceEdge", "possibleTypes": null }, { "description": "Autogenerated input type of CiCdSettingsUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Full Path of the project the settings belong to.", "name": "fullPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Indicates if the latest artifact should be kept for the project.", "name": "keepLatestArtifact", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Indicates CI/CD job tokens generated in this project have restricted access to other projects.", "name": "jobTokenScopeEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Indicates CI/CD job tokens generated in other projects have restricted access to this project.", "name": "inboundJobTokenScopeEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "When disabled, the JSON Web Token is always available in all jobs in the pipeline.", "name": "optInJwt", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Indicates if merge pipelines are enabled for the project.", "name": "mergePipelinesEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Indicates if merge trains are enabled for the project.", "name": "mergeTrainsEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CiCdSettingsUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of CiCdSettingsUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "CI/CD settings after mutation.", "isDeprecated": false, "name": "ciCdSettings", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectCiCdSetting", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiCdSettingsUpdatePayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Linting errors.", "isDeprecated": false, "name": "errors", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "List of included files.", "isDeprecated": false, "name": "includes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CiConfigInclude", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Merged CI configuration YAML.", "isDeprecated": false, "name": "mergedYaml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Stages of the pipeline.", "isDeprecated": false, "name": "stages", "type": { "kind": "OBJECT", "name": "CiConfigStageConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Status of linting, can be either valid or invalid.", "isDeprecated": false, "name": "status", "type": { "kind": "ENUM", "name": "CiConfigStatus", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Linting warnings.", "isDeprecated": false, "name": "warnings", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiConfig", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Jobs in group.", "isDeprecated": false, "name": "jobs", "type": { "kind": "OBJECT", "name": "CiConfigJobConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the job group.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Size of the job group.", "isDeprecated": false, "name": "size", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiConfigGroup", "possibleTypes": null }, { "description": "The connection type for CiConfigGroup.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiConfigGroupEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiConfigGroup", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiConfigGroupConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "CiConfigGroup", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiConfigGroupEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "File blob location. It can be masked if it contains masked variables, e.g., \"https://gitlab.com/gitlab-org/gitlab/-/blob/e52d6d0246d7375291850e61f0abc101fbda9dc2/.gitlab/ci/build-images.gitlab-ci.yml\".", "isDeprecated": false, "name": "blob", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Current project scope, e.g., \"gitlab-org/gitlab\".", "isDeprecated": false, "name": "contextProject", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Current sha scope.", "isDeprecated": false, "name": "contextSha", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Extra information for the `include`, which can contain `job_name`, `project`, and `ref`. Values can be masked if they contain masked variables.", "isDeprecated": false, "name": "extra", "type": { "kind": "SCALAR", "name": "JSON", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "File location. It can be masked if it contains masked variables, e.g., \".gitlab/ci/build-images.gitlab-ci.yml\".", "isDeprecated": false, "name": "location", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "File raw location. It can be masked if it contains masked variables, e.g., \"https://gitlab.com/gitlab-org/gitlab/-/raw/e52d6d0246d7375291850e61f0abc101fbda9dc2/.gitlab/ci/build-images.gitlab-ci.yml\".", "isDeprecated": false, "name": "raw", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Include type.", "isDeprecated": false, "name": "type", "type": { "kind": "ENUM", "name": "CiConfigIncludeType", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiConfigInclude", "possibleTypes": null }, { "description": "Include type.", "enumValues": [ { "deprecationReason": null, "description": "Remote include.", "isDeprecated": false, "name": "remote" }, { "deprecationReason": null, "description": "Local include.", "isDeprecated": false, "name": "local" }, { "deprecationReason": null, "description": "Project file include.", "isDeprecated": false, "name": "file" }, { "deprecationReason": null, "description": "Template include.", "isDeprecated": false, "name": "template" }, { "deprecationReason": null, "description": "Component include.", "isDeprecated": false, "name": "component" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "CiConfigIncludeType", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Override a set of commands that are executed after the job.", "isDeprecated": false, "name": "afterScript", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Allow job to fail.", "isDeprecated": false, "name": "allowFailure", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Override a set of commands that are executed before the job.", "isDeprecated": false, "name": "beforeScript", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Name of an environment to which the job deploys.", "isDeprecated": false, "name": "environment", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Limit when jobs are not created.", "isDeprecated": false, "name": "except", "type": { "kind": "OBJECT", "name": "CiConfigJobRestriction", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the job group.", "isDeprecated": false, "name": "groupName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the job.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Builds that must complete before the jobs run.", "isDeprecated": false, "name": "needs", "type": { "kind": "OBJECT", "name": "CiConfigNeedConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Jobs are created when these conditions do not apply.", "isDeprecated": false, "name": "only", "type": { "kind": "OBJECT", "name": "CiConfigJobRestriction", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Shell script that is executed by a runner.", "isDeprecated": false, "name": "script", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Name of the job stage.", "isDeprecated": false, "name": "stage", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "List of tags that are used to select a runner.", "isDeprecated": false, "name": "tags", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "When to run the job.", "isDeprecated": false, "name": "when", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiConfigJob", "possibleTypes": null }, { "description": "The connection type for CiConfigJob.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiConfigJobEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiConfigJob", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiConfigJobConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "CiConfigJob", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiConfigJobEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Git refs the job restriction applies to.", "isDeprecated": false, "name": "refs", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiConfigJobRestriction", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Name of the need.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiConfigNeed", "possibleTypes": null }, { "description": "The connection type for CiConfigNeed.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiConfigNeedEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiConfigNeed", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiConfigNeedConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "CiConfigNeed", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiConfigNeedEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Groups of jobs for the stage.", "isDeprecated": false, "name": "groups", "type": { "kind": "OBJECT", "name": "CiConfigGroupConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the stage.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiConfigStage", "possibleTypes": null }, { "description": "The connection type for CiConfigStage.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiConfigStageEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiConfigStage", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiConfigStageConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "CiConfigStage", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiConfigStageEdge", "possibleTypes": null }, { "description": "Values for YAML processor result", "enumValues": [ { "deprecationReason": null, "description": "Configuration file is valid.", "isDeprecated": false, "name": "VALID" }, { "deprecationReason": null, "description": "Configuration file is not valid.", "isDeprecated": false, "name": "INVALID" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "CiConfigStatus", "possibleTypes": null }, { "description": "CI/CD config variables.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Description for the CI/CD config variable.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the variable.", "isDeprecated": false, "name": "key", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Value of the variable.", "isDeprecated": false, "name": "value", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Value options for the variable.", "isDeprecated": false, "name": "valueOptions", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiConfigVariable", "possibleTypes": null }, { "description": "Represents a deployment freeze window of a project", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Time zone for the cron fields, defaults to UTC if not provided.", "isDeprecated": false, "name": "cronTimezone", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "End of the freeze period in cron format.", "isDeprecated": false, "name": "endCron", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp (UTC) of when the current/next active period ends.", "isDeprecated": false, "name": "endTime", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Start of the freeze period in cron format.", "isDeprecated": false, "name": "startCron", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp (UTC) of when the current/next active period starts.", "isDeprecated": false, "name": "startTime", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Freeze period status.", "isDeprecated": false, "name": "status", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CiFreezePeriodStatus", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiFreezePeriod", "possibleTypes": null }, { "description": "Deploy freeze period status", "enumValues": [ { "deprecationReason": null, "description": "Freeze period is active.", "isDeprecated": false, "name": "ACTIVE" }, { "deprecationReason": null, "description": "Freeze period is inactive.", "isDeprecated": false, "name": "INACTIVE" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "CiFreezePeriodStatus", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Detailed status of the group.", "isDeprecated": false, "name": "detailedStatus", "type": { "kind": "OBJECT", "name": "DetailedStatus", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID for a group.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Jobs in group.", "isDeprecated": false, "name": "jobs", "type": { "kind": "OBJECT", "name": "CiJobConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the job group.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Size of the group.", "isDeprecated": false, "name": "size", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiGroup", "possibleTypes": null }, { "description": "The connection type for CiGroup.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiGroupEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiGroup", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiGroupConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "CiGroup", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiGroupEdge", "possibleTypes": null }, { "description": "CI/CD variables for a group.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Scope defining the environments that can use the variable.", "isDeprecated": false, "name": "environmentScope", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the variable.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the variable.", "isDeprecated": false, "name": "key", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates whether the variable is masked.", "isDeprecated": false, "name": "masked", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates whether the variable is protected.", "isDeprecated": false, "name": "protected", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates whether the variable is raw.", "isDeprecated": false, "name": "raw", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Value of the variable.", "isDeprecated": false, "name": "value", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of the variable.", "isDeprecated": false, "name": "variableType", "type": { "kind": "ENUM", "name": "CiVariableType", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "CiVariable", "ofType": null } ], "kind": "OBJECT", "name": "CiGroupVariable", "possibleTypes": null }, { "description": "The connection type for CiGroupVariable.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiGroupVariableEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Maximum amount of group CI/CD variables.", "isDeprecated": false, "name": "limit", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiGroupVariable", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiGroupVariableConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "CiGroupVariable", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiGroupVariableEdge", "possibleTypes": null }, { "description": "CI/CD variables for a GitLab instance.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": "No longer used, only available for GroupVariableType and ProjectVariableType. Deprecated in 15.3.", "description": "Scope defining the environments that can use the variable. Deprecated in 15.3: No longer used, only available for GroupVariableType and ProjectVariableType.", "isDeprecated": true, "name": "environmentScope", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the variable.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the variable.", "isDeprecated": false, "name": "key", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates whether the variable is masked.", "isDeprecated": false, "name": "masked", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates whether the variable is protected.", "isDeprecated": false, "name": "protected", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates whether the variable is raw.", "isDeprecated": false, "name": "raw", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Value of the variable.", "isDeprecated": false, "name": "value", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of the variable.", "isDeprecated": false, "name": "variableType", "type": { "kind": "ENUM", "name": "CiVariableType", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "CiVariable", "ofType": null } ], "kind": "OBJECT", "name": "CiInstanceVariable", "possibleTypes": null }, { "description": "The connection type for CiInstanceVariable.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiInstanceVariableEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiInstanceVariable", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiInstanceVariableConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "CiInstanceVariable", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiInstanceVariableEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates the job is active.", "isDeprecated": false, "name": "active", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the job is allowed to fail.", "isDeprecated": false, "name": "allowFailure", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Artifacts generated by the job.", "isDeprecated": false, "name": "artifacts", "type": { "kind": "OBJECT", "name": "CiJobArtifactConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL for browsing the artifact's archive.", "isDeprecated": false, "name": "browseArtifactsPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates whether the current user can play the job.", "isDeprecated": false, "name": "canPlayJob", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the job can be canceled.", "isDeprecated": false, "name": "cancelable", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Path to the commit that triggered the job.", "isDeprecated": false, "name": "commitPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Coverage level of the job.", "isDeprecated": false, "name": "coverage", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "When the job was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the job was created by a tag.", "isDeprecated": false, "name": "createdByTag", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Detailed status of the job.", "isDeprecated": false, "name": "detailedStatus", "type": { "kind": "OBJECT", "name": "DetailedStatus", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Downstream pipeline for a bridge.", "isDeprecated": false, "name": "downstreamPipeline", "type": { "kind": "OBJECT", "name": "Pipeline", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Duration of the job in seconds.", "isDeprecated": false, "name": "duration", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "When the job was erased.", "isDeprecated": false, "name": "erasedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "When a job has finished running.", "isDeprecated": false, "name": "finishedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the job.", "isDeprecated": false, "name": "id", "type": { "kind": "SCALAR", "name": "JobID", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates the type of job.", "isDeprecated": false, "name": "kind", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CiJobKind", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the job has a manual action.", "isDeprecated": false, "name": "manualJob", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Variables added to a manual job when the job is triggered.", "isDeprecated": false, "name": "manualVariables", "type": { "kind": "OBJECT", "name": "CiManualVariableConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the job.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "References to builds that must complete before the jobs run.", "isDeprecated": false, "name": "needs", "type": { "kind": "OBJECT", "name": "CiBuildNeedConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Pipeline the job belongs to.", "isDeprecated": false, "name": "pipeline", "type": { "kind": "OBJECT", "name": "Pipeline", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Play path of the job.", "isDeprecated": false, "name": "playPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates the job can be played.", "isDeprecated": false, "name": "playable", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Jobs that must complete before the job runs. Returns `BuildNeed`, which is the needed jobs if the job uses the `needs` keyword, or the previous stage jobs otherwise.", "isDeprecated": false, "name": "previousStageJobsOrNeeds", "type": { "kind": "OBJECT", "name": "JobNeedUnionConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Project that the job belongs to.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "When the job was enqueued and marked as pending.", "isDeprecated": false, "name": "queuedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "How long the job was enqueued before starting.", "isDeprecated": false, "name": "queuedDuration", "type": { "kind": "SCALAR", "name": "Duration", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Ref name of the job.", "isDeprecated": false, "name": "refName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Path to the ref.", "isDeprecated": false, "name": "refPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates that the job has been retried.", "isDeprecated": false, "name": "retried", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates the job can be retried.", "isDeprecated": false, "name": "retryable", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.11.", "description": "Runner manager assigned to the job. Introduced in 15.11: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "runnerManager", "type": { "kind": "OBJECT", "name": "CiRunnerManager", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates the job is scheduled.", "isDeprecated": false, "name": "scheduled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Schedule for the build.", "isDeprecated": false, "name": "scheduledAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of job scheduling. Value is `dag` if the job uses the `needs` keyword, and `stage` otherwise.", "isDeprecated": false, "name": "schedulingType", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Short SHA1 ID of the commit.", "isDeprecated": false, "name": "shortSha", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Stage of the job.", "isDeprecated": false, "name": "stage", "type": { "kind": "OBJECT", "name": "CiStage", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "When the job was started.", "isDeprecated": false, "name": "startedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Status of the job.", "isDeprecated": false, "name": "status", "type": { "kind": "ENUM", "name": "CiJobStatus", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates the job is stuck.", "isDeprecated": false, "name": "stuck", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Tags for the current job.", "isDeprecated": false, "name": "tags", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Trace generated by the job.", "isDeprecated": false, "name": "trace", "type": { "kind": "OBJECT", "name": "CiJobTrace", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the job was triggered.", "isDeprecated": false, "name": "triggered", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Permissions for the current user on the resource", "isDeprecated": false, "name": "userPermissions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "JobPermissions", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web path of the job.", "isDeprecated": false, "name": "webPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiJob", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "URL for downloading the artifact's file.", "isDeprecated": false, "name": "downloadPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Expiry date of the artifact.", "isDeprecated": false, "name": "expireAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "File type of the artifact.", "isDeprecated": false, "name": "fileType", "type": { "kind": "ENUM", "name": "JobArtifactFileType", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the artifact.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "CiJobArtifactID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "File name of the artifact.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Size of the artifact in bytes.", "isDeprecated": false, "name": "size", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiJobArtifact", "possibleTypes": null }, { "description": "The connection type for CiJobArtifact.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiJobArtifactEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiJobArtifact", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiJobArtifactConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "CiJobArtifact", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiJobArtifactEdge", "possibleTypes": null }, { "description": "A `CiJobArtifactID` is a global ID. It is encoded as a string.\n\nAn example `CiJobArtifactID` is: `\"gid://gitlab/Ci::JobArtifact/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "CiJobArtifactID", "possibleTypes": null }, { "description": "The connection type for CiJob.", "enumValues": null, "fields": [ { "args": [ { "defaultValue": "1000", "description": "Limit value to be applied to the count query. Default is 1000.", "name": "limit", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Limited count of collection. Returns limit + 1 for counts greater than the limit.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiJobEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiJob", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiJobConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "CiJob", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiJobEdge", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "Standard CI job.", "isDeprecated": false, "name": "BUILD" }, { "deprecationReason": null, "description": "Bridge CI job connecting a parent and child pipeline.", "isDeprecated": false, "name": "BRIDGE" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "CiJobKind", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "A job that is created.", "isDeprecated": false, "name": "CREATED" }, { "deprecationReason": null, "description": "A job that is waiting for resource.", "isDeprecated": false, "name": "WAITING_FOR_RESOURCE" }, { "deprecationReason": null, "description": "A job that is preparing.", "isDeprecated": false, "name": "PREPARING" }, { "deprecationReason": null, "description": "A job that is pending.", "isDeprecated": false, "name": "PENDING" }, { "deprecationReason": null, "description": "A job that is running.", "isDeprecated": false, "name": "RUNNING" }, { "deprecationReason": null, "description": "A job that is success.", "isDeprecated": false, "name": "SUCCESS" }, { "deprecationReason": null, "description": "A job that is failed.", "isDeprecated": false, "name": "FAILED" }, { "deprecationReason": null, "description": "A job that is canceled.", "isDeprecated": false, "name": "CANCELED" }, { "deprecationReason": null, "description": "A job that is skipped.", "isDeprecated": false, "name": "SKIPPED" }, { "deprecationReason": null, "description": "A job that is manual.", "isDeprecated": false, "name": "MANUAL" }, { "deprecationReason": null, "description": "A job that is scheduled.", "isDeprecated": false, "name": "SCHEDULED" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "CiJobStatus", "possibleTypes": null }, { "description": "Autogenerated input type of CiJobTokenScopeAddProject", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Project that the CI job token scope belongs to.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Project to be added to the CI job token scope.", "name": "targetProjectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Direction of access, which defaults to outbound.", "name": "direction", "type": { "kind": "ENUM", "name": "CiJobTokenScopeDirection", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CiJobTokenScopeAddProjectInput", "possibleTypes": null }, { "description": "Autogenerated return type of CiJobTokenScopeAddProject", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "CI job token's access scope.", "isDeprecated": false, "name": "ciJobTokenScope", "type": { "kind": "OBJECT", "name": "CiJobTokenScopeType", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiJobTokenScopeAddProjectPayload", "possibleTypes": null }, { "description": "Direction of access.", "enumValues": [ { "deprecationReason": null, "description": "Job token scope project can access target project in the outbound allowlist.", "isDeprecated": false, "name": "OUTBOUND" }, { "deprecationReason": null, "description": "Target projects in the inbound allowlist can access the scope project through their job tokens.", "isDeprecated": false, "name": "INBOUND" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "CiJobTokenScopeDirection", "possibleTypes": null }, { "description": "Autogenerated input type of CiJobTokenScopeRemoveProject", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Project that the CI job token scope belongs to.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Project to be removed from the CI job token scope.", "name": "targetProjectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Direction of access, which defaults to outbound.", "name": "direction", "type": { "kind": "ENUM", "name": "CiJobTokenScopeDirection", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CiJobTokenScopeRemoveProjectInput", "possibleTypes": null }, { "description": "Autogenerated return type of CiJobTokenScopeRemoveProject", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "CI job token's scope of access.", "isDeprecated": false, "name": "ciJobTokenScope", "type": { "kind": "OBJECT", "name": "CiJobTokenScopeType", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiJobTokenScopeRemoveProjectPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Allow list of projects that can access the current project through its CI Job tokens.", "isDeprecated": false, "name": "inboundAllowlist", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Allow list of projects that are accessible using the current project's CI Job tokens.", "isDeprecated": false, "name": "outboundAllowlist", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": "The `projects` attribute is being deprecated. Use `outbound_allowlist`. Deprecated in 15.9.", "description": "Allow list of projects that can be accessed by CI Job tokens created by this project. Deprecated in 15.9: The `projects` attribute is being deprecated. Use `outbound_allowlist`.", "isDeprecated": true, "name": "projects", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectConnection", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiJobTokenScopeType", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.11.", "description": "HTML summary containing the last 10 lines of the trace. Introduced in 15.11: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "htmlSummary", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiJobTrace", "possibleTypes": null }, { "description": "Representation of duration statistics for a group of CI jobs.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.8.", "description": "50th percentile. 50% of the durations are lower than this value. Introduced in 15.8: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "p50", "type": { "kind": "SCALAR", "name": "Duration", "ofType": null } }, { "args": [], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.8.", "description": "75th percentile. 75% of the durations are lower than this value. Introduced in 15.8: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "p75", "type": { "kind": "SCALAR", "name": "Duration", "ofType": null } }, { "args": [], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.8.", "description": "90th percentile. 90% of the durations are lower than this value. Introduced in 15.8: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "p90", "type": { "kind": "SCALAR", "name": "Duration", "ofType": null } }, { "args": [], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.8.", "description": "95th percentile. 95% of the durations are lower than this value. Introduced in 15.8: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "p95", "type": { "kind": "SCALAR", "name": "Duration", "ofType": null } }, { "args": [], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.8.", "description": "99th percentile. 99% of the durations are lower than this value. Introduced in 15.8: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "p99", "type": { "kind": "SCALAR", "name": "Duration", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiJobsDurationStatistics", "possibleTypes": null }, { "description": "Statistics for a group of CI jobs.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.8.", "description": "Statistics for amount of time that jobs were waiting to be picked up. The calculation is performed based on the most recent 100 jobs executed by the 5000 most recently created runners in context. If no filter is applied to runners, the calculation is performed based on the most recent 100 jobs globally. Introduced in 15.8: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "queuedDuration", "type": { "kind": "OBJECT", "name": "CiJobsDurationStatistics", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiJobsStatistics", "possibleTypes": null }, { "description": "CI/CD variables given to a manual job.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": "No longer used, only available for GroupVariableType and ProjectVariableType. Deprecated in 15.3.", "description": "Scope defining the environments that can use the variable. Deprecated in 15.3: No longer used, only available for GroupVariableType and ProjectVariableType.", "isDeprecated": true, "name": "environmentScope", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the variable.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the variable.", "isDeprecated": false, "name": "key", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates whether the variable is raw.", "isDeprecated": false, "name": "raw", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Value of the variable.", "isDeprecated": false, "name": "value", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of the variable.", "isDeprecated": false, "name": "variableType", "type": { "kind": "ENUM", "name": "CiVariableType", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "CiVariable", "ofType": null } ], "kind": "OBJECT", "name": "CiManualVariable", "possibleTypes": null }, { "description": "The connection type for CiManualVariable.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiManualVariableEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiManualVariable", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiManualVariableConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "CiManualVariable", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiManualVariableEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total number of minutes used by all projects in the namespace.", "isDeprecated": false, "name": "minutes", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Month related to the usage data.", "isDeprecated": false, "name": "month", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Month related to the usage data in ISO 8601 date format.", "isDeprecated": false, "name": "monthIso8601", "type": { "kind": "SCALAR", "name": "ISO8601Date", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "CI/CD minutes usage data for projects in the namespace.", "isDeprecated": false, "name": "projects", "type": { "kind": "OBJECT", "name": "CiMinutesProjectMonthlyUsageConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total duration (in seconds) of shared runners use by the namespace for the month.", "isDeprecated": false, "name": "sharedRunnersDuration", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiMinutesNamespaceMonthlyUsage", "possibleTypes": null }, { "description": "The connection type for CiMinutesNamespaceMonthlyUsage.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiMinutesNamespaceMonthlyUsageEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiMinutesNamespaceMonthlyUsage", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiMinutesNamespaceMonthlyUsageConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "CiMinutesNamespaceMonthlyUsage", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiMinutesNamespaceMonthlyUsageEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Number of CI/CD minutes used by the project in the month.", "isDeprecated": false, "name": "minutes", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": "Use `project.name`. Deprecated in 15.6.", "description": "Name of the project. Deprecated in 15.6: Use `project.name`.", "isDeprecated": true, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Project having the recorded usage.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total duration (in seconds) of shared runners use by the project for the month.", "isDeprecated": false, "name": "sharedRunnersDuration", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiMinutesProjectMonthlyUsage", "possibleTypes": null }, { "description": "The connection type for CiMinutesProjectMonthlyUsage.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiMinutesProjectMonthlyUsageEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiMinutesProjectMonthlyUsage", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiMinutesProjectMonthlyUsageConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "CiMinutesProjectMonthlyUsage", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiMinutesProjectMonthlyUsageEdge", "possibleTypes": null }, { "description": "A `CiPipelineID` is a global ID. It is encoded as a string.\n\nAn example `CiPipelineID` is: `\"gid://gitlab/Ci::Pipeline/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "CiPipelineID", "possibleTypes": null }, { "description": "A `CiPipelineScheduleID` is a global ID. It is encoded as a string.\n\nAn example `CiPipelineScheduleID` is: `\"gid://gitlab/Ci::PipelineSchedule/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "CiPipelineScheduleID", "possibleTypes": null }, { "description": "CI/CD variables for a project.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Scope defining the environments that can use the variable.", "isDeprecated": false, "name": "environmentScope", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the variable.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the variable.", "isDeprecated": false, "name": "key", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates whether the variable is masked.", "isDeprecated": false, "name": "masked", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates whether the variable is protected.", "isDeprecated": false, "name": "protected", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates whether the variable is raw.", "isDeprecated": false, "name": "raw", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Value of the variable.", "isDeprecated": false, "name": "value", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of the variable.", "isDeprecated": false, "name": "variableType", "type": { "kind": "ENUM", "name": "CiVariableType", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "CiVariable", "ofType": null } ], "kind": "OBJECT", "name": "CiProjectVariable", "possibleTypes": null }, { "description": "The connection type for CiProjectVariable.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiProjectVariableEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Maximum amount of project CI/CD variables.", "isDeprecated": false, "name": "limit", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiProjectVariable", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiProjectVariableConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "CiProjectVariable", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiProjectVariableEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Access level of the runner.", "isDeprecated": false, "name": "accessLevel", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CiRunnerAccessLevel", "ofType": null } } }, { "args": [], "deprecationReason": "Use paused. Deprecated in 14.8.", "description": "Indicates the runner is allowed to receive jobs. Deprecated in 14.8: Use paused.", "isDeprecated": true, "name": "active", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Admin URL of the runner. Only available for administrators.", "isDeprecated": false, "name": "adminUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Architecture provided by the the runner.", "isDeprecated": false, "name": "architectureName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of last contact from this runner.", "isDeprecated": false, "name": "contactedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of creation of this runner.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User that created this runner.", "isDeprecated": false, "name": "createdBy", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Description of the runner.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Admin form URL of the runner. Only available for administrators.", "isDeprecated": false, "name": "editAdminUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.9.", "description": "Ephemeral authentication token used for runner manager registration. Only available for the creator of the runner for a limited time during registration. Introduced in 15.9: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "ephemeralAuthenticationToken", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.11.", "description": "URL of the registration page of the runner manager. Only available for the creator of the runner for a limited time during registration. Introduced in 15.11: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "ephemeralRegisterUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Executor last advertised by the runner.", "isDeprecated": false, "name": "executorName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Groups the runner is associated with. For group runners only.", "isDeprecated": false, "name": "groups", "type": { "kind": "OBJECT", "name": "GroupConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the runner.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "CiRunnerID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "IP address of the runner.", "isDeprecated": false, "name": "ipAddress", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of jobs processed by the runner (limited to 1000, plus one to indicate that more items exist).", "isDeprecated": false, "name": "jobCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.7.", "description": "Job execution status of the runner. Introduced in 15.7: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "jobExecutionStatus", "type": { "kind": "ENUM", "name": "CiRunnerJobExecutionStatus", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter jobs by status.", "name": "statuses", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CiJobStatus", "ofType": null } } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Jobs assigned to the runner. This field can only be resolved for one runner in any single request.", "isDeprecated": false, "name": "jobs", "type": { "kind": "OBJECT", "name": "CiJobConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates the runner is locked.", "isDeprecated": false, "name": "locked", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Runner's maintenance notes.", "isDeprecated": false, "name": "maintenanceNote", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `maintenance_note`", "isDeprecated": false, "name": "maintenanceNoteHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.10.", "description": "Machines associated with the runner configuration. Introduced in 15.10: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "managers", "type": { "kind": "OBJECT", "name": "CiRunnerManagerConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Maximum timeout (in seconds) for jobs processed by the runner.", "isDeprecated": false, "name": "maximumTimeout", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Project that owns the runner. For project runners only.", "isDeprecated": false, "name": "ownerProject", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates the runner is paused and not available to run jobs.", "isDeprecated": false, "name": "paused", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Platform provided by the runner.", "isDeprecated": false, "name": "platformName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Private projects' \"minutes cost factor\" associated with the runner (GitLab.com only).", "isDeprecated": false, "name": "privateProjectsMinutesCostFactor", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of projects that the runner is associated with.", "isDeprecated": false, "name": "projectCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Return only projects that the current user is a member of.", "name": "membership", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Search query, which can be for the project name, a path, or a description.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Include namespace in project search.", "name": "searchNamespaces", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filter projects by topics.", "name": "topics", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find projects the runner is associated with. For project runners only.", "isDeprecated": false, "name": "projects", "type": { "kind": "OBJECT", "name": "ProjectConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Public projects' \"minutes cost factor\" associated with the runner (GitLab.com only).", "isDeprecated": false, "name": "publicProjectsMinutesCostFactor", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL of the temporary registration page of the runner. Only available before the runner is registered. Only available for administrators.", "isDeprecated": false, "name": "registerAdminUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Revision of the runner.", "isDeprecated": false, "name": "revision", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates the runner is able to run untagged jobs.", "isDeprecated": false, "name": "runUntagged", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Type of the runner.", "isDeprecated": false, "name": "runnerType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CiRunnerType", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "First eight characters of the runner's token used to authenticate new job requests. Used as the runner's unique ID.", "isDeprecated": false, "name": "shortSha", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Status of the runner.", "isDeprecated": false, "name": "status", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CiRunnerStatus", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Tags associated with the runner.", "isDeprecated": false, "name": "tagList", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Runner token expiration time.", "isDeprecated": false, "name": "tokenExpiresAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 14.10.", "description": "Availability of upgrades for the runner. Introduced in 14.10: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "upgradeStatus", "type": { "kind": "ENUM", "name": "CiRunnerUpgradeStatus", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Permissions for the current user on the resource", "isDeprecated": false, "name": "userPermissions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RunnerPermissions", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Version of the runner.", "isDeprecated": false, "name": "version", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiRunner", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "A runner that is not protected.", "isDeprecated": false, "name": "NOT_PROTECTED" }, { "deprecationReason": null, "description": "A runner that is ref protected.", "isDeprecated": false, "name": "REF_PROTECTED" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "CiRunnerAccessLevel", "possibleTypes": null }, { "description": "The connection type for CiRunner.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total count of collection.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiRunnerEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Jobs statistics for jobs executed by a collection of runners. Available only to admins.\n", "isDeprecated": false, "name": "jobsStatistics", "type": { "kind": "OBJECT", "name": "CiJobsStatistics", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiRunner", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiRunnerConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web URL of the runner edit page. The value depends on where you put this field in the query. You can use it for projects or groups.", "isDeprecated": false, "name": "editUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "CiRunner", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web URL of the runner. The value depends on where you put this field in the query. You can use it for projects or groups.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiRunnerEdge", "possibleTypes": null }, { "description": "A `CiRunnerID` is a global ID. It is encoded as a string.\n\nAn example `CiRunnerID` is: `\"gid://gitlab/Ci::Runner/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "CiRunnerID", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.7.", "description": "Runner is idle. Introduced in 15.7: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "IDLE" }, { "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.7.", "description": "Runner is executing jobs. Introduced in 15.7: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "RUNNING" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "CiRunnerJobExecutionStatus", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Architecture provided by the runner manager.", "isDeprecated": false, "name": "architectureName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of last contact from the runner manager.", "isDeprecated": false, "name": "contactedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of creation of the runner manager.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Executor last advertised by the runner.", "isDeprecated": false, "name": "executorName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the runner manager.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "CiRunnerManagerID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "IP address of the runner manager.", "isDeprecated": false, "name": "ipAddress", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Platform provided by the runner manager.", "isDeprecated": false, "name": "platformName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Revision of the runner.", "isDeprecated": false, "name": "revision", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Runner configuration for the runner manager.", "isDeprecated": false, "name": "runner", "type": { "kind": "OBJECT", "name": "CiRunner", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Status of the runner manager.", "isDeprecated": false, "name": "status", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CiRunnerStatus", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "System ID associated with the runner manager.", "isDeprecated": false, "name": "systemId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Version of the runner.", "isDeprecated": false, "name": "version", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiRunnerManager", "possibleTypes": null }, { "description": "The connection type for CiRunnerManager.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total count of collection.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiRunnerManagerEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiRunnerManager", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiRunnerManagerConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "CiRunnerManager", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiRunnerManagerEdge", "possibleTypes": null }, { "description": "A `CiRunnerManagerID` is a global ID. It is encoded as a string.\n\nAn example `CiRunnerManagerID` is: `\"gid://gitlab/Ci::RunnerManager/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "CiRunnerManagerID", "possibleTypes": null }, { "description": "Values for filtering runners in namespaces. The previous type name `RunnerMembershipFilter` was deprecated in 15.4.", "enumValues": [ { "deprecationReason": null, "description": "Include runners that have a direct relationship.", "isDeprecated": false, "name": "DIRECT" }, { "deprecationReason": null, "description": "Include runners that have either a direct or inherited relationship. These runners can be specific to a project or a group.", "isDeprecated": false, "name": "DESCENDANTS" }, { "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.5.", "description": "Include all runners. This list includes runners for all projects in the group and subgroups, as well as for the parent groups and instance. Introduced in 15.5: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "ALL_AVAILABLE" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "CiRunnerMembershipFilter", "possibleTypes": null }, { "description": "Values for sorting runners", "enumValues": [ { "deprecationReason": null, "description": "Ordered by contacted_at in ascending order.", "isDeprecated": false, "name": "CONTACTED_ASC" }, { "deprecationReason": null, "description": "Ordered by contacted_at in descending order.", "isDeprecated": false, "name": "CONTACTED_DESC" }, { "deprecationReason": null, "description": "Ordered by created_at in ascending order.", "isDeprecated": false, "name": "CREATED_ASC" }, { "deprecationReason": null, "description": "Ordered by created_at in descending order.", "isDeprecated": false, "name": "CREATED_DESC" }, { "deprecationReason": null, "description": "Ordered by token_expires_at in ascending order.", "isDeprecated": false, "name": "TOKEN_EXPIRES_AT_ASC" }, { "deprecationReason": null, "description": "Ordered by token_expires_at in descending order.", "isDeprecated": false, "name": "TOKEN_EXPIRES_AT_DESC" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "CiRunnerSort", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": "This was renamed. Please use `CiRunner.paused`. Deprecated in 14.6.", "description": "Runner that is not paused. Deprecated in 14.6: This was renamed.", "isDeprecated": true, "name": "ACTIVE" }, { "deprecationReason": "This was renamed. Please use `CiRunner.paused`. Deprecated in 14.6.", "description": "Runner that is paused. Deprecated in 14.6: This was renamed.", "isDeprecated": true, "name": "PAUSED" }, { "deprecationReason": null, "description": "Runner that contacted this instance within the last 2 hours.", "isDeprecated": false, "name": "ONLINE" }, { "deprecationReason": null, "description": "Runner that has not contacted this instance within the last 2 hours. Will be considered `STALE` if offline for more than 3 months.", "isDeprecated": false, "name": "OFFLINE" }, { "deprecationReason": null, "description": "Runner that has not contacted this instance within the last 3 months.", "isDeprecated": false, "name": "STALE" }, { "deprecationReason": null, "description": "Runner that has never contacted this instance.", "isDeprecated": false, "name": "NEVER_CONTACTED" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "CiRunnerStatus", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "A runner that is instance type.", "isDeprecated": false, "name": "INSTANCE_TYPE" }, { "deprecationReason": null, "description": "A runner that is group type.", "isDeprecated": false, "name": "GROUP_TYPE" }, { "deprecationReason": null, "description": "A runner that is project type.", "isDeprecated": false, "name": "PROJECT_TYPE" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "CiRunnerType", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "Runner version is not valid.", "isDeprecated": false, "name": "INVALID" }, { "deprecationReason": null, "description": "Upgrade is not available for the runner.", "isDeprecated": false, "name": "NOT_AVAILABLE" }, { "deprecationReason": null, "description": "Upgrade is available for the runner.", "isDeprecated": false, "name": "AVAILABLE" }, { "deprecationReason": null, "description": "Upgrade is available and recommended for the runner.", "isDeprecated": false, "name": "RECOMMENDED" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "CiRunnerUpgradeStatus", "possibleTypes": null }, { "description": "Represents the Geo replication and verification state of a ci_secure_file.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "ID of the Ci Secure File.", "isDeprecated": false, "name": "ciSecureFileId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp when the CiSecureFileRegistry was created", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the CiSecureFileRegistry", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Error message during sync of the CiSecureFileRegistry", "isDeprecated": false, "name": "lastSyncFailure", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent successful sync of the CiSecureFileRegistry", "isDeprecated": false, "name": "lastSyncedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp after which the CiSecureFileRegistry is resynced", "isDeprecated": false, "name": "retryAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of consecutive failed sync attempts of the CiSecureFileRegistry", "isDeprecated": false, "name": "retryCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Sync state of the CiSecureFileRegistry", "isDeprecated": false, "name": "state", "type": { "kind": "ENUM", "name": "RegistryState", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp after which the CiSecureFileRegistry is reverified", "isDeprecated": false, "name": "verificationRetryAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent successful verification of the CiSecureFileRegistry", "isDeprecated": false, "name": "verifiedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiSecureFileRegistry", "possibleTypes": null }, { "description": "The connection type for CiSecureFileRegistry.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiSecureFileRegistryEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiSecureFileRegistry", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiSecureFileRegistryConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "CiSecureFileRegistry", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiSecureFileRegistryEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Detailed status of the stage.", "isDeprecated": false, "name": "detailedStatus", "type": { "kind": "OBJECT", "name": "DetailedStatus", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Group of jobs for the stage.", "isDeprecated": false, "name": "groups", "type": { "kind": "OBJECT", "name": "CiGroupConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the stage.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Jobs for the stage.", "isDeprecated": false, "name": "jobs", "type": { "kind": "OBJECT", "name": "CiJobConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the stage.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Status of the pipeline stage.", "isDeprecated": false, "name": "status", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiStage", "possibleTypes": null }, { "description": "The connection type for CiStage.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiStageEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CiStage", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiStageConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "CiStage", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiStageEdge", "possibleTypes": null }, { "description": "GitLab CI/CD configuration template.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Contents of the CI template.", "isDeprecated": false, "name": "content", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the CI template.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CiTemplate", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "ID of the variable.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the variable.", "isDeprecated": false, "name": "key", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates whether the variable is raw.", "isDeprecated": false, "name": "raw", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Value of the variable.", "isDeprecated": false, "name": "value", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of the variable.", "isDeprecated": false, "name": "variableType", "type": { "kind": "ENUM", "name": "CiVariableType", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "INTERFACE", "name": "CiVariable", "possibleTypes": [ { "kind": "OBJECT", "name": "CiGroupVariable", "ofType": null }, { "kind": "OBJECT", "name": "CiInstanceVariable", "ofType": null }, { "kind": "OBJECT", "name": "CiManualVariable", "ofType": null }, { "kind": "OBJECT", "name": "CiProjectVariable", "ofType": null }, { "kind": "OBJECT", "name": "PipelineScheduleVariable", "ofType": null } ] }, { "description": "Attributes for defining a CI/CD variable.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Name of the variable.", "name": "key", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Value of the variable.", "name": "value", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CiVariableInput", "possibleTypes": null }, { "description": "Values for sorting variables", "enumValues": [ { "deprecationReason": null, "description": "Sorted by key in ascending order.", "isDeprecated": false, "name": "KEY_ASC" }, { "deprecationReason": null, "description": "Sorted by key in descending order.", "isDeprecated": false, "name": "KEY_DESC" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "CiVariableSort", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "Env var type.", "isDeprecated": false, "name": "ENV_VAR" }, { "deprecationReason": null, "description": "File type.", "isDeprecated": false, "name": "FILE" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "CiVariableType", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Recent activity for the cluster agent.", "isDeprecated": false, "name": "activityEvents", "type": { "kind": "OBJECT", "name": "ClusterAgentActivityEventConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Active connections for the cluster agent", "isDeprecated": false, "name": "connections", "type": { "kind": "OBJECT", "name": "ConnectedAgentConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp the cluster agent was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User object, containing information about the person who created the agent.", "isDeprecated": false, "name": "createdByUser", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the cluster agent.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the cluster agent.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Project this cluster agent is associated with.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Status of the token.", "name": "status", "type": { "kind": "ENUM", "name": "AgentTokenStatus", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Tokens associated with the cluster agent.", "isDeprecated": false, "name": "tokens", "type": { "kind": "OBJECT", "name": "ClusterAgentTokenConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp the cluster agent was updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Container images reported on the agent vulnerabilities.", "isDeprecated": false, "name": "vulnerabilityImages", "type": { "kind": "OBJECT", "name": "VulnerabilityContainerImageConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path of the cluster agent.", "isDeprecated": false, "name": "webPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ClusterAgent", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Agent token associated with the event.", "isDeprecated": false, "name": "agentToken", "type": { "kind": "OBJECT", "name": "ClusterAgentToken", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of event.", "isDeprecated": false, "name": "kind", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Severity of the event.", "isDeprecated": false, "name": "level", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp the event was recorded.", "isDeprecated": false, "name": "recordedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User associated with the event.", "isDeprecated": false, "name": "user", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ClusterAgentActivityEvent", "possibleTypes": null }, { "description": "The connection type for ClusterAgentActivityEvent.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total count of collection.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ClusterAgentActivityEventEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ClusterAgentActivityEvent", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ClusterAgentActivityEventConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "ClusterAgentActivityEvent", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ClusterAgentActivityEventEdge", "possibleTypes": null }, { "description": "The connection type for ClusterAgent.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total count of collection.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ClusterAgentEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ClusterAgent", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ClusterAgentConnection", "possibleTypes": null }, { "description": "Autogenerated input type of ClusterAgentDelete", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the cluster agent that will be deleted.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ClustersAgentID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ClusterAgentDeleteInput", "possibleTypes": null }, { "description": "Autogenerated return type of ClusterAgentDelete", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ClusterAgentDeletePayload", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "ClusterAgent", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ClusterAgentEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Cluster agent this token is associated with.", "isDeprecated": false, "name": "clusterAgent", "type": { "kind": "OBJECT", "name": "ClusterAgent", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp the token was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User who created the token.", "isDeprecated": false, "name": "createdByUser", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Description of the token.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Global ID of the token.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ClustersAgentTokenID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp the token was last used.", "isDeprecated": false, "name": "lastUsedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name given to the token.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Current status of the token.", "isDeprecated": false, "name": "status", "type": { "kind": "ENUM", "name": "AgentTokenStatus", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ClusterAgentToken", "possibleTypes": null }, { "description": "The connection type for ClusterAgentToken.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total count of collection.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ClusterAgentTokenEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ClusterAgentToken", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ClusterAgentTokenConnection", "possibleTypes": null }, { "description": "Autogenerated input type of ClusterAgentTokenCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the cluster agent that will be associated with the new token.", "name": "clusterAgentId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ClustersAgentID", "ofType": null } } }, { "defaultValue": null, "description": "Description of the token.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Name of the token.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ClusterAgentTokenCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of ClusterAgentTokenCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Token secret value. Make sure you save it - you won't be able to access it again.", "isDeprecated": false, "name": "secret", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Token created after mutation.", "isDeprecated": false, "name": "token", "type": { "kind": "OBJECT", "name": "ClusterAgentToken", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ClusterAgentTokenCreatePayload", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "ClusterAgentToken", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ClusterAgentTokenEdge", "possibleTypes": null }, { "description": "Autogenerated input type of ClusterAgentTokenRevoke", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the agent token that will be revoked.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ClustersAgentTokenID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ClusterAgentTokenRevokeInput", "possibleTypes": null }, { "description": "Autogenerated return type of ClusterAgentTokenRevoke", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ClusterAgentTokenRevokePayload", "possibleTypes": null }, { "description": "A `ClustersAgentID` is a global ID. It is encoded as a string.\n\nAn example `ClustersAgentID` is: `\"gid://gitlab/Clusters::Agent/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "ClustersAgentID", "possibleTypes": null }, { "description": "A `ClustersAgentTokenID` is a global ID. It is encoded as a string.\n\nAn example `ClustersAgentTokenID` is: `\"gid://gitlab/Clusters::AgentToken/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "ClustersAgentTokenID", "possibleTypes": null }, { "description": "A `ClustersClusterID` is a global ID. It is encoded as a string.\n\nAn example `ClustersClusterID` is: `\"gid://gitlab/Clusters::Cluster/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "ClustersClusterID", "possibleTypes": null }, { "description": "Represents the code coverage activity for a group", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Average percentage of the different code coverage results available for the group.", "isDeprecated": false, "name": "averageCoverage", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of different code coverage results available for the group.", "isDeprecated": false, "name": "coverageCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Date when the code coverage was created.", "isDeprecated": false, "name": "date", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Date", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of projects with code coverage results for the group.", "isDeprecated": false, "name": "projectCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CodeCoverageActivity", "possibleTypes": null }, { "description": "The connection type for CodeCoverageActivity.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CodeCoverageActivityEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CodeCoverageActivity", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CodeCoverageActivityConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "CodeCoverageActivity", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CodeCoverageActivityEdge", "possibleTypes": null }, { "description": "Represents the code coverage summary for a project", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Average percentage of the different code coverage results available for the project.", "isDeprecated": false, "name": "averageCoverage", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of different code coverage results available.", "isDeprecated": false, "name": "coverageCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Latest date when the code coverage was created for the project.", "isDeprecated": false, "name": "lastUpdatedOn", "type": { "kind": "SCALAR", "name": "Date", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CodeCoverageSummary", "possibleTypes": null }, { "description": "Represents a code quality degradation on the pipeline.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Description of the code quality degradation.", "isDeprecated": false, "name": "description", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Code Quality plugin that reported the finding.", "isDeprecated": false, "name": "engineName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Unique fingerprint to identify the code quality degradation. For example, an MD5 hash.", "isDeprecated": false, "name": "fingerprint", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Line on which the code quality degradation occurred.", "isDeprecated": false, "name": "line", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Relative path to the file containing the code quality degradation.", "isDeprecated": false, "name": "path", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Status of the degradation (BLOCKER, CRITICAL, MAJOR, MINOR, INFO, UNKNOWN).", "isDeprecated": false, "name": "severity", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CodeQualityDegradationSeverity", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "URL to the file along with line number.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CodeQualityDegradation", "possibleTypes": null }, { "description": "The connection type for CodeQualityDegradation.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total count of collection.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CodeQualityDegradationEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CodeQualityDegradation", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CodeQualityDegradationConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "CodeQualityDegradation", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CodeQualityDegradationEdge", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "Code Quality degradation has a status of blocker.", "isDeprecated": false, "name": "BLOCKER" }, { "deprecationReason": null, "description": "Code Quality degradation has a status of critical.", "isDeprecated": false, "name": "CRITICAL" }, { "deprecationReason": null, "description": "Code Quality degradation has a status of major.", "isDeprecated": false, "name": "MAJOR" }, { "deprecationReason": null, "description": "Code Quality degradation has a status of minor.", "isDeprecated": false, "name": "MINOR" }, { "deprecationReason": null, "description": "Code Quality degradation has a status of info.", "isDeprecated": false, "name": "INFO" }, { "deprecationReason": null, "description": "Code Quality degradation has a status of unknown.", "isDeprecated": false, "name": "UNKNOWN" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "CodeQualityDegradationSeverity", "possibleTypes": null }, { "description": "Code Quality report for a pipeline", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total number of blocker status.", "isDeprecated": false, "name": "blocker", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total number of Code Quality reports.", "isDeprecated": false, "name": "count", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total number of critical status.", "isDeprecated": false, "name": "critical", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total number of info status.", "isDeprecated": false, "name": "info", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total number of major status.", "isDeprecated": false, "name": "major", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total number of minor status.", "isDeprecated": false, "name": "minor", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total number of unknown status.", "isDeprecated": false, "name": "unknown", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CodeQualityReportSummary", "possibleTypes": null }, { "description": "Color represented as a hex code or named color.\n\nFor example: \"#fefefe\".\n", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "Color", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Author of the commit.", "isDeprecated": false, "name": "author", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Commit author's email.", "isDeprecated": false, "name": "authorEmail", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Commit authors gravatar.", "isDeprecated": false, "name": "authorGravatar", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Commit authors name.", "isDeprecated": false, "name": "authorName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the commit was authored.", "isDeprecated": false, "name": "authoredDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Description of the commit message.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `description`", "isDeprecated": false, "name": "descriptionHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Full title of the commit message.", "isDeprecated": false, "name": "fullTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `full_title`", "isDeprecated": false, "name": "fullTitleHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID (global ID) of the commit.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Raw commit message.", "isDeprecated": false, "name": "message", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter pipelines by their status.", "name": "status", "type": { "kind": "ENUM", "name": "PipelineStatusEnum", "ofType": null } }, { "defaultValue": null, "description": "Filter pipelines by scope.", "name": "scope", "type": { "kind": "ENUM", "name": "PipelineScopeEnum", "ofType": null } }, { "defaultValue": null, "description": "Filter pipelines by the ref they are run for.", "name": "ref", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter pipelines by the sha of the commit they are run for.", "name": "sha", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter pipelines by their source.", "name": "source", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Pipelines updated after this date.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Pipelines updated before this date.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Filter pipelines by the user that triggered the pipeline.", "name": "username", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Pipelines of the commit ordered latest first.", "isDeprecated": false, "name": "pipelines", "type": { "kind": "OBJECT", "name": "PipelineConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "SHA1 ID of the commit.", "isDeprecated": false, "name": "sha", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Short SHA1 ID of the commit.", "isDeprecated": false, "name": "shortId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Signature of the commit.", "isDeprecated": false, "name": "signature", "type": { "kind": "INTERFACE", "name": "CommitSignature", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Rendered HTML of the commit signature.", "isDeprecated": false, "name": "signatureHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Title of the commit message.", "isDeprecated": false, "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `title`", "isDeprecated": false, "name": "titleHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path of the commit.", "isDeprecated": false, "name": "webPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web URL of the commit.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Todoable", "ofType": null } ], "kind": "OBJECT", "name": "Commit", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Action to perform: create, delete, move, update, or chmod.", "name": "action", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CommitActionMode", "ofType": null } } }, { "defaultValue": null, "description": "Content of the file.", "name": "content", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Encoding of the file. Default is text.", "name": "encoding", "type": { "kind": "ENUM", "name": "CommitEncoding", "ofType": null } }, { "defaultValue": null, "description": "Enables/disables the execute flag on the file.", "name": "executeFilemode", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Full path to the file.", "name": "filePath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Last known file commit ID.", "name": "lastCommitId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Original full path to the file being moved.", "name": "previousPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CommitAction", "possibleTypes": null }, { "description": "Mode of a commit action", "enumValues": [ { "deprecationReason": null, "description": "Create command.", "isDeprecated": false, "name": "CREATE" }, { "deprecationReason": null, "description": "Delete command.", "isDeprecated": false, "name": "DELETE" }, { "deprecationReason": null, "description": "Move command.", "isDeprecated": false, "name": "MOVE" }, { "deprecationReason": null, "description": "Update command.", "isDeprecated": false, "name": "UPDATE" }, { "deprecationReason": null, "description": "Chmod command.", "isDeprecated": false, "name": "CHMOD" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "CommitActionMode", "possibleTypes": null }, { "description": "The connection type for Commit.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CommitEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Commit", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CommitConnection", "possibleTypes": null }, { "description": "Autogenerated input type of CommitCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Project full path the branch is associated with.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Name of the branch to commit into, it can be a new branch.", "name": "branch", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "If on a new branch, name of the original branch.", "name": "startBranch", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Raw commit message.", "name": "message", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Array of action hashes to commit as a batch.", "name": "actions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommitAction", "ofType": null } } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CommitCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of CommitCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Commit after mutation.", "isDeprecated": false, "name": "commit", "type": { "kind": "OBJECT", "name": "Commit", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ETag path for the commit's pipeline.", "isDeprecated": false, "name": "commitPipelinePath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Contents of the commit.", "isDeprecated": false, "name": "content", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CommitCreatePayload", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Commit", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CommitEdge", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "Text encoding.", "isDeprecated": false, "name": "TEXT" }, { "deprecationReason": null, "description": "Base64 encoding.", "isDeprecated": false, "name": "BASE64" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "CommitEncoding", "possibleTypes": null }, { "description": "Represents signing information for a commit", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "SHA of the associated commit.", "isDeprecated": false, "name": "commitSha", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Project of the associated commit.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates verification status of the associated key or certificate.", "isDeprecated": false, "name": "verificationStatus", "type": { "kind": "ENUM", "name": "VerificationStatus", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "INTERFACE", "name": "CommitSignature", "possibleTypes": [ { "kind": "OBJECT", "name": "GpgSignature", "ofType": null }, { "kind": "OBJECT", "name": "SshSignature", "ofType": null }, { "kind": "OBJECT", "name": "X509Signature", "ofType": null } ] }, { "description": "Represents a ComplianceFramework associated with a Project", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Hexadecimal representation of compliance framework's label color.", "isDeprecated": false, "name": "color", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Default compliance framework for the group.", "isDeprecated": false, "name": "default", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Description of the compliance framework.", "isDeprecated": false, "name": "description", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Compliance framework ID.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the compliance framework.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Full path of the compliance pipeline configuration stored in a project repository, such as `.gitlab/.compliance-gitlab-ci.yml@compliance/hipaa` **(ULTIMATE)**.", "isDeprecated": false, "name": "pipelineConfigurationFullPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ComplianceFramework", "possibleTypes": null }, { "description": "The connection type for ComplianceFramework.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ComplianceFrameworkEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ComplianceFramework", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ComplianceFrameworkConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "ComplianceFramework", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ComplianceFrameworkEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "ID of the compliance framework.", "name": "id", "type": { "kind": "SCALAR", "name": "ComplianceManagementFrameworkID", "ofType": null } }, { "defaultValue": null, "description": "Negated compliance framework filter input.", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "NegatedComplianceFrameworkFilters", "ofType": null } }, { "defaultValue": null, "description": "Checks presence of compliance framework of the project, \"none\" and \"any\" values are supported.", "name": "presenceFilter", "type": { "kind": "ENUM", "name": "ComplianceFrameworkPresenceFilter", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ComplianceFrameworkFilters", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "New name for the compliance framework.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "New description for the compliance framework.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "New color representation of the compliance framework in hex format. e.g. #FCA121.", "name": "color", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Set this compliance framework as the default framework for the group.", "name": "default", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Full path of the compliance pipeline configuration stored in a project repository, such as `.gitlab/.compliance-gitlab-ci.yml@compliance/hipaa` **(ULTIMATE)**.", "name": "pipelineConfigurationFullPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ComplianceFrameworkInput", "possibleTypes": null }, { "description": "ComplianceFramework of a project for filtering", "enumValues": [ { "deprecationReason": null, "description": "No compliance framework is assigned.", "isDeprecated": false, "name": "NONE" }, { "deprecationReason": null, "description": "Any compliance framework is assigned.", "isDeprecated": false, "name": "ANY" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ComplianceFrameworkPresenceFilter", "possibleTypes": null }, { "description": "A `ComplianceManagementFrameworkID` is a global ID. It is encoded as a string.\n\nAn example `ComplianceManagementFrameworkID` is: `\"gid://gitlab/ComplianceManagement::Framework/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "ComplianceManagementFrameworkID", "possibleTypes": null }, { "description": "Compliance violation associated with a merged merge request.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Compliance violation ID.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Merge request the compliance violation occurred in.", "isDeprecated": false, "name": "mergeRequest", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MergeRequest", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Reason the compliance violation occurred.", "isDeprecated": false, "name": "reason", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ComplianceViolationReason", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Severity of the compliance violation.", "isDeprecated": false, "name": "severityLevel", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ComplianceViolationSeverity", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "User suspected of causing the compliance violation.", "isDeprecated": false, "name": "violatingUser", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ComplianceViolation", "possibleTypes": null }, { "description": "The connection type for ComplianceViolation.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ComplianceViolationEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ComplianceViolation", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ComplianceViolationConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "ComplianceViolation", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ComplianceViolationEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Filter compliance violations by project.", "name": "projectIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } } } }, { "defaultValue": null, "description": "Merge requests merged before this date (inclusive).", "name": "mergedBefore", "type": { "kind": "SCALAR", "name": "Date", "ofType": null } }, { "defaultValue": null, "description": "Merge requests merged after this date (inclusive).", "name": "mergedAfter", "type": { "kind": "SCALAR", "name": "Date", "ofType": null } }, { "defaultValue": null, "description": "Filter compliance violations by target branch.", "name": "targetBranch", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ComplianceViolationInput", "possibleTypes": null }, { "description": "Reason for the compliance violation.", "enumValues": [ { "deprecationReason": null, "description": "Approved by merge request author", "isDeprecated": false, "name": "APPROVED_BY_MERGE_REQUEST_AUTHOR" }, { "deprecationReason": null, "description": "Approved by committer", "isDeprecated": false, "name": "APPROVED_BY_COMMITTER" }, { "deprecationReason": null, "description": "Approved by insufficient users", "isDeprecated": false, "name": "APPROVED_BY_INSUFFICIENT_USERS" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ComplianceViolationReason", "possibleTypes": null }, { "description": "Severity of the compliance violation.", "enumValues": [ { "deprecationReason": null, "description": "Info severity", "isDeprecated": false, "name": "INFO" }, { "deprecationReason": null, "description": "Low severity", "isDeprecated": false, "name": "LOW" }, { "deprecationReason": null, "description": "Medium severity", "isDeprecated": false, "name": "MEDIUM" }, { "deprecationReason": null, "description": "High severity", "isDeprecated": false, "name": "HIGH" }, { "deprecationReason": null, "description": "Critical severity", "isDeprecated": false, "name": "CRITICAL" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ComplianceViolationSeverity", "possibleTypes": null }, { "description": "Compliance violation sort values.", "enumValues": [ { "deprecationReason": null, "description": "Severity in descending order, further sorted by ID in descending order.", "isDeprecated": false, "name": "SEVERITY_LEVEL_DESC" }, { "deprecationReason": null, "description": "Severity in ascending order, further sorted by ID in ascending order.", "isDeprecated": false, "name": "SEVERITY_LEVEL_ASC" }, { "deprecationReason": null, "description": "Violation reason in descending order, further sorted by ID in descending order.", "isDeprecated": false, "name": "VIOLATION_REASON_DESC" }, { "deprecationReason": null, "description": "Violation reason in ascending order, further sorted by ID in ascending order.", "isDeprecated": false, "name": "VIOLATION_REASON_ASC" }, { "deprecationReason": null, "description": "Merge request title in descending order, further sorted by ID in descending order.", "isDeprecated": false, "name": "MERGE_REQUEST_TITLE_DESC" }, { "deprecationReason": null, "description": "Merge request title in ascending order, further sorted by ID in ascending order.", "isDeprecated": false, "name": "MERGE_REQUEST_TITLE_ASC" }, { "deprecationReason": null, "description": "Date merged in descending order, further sorted by ID in descending order.", "isDeprecated": false, "name": "MERGED_AT_DESC" }, { "deprecationReason": null, "description": "Date merged in ascending order, further sorted by ID in ascending order.", "isDeprecated": false, "name": "MERGED_AT_ASC" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ComplianceViolationSort", "possibleTypes": null }, { "description": "Composer metadata", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Data of the Composer JSON file.", "isDeprecated": false, "name": "composerJson", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PackageComposerJsonType", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Target SHA of the package.", "isDeprecated": false, "name": "targetSha", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ComposerMetadata", "possibleTypes": null }, { "description": "Conan file metadata", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Type of the Conan file.", "isDeprecated": false, "name": "conanFileType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ConanMetadatumFileTypeEnum", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Reference of the Conan package.", "isDeprecated": false, "name": "conanPackageReference", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Date of creation.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the metadatum.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PackagesConanFileMetadatumID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Revision of the package.", "isDeprecated": false, "name": "packageRevision", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Revision of the Conan recipe.", "isDeprecated": false, "name": "recipeRevision", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Date of most recent update.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "PackageFileMetadata", "ofType": null } ], "kind": "OBJECT", "name": "ConanFileMetadata", "possibleTypes": null }, { "description": "Conan metadata", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Date of creation.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the metadatum.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PackagesConanMetadatumID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Channel of the Conan package.", "isDeprecated": false, "name": "packageChannel", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Username of the Conan package.", "isDeprecated": false, "name": "packageUsername", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Recipe of the Conan package.", "isDeprecated": false, "name": "recipe", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Recipe path of the Conan package.", "isDeprecated": false, "name": "recipePath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Date of most recent update.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ConanMetadata", "possibleTypes": null }, { "description": "Conan file types", "enumValues": [ { "deprecationReason": null, "description": "A recipe file type.", "isDeprecated": false, "name": "RECIPE_FILE" }, { "deprecationReason": null, "description": "A package file type.", "isDeprecated": false, "name": "PACKAGE_FILE" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ConanMetadatumFileTypeEnum", "possibleTypes": null }, { "description": "Autogenerated input type of ConfigureContainerScanning", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Full path of the project.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ConfigureContainerScanningInput", "possibleTypes": null }, { "description": "Autogenerated return type of ConfigureContainerScanning", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Branch that has the new/modified `.gitlab-ci.yml` file.", "isDeprecated": false, "name": "branch", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Redirect path to use when the response is successful.", "isDeprecated": false, "name": "successPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ConfigureContainerScanningPayload", "possibleTypes": null }, { "description": "Autogenerated input type of ConfigureDependencyScanning", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Full path of the project.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ConfigureDependencyScanningInput", "possibleTypes": null }, { "description": "Autogenerated return type of ConfigureDependencyScanning", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Branch that has the new/modified `.gitlab-ci.yml` file.", "isDeprecated": false, "name": "branch", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Redirect path to use when the response is successful.", "isDeprecated": false, "name": "successPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ConfigureDependencyScanningPayload", "possibleTypes": null }, { "description": "Autogenerated input type of ConfigureSastIac", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Full path of the project.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ConfigureSastIacInput", "possibleTypes": null }, { "description": "Autogenerated return type of ConfigureSastIac", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Branch that has the new/modified `.gitlab-ci.yml` file.", "isDeprecated": false, "name": "branch", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Redirect path to use when the response is successful.", "isDeprecated": false, "name": "successPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ConfigureSastIacPayload", "possibleTypes": null }, { "description": "Autogenerated input type of ConfigureSast", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Full path of the project.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "SAST CI configuration for the project.", "name": "configuration", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "SastCiConfigurationInput", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ConfigureSastInput", "possibleTypes": null }, { "description": "Autogenerated return type of ConfigureSast", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Branch that has the new/modified `.gitlab-ci.yml` file.", "isDeprecated": false, "name": "branch", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Redirect path to use when the response is successful.", "isDeprecated": false, "name": "successPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ConfigureSastPayload", "possibleTypes": null }, { "description": "Autogenerated input type of ConfigureSecretDetection", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Full path of the project.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ConfigureSecretDetectionInput", "possibleTypes": null }, { "description": "Autogenerated return type of ConfigureSecretDetection", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Branch that has the new/modified `.gitlab-ci.yml` file.", "isDeprecated": false, "name": "branch", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Redirect path to use when the response is successful.", "isDeprecated": false, "name": "successPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ConfigureSecretDetectionPayload", "possibleTypes": null }, { "description": "Connection details for an Agent", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "When the connection was established.", "isDeprecated": false, "name": "connectedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the connection.", "isDeprecated": false, "name": "connectionId", "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Information about the Agent.", "isDeprecated": false, "name": "metadata", "type": { "kind": "OBJECT", "name": "AgentMetadata", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ConnectedAgent", "possibleTypes": null }, { "description": "The connection type for ConnectedAgent.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ConnectedAgentEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ConnectedAgent", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ConnectedAgentConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "ConnectedAgent", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ConnectedAgentEdge", "possibleTypes": null }, { "description": "Values for sorting contacts", "enumValues": [ { "deprecationReason": null, "description": "First name in ascending order.", "isDeprecated": false, "name": "FIRST_NAME_ASC" }, { "deprecationReason": null, "description": "First name in descending order.", "isDeprecated": false, "name": "FIRST_NAME_DESC" }, { "deprecationReason": null, "description": "Last name in ascending order.", "isDeprecated": false, "name": "LAST_NAME_ASC" }, { "deprecationReason": null, "description": "Last name in descending order.", "isDeprecated": false, "name": "LAST_NAME_DESC" }, { "deprecationReason": null, "description": "Email in ascending order.", "isDeprecated": false, "name": "EMAIL_ASC" }, { "deprecationReason": null, "description": "Email in descending order.", "isDeprecated": false, "name": "EMAIL_DESC" }, { "deprecationReason": null, "description": "Phone in ascending order.", "isDeprecated": false, "name": "PHONE_ASC" }, { "deprecationReason": null, "description": "Phone in descending order.", "isDeprecated": false, "name": "PHONE_DESC" }, { "deprecationReason": null, "description": "Description in ascending order.", "isDeprecated": false, "name": "DESCRIPTION_ASC" }, { "deprecationReason": null, "description": "Description in descending order.", "isDeprecated": false, "name": "DESCRIPTION_DESC" }, { "deprecationReason": null, "description": "Organization in ascending order.", "isDeprecated": false, "name": "ORGANIZATION_ASC" }, { "deprecationReason": null, "description": "Organization in descending order.", "isDeprecated": false, "name": "ORGANIZATION_DESC" }, { "deprecationReason": "This was renamed. Please use `UPDATED_DESC`. Deprecated in 13.5.", "description": "Updated at descending order.", "isDeprecated": true, "name": "updated_desc" }, { "deprecationReason": "This was renamed. Please use `UPDATED_ASC`. Deprecated in 13.5.", "description": "Updated at ascending order.", "isDeprecated": true, "name": "updated_asc" }, { "deprecationReason": "This was renamed. Please use `CREATED_DESC`. Deprecated in 13.5.", "description": "Created at descending order.", "isDeprecated": true, "name": "created_desc" }, { "deprecationReason": "This was renamed. Please use `CREATED_ASC`. Deprecated in 13.5.", "description": "Created at ascending order.", "isDeprecated": true, "name": "created_asc" }, { "deprecationReason": null, "description": "Updated at descending order.", "isDeprecated": false, "name": "UPDATED_DESC" }, { "deprecationReason": null, "description": "Updated at ascending order.", "isDeprecated": false, "name": "UPDATED_ASC" }, { "deprecationReason": null, "description": "Created at descending order.", "isDeprecated": false, "name": "CREATED_DESC" }, { "deprecationReason": null, "description": "Created at ascending order.", "isDeprecated": false, "name": "CREATED_ASC" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ContactSort", "possibleTypes": null }, { "description": "Represents the total number of contacts for the represented states.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Number of contacts with state `ACTIVE`", "isDeprecated": false, "name": "active", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of contacts with state `ALL`", "isDeprecated": false, "name": "all", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of contacts with state `INACTIVE`", "isDeprecated": false, "name": "inactive", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ContactStateCounts", "possibleTypes": null }, { "description": "A tag expiration policy designed to keep only the images that matter most", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "This container expiration policy schedule.", "isDeprecated": false, "name": "cadence", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ContainerExpirationPolicyCadenceEnum", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the container expiration policy was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates whether this container expiration policy is enabled.", "isDeprecated": false, "name": "enabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of tags to retain.", "isDeprecated": false, "name": "keepN", "type": { "kind": "ENUM", "name": "ContainerExpirationPolicyKeepEnum", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Tags with names matching this regex pattern will expire.", "isDeprecated": false, "name": "nameRegex", "type": { "kind": "SCALAR", "name": "UntrustedRegexp", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Tags with names matching this regex pattern will be preserved.", "isDeprecated": false, "name": "nameRegexKeep", "type": { "kind": "SCALAR", "name": "UntrustedRegexp", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Next time that this container expiration policy will get executed.", "isDeprecated": false, "name": "nextRunAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Tags older that this will expire.", "isDeprecated": false, "name": "olderThan", "type": { "kind": "ENUM", "name": "ContainerExpirationPolicyOlderThanEnum", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the container expiration policy was updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ContainerExpirationPolicy", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "Every day", "isDeprecated": false, "name": "EVERY_DAY" }, { "deprecationReason": null, "description": "Every week", "isDeprecated": false, "name": "EVERY_WEEK" }, { "deprecationReason": null, "description": "Every two weeks", "isDeprecated": false, "name": "EVERY_TWO_WEEKS" }, { "deprecationReason": null, "description": "Every month", "isDeprecated": false, "name": "EVERY_MONTH" }, { "deprecationReason": null, "description": "Every three months", "isDeprecated": false, "name": "EVERY_THREE_MONTHS" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ContainerExpirationPolicyCadenceEnum", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "1 tag per image name", "isDeprecated": false, "name": "ONE_TAG" }, { "deprecationReason": null, "description": "5 tags per image name", "isDeprecated": false, "name": "FIVE_TAGS" }, { "deprecationReason": null, "description": "10 tags per image name", "isDeprecated": false, "name": "TEN_TAGS" }, { "deprecationReason": null, "description": "25 tags per image name", "isDeprecated": false, "name": "TWENTY_FIVE_TAGS" }, { "deprecationReason": null, "description": "50 tags per image name", "isDeprecated": false, "name": "FIFTY_TAGS" }, { "deprecationReason": null, "description": "100 tags per image name", "isDeprecated": false, "name": "ONE_HUNDRED_TAGS" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ContainerExpirationPolicyKeepEnum", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "7 days until tags are automatically removed", "isDeprecated": false, "name": "SEVEN_DAYS" }, { "deprecationReason": null, "description": "14 days until tags are automatically removed", "isDeprecated": false, "name": "FOURTEEN_DAYS" }, { "deprecationReason": null, "description": "30 days until tags are automatically removed", "isDeprecated": false, "name": "THIRTY_DAYS" }, { "deprecationReason": null, "description": "60 days until tags are automatically removed", "isDeprecated": false, "name": "SIXTY_DAYS" }, { "deprecationReason": null, "description": "90 days until tags are automatically removed", "isDeprecated": false, "name": "NINETY_DAYS" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ContainerExpirationPolicyOlderThanEnum", "possibleTypes": null }, { "description": "A container repository", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Can the current user delete the container repository.", "isDeprecated": false, "name": "canDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp when the container repository was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Tags cleanup status for the container repository.", "isDeprecated": false, "name": "expirationPolicyCleanupStatus", "type": { "kind": "ENUM", "name": "ContainerRepositoryCleanupStatus", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp when the cleanup done by the expiration policy was started on the container repository.", "isDeprecated": false, "name": "expirationPolicyStartedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the container repository.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of deleted tags from the last cleanup.", "isDeprecated": false, "name": "lastCleanupDeletedTagsCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL of the container repository.", "isDeprecated": false, "name": "location", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Migration state of the container repository.", "isDeprecated": false, "name": "migrationState", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the container repository.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Path of the container repository.", "isDeprecated": false, "name": "path", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Project of the container registry.", "isDeprecated": false, "name": "project", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Project", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Status of the container repository.", "isDeprecated": false, "name": "status", "type": { "kind": "ENUM", "name": "ContainerRepositoryStatus", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of tags associated with this image.", "isDeprecated": false, "name": "tagsCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp when the container repository was updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ContainerRepository", "possibleTypes": null }, { "description": "Status of the tags cleanup of a container repository", "enumValues": [ { "deprecationReason": null, "description": "Tags cleanup is not scheduled. This is the default state.", "isDeprecated": false, "name": "UNSCHEDULED" }, { "deprecationReason": null, "description": "Tags cleanup is scheduled and is going to be executed shortly.", "isDeprecated": false, "name": "SCHEDULED" }, { "deprecationReason": null, "description": "Tags cleanup has been partially executed. There are still remaining tags to delete.", "isDeprecated": false, "name": "UNFINISHED" }, { "deprecationReason": null, "description": "Tags cleanup is ongoing.", "isDeprecated": false, "name": "ONGOING" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ContainerRepositoryCleanupStatus", "possibleTypes": null }, { "description": "The connection type for ContainerRepository.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ContainerRepositoryEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ContainerRepository", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ContainerRepositoryConnection", "possibleTypes": null }, { "description": "Details of a container repository", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Can the current user delete the container repository.", "isDeprecated": false, "name": "canDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp when the container repository was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Tags cleanup status for the container repository.", "isDeprecated": false, "name": "expirationPolicyCleanupStatus", "type": { "kind": "ENUM", "name": "ContainerRepositoryCleanupStatus", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp when the cleanup done by the expiration policy was started on the container repository.", "isDeprecated": false, "name": "expirationPolicyStartedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the container repository.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of deleted tags from the last cleanup.", "isDeprecated": false, "name": "lastCleanupDeletedTagsCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL of the container repository.", "isDeprecated": false, "name": "location", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Migration state of the container repository.", "isDeprecated": false, "name": "migrationState", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the container repository.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Path of the container repository.", "isDeprecated": false, "name": "path", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Project of the container registry.", "isDeprecated": false, "name": "project", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Project", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Deduplicated size of the image repository in bytes. This is only available on GitLab.com for repositories created after `2021-11-04`.", "isDeprecated": false, "name": "size", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Status of the container repository.", "isDeprecated": false, "name": "status", "type": { "kind": "ENUM", "name": "ContainerRepositoryStatus", "ofType": null } }, { "args": [ { "defaultValue": "null", "description": "Sort tags by these criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "ContainerRepositoryTagSort", "ofType": null } }, { "defaultValue": "null", "description": "Search by tag name.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Tags of the container repository.", "isDeprecated": false, "name": "tags", "type": { "kind": "OBJECT", "name": "ContainerRepositoryTagConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of tags associated with this image.", "isDeprecated": false, "name": "tagsCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp when the container repository was updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ContainerRepositoryDetails", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "ContainerRepository", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ContainerRepositoryEdge", "possibleTypes": null }, { "description": "A `ContainerRepositoryID` is a global ID. It is encoded as a string.\n\nAn example `ContainerRepositoryID` is: `\"gid://gitlab/ContainerRepository/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "ContainerRepositoryID", "possibleTypes": null }, { "description": "Represents the Geo replication and verification state of an Container Repository.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "ID of the ContainerRepository.", "isDeprecated": false, "name": "containerRepositoryId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp when the ContainerRepositoryRegistry was created", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the ContainerRepositoryRegistry", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Error message during sync of the ContainerRepositoryRegistry", "isDeprecated": false, "name": "lastSyncFailure", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent successful sync of the ContainerRepositoryRegistry", "isDeprecated": false, "name": "lastSyncedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp after which the ContainerRepositoryRegistry is resynced", "isDeprecated": false, "name": "retryAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of consecutive failed sync attempts of the ContainerRepositoryRegistry", "isDeprecated": false, "name": "retryCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Sync state of the ContainerRepositoryRegistry", "isDeprecated": false, "name": "state", "type": { "kind": "ENUM", "name": "RegistryState", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp after which the ContainerRepositoryRegistry is reverified", "isDeprecated": false, "name": "verificationRetryAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent successful verification of the ContainerRepositoryRegistry", "isDeprecated": false, "name": "verifiedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ContainerRepositoryRegistry", "possibleTypes": null }, { "description": "The connection type for ContainerRepositoryRegistry.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ContainerRepositoryRegistryEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ContainerRepositoryRegistry", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ContainerRepositoryRegistryConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "ContainerRepositoryRegistry", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ContainerRepositoryRegistryEdge", "possibleTypes": null }, { "description": "Values for sorting container repositories", "enumValues": [ { "deprecationReason": null, "description": "Name by ascending order.", "isDeprecated": false, "name": "NAME_ASC" }, { "deprecationReason": null, "description": "Name by descending order.", "isDeprecated": false, "name": "NAME_DESC" }, { "deprecationReason": "This was renamed. Please use `UPDATED_DESC`. Deprecated in 13.5.", "description": "Updated at descending order.", "isDeprecated": true, "name": "updated_desc" }, { "deprecationReason": "This was renamed. Please use `UPDATED_ASC`. Deprecated in 13.5.", "description": "Updated at ascending order.", "isDeprecated": true, "name": "updated_asc" }, { "deprecationReason": "This was renamed. Please use `CREATED_DESC`. Deprecated in 13.5.", "description": "Created at descending order.", "isDeprecated": true, "name": "created_desc" }, { "deprecationReason": "This was renamed. Please use `CREATED_ASC`. Deprecated in 13.5.", "description": "Created at ascending order.", "isDeprecated": true, "name": "created_asc" }, { "deprecationReason": null, "description": "Updated at descending order.", "isDeprecated": false, "name": "UPDATED_DESC" }, { "deprecationReason": null, "description": "Updated at ascending order.", "isDeprecated": false, "name": "UPDATED_ASC" }, { "deprecationReason": null, "description": "Created at descending order.", "isDeprecated": false, "name": "CREATED_DESC" }, { "deprecationReason": null, "description": "Created at ascending order.", "isDeprecated": false, "name": "CREATED_ASC" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ContainerRepositorySort", "possibleTypes": null }, { "description": "Status of a container repository", "enumValues": [ { "deprecationReason": null, "description": "Delete Scheduled status.", "isDeprecated": false, "name": "DELETE_SCHEDULED" }, { "deprecationReason": null, "description": "Delete Failed status.", "isDeprecated": false, "name": "DELETE_FAILED" }, { "deprecationReason": null, "description": "Delete Ongoing status.", "isDeprecated": false, "name": "DELETE_ONGOING" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ContainerRepositoryStatus", "possibleTypes": null }, { "description": "A tag from a container repository", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Can the current user delete this tag.", "isDeprecated": false, "name": "canDelete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp when the tag was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Digest of the tag.", "isDeprecated": false, "name": "digest", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL of the tag.", "isDeprecated": false, "name": "location", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the tag.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Path of the tag.", "isDeprecated": false, "name": "path", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Revision of the tag.", "isDeprecated": false, "name": "revision", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Short revision of the tag.", "isDeprecated": false, "name": "shortRevision", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Size of the tag.", "isDeprecated": false, "name": "totalSize", "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ContainerRepositoryTag", "possibleTypes": null }, { "description": "The connection type for ContainerRepositoryTag.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ContainerRepositoryTagEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ContainerRepositoryTag", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ContainerRepositoryTagConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "ContainerRepositoryTag", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ContainerRepositoryTagEdge", "possibleTypes": null }, { "description": "Values for sorting tags", "enumValues": [ { "deprecationReason": null, "description": "Ordered by name in ascending order.", "isDeprecated": false, "name": "NAME_ASC" }, { "deprecationReason": null, "description": "Ordered by name in descending order.", "isDeprecated": false, "name": "NAME_DESC" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ContainerRepositoryTagSort", "possibleTypes": null }, { "description": "Represents the contributions of a user.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Number of issues closed by the user.", "isDeprecated": false, "name": "issuesClosed", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of issues created by the user.", "isDeprecated": false, "name": "issuesCreated", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of merge requests approved by the user.", "isDeprecated": false, "name": "mergeRequestsApproved", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of merge requests closed by the user.", "isDeprecated": false, "name": "mergeRequestsClosed", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of merge requests created by the user.", "isDeprecated": false, "name": "mergeRequestsCreated", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of merge requests merged by the user.", "isDeprecated": false, "name": "mergeRequestsMerged", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of repository pushes the user made.", "isDeprecated": false, "name": "repoPushed", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total number of events contributed by the user.", "isDeprecated": false, "name": "totalEvents", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Contributor User object.", "isDeprecated": false, "name": "user", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ContributionAnalyticsContribution", "possibleTypes": null }, { "description": "The connection type for ContributionAnalyticsContribution.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ContributionAnalyticsContributionEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ContributionAnalyticsContribution", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ContributionAnalyticsContributionConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "ContributionAnalyticsContribution", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ContributionAnalyticsContributionEdge", "possibleTypes": null }, { "description": "Autogenerated input type of CorpusCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the corpus package.", "name": "packageId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PackagesPackageID", "ofType": null } } }, { "defaultValue": null, "description": "Project the corpus belongs to.", "name": "fullPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CorpusCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of CorpusCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CorpusCreatePayload", "possibleTypes": null }, { "description": "Corpus for a coverage fuzzing job.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "ID of the corpus.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "AppSecFuzzingCoverageCorpusID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Package of the corpus.", "isDeprecated": false, "name": "package", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PackageDetailsType", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CoverageFuzzingCorpus", "possibleTypes": null }, { "description": "The connection type for CoverageFuzzingCorpus.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CoverageFuzzingCorpusEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CoverageFuzzingCorpus", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CoverageFuzzingCorpusConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "CoverageFuzzingCorpus", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CoverageFuzzingCorpusEdge", "possibleTypes": null }, { "description": "Autogenerated input type of CreateAlertIssue", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project the alert to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the alert to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CreateAlertIssueInput", "possibleTypes": null }, { "description": "Autogenerated return type of CreateAlertIssue", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Alert after mutation.", "isDeprecated": false, "name": "alert", "type": { "kind": "OBJECT", "name": "AlertManagementAlert", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Issue created after mutation.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "To-do item after mutation.", "isDeprecated": false, "name": "todo", "type": { "kind": "OBJECT", "name": "Todo", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CreateAlertIssuePayload", "possibleTypes": null }, { "description": "Autogenerated input type of CreateAnnotation", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the environment to add an annotation to.", "name": "environmentId", "type": { "kind": "SCALAR", "name": "EnvironmentID", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the cluster to add an annotation to.", "name": "clusterId", "type": { "kind": "SCALAR", "name": "ClustersClusterID", "ofType": null } }, { "defaultValue": null, "description": "Timestamp indicating starting moment to which the annotation relates.", "name": "startingAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "defaultValue": null, "description": "Timestamp indicating ending moment to which the annotation relates.", "name": "endingAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Path to a file defining the dashboard on which the annotation should be added.", "name": "dashboardPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Description of the annotation.", "name": "description", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CreateAnnotationInput", "possibleTypes": null }, { "description": "Autogenerated return type of CreateAnnotation", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Created annotation.", "isDeprecated": false, "name": "annotation", "type": { "kind": "OBJECT", "name": "MetricsDashboardAnnotation", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CreateAnnotationPayload", "possibleTypes": null }, { "description": "Autogenerated input type of CreateBoard", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Full path of the project with which the resource is associated.", "name": "projectPath", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "Full path of the group with which the resource is associated.", "name": "groupPath", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "Board name.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether or not backlog list is hidden.", "name": "hideBacklogList", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether or not closed list is hidden.", "name": "hideClosedList", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "ID of user to be assigned to the board.", "name": "assigneeId", "type": { "kind": "SCALAR", "name": "UserID", "ofType": null } }, { "defaultValue": null, "description": "ID of milestone to be assigned to the board.", "name": "milestoneId", "type": { "kind": "SCALAR", "name": "MilestoneID", "ofType": null } }, { "defaultValue": null, "description": "ID of iteration to be assigned to the board.", "name": "iterationId", "type": { "kind": "SCALAR", "name": "IterationID", "ofType": null } }, { "defaultValue": null, "description": "ID of iteration cadence to be assigned to the board.", "name": "iterationCadenceId", "type": { "kind": "SCALAR", "name": "IterationsCadenceID", "ofType": null } }, { "defaultValue": null, "description": "Weight value to be assigned to the board.", "name": "weight", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Labels of the issue.", "name": "labels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "IDs of labels to be added to the board.", "name": "labelIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "LabelID", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CreateBoardInput", "possibleTypes": null }, { "description": "Autogenerated return type of CreateBoard", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Board after mutation.", "isDeprecated": false, "name": "board", "type": { "kind": "OBJECT", "name": "Board", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CreateBoardPayload", "possibleTypes": null }, { "description": "Autogenerated input type of CreateBranch", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Project full path the branch is associated with.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Name of the branch.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Branch name or commit SHA to create branch from.", "name": "ref", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CreateBranchInput", "possibleTypes": null }, { "description": "Autogenerated return type of CreateBranch", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Branch after mutation.", "isDeprecated": false, "name": "branch", "type": { "kind": "OBJECT", "name": "Branch", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CreateBranchPayload", "possibleTypes": null }, { "description": "Autogenerated input type of CreateClusterAgent", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Full path of the associated project for the cluster agent.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Name of the cluster agent.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CreateClusterAgentInput", "possibleTypes": null }, { "description": "Autogenerated return type of CreateClusterAgent", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Cluster agent created after mutation.", "isDeprecated": false, "name": "clusterAgent", "type": { "kind": "OBJECT", "name": "ClusterAgent", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CreateClusterAgentPayload", "possibleTypes": null }, { "description": "Autogenerated input type of CreateComplianceFramework", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Full path of the namespace to add the compliance framework to.", "name": "namespacePath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Parameters to update the compliance framework with.", "name": "params", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ComplianceFrameworkInput", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CreateComplianceFrameworkInput", "possibleTypes": null }, { "description": "Autogenerated return type of CreateComplianceFramework", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Created compliance framework.", "isDeprecated": false, "name": "framework", "type": { "kind": "OBJECT", "name": "ComplianceFramework", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CreateComplianceFrameworkPayload", "possibleTypes": null }, { "description": "Autogenerated input type of CreateCustomEmoji", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Namespace full path the emoji is associated with.", "name": "groupPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Name of the emoji.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Location of the emoji file.", "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CreateCustomEmojiInput", "possibleTypes": null }, { "description": "Autogenerated return type of CreateCustomEmoji", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "New custom emoji.", "isDeprecated": false, "name": "customEmoji", "type": { "kind": "OBJECT", "name": "CustomEmoji", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CreateCustomEmojiPayload", "possibleTypes": null }, { "description": "Autogenerated input type of CreateDiffNote", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Global ID of the resource to add a note to.", "name": "noteableId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "NoteableID", "ofType": null } } }, { "defaultValue": null, "description": "Content of the note.", "name": "body", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Internal flag for a note. Default is false.", "name": "internal", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Position of this note on a diff.", "name": "position", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DiffPositionInput", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CreateDiffNoteInput", "possibleTypes": null }, { "description": "Autogenerated return type of CreateDiffNote", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Note after mutation.", "isDeprecated": false, "name": "note", "type": { "kind": "OBJECT", "name": "Note", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CreateDiffNotePayload", "possibleTypes": null }, { "description": "Autogenerated input type of CreateEpic", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Group the epic to mutate is in.", "name": "groupPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Title of the epic.", "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Description of the epic.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Indicates if the epic is confidential.", "name": "confidential", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Start date of the epic.", "name": "startDateFixed", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "End date of the epic.", "name": "dueDateFixed", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Indicates start date should be sourced from start_date_fixed field not the issue milestones.", "name": "startDateIsFixed", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Indicates end date should be sourced from due_date_fixed field not the issue milestones.", "name": "dueDateIsFixed", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "IDs of labels to be added to the epic.", "name": "addLabelIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "IDs of labels to be removed from the epic.", "name": "removeLabelIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Array of labels to be added to the epic.", "name": "addLabels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Color of the epic. Available only when feature flag `epic_color_highlight` is enabled. This flag is disabled by default, because the feature is experimental and is subject to change without notice.", "name": "color", "type": { "kind": "SCALAR", "name": "Color", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CreateEpicInput", "possibleTypes": null }, { "description": "Autogenerated return type of CreateEpic", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Created epic.", "isDeprecated": false, "name": "epic", "type": { "kind": "OBJECT", "name": "Epic", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CreateEpicPayload", "possibleTypes": null }, { "description": "Autogenerated input type of CreateImageDiffNote", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Global ID of the resource to add a note to.", "name": "noteableId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "NoteableID", "ofType": null } } }, { "defaultValue": null, "description": "Content of the note.", "name": "body", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Internal flag for a note. Default is false.", "name": "internal", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Position of this note on a diff.", "name": "position", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DiffImagePositionInput", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CreateImageDiffNoteInput", "possibleTypes": null }, { "description": "Autogenerated return type of CreateImageDiffNote", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Note after mutation.", "isDeprecated": false, "name": "note", "type": { "kind": "OBJECT", "name": "Note", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CreateImageDiffNotePayload", "possibleTypes": null }, { "description": "Autogenerated input type of CreateIssue", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Description of the issue.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Due date of the issue.", "name": "dueDate", "type": { "kind": "SCALAR", "name": "ISO8601Date", "ofType": null } }, { "defaultValue": null, "description": "Indicates the issue is confidential.", "name": "confidential", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Indicates discussion is locked on the issue.", "name": "locked", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Type of the issue.", "name": "type", "type": { "kind": "ENUM", "name": "IssueType", "ofType": null } }, { "defaultValue": null, "description": "Project full path the issue is associated with.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID (internal ID) of a project issue. Only admins and project owners can modify.", "name": "iid", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Title of the issue.", "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "ID of the milestone to assign to the issue. On update milestone will be removed if set to null.", "name": "milestoneId", "type": { "kind": "SCALAR", "name": "MilestoneID", "ofType": null } }, { "defaultValue": null, "description": "Labels of the issue.", "name": "labels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "IDs of labels to be added to the issue.", "name": "labelIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "LabelID", "ofType": null } } } }, { "defaultValue": null, "description": "Timestamp when the issue was created. Available only for admins and project owners.", "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "IID of a merge request for which to resolve discussions.", "name": "mergeRequestToResolveDiscussionsOf", "type": { "kind": "SCALAR", "name": "MergeRequestID", "ofType": null } }, { "defaultValue": null, "description": "ID of a discussion to resolve. Also pass `merge_request_to_resolve_discussions_of`.", "name": "discussionToResolve", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Array of user IDs to assign to the issue.", "name": "assigneeIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "UserID", "ofType": null } } } }, { "defaultValue": null, "description": "Global ID of issue that should be placed before the current issue.", "name": "moveBeforeId", "type": { "kind": "SCALAR", "name": "IssueID", "ofType": null } }, { "defaultValue": null, "description": "Global ID of issue that should be placed after the current issue.", "name": "moveAfterId", "type": { "kind": "SCALAR", "name": "IssueID", "ofType": null } }, { "defaultValue": null, "description": "Desired health status.", "name": "healthStatus", "type": { "kind": "ENUM", "name": "HealthStatus", "ofType": null } }, { "defaultValue": null, "description": "Weight of the issue.", "name": "weight", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "ID of an epic to associate the issue with.", "name": "epicId", "type": { "kind": "SCALAR", "name": "EpicID", "ofType": null } }, { "defaultValue": null, "description": "Global iteration ID. Mutually exlusive argument with `iterationWildcardId`.", "name": "iterationId", "type": { "kind": "SCALAR", "name": "IterationID", "ofType": null } }, { "defaultValue": null, "description": "Iteration wildcard ID. Supported values are: `CURRENT`. Mutually exclusive argument with `iterationId`. iterationCadenceId also required when this argument is provided.", "name": "iterationWildcardId", "type": { "kind": "ENUM", "name": "IssueCreationIterationWildcardId", "ofType": null } }, { "defaultValue": null, "description": "Global iteration cadence ID. Required when `iterationWildcardId` is provided.", "name": "iterationCadenceId", "type": { "kind": "SCALAR", "name": "IterationsCadenceID", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CreateIssueInput", "possibleTypes": null }, { "description": "Autogenerated return type of CreateIssue", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Issue after mutation.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CreateIssuePayload", "possibleTypes": null }, { "description": "Autogenerated input type of CreateIteration", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Full path of the project with which the resource is associated.", "name": "projectPath", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "Full path of the group with which the resource is associated.", "name": "groupPath", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the iteration cadence to be assigned to the new iteration.", "name": "iterationsCadenceId", "type": { "kind": "SCALAR", "name": "IterationsCadenceID", "ofType": null } }, { "defaultValue": null, "description": "Title of the iteration.", "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Description of the iteration.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Start date of the iteration.", "name": "startDate", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "End date of the iteration.", "name": "dueDate", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CreateIterationInput", "possibleTypes": null }, { "description": "Autogenerated return type of CreateIteration", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Created iteration.", "isDeprecated": false, "name": "iteration", "type": { "kind": "OBJECT", "name": "Iteration", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CreateIterationPayload", "possibleTypes": null }, { "description": "Autogenerated input type of CreateNote", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Global ID of the resource to add a note to.", "name": "noteableId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "NoteableID", "ofType": null } } }, { "defaultValue": null, "description": "Content of the note.", "name": "body", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Internal flag for a note. Default is false.", "name": "internal", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the discussion the note is in reply to.", "name": "discussionId", "type": { "kind": "SCALAR", "name": "DiscussionID", "ofType": null } }, { "defaultValue": null, "description": "SHA of the head commit which is used to ensure that the merge request has not been updated since the request was sent.", "name": "mergeRequestDiffHeadSha", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CreateNoteInput", "possibleTypes": null }, { "description": "Autogenerated return type of CreateNote", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Note after mutation.", "isDeprecated": false, "name": "note", "type": { "kind": "OBJECT", "name": "Note", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CreateNotePayload", "possibleTypes": null }, { "description": "Autogenerated input type of CreateRequirement", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Title of the requirement.", "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Description of the requirement.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Full project path the requirement is associated with.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CreateRequirementInput", "possibleTypes": null }, { "description": "Autogenerated return type of CreateRequirement", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Requirement after mutation.", "isDeprecated": false, "name": "requirement", "type": { "kind": "OBJECT", "name": "Requirement", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CreateRequirementPayload", "possibleTypes": null }, { "description": "Autogenerated input type of CreateSnippet", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Title of the snippet.", "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Description of the snippet.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Visibility level of the snippet.", "name": "visibilityLevel", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VisibilityLevelsEnum", "ofType": null } } }, { "defaultValue": null, "description": "Full path of the project the snippet is associated with.", "name": "projectPath", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "Paths to files uploaded in the snippet description.", "name": "uploadedFiles", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Actions to perform over the snippet repository and blobs.", "name": "blobActions", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "SnippetBlobActionInputType", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CreateSnippetInput", "possibleTypes": null }, { "description": "Autogenerated return type of CreateSnippet", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Snippet after mutation.", "isDeprecated": false, "name": "snippet", "type": { "kind": "OBJECT", "name": "Snippet", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CreateSnippetPayload", "possibleTypes": null }, { "description": "Autogenerated input type of CreateTestCase", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Test case title.", "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Test case description.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "IDs of labels to be added to the test case.", "name": "labelIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Project full path to create the test case in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CreateTestCaseInput", "possibleTypes": null }, { "description": "Autogenerated return type of CreateTestCase", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Test case created.", "isDeprecated": false, "name": "testCase", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CreateTestCasePayload", "possibleTypes": null }, { "description": "Represents the current license", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Date when the license was activated.", "isDeprecated": false, "name": "activatedAt", "type": { "kind": "SCALAR", "name": "Date", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of billable users on the system.", "isDeprecated": false, "name": "billableUsersCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Date, including grace period, when licensed features will be blocked.", "isDeprecated": false, "name": "blockChangesAt", "type": { "kind": "SCALAR", "name": "Date", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Company of the licensee.", "isDeprecated": false, "name": "company", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Date when the license was added.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Date", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Email of the licensee.", "isDeprecated": false, "name": "email", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Date when the license expires.", "isDeprecated": false, "name": "expiresAt", "type": { "kind": "SCALAR", "name": "Date", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the license extracted from the license data.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Date when the license was last synced.", "isDeprecated": false, "name": "lastSync", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Highest number of billable users on the system during the term of the current license.", "isDeprecated": false, "name": "maximumUserCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the licensee.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the subscription plan.", "isDeprecated": false, "name": "plan", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Date when the license started.", "isDeprecated": false, "name": "startsAt", "type": { "kind": "SCALAR", "name": "Date", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of the license.", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of paid users in the license.", "isDeprecated": false, "name": "usersInLicenseCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of users over the paid users in the license.", "isDeprecated": false, "name": "usersOverLicenseCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CurrentLicense", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "State of the to-do items.", "name": "state", "type": { "kind": "ENUM", "name": "TodoStateEnum", "ofType": null } } ], "deprecationReason": null, "description": "To-do items for the current user.", "isDeprecated": false, "name": "currentUserTodos", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TodoConnection", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "INTERFACE", "name": "CurrentUserTodos", "possibleTypes": [ { "kind": "OBJECT", "name": "BoardEpic", "ofType": null }, { "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 }, { "kind": "OBJECT", "name": "WorkItemWidgetCurrentUserTodos", "ofType": null } ] }, { "description": "A custom emoji uploaded by user", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether the emoji is an external link.", "isDeprecated": false, "name": "external", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the emoji.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "CustomEmojiID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the emoji.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Link to file of the emoji.", "isDeprecated": false, "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CustomEmoji", "possibleTypes": null }, { "description": "The connection type for CustomEmoji.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CustomEmojiEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CustomEmoji", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CustomEmojiConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "CustomEmoji", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CustomEmojiEdge", "possibleTypes": null }, { "description": "A `CustomEmojiID` is a global ID. It is encoded as a string.\n\nAn example `CustomEmojiID` is: `\"gid://gitlab/CustomEmoji/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "CustomEmojiID", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "State of the contact.", "isDeprecated": false, "name": "active", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp the contact was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Description of or notes for the contact.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Email address of the contact.", "isDeprecated": false, "name": "email", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "First name of the contact.", "isDeprecated": false, "name": "firstName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Internal ID of the contact.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Last name of the contact.", "isDeprecated": false, "name": "lastName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Organization of the contact.", "isDeprecated": false, "name": "organization", "type": { "kind": "OBJECT", "name": "CustomerRelationsOrganization", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Phone number of the contact.", "isDeprecated": false, "name": "phone", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp the contact was last updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CustomerRelationsContact", "possibleTypes": null }, { "description": "The connection type for CustomerRelationsContact.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CustomerRelationsContactEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CustomerRelationsContact", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CustomerRelationsContactConnection", "possibleTypes": null }, { "description": "Autogenerated input type of CustomerRelationsContactCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Group for the contact.", "name": "groupId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "GroupID", "ofType": null } } }, { "defaultValue": null, "description": "Organization for the contact.", "name": "organizationId", "type": { "kind": "SCALAR", "name": "CustomerRelationsOrganizationID", "ofType": null } }, { "defaultValue": null, "description": "First name of the contact.", "name": "firstName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Last name of the contact.", "name": "lastName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Phone number of the contact.", "name": "phone", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Email address of the contact.", "name": "email", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Description of or notes for the contact.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CustomerRelationsContactCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of CustomerRelationsContactCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Contact after the mutation.", "isDeprecated": false, "name": "contact", "type": { "kind": "OBJECT", "name": "CustomerRelationsContact", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CustomerRelationsContactCreatePayload", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "CustomerRelationsContact", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CustomerRelationsContactEdge", "possibleTypes": null }, { "description": "A `CustomerRelationsContactID` is a global ID. It is encoded as a string.\n\nAn example `CustomerRelationsContactID` is: `\"gid://gitlab/CustomerRelations::Contact/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "CustomerRelationsContactID", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "All available contacts.", "isDeprecated": false, "name": "all" }, { "deprecationReason": null, "description": "Active contacts.", "isDeprecated": false, "name": "active" }, { "deprecationReason": null, "description": "Inactive contacts.", "isDeprecated": false, "name": "inactive" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "CustomerRelationsContactState", "possibleTypes": null }, { "description": "Autogenerated input type of CustomerRelationsContactUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the contact.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "CustomerRelationsContactID", "ofType": null } } }, { "defaultValue": null, "description": "Organization of the contact.", "name": "organizationId", "type": { "kind": "SCALAR", "name": "CustomerRelationsOrganizationID", "ofType": null } }, { "defaultValue": null, "description": "First name of the contact.", "name": "firstName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Last name of the contact.", "name": "lastName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Phone number of the contact.", "name": "phone", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Email address of the contact.", "name": "email", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Description of or notes for the contact.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "State of the contact.", "name": "active", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CustomerRelationsContactUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of CustomerRelationsContactUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Contact after the mutation.", "isDeprecated": false, "name": "contact", "type": { "kind": "OBJECT", "name": "CustomerRelationsContact", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CustomerRelationsContactUpdatePayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "State of the organization.", "isDeprecated": false, "name": "active", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp the organization was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Standard billing rate for the organization.", "isDeprecated": false, "name": "defaultRate", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Description of or notes for the organization.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Internal ID of the organization.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the organization.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp the organization was last updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CustomerRelationsOrganization", "possibleTypes": null }, { "description": "The connection type for CustomerRelationsOrganization.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CustomerRelationsOrganizationEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "CustomerRelationsOrganization", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CustomerRelationsOrganizationConnection", "possibleTypes": null }, { "description": "Autogenerated input type of CustomerRelationsOrganizationCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Group for the organization.", "name": "groupId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "GroupID", "ofType": null } } }, { "defaultValue": null, "description": "Name of the organization.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Standard billing rate for the organization.", "name": "defaultRate", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "Description of or notes for the organization.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CustomerRelationsOrganizationCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of CustomerRelationsOrganizationCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Organization after the mutation.", "isDeprecated": false, "name": "organization", "type": { "kind": "OBJECT", "name": "CustomerRelationsOrganization", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CustomerRelationsOrganizationCreatePayload", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "CustomerRelationsOrganization", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CustomerRelationsOrganizationEdge", "possibleTypes": null }, { "description": "A `CustomerRelationsOrganizationID` is a global ID. It is encoded as a string.\n\nAn example `CustomerRelationsOrganizationID` is: `\"gid://gitlab/CustomerRelations::Organization/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "CustomerRelationsOrganizationID", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "All available organizations.", "isDeprecated": false, "name": "all" }, { "deprecationReason": null, "description": "Active organizations.", "isDeprecated": false, "name": "active" }, { "deprecationReason": null, "description": "Inactive organizations.", "isDeprecated": false, "name": "inactive" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "CustomerRelationsOrganizationState", "possibleTypes": null }, { "description": "Autogenerated input type of CustomerRelationsOrganizationUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the organization.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "CustomerRelationsOrganizationID", "ofType": null } } }, { "defaultValue": null, "description": "Name of the organization.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Standard billing rate for the organization.", "name": "defaultRate", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "Description of or notes for the organization.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "State of the organization.", "name": "active", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "CustomerRelationsOrganizationUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of CustomerRelationsOrganizationUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Organization after the mutation.", "isDeprecated": false, "name": "organization", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CustomerRelationsOrganization", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "CustomerRelationsOrganizationUpdatePayload", "possibleTypes": null }, { "description": "Autogenerated input type of DastOnDemandScanCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Project the site profile belongs to.", "name": "fullPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "ID of the site profile to be used for the scan.", "name": "dastSiteProfileId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DastSiteProfileID", "ofType": null } } }, { "defaultValue": null, "description": "ID of the scanner profile to be used for the scan.", "name": "dastScannerProfileId", "type": { "kind": "SCALAR", "name": "DastScannerProfileID", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DastOnDemandScanCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of DastOnDemandScanCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "URL of the pipeline that was created.", "isDeprecated": false, "name": "pipelineUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastOnDemandScanCreatePayload", "possibleTypes": null }, { "description": "Represents a DAST Pre Scan Verification", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Pre Scan Verifications Steps.", "isDeprecated": false, "name": "preScanVerificationSteps", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DastPreScanVerificationStep", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Status of the pre scan verification.", "isDeprecated": false, "name": "status", "type": { "kind": "ENUM", "name": "DastPreScanVerificationStatus", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether or not the configuration has changed after the last pre scan run.", "isDeprecated": false, "name": "valid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastPreScanVerification", "possibleTypes": null }, { "description": "Check type of the pre scan verification step.", "enumValues": [ { "deprecationReason": null, "description": "Connection check", "isDeprecated": false, "name": "CONNECTION" }, { "deprecationReason": null, "description": "Authentication check", "isDeprecated": false, "name": "AUTHENTICATION" }, { "deprecationReason": null, "description": "Crawling check", "isDeprecated": false, "name": "CRAWLING" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "DastPreScanVerificationCheckType", "possibleTypes": null }, { "description": "Status of DAST pre scan verification.", "enumValues": [ { "deprecationReason": null, "description": "Pre Scan Verification in execution.", "isDeprecated": false, "name": "RUNNING" }, { "deprecationReason": null, "description": "Pre Scan Verification complete without errors.", "isDeprecated": false, "name": "COMPLETE" }, { "deprecationReason": null, "description": "Pre Scan Verification finished with one or more errors.", "isDeprecated": false, "name": "COMPLETE_WITH_ERRORS" }, { "deprecationReason": null, "description": "Pre Scan Validation unable to finish.", "isDeprecated": false, "name": "FAILED" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "DastPreScanVerificationStatus", "possibleTypes": null }, { "description": "Represents a DAST Pre Scan Verification Step", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Type of the pre scan verification check.", "isDeprecated": false, "name": "checkType", "type": { "kind": "ENUM", "name": "DastPreScanVerificationCheckType", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors that occurred in the pre scan verification step.", "isDeprecated": false, "name": "errors", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": "This was renamed. Please use `DastPreScanVerificationStep.checkType`. Deprecated in 15.10.", "description": "Name of the pre scan verification step. Deprecated in 15.10: This was renamed.", "isDeprecated": true, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether or not the pre scan verification step has errors.", "isDeprecated": false, "name": "success", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastPreScanVerificationStep", "possibleTypes": null }, { "description": "Represents a DAST Profile", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Associated branch.", "isDeprecated": false, "name": "branch", "type": { "kind": "OBJECT", "name": "DastProfileBranch", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "DAST Pre Scan Verification associated with the site profile. Will always return `null` if `dast_on_demand_scans_scheduler` feature flag is disabled.", "isDeprecated": false, "name": "dastPreScanVerification", "type": { "kind": "OBJECT", "name": "DastPreScanVerification", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Associated profile schedule.", "isDeprecated": false, "name": "dastProfileSchedule", "type": { "kind": "OBJECT", "name": "DastProfileSchedule", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Associated scanner profile.", "isDeprecated": false, "name": "dastScannerProfile", "type": { "kind": "OBJECT", "name": "DastScannerProfile", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Associated site profile.", "isDeprecated": false, "name": "dastSiteProfile", "type": { "kind": "OBJECT", "name": "DastSiteProfile", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Description of the scan.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Relative web path to the edit page of a profile.", "isDeprecated": false, "name": "editPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the profile.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DastProfileID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the profile.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Runner tags associated with the profile.", "isDeprecated": false, "name": "tagList", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastProfile", "possibleTypes": null }, { "description": "Represents a DAST Profile Branch", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates whether or not the branch exists.", "isDeprecated": false, "name": "exists", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the branch.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastProfileBranch", "possibleTypes": null }, { "description": "Represents DAST Profile Cadence.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Duration of the DAST profile cadence.", "isDeprecated": false, "name": "duration", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Unit for the duration of DAST profile cadence.", "isDeprecated": false, "name": "unit", "type": { "kind": "ENUM", "name": "DastProfileCadenceUnit", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastProfileCadence", "possibleTypes": null }, { "description": "Represents DAST Profile Cadence.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Unit for the duration of DAST Profile Cadence.", "name": "unit", "type": { "kind": "ENUM", "name": "DastProfileCadenceUnit", "ofType": null } }, { "defaultValue": null, "description": "Duration of the DAST Profile Cadence.", "name": "duration", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DastProfileCadenceInput", "possibleTypes": null }, { "description": "Unit for the duration of Dast Profile Cadence.", "enumValues": [ { "deprecationReason": null, "description": "DAST Profile Cadence duration in days.", "isDeprecated": false, "name": "DAY" }, { "deprecationReason": null, "description": "DAST Profile Cadence duration in weeks.", "isDeprecated": false, "name": "WEEK" }, { "deprecationReason": null, "description": "DAST Profile Cadence duration in months.", "isDeprecated": false, "name": "MONTH" }, { "deprecationReason": null, "description": "DAST Profile Cadence duration in years.", "isDeprecated": false, "name": "YEAR" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "DastProfileCadenceUnit", "possibleTypes": null }, { "description": "The connection type for DastProfile.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total count of collection.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DastProfileEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DastProfile", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastProfileConnection", "possibleTypes": null }, { "description": "Autogenerated input type of DastProfileCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Project the profile belongs to.", "name": "fullPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Represents a DAST Profile Schedule.", "name": "dastProfileSchedule", "type": { "kind": "INPUT_OBJECT", "name": "DastProfileScheduleInput", "ofType": null } }, { "defaultValue": null, "description": "Name of the profile.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": "\"\"", "description": "Description of the profile. Defaults to an empty string.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Associated branch.", "name": "branchName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the site profile to be associated.", "name": "dastSiteProfileId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DastSiteProfileID", "ofType": null } } }, { "defaultValue": null, "description": "ID of the scanner profile to be associated.", "name": "dastScannerProfileId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DastScannerProfileID", "ofType": null } } }, { "defaultValue": "false", "description": "Run scan using profile after creation. Defaults to false.", "name": "runAfterCreate", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Indicates the runner tags associated with the profile.", "name": "tagList", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DastProfileCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of DastProfileCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Created profile.", "isDeprecated": false, "name": "dastProfile", "type": { "kind": "OBJECT", "name": "DastProfile", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "URL of the pipeline that was created. Requires `runAfterCreate` to be set to `true`.", "isDeprecated": false, "name": "pipelineUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastProfileCreatePayload", "possibleTypes": null }, { "description": "Autogenerated input type of DastProfileDelete", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the profile to be deleted.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DastProfileID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DastProfileDeleteInput", "possibleTypes": null }, { "description": "Autogenerated return type of DastProfileDelete", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastProfileDeletePayload", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "DastProfile", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastProfileEdge", "possibleTypes": null }, { "description": "A `DastProfileID` is a global ID. It is encoded as a string.\n\nAn example `DastProfileID` is: `\"gid://gitlab/Dast::Profile/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "DastProfileID", "possibleTypes": null }, { "description": "Autogenerated input type of DastProfileRun", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the profile to be used for the scan.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DastProfileID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DastProfileRunInput", "possibleTypes": null }, { "description": "Autogenerated return type of DastProfileRun", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "URL of the pipeline that was created.", "isDeprecated": false, "name": "pipelineUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastProfileRunPayload", "possibleTypes": null }, { "description": "Represents a DAST profile schedule.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Status of the DAST profile schedule.", "isDeprecated": false, "name": "active", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Cadence of the DAST profile schedule.", "isDeprecated": false, "name": "cadence", "type": { "kind": "OBJECT", "name": "DastProfileCadence", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the DAST profile schedule.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DastProfileScheduleID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Next run time of the DAST profile schedule in the given timezone.", "isDeprecated": false, "name": "nextRunAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Status of the current owner of the DAST profile schedule.", "isDeprecated": false, "name": "ownerValid", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Start time of the DAST profile schedule in the given timezone.", "isDeprecated": false, "name": "startsAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Time zone of the start time of the DAST profile schedule.", "isDeprecated": false, "name": "timezone", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastProfileSchedule", "possibleTypes": null }, { "description": "A `DastProfileScheduleID` is a global ID. It is encoded as a string.\n\nAn example `DastProfileScheduleID` is: `\"gid://gitlab/Dast::ProfileSchedule/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "DastProfileScheduleID", "possibleTypes": null }, { "description": "Input type for DAST Profile Schedules", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Status of a Dast Profile Schedule.", "name": "active", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Start time of a Dast Profile Schedule.", "name": "startsAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Time Zone for the Start time of a Dast Profile Schedule.", "name": "timezone", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Cadence of a Dast Profile Schedule.", "name": "cadence", "type": { "kind": "INPUT_OBJECT", "name": "DastProfileCadenceInput", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DastProfileScheduleInput", "possibleTypes": null }, { "description": "Autogenerated input type of DastProfileUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the profile to be deleted.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DastProfileID", "ofType": null } } }, { "defaultValue": null, "description": "Represents a DAST profile schedule.", "name": "dastProfileSchedule", "type": { "kind": "INPUT_OBJECT", "name": "DastProfileScheduleInput", "ofType": null } }, { "defaultValue": null, "description": "Name of the profile.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "\"\"", "description": "Description of the profile. Defaults to an empty string.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Associated branch.", "name": "branchName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the site profile to be associated.", "name": "dastSiteProfileId", "type": { "kind": "SCALAR", "name": "DastSiteProfileID", "ofType": null } }, { "defaultValue": null, "description": "ID of the scanner profile to be associated.", "name": "dastScannerProfileId", "type": { "kind": "SCALAR", "name": "DastScannerProfileID", "ofType": null } }, { "defaultValue": "false", "description": "Run scan using profile after update. Defaults to false.", "name": "runAfterUpdate", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Indicates the runner tags associated with the profile.", "name": "tagList", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DastProfileUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of DastProfileUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Updated profile.", "isDeprecated": false, "name": "dastProfile", "type": { "kind": "OBJECT", "name": "DastProfile", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "The URL of the pipeline that was created. Requires the input argument `runAfterUpdate` to be set to `true` when calling the mutation, otherwise no pipeline will be created.", "isDeprecated": false, "name": "pipelineUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastProfileUpdatePayload", "possibleTypes": null }, { "description": "Scan method to be used by the scanner.", "enumValues": [ { "deprecationReason": null, "description": "Website scan method.", "isDeprecated": false, "name": "WEBSITE" }, { "deprecationReason": null, "description": "OpenAPI scan method.", "isDeprecated": false, "name": "OPENAPI" }, { "deprecationReason": null, "description": "HAR scan method.", "isDeprecated": false, "name": "HAR" }, { "deprecationReason": null, "description": "Postman scan method.", "isDeprecated": false, "name": "POSTMAN_COLLECTION" }, { "deprecationReason": null, "description": "GraphQL scan method.", "isDeprecated": false, "name": "GRAPHQL" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "DastScanMethodType", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "Passive DAST scan. This scan will not make active attacks against the target site.", "isDeprecated": false, "name": "PASSIVE" }, { "deprecationReason": null, "description": "Active DAST scan. This scan will make active attacks against the target site.", "isDeprecated": false, "name": "ACTIVE" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "DastScanTypeEnum", "possibleTypes": null }, { "description": "Represents a DAST scanner profile", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Relative web path to the edit page of a scanner profile.", "isDeprecated": false, "name": "editPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the DAST scanner profile.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DastScannerProfileID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the DAST scanner profile.", "isDeprecated": false, "name": "profileName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "List of security policy names that are referencing given project.", "isDeprecated": false, "name": "referencedInSecurityPolicies", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Indicates the type of DAST scan that will run. Either a Passive Scan or an Active Scan.", "isDeprecated": false, "name": "scanType", "type": { "kind": "ENUM", "name": "DastScanTypeEnum", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if debug messages should be included in DAST console output. True to include the debug messages.", "isDeprecated": false, "name": "showDebugMessages", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Maximum number of minutes allowed for the spider to traverse the site.", "isDeprecated": false, "name": "spiderTimeout", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": "Moved to DastProfile. Deprecated in 15.8.", "description": "Runner tags associated with the scanner profile. Deprecated in 15.8: Moved to DastProfile.", "isDeprecated": true, "name": "tagList", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Maximum number of seconds allowed for the site under test to respond to a request.", "isDeprecated": false, "name": "targetTimeout", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the AJAX spider should be used to crawl the target site. True to run the AJAX spider in addition to the traditional spider, and false to run only the traditional spider.", "isDeprecated": false, "name": "useAjaxSpider", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastScannerProfile", "possibleTypes": null }, { "description": "The connection type for DastScannerProfile.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DastScannerProfileEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DastScannerProfile", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastScannerProfileConnection", "possibleTypes": null }, { "description": "Autogenerated input type of DastScannerProfileCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Project the scanner profile belongs to.", "name": "fullPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Name of the scanner profile.", "name": "profileName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Maximum number of minutes allowed for the spider to traverse the site.", "name": "spiderTimeout", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Maximum number of seconds allowed for the site under test to respond to a request.", "name": "targetTimeout", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": "PASSIVE", "description": "Indicates the type of DAST scan that will run. Either a Passive Scan or an Active Scan.", "name": "scanType", "type": { "kind": "ENUM", "name": "DastScanTypeEnum", "ofType": null } }, { "defaultValue": "false", "description": "Indicates if the AJAX spider should be used to crawl the target site. True to run the AJAX spider in addition to the traditional spider, and false to run only the traditional spider.", "name": "useAjaxSpider", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": "false", "description": "Indicates if debug messages should be included in DAST console output. True to include the debug messages.", "name": "showDebugMessages", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DastScannerProfileCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of DastScannerProfileCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Created scanner profile.", "isDeprecated": false, "name": "dastScannerProfile", "type": { "kind": "OBJECT", "name": "DastScannerProfile", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": "use `dastScannerProfile` field. Deprecated in 14.10.", "description": "ID of the scanner profile. Deprecated in 14.10: use `dastScannerProfile` field.", "isDeprecated": true, "name": "id", "type": { "kind": "SCALAR", "name": "DastScannerProfileID", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastScannerProfileCreatePayload", "possibleTypes": null }, { "description": "Autogenerated input type of DastScannerProfileDelete", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the scanner profile to be deleted.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DastScannerProfileID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DastScannerProfileDeleteInput", "possibleTypes": null }, { "description": "Autogenerated return type of DastScannerProfileDelete", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastScannerProfileDeletePayload", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "DastScannerProfile", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastScannerProfileEdge", "possibleTypes": null }, { "description": "A `DastScannerProfileID` is a global ID. It is encoded as a string.\n\nAn example `DastScannerProfileID` is: `\"gid://gitlab/DastScannerProfile/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "DastScannerProfileID", "possibleTypes": null }, { "description": "Autogenerated input type of DastScannerProfileUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the scanner profile to be updated.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DastScannerProfileID", "ofType": null } } }, { "defaultValue": null, "description": "Name of the scanner profile.", "name": "profileName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Maximum number of minutes allowed for the spider to traverse the site.", "name": "spiderTimeout", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "defaultValue": null, "description": "Maximum number of seconds allowed for the site under test to respond to a request.", "name": "targetTimeout", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "defaultValue": null, "description": "Indicates the type of DAST scan that will run. Either a Passive Scan or an Active Scan.", "name": "scanType", "type": { "kind": "ENUM", "name": "DastScanTypeEnum", "ofType": null } }, { "defaultValue": null, "description": "Indicates if the AJAX spider should be used to crawl the target site. True to run the AJAX spider in addition to the traditional spider, and false to run only the traditional spider.", "name": "useAjaxSpider", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Indicates if debug messages should be included in DAST console output. True to include the debug messages.", "name": "showDebugMessages", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DastScannerProfileUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of DastScannerProfileUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Updated scanner profile.", "isDeprecated": false, "name": "dastScannerProfile", "type": { "kind": "OBJECT", "name": "DastScannerProfile", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": "use `dastScannerProfile` field. Deprecated in 14.10.", "description": "ID of the scanner profile. Deprecated in 14.10: use `dastScannerProfile` field.", "isDeprecated": true, "name": "id", "type": { "kind": "SCALAR", "name": "DastScannerProfileID", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastScannerProfileUpdatePayload", "possibleTypes": null }, { "description": "Represents a DAST Site Profile", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Target authentication details.", "isDeprecated": false, "name": "auth", "type": { "kind": "OBJECT", "name": "DastSiteProfileAuth", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Relative web path to the edit page of a site profile.", "isDeprecated": false, "name": "editPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URLs to skip during an authenticated scan.", "isDeprecated": false, "name": "excludedUrls", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "ID of the site profile.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DastSiteProfileID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Normalized URL of the target to be scanned.", "isDeprecated": false, "name": "normalizedTargetUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the site profile.", "isDeprecated": false, "name": "profileName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "List of security policy names that are referencing given project.", "isDeprecated": false, "name": "referencedInSecurityPolicies", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Comma-separated list of request header names and values to be added to every request made by DAST.", "isDeprecated": false, "name": "requestHeaders", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Scan File Path used as input for the scanner.", "isDeprecated": false, "name": "scanFilePath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Scan method used by the scanner.", "isDeprecated": false, "name": "scanMethod", "type": { "kind": "ENUM", "name": "DastScanMethodType", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of target to be scanned.", "isDeprecated": false, "name": "targetType", "type": { "kind": "ENUM", "name": "DastTargetTypeEnum", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL of the target to be scanned.", "isDeprecated": false, "name": "targetUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Permissions for the current user on the resource", "isDeprecated": false, "name": "userPermissions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DastSiteProfilePermissions", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Site profile validation start time.", "isDeprecated": false, "name": "validationStartedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Current validation status of the site profile.", "isDeprecated": false, "name": "validationStatus", "type": { "kind": "ENUM", "name": "DastSiteProfileValidationStatusEnum", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastSiteProfile", "possibleTypes": null }, { "description": "Input type for DastSiteProfile authentication", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates whether authentication is enabled.", "isDeprecated": false, "name": "enabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Redacted password to authenticate with on the target website.", "isDeprecated": false, "name": "password", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of password field at the sign-in HTML form.", "isDeprecated": false, "name": "passwordField", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name or ID of sign-in submit button at the sign-in HTML form.", "isDeprecated": false, "name": "submitField", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The URL of the page containing the sign-in HTML form on the target website.", "isDeprecated": false, "name": "url", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Username to authenticate with on the target website.", "isDeprecated": false, "name": "username", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of username field at the sign-in HTML form.", "isDeprecated": false, "name": "usernameField", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastSiteProfileAuth", "possibleTypes": null }, { "description": "Input type for DastSiteProfile authentication", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Indicates whether authentication is enabled.", "name": "enabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "The URL of the page containing the sign-in HTML form on the target website.", "name": "url", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Name of username field at the sign-in HTML form.", "name": "usernameField", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Name of password field at the sign-in HTML form.", "name": "passwordField", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Username to authenticate with on the target.", "name": "username", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Password to authenticate with on the target.", "name": "password", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Name or ID of sign-in submit button at the sign-in HTML form.", "name": "submitField", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DastSiteProfileAuthInput", "possibleTypes": null }, { "description": "The connection type for DastSiteProfile.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DastSiteProfileEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DastSiteProfile", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastSiteProfileConnection", "possibleTypes": null }, { "description": "Autogenerated input type of DastSiteProfileCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Name of the site profile.", "name": "profileName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "URL of the target to be scanned.", "name": "targetUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Type of target to be scanned.", "name": "targetType", "type": { "kind": "ENUM", "name": "DastTargetTypeEnum", "ofType": null } }, { "defaultValue": null, "description": "Scan method by the scanner.", "name": "scanMethod", "type": { "kind": "ENUM", "name": "DastScanMethodType", "ofType": null } }, { "defaultValue": null, "description": "File Path or URL used as input for the scan method.", "name": "scanFilePath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Comma-separated list of request header names and values to be added to every request made by DAST.", "name": "requestHeaders", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Parameters for authentication.", "name": "auth", "type": { "kind": "INPUT_OBJECT", "name": "DastSiteProfileAuthInput", "ofType": null } }, { "defaultValue": null, "description": "Project the site profile belongs to.", "name": "fullPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": "[]", "description": "URLs to skip during an authenticated scan. Defaults to `[]`.", "name": "excludedUrls", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DastSiteProfileCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of DastSiteProfileCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Site Profile object.", "isDeprecated": false, "name": "dastSiteProfile", "type": { "kind": "OBJECT", "name": "DastSiteProfile", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": "use `dastSiteProfile.id` field. Deprecated in 14.10.", "description": "ID of the site profile. Deprecated in 14.10: use `dastSiteProfile.id` field.", "isDeprecated": true, "name": "id", "type": { "kind": "SCALAR", "name": "DastSiteProfileID", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastSiteProfileCreatePayload", "possibleTypes": null }, { "description": "Autogenerated input type of DastSiteProfileDelete", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the site profile to be deleted.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DastSiteProfileID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DastSiteProfileDeleteInput", "possibleTypes": null }, { "description": "Autogenerated return type of DastSiteProfileDelete", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastSiteProfileDeletePayload", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "DastSiteProfile", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastSiteProfileEdge", "possibleTypes": null }, { "description": "A `DastSiteProfileID` is a global ID. It is encoded as a string.\n\nAn example `DastSiteProfileID` is: `\"gid://gitlab/DastSiteProfile/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "DastSiteProfileID", "possibleTypes": null }, { "description": "Check permissions for the current user on site profile", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `create_on_demand_dast_scan` on this resource", "isDeprecated": false, "name": "createOnDemandDastScan", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastSiteProfilePermissions", "possibleTypes": null }, { "description": "Autogenerated input type of DastSiteProfileUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Name of the site profile.", "name": "profileName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "URL of the target to be scanned.", "name": "targetUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Type of target to be scanned.", "name": "targetType", "type": { "kind": "ENUM", "name": "DastTargetTypeEnum", "ofType": null } }, { "defaultValue": null, "description": "Scan method by the scanner.", "name": "scanMethod", "type": { "kind": "ENUM", "name": "DastScanMethodType", "ofType": null } }, { "defaultValue": null, "description": "File Path or URL used as input for the scan method.", "name": "scanFilePath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Comma-separated list of request header names and values to be added to every request made by DAST.", "name": "requestHeaders", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Parameters for authentication.", "name": "auth", "type": { "kind": "INPUT_OBJECT", "name": "DastSiteProfileAuthInput", "ofType": null } }, { "defaultValue": null, "description": "ID of the site profile to be updated.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DastSiteProfileID", "ofType": null } } }, { "defaultValue": null, "description": "URLs to skip during an authenticated scan.", "name": "excludedUrls", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DastSiteProfileUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of DastSiteProfileUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Site profile object.", "isDeprecated": false, "name": "dastSiteProfile", "type": { "kind": "OBJECT", "name": "DastSiteProfile", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": "use `dastSiteProfile.id` field. Deprecated in 14.10.", "description": "ID of the site profile. Deprecated in 14.10: use `dastSiteProfile.id` field.", "isDeprecated": true, "name": "id", "type": { "kind": "SCALAR", "name": "DastSiteProfileID", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastSiteProfileUpdatePayload", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "No site validation exists.", "isDeprecated": false, "name": "NONE" }, { "deprecationReason": null, "description": "Site validation process has not started.", "isDeprecated": false, "name": "PENDING_VALIDATION" }, { "deprecationReason": null, "description": "Site validation process is in progress.", "isDeprecated": false, "name": "INPROGRESS_VALIDATION" }, { "deprecationReason": null, "description": "Site validation process finished successfully.", "isDeprecated": false, "name": "PASSED_VALIDATION" }, { "deprecationReason": null, "description": "Site validation process finished but failed.", "isDeprecated": false, "name": "FAILED_VALIDATION" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "DastSiteProfileValidationStatusEnum", "possibleTypes": null }, { "description": "Autogenerated input type of DastSiteTokenCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Project the site token belongs to.", "name": "fullPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "URL of the target to be validated.", "name": "targetUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DastSiteTokenCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of DastSiteTokenCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "ID of the site token.", "isDeprecated": false, "name": "id", "type": { "kind": "SCALAR", "name": "DastSiteTokenID", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Current validation status of the target.", "isDeprecated": false, "name": "status", "type": { "kind": "ENUM", "name": "DastSiteProfileValidationStatusEnum", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Token string.", "isDeprecated": false, "name": "token", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastSiteTokenCreatePayload", "possibleTypes": null }, { "description": "A `DastSiteTokenID` is a global ID. It is encoded as a string.\n\nAn example `DastSiteTokenID` is: `\"gid://gitlab/DastSiteToken/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "DastSiteTokenID", "possibleTypes": null }, { "description": "Represents a DAST Site Validation", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Global ID of the site validation.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DastSiteValidationID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Normalized URL of the target to be validated.", "isDeprecated": false, "name": "normalizedTargetUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Status of the site validation.", "isDeprecated": false, "name": "status", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DastSiteProfileValidationStatusEnum", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the validation started.", "isDeprecated": false, "name": "validationStartedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastSiteValidation", "possibleTypes": null }, { "description": "The connection type for DastSiteValidation.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DastSiteValidationEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DastSiteValidation", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastSiteValidationConnection", "possibleTypes": null }, { "description": "Autogenerated input type of DastSiteValidationCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Project the site profile belongs to.", "name": "fullPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "ID of the site token.", "name": "dastSiteTokenId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DastSiteTokenID", "ofType": null } } }, { "defaultValue": null, "description": "Path to be requested during validation.", "name": "validationPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Validation strategy to be used.", "name": "strategy", "type": { "kind": "ENUM", "name": "DastSiteValidationStrategyEnum", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DastSiteValidationCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of DastSiteValidationCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "ID of the site validation.", "isDeprecated": false, "name": "id", "type": { "kind": "SCALAR", "name": "DastSiteValidationID", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Current validation status.", "isDeprecated": false, "name": "status", "type": { "kind": "ENUM", "name": "DastSiteProfileValidationStatusEnum", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastSiteValidationCreatePayload", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "DastSiteValidation", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastSiteValidationEdge", "possibleTypes": null }, { "description": "A `DastSiteValidationID` is a global ID. It is encoded as a string.\n\nAn example `DastSiteValidationID` is: `\"gid://gitlab/DastSiteValidation/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "DastSiteValidationID", "possibleTypes": null }, { "description": "Autogenerated input type of DastSiteValidationRevoke", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Project the site validation belongs to.", "name": "fullPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Normalized URL of the target to be revoked.", "name": "normalizedTargetUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DastSiteValidationRevokeInput", "possibleTypes": null }, { "description": "Autogenerated return type of DastSiteValidationRevoke", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DastSiteValidationRevokePayload", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "Site validation process has not started.", "isDeprecated": false, "name": "PENDING_VALIDATION" }, { "deprecationReason": null, "description": "Site validation process is in progress.", "isDeprecated": false, "name": "INPROGRESS_VALIDATION" }, { "deprecationReason": null, "description": "Site validation process finished successfully.", "isDeprecated": false, "name": "PASSED_VALIDATION" }, { "deprecationReason": null, "description": "Site validation process finished but failed.", "isDeprecated": false, "name": "FAILED_VALIDATION" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "DastSiteValidationStatusEnum", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "Text file validation.", "isDeprecated": false, "name": "TEXT_FILE" }, { "deprecationReason": null, "description": "Header validation.", "isDeprecated": false, "name": "HEADER" }, { "deprecationReason": null, "description": "Meta tag validation.", "isDeprecated": false, "name": "META_TAG" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "DastSiteValidationStrategyEnum", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "Website target.", "isDeprecated": false, "name": "WEBSITE" }, { "deprecationReason": null, "description": "API target.", "isDeprecated": false, "name": "API" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "DastTargetTypeEnum", "possibleTypes": null }, { "description": "Color of the data visualization palette", "enumValues": [ { "deprecationReason": null, "description": "Blue color", "isDeprecated": false, "name": "BLUE" }, { "deprecationReason": null, "description": "Orange color", "isDeprecated": false, "name": "ORANGE" }, { "deprecationReason": null, "description": "Aqua color", "isDeprecated": false, "name": "AQUA" }, { "deprecationReason": null, "description": "Green color", "isDeprecated": false, "name": "GREEN" }, { "deprecationReason": null, "description": "Magenta color", "isDeprecated": false, "name": "MAGENTA" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "DataVisualizationColorEnum", "possibleTypes": null }, { "description": "Weight of the data visualization palette", "enumValues": [ { "deprecationReason": null, "description": "50 weight", "isDeprecated": false, "name": "WEIGHT_50" }, { "deprecationReason": null, "description": "100 weight", "isDeprecated": false, "name": "WEIGHT_100" }, { "deprecationReason": null, "description": "200 weight", "isDeprecated": false, "name": "WEIGHT_200" }, { "deprecationReason": null, "description": "300 weight", "isDeprecated": false, "name": "WEIGHT_300" }, { "deprecationReason": null, "description": "400 weight", "isDeprecated": false, "name": "WEIGHT_400" }, { "deprecationReason": null, "description": "500 weight", "isDeprecated": false, "name": "WEIGHT_500" }, { "deprecationReason": null, "description": "600 weight", "isDeprecated": false, "name": "WEIGHT_600" }, { "deprecationReason": null, "description": "700 weight", "isDeprecated": false, "name": "WEIGHT_700" }, { "deprecationReason": null, "description": "800 weight", "isDeprecated": false, "name": "WEIGHT_800" }, { "deprecationReason": null, "description": "900 weight", "isDeprecated": false, "name": "WEIGHT_900" }, { "deprecationReason": null, "description": "950 weight", "isDeprecated": false, "name": "WEIGHT_950" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "DataVisualizationWeightEnum", "possibleTypes": null }, { "description": "Date represented in ISO 8601", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "Date", "possibleTypes": null }, { "description": "Autogenerated input type of DeleteAnnotation", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the annotation to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "MetricsDashboardAnnotationID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DeleteAnnotationInput", "possibleTypes": null }, { "description": "Autogenerated return type of DeleteAnnotation", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DeleteAnnotationPayload", "possibleTypes": null }, { "description": "The response from the AdminSidekiqQueuesDeleteJobs mutation", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether or not the entire queue was processed in time; if not, retrying the same request is safe.", "isDeprecated": false, "name": "completed", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of matching jobs deleted.", "isDeprecated": false, "name": "deletedJobs", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Queue size after processing.", "isDeprecated": false, "name": "queueSize", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DeleteJobsResponse", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "ID of the discussion for the deleted note.", "isDeprecated": false, "name": "discussionId", "type": { "kind": "SCALAR", "name": "DiscussionID", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the deleted note.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "NoteID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether deleted note is the last note in the discussion.", "isDeprecated": false, "name": "lastDiscussionNote", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DeletedNote", "possibleTypes": null }, { "description": "A software dependency used by a project", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "ID of the dependency.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "GlobalID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information about where the dependency is located.", "isDeprecated": false, "name": "location", "type": { "kind": "OBJECT", "name": "Location", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the dependency.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Description of the tool used to manage the dependency.", "isDeprecated": false, "name": "packager", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Version of the dependency.", "isDeprecated": false, "name": "version", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Dependency", "possibleTypes": null }, { "description": "The connection type for Dependency.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DependencyEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Dependency", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DependencyConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Dependency", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DependencyEdge", "possibleTypes": null }, { "description": "Represents metadata associated with a dependency link", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "UNION", "name": "DependencyLinkMetadata", "possibleTypes": [ { "kind": "OBJECT", "name": "NugetDependencyLinkMetadata", "ofType": null } ] }, { "description": "Dependency proxy blob", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Date of creation.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the blob.", "isDeprecated": false, "name": "fileName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Size of the blob file.", "isDeprecated": false, "name": "size", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Date of most recent update.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DependencyProxyBlob", "possibleTypes": null }, { "description": "The connection type for DependencyProxyBlob.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DependencyProxyBlobEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DependencyProxyBlob", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DependencyProxyBlobConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "DependencyProxyBlob", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DependencyProxyBlobEdge", "possibleTypes": null }, { "description": "Represents the Geo replication and verification state of a dependency_proxy_blob", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Timestamp when the DependencyProxyBlobRegistry was created", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the Dependency Proxy Blob.", "isDeprecated": false, "name": "dependencyProxyBlobId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the DependencyProxyBlobRegistry", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Error message during sync of the DependencyProxyBlobRegistry", "isDeprecated": false, "name": "lastSyncFailure", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent successful sync of the DependencyProxyBlobRegistry", "isDeprecated": false, "name": "lastSyncedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp after which the DependencyProxyBlobRegistry is resynced", "isDeprecated": false, "name": "retryAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of consecutive failed sync attempts of the DependencyProxyBlobRegistry", "isDeprecated": false, "name": "retryCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Sync state of the DependencyProxyBlobRegistry", "isDeprecated": false, "name": "state", "type": { "kind": "ENUM", "name": "RegistryState", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp after which the DependencyProxyBlobRegistry is reverified", "isDeprecated": false, "name": "verificationRetryAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent successful verification of the DependencyProxyBlobRegistry", "isDeprecated": false, "name": "verifiedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DependencyProxyBlobRegistry", "possibleTypes": null }, { "description": "The connection type for DependencyProxyBlobRegistry.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DependencyProxyBlobRegistryEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DependencyProxyBlobRegistry", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DependencyProxyBlobRegistryConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "DependencyProxyBlobRegistry", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DependencyProxyBlobRegistryEdge", "possibleTypes": null }, { "description": "Group-level Dependency Proxy TTL policy settings", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Timestamp of creation.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates whether the policy is enabled or disabled.", "isDeprecated": false, "name": "enabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of days to retain a cached image file.", "isDeprecated": false, "name": "ttl", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent update.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DependencyProxyImageTtlGroupPolicy", "possibleTypes": null }, { "description": "Dependency proxy manifest", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Date of creation.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Digest of the manifest.", "isDeprecated": false, "name": "digest", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the manifest.", "isDeprecated": false, "name": "fileName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the manifest.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DependencyProxyManifestID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the image.", "isDeprecated": false, "name": "imageName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Size of the manifest file.", "isDeprecated": false, "name": "size", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Status of the manifest (default, pending_destruction, processing, error)", "isDeprecated": false, "name": "status", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DependencyProxyManifestStatus", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Date of most recent update.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DependencyProxyManifest", "possibleTypes": null }, { "description": "The connection type for DependencyProxyManifest.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DependencyProxyManifestEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DependencyProxyManifest", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DependencyProxyManifestConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "DependencyProxyManifest", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DependencyProxyManifestEdge", "possibleTypes": null }, { "description": "A `DependencyProxyManifestID` is a global ID. It is encoded as a string.\n\nAn example `DependencyProxyManifestID` is: `\"gid://gitlab/DependencyProxy::Manifest/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "DependencyProxyManifestID", "possibleTypes": null }, { "description": "Represents the Geo replication and verification state of a dependency_proxy_manifest", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Timestamp when the DependencyProxyManifestRegistry was created", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the Dependency Proxy Manifest.", "isDeprecated": false, "name": "dependencyProxyManifestId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the DependencyProxyManifestRegistry", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Error message during sync of the DependencyProxyManifestRegistry", "isDeprecated": false, "name": "lastSyncFailure", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent successful sync of the DependencyProxyManifestRegistry", "isDeprecated": false, "name": "lastSyncedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp after which the DependencyProxyManifestRegistry is resynced", "isDeprecated": false, "name": "retryAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of consecutive failed sync attempts of the DependencyProxyManifestRegistry", "isDeprecated": false, "name": "retryCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Sync state of the DependencyProxyManifestRegistry", "isDeprecated": false, "name": "state", "type": { "kind": "ENUM", "name": "RegistryState", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp after which the DependencyProxyManifestRegistry is reverified", "isDeprecated": false, "name": "verificationRetryAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent successful verification of the DependencyProxyManifestRegistry", "isDeprecated": false, "name": "verifiedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DependencyProxyManifestRegistry", "possibleTypes": null }, { "description": "The connection type for DependencyProxyManifestRegistry.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DependencyProxyManifestRegistryEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DependencyProxyManifestRegistry", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DependencyProxyManifestRegistryConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "DependencyProxyManifestRegistry", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DependencyProxyManifestRegistryEdge", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "Dependency proxy manifest has a status of default.", "isDeprecated": false, "name": "DEFAULT" }, { "deprecationReason": null, "description": "Dependency proxy manifest has a status of pending_destruction.", "isDeprecated": false, "name": "PENDING_DESTRUCTION" }, { "deprecationReason": null, "description": "Dependency proxy manifest has a status of processing.", "isDeprecated": false, "name": "PROCESSING" }, { "deprecationReason": null, "description": "Dependency proxy manifest has a status of error.", "isDeprecated": false, "name": "ERROR" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "DependencyProxyManifestStatus", "possibleTypes": null }, { "description": "Group-level Dependency Proxy settings", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates whether the dependency proxy is enabled for the group.", "isDeprecated": false, "name": "enabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DependencyProxySetting", "possibleTypes": null }, { "description": "The deployment of an environment", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Approval summary of the deployment.This field can only be resolved for one deployment in any single request.", "isDeprecated": false, "name": "approvalSummary", "type": { "kind": "OBJECT", "name": "DeploymentApprovalSummary", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Current approvals of the deployment.", "isDeprecated": false, "name": "approvals", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DeploymentApproval", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Commit details of the deployment.", "isDeprecated": false, "name": "commit", "type": { "kind": "OBJECT", "name": "Commit", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "When the deployment record was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "When the deployment finished.", "isDeprecated": false, "name": "finishedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Global ID of the deployment.", "isDeprecated": false, "name": "id", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Project-level internal ID of the deployment.", "isDeprecated": false, "name": "iid", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Pipeline job of the deployment.", "isDeprecated": false, "name": "job", "type": { "kind": "OBJECT", "name": "CiJob", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of pending unified approvals on the deployment.", "isDeprecated": false, "name": "pendingApprovalCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Git-Ref that the deployment ran on.", "isDeprecated": false, "name": "ref", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Git-SHA that the deployment ran on.", "isDeprecated": false, "name": "sha", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Status of the deployment.", "isDeprecated": false, "name": "status", "type": { "kind": "ENUM", "name": "DeploymentStatus", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "True or false if the deployment ran on a Git-tag.", "isDeprecated": false, "name": "tag", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Git tags that contain this deployment. This field can only be resolved for two deployments in any single request.", "isDeprecated": false, "name": "tags", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DeploymentTag", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "User who executed the deployment.", "isDeprecated": false, "name": "triggerer", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "When the deployment record was updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Permissions for the current user on the resource", "isDeprecated": false, "name": "userPermissions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DeploymentPermissions", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Deployment", "possibleTypes": null }, { "description": "Approval of the deployment.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Additional comment.", "isDeprecated": false, "name": "comment", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "When the user approved/rejected first time.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the deployment was approved/rejected.", "isDeprecated": false, "name": "status", "type": { "kind": "ENUM", "name": "DeploymentsApprovalStatus", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "When the user updated the approval.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User who approved or rejected the deployment.", "isDeprecated": false, "name": "user", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DeploymentApproval", "possibleTypes": null }, { "description": "Approval summary of the deployment.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Approval Rules for the deployment.", "isDeprecated": false, "name": "rules", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProtectedEnvironmentApprovalRuleForSummary", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Status of the approvals.", "isDeprecated": false, "name": "status", "type": { "kind": "ENUM", "name": "DeploymentApprovalSummaryStatus", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total pending approval count.", "isDeprecated": false, "name": "totalPendingApprovalCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total number of required approvals.", "isDeprecated": false, "name": "totalRequiredApprovals", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DeploymentApprovalSummary", "possibleTypes": null }, { "description": "Status of the deployment approval summary.", "enumValues": [ { "deprecationReason": null, "description": "Summarized deployment approval status that is approved.", "isDeprecated": false, "name": "APPROVED" }, { "deprecationReason": null, "description": "Summarized deployment approval status that is rejected.", "isDeprecated": false, "name": "REJECTED" }, { "deprecationReason": null, "description": "Summarized deployment approval status that is pending approval.", "isDeprecated": false, "name": "PENDING_APPROVAL" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "DeploymentApprovalSummaryStatus", "possibleTypes": null }, { "description": "The connection type for Deployment.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DeploymentEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Deployment", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DeploymentConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Deployment", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DeploymentEdge", "possibleTypes": null }, { "description": "A `DeploymentID` is a global ID. It is encoded as a string.\n\nAn example `DeploymentID` is: `\"gid://gitlab/Deployment/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "DeploymentID", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `approve_deployment` on this resource. This field can only be resolved for one environment in any single request.", "isDeprecated": false, "name": "approveDeployment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `destroy_deployment` on this resource", "isDeprecated": false, "name": "destroyDeployment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `update_deployment` on this resource", "isDeprecated": false, "name": "updateDeployment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DeploymentPermissions", "possibleTypes": null }, { "description": "All deployment statuses.", "enumValues": [ { "deprecationReason": null, "description": "A deployment that is created.", "isDeprecated": false, "name": "CREATED" }, { "deprecationReason": null, "description": "A deployment that is running.", "isDeprecated": false, "name": "RUNNING" }, { "deprecationReason": null, "description": "A deployment that is success.", "isDeprecated": false, "name": "SUCCESS" }, { "deprecationReason": null, "description": "A deployment that is failed.", "isDeprecated": false, "name": "FAILED" }, { "deprecationReason": null, "description": "A deployment that is canceled.", "isDeprecated": false, "name": "CANCELED" }, { "deprecationReason": null, "description": "A deployment that is skipped.", "isDeprecated": false, "name": "SKIPPED" }, { "deprecationReason": null, "description": "A deployment that is blocked.", "isDeprecated": false, "name": "BLOCKED" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "DeploymentStatus", "possibleTypes": null }, { "description": "Tags for a given deployment", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Name of this git tag.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Path for this tag.", "isDeprecated": false, "name": "path", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DeploymentTag", "possibleTypes": null }, { "description": "All environment deployment tiers.", "enumValues": [ { "deprecationReason": null, "description": "Production.", "isDeprecated": false, "name": "PRODUCTION" }, { "deprecationReason": null, "description": "Staging.", "isDeprecated": false, "name": "STAGING" }, { "deprecationReason": null, "description": "Testing.", "isDeprecated": false, "name": "TESTING" }, { "deprecationReason": null, "description": "Development.", "isDeprecated": false, "name": "DEVELOPMENT" }, { "deprecationReason": null, "description": "Other.", "isDeprecated": false, "name": "OTHER" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "DeploymentTier", "possibleTypes": null }, { "description": "Status of the deployment approval.", "enumValues": [ { "deprecationReason": null, "description": "A deployment approval that is approved.", "isDeprecated": false, "name": "APPROVED" }, { "deprecationReason": null, "description": "A deployment approval that is rejected.", "isDeprecated": false, "name": "REJECTED" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "DeploymentsApprovalStatus", "possibleTypes": null }, { "description": "Values for ordering deployments by a specific field", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Order by Created time.", "name": "createdAt", "type": { "kind": "ENUM", "name": "SortDirectionEnum", "ofType": null } }, { "defaultValue": null, "description": "Order by Finished time.", "name": "finishedAt", "type": { "kind": "ENUM", "name": "SortDirectionEnum", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DeploymentsOrderByInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": "For backwards compatibility with REST API version and to be removed in a next iteration. Deprecated in 15.7.", "description": "Whether current user can delete description version associated to the note metadata. Deprecated in 15.7: For backwards compatibility with REST API version and to be removed in a next iteration.", "isDeprecated": true, "name": "canDelete", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": "For backwards compatibility with REST API version and to be removed in a next iteration. Deprecated in 15.7.", "description": "Web path to delete description version associated to the note metadata. Deprecated in 15.7: For backwards compatibility with REST API version and to be removed in a next iteration.", "isDeprecated": true, "name": "deletePath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": "For backwards compatibility with REST API version and to be removed in a next iteration. Deprecated in 15.7.", "description": "Whether description version associated to the note metadata is deleted. Deprecated in 15.7: For backwards compatibility with REST API version and to be removed in a next iteration.", "isDeprecated": true, "name": "deleted", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Content of the given description version.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of a previous version to compare. If not specified first previous version is used.", "name": "versionId", "type": { "kind": "SCALAR", "name": "DescriptionVersionID", "ofType": null } } ], "deprecationReason": null, "description": "Description diff between versions.", "isDeprecated": false, "name": "diff", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": "For backwards compatibility with REST API version and to be removed in a next iteration. Deprecated in 15.7.", "description": "Web path to description version associated to the note metadata. Deprecated in 15.7: For backwards compatibility with REST API version and to be removed in a next iteration.", "isDeprecated": true, "name": "diffPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the description version.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DescriptionVersionID", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DescriptionVersion", "possibleTypes": null }, { "description": "A `DescriptionVersionID` is a global ID. It is encoded as a string.\n\nAn example `DescriptionVersionID` is: `\"gid://gitlab/DescriptionVersion/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "DescriptionVersionID", "possibleTypes": null }, { "description": "A single design", "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All commenters on this noteable.", "isDeprecated": false, "name": "commenters", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCoreConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "State of the to-do items.", "name": "state", "type": { "kind": "ENUM", "name": "TodoStateEnum", "ofType": null } } ], "deprecationReason": null, "description": "To-do items for the current user.", "isDeprecated": false, "name": "currentUserTodos", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TodoConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Description of the design.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `description`", "isDeprecated": false, "name": "descriptionHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Diff refs for this design.", "isDeprecated": false, "name": "diffRefs", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DiffRefs", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All discussions on this noteable.", "isDeprecated": false, "name": "discussions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DiscussionConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "How this design was changed in the current version.", "isDeprecated": false, "name": "event", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DesignVersionEvent", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Filename of the design.", "isDeprecated": false, "name": "filename", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Full path to the design file.", "isDeprecated": false, "name": "fullPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of this design.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "URL of the full-sized image.", "isDeprecated": false, "name": "image", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "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", "isDeprecated": false, "name": "imageV432x230", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Issue the design belongs to.", "isDeprecated": false, "name": "issue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Issue", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All notes on this noteable.", "isDeprecated": false, "name": "notes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NoteConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Total count of user-created notes for this design.", "isDeprecated": false, "name": "notesCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Project the design belongs to.", "isDeprecated": false, "name": "project", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Project", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "SHA256 of the most recent acceptable version.", "name": "earlierOrEqualToSha", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the most recent acceptable version.", "name": "earlierOrEqualToId", "type": { "kind": "SCALAR", "name": "DesignManagementVersionID", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All versions related to this design ordered newest first.", "isDeprecated": false, "name": "versions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DesignVersionConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "URL of the design.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "CurrentUserTodos", "ofType": null }, { "kind": "INTERFACE", "name": "DesignFields", "ofType": null }, { "kind": "INTERFACE", "name": "NoteableInterface", "ofType": null }, { "kind": "INTERFACE", "name": "Todoable", "ofType": null } ], "kind": "OBJECT", "name": "Design", "possibleTypes": null }, { "description": "A design pinned to a specific version. The image field reflects the design as of the associated version", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Underlying design.", "isDeprecated": false, "name": "design", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Design", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Diff refs for this design.", "isDeprecated": false, "name": "diffRefs", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DiffRefs", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "How this design was changed in the current version.", "isDeprecated": false, "name": "event", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DesignVersionEvent", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Filename of the design.", "isDeprecated": false, "name": "filename", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Full path to the design file.", "isDeprecated": false, "name": "fullPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of this design.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "URL of the full-sized image.", "isDeprecated": false, "name": "image", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "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", "isDeprecated": false, "name": "imageV432x230", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Issue the design belongs to.", "isDeprecated": false, "name": "issue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Issue", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Total count of user-created notes for this design.", "isDeprecated": false, "name": "notesCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Project the design belongs to.", "isDeprecated": false, "name": "project", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Project", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Version this design-at-versions is pinned to.", "isDeprecated": false, "name": "version", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DesignVersion", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "DesignFields", "ofType": null } ], "kind": "OBJECT", "name": "DesignAtVersion", "possibleTypes": null }, { "description": "The connection type for DesignAtVersion.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DesignAtVersionEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DesignAtVersion", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DesignAtVersionConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "DesignAtVersion", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DesignAtVersionEdge", "possibleTypes": null }, { "description": "A collection of designs", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Copy state of the design collection.", "isDeprecated": false, "name": "copyState", "type": { "kind": "ENUM", "name": "DesignCollectionCopyState", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Find a design by its ID.", "name": "id", "type": { "kind": "SCALAR", "name": "DesignManagementDesignID", "ofType": null } }, { "defaultValue": null, "description": "Find a design by its filename.", "name": "filename", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "deprecationReason": null, "description": "Find a specific design.", "isDeprecated": false, "name": "design", "type": { "kind": "OBJECT", "name": "Design", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Global ID of the design at this version.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DesignManagementDesignAtVersionID", "ofType": null } } } ], "deprecationReason": null, "description": "Find a design as of a version.", "isDeprecated": false, "name": "designAtVersion", "type": { "kind": "OBJECT", "name": "DesignAtVersion", "ofType": null } }, { "args": [ { "defaultValue": null, "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", "name": "atVersion", "type": { "kind": "SCALAR", "name": "DesignManagementVersionID", "ofType": null } }, { "defaultValue": null, "description": "Filters designs by their filename.", "name": "filenames", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filters designs by their ID.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DesignManagementDesignID", "ofType": null } } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All designs for the design collection.", "isDeprecated": false, "name": "designs", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DesignConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Issue associated with the design collection.", "isDeprecated": false, "name": "issue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Issue", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Project associated with the design collection.", "isDeprecated": false, "name": "project", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Project", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Global ID of the version.", "name": "id", "type": { "kind": "SCALAR", "name": "DesignManagementVersionID", "ofType": null } }, { "defaultValue": null, "description": "SHA256 of a specific version.", "name": "sha", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "deprecationReason": null, "description": "A specific version.", "isDeprecated": false, "name": "version", "type": { "kind": "OBJECT", "name": "DesignVersion", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "SHA256 of the most recent acceptable version.", "name": "earlierOrEqualToSha", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the most recent acceptable version.", "name": "earlierOrEqualToId", "type": { "kind": "SCALAR", "name": "DesignManagementVersionID", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All versions related to all designs, ordered newest first.", "isDeprecated": false, "name": "versions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DesignVersionConnection", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DesignCollection", "possibleTypes": null }, { "description": "Copy state of a DesignCollection", "enumValues": [ { "deprecationReason": null, "description": "The DesignCollection has no copy in progress", "isDeprecated": false, "name": "READY" }, { "deprecationReason": null, "description": "The DesignCollection is being copied", "isDeprecated": false, "name": "IN_PROGRESS" }, { "deprecationReason": null, "description": "The DesignCollection encountered an error during a copy", "isDeprecated": false, "name": "ERROR" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "DesignCollectionCopyState", "possibleTypes": null }, { "description": "The connection type for Design.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DesignEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Design", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DesignConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Design", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DesignEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Diff refs for this design.", "isDeprecated": false, "name": "diffRefs", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DiffRefs", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "How this design was changed in the current version.", "isDeprecated": false, "name": "event", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DesignVersionEvent", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Filename of the design.", "isDeprecated": false, "name": "filename", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Full path to the design file.", "isDeprecated": false, "name": "fullPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of this design.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "URL of the full-sized image.", "isDeprecated": false, "name": "image", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "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", "isDeprecated": false, "name": "imageV432x230", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Issue the design belongs to.", "isDeprecated": false, "name": "issue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Issue", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Total count of user-created notes for this design.", "isDeprecated": false, "name": "notesCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Project the design belongs to.", "isDeprecated": false, "name": "project", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Project", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "INTERFACE", "name": "DesignFields", "possibleTypes": [ { "kind": "OBJECT", "name": "Design", "ofType": null }, { "kind": "OBJECT", "name": "DesignAtVersion", "ofType": null } ] }, { "description": null, "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Global ID of the design at this version.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DesignManagementDesignAtVersionID", "ofType": null } } } ], "deprecationReason": null, "description": "Find a design as of a version.", "isDeprecated": false, "name": "designAtVersion", "type": { "kind": "OBJECT", "name": "DesignAtVersion", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Global ID of the version.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DesignManagementVersionID", "ofType": null } } } ], "deprecationReason": null, "description": "Find a version.", "isDeprecated": false, "name": "version", "type": { "kind": "OBJECT", "name": "DesignVersion", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DesignManagement", "possibleTypes": null }, { "description": "Autogenerated input type of DesignManagementDelete", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project where the issue is to upload designs for.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the issue to modify designs for.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filenames of the designs to delete.", "name": "filenames", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DesignManagementDeleteInput", "possibleTypes": null }, { "description": "Autogenerated return type of DesignManagementDelete", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "New version in which the designs are deleted.", "isDeprecated": false, "name": "version", "type": { "kind": "OBJECT", "name": "DesignVersion", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DesignManagementDeletePayload", "possibleTypes": null }, { "description": "A `DesignManagementDesignAtVersionID` is a global ID. It is encoded as a string.\n\nAn example `DesignManagementDesignAtVersionID` is: `\"gid://gitlab/DesignManagement::DesignAtVersion/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "DesignManagementDesignAtVersionID", "possibleTypes": null }, { "description": "A `DesignManagementDesignID` is a global ID. It is encoded as a string.\n\nAn example `DesignManagementDesignID` is: `\"gid://gitlab/DesignManagement::Design/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "DesignManagementDesignID", "possibleTypes": null }, { "description": "Autogenerated input type of DesignManagementMove", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the design to move.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DesignManagementDesignID", "ofType": null } } }, { "defaultValue": null, "description": "ID of the immediately preceding design.", "name": "previous", "type": { "kind": "SCALAR", "name": "DesignManagementDesignID", "ofType": null } }, { "defaultValue": null, "description": "ID of the immediately following design.", "name": "next", "type": { "kind": "SCALAR", "name": "DesignManagementDesignID", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DesignManagementMoveInput", "possibleTypes": null }, { "description": "Autogenerated return type of DesignManagementMove", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Current state of the collection.", "isDeprecated": false, "name": "designCollection", "type": { "kind": "OBJECT", "name": "DesignCollection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DesignManagementMovePayload", "possibleTypes": null }, { "description": "Autogenerated input type of DesignManagementUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the design to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DesignManagementDesignID", "ofType": null } } }, { "defaultValue": null, "description": "Description of the design.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DesignManagementUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of DesignManagementUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Updated design.", "isDeprecated": false, "name": "design", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Design", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DesignManagementUpdatePayload", "possibleTypes": null }, { "description": "Autogenerated input type of DesignManagementUpload", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project where the issue is to upload designs for.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the issue to modify designs for.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Files to upload.", "name": "files", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Upload", "ofType": null } } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DesignManagementUploadInput", "possibleTypes": null }, { "description": "Autogenerated return type of DesignManagementUpload", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Designs that were uploaded by the mutation.", "isDeprecated": false, "name": "designs", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Design", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Any designs that were skipped from the upload due to there being no change to their content since their last version", "isDeprecated": false, "name": "skippedDesigns", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Design", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DesignManagementUploadPayload", "possibleTypes": null }, { "description": "A `DesignManagementVersionID` is a global ID. It is encoded as a string.\n\nAn example `DesignManagementVersionID` is: `\"gid://gitlab/DesignManagement::Version/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "DesignManagementVersionID", "possibleTypes": null }, { "description": "A specific version in which designs were added, modified or deleted", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Author of the version.", "isDeprecated": false, "name": "author", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the version was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "ID of a specific design.", "name": "designId", "type": { "kind": "SCALAR", "name": "DesignManagementDesignID", "ofType": null } }, { "defaultValue": null, "description": "Filename of a specific design.", "name": "filename", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the DesignAtVersion.", "name": "id", "type": { "kind": "SCALAR", "name": "DesignManagementDesignAtVersionID", "ofType": null } } ], "deprecationReason": null, "description": "A particular design as of this version, provided it is visible at this version.", "isDeprecated": false, "name": "designAtVersion", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DesignAtVersion", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All designs that were changed in the version.", "isDeprecated": false, "name": "designs", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DesignConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filters designs by their filename.", "name": "filenames", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filters designs by their ID.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DesignManagementDesignID", "ofType": null } } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All designs that are visible at this version, as of this version.", "isDeprecated": false, "name": "designsAtVersion", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DesignAtVersionConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the design version.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "SHA of the design version.", "isDeprecated": false, "name": "sha", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DesignVersion", "possibleTypes": null }, { "description": "The connection type for DesignVersion.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DesignVersionEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DesignVersion", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DesignVersionConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "DesignVersion", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DesignVersionEdge", "possibleTypes": null }, { "description": "Mutation event of a design within a version", "enumValues": [ { "deprecationReason": null, "description": "No change.", "isDeprecated": false, "name": "NONE" }, { "deprecationReason": null, "description": "A creation event", "isDeprecated": false, "name": "CREATION" }, { "deprecationReason": null, "description": "A modification event", "isDeprecated": false, "name": "MODIFICATION" }, { "deprecationReason": null, "description": "A deletion event", "isDeprecated": false, "name": "DELETION" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "DesignVersionEvent", "possibleTypes": null }, { "description": "Autogenerated input type of DestroyBoard", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the board to destroy.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BoardID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DestroyBoardInput", "possibleTypes": null }, { "description": "Autogenerated input type of DestroyBoardList", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the list to destroy. Only label lists are accepted.", "name": "listId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ListID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DestroyBoardListInput", "possibleTypes": null }, { "description": "Autogenerated return type of DestroyBoardList", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "List after mutation.", "isDeprecated": false, "name": "list", "type": { "kind": "OBJECT", "name": "BoardList", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DestroyBoardListPayload", "possibleTypes": null }, { "description": "Autogenerated return type of DestroyBoard", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Board after mutation.", "isDeprecated": false, "name": "board", "type": { "kind": "OBJECT", "name": "Board", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DestroyBoardPayload", "possibleTypes": null }, { "description": "Autogenerated input type of DestroyComplianceFramework", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the compliance framework to destroy.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ComplianceManagementFrameworkID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DestroyComplianceFrameworkInput", "possibleTypes": null }, { "description": "Autogenerated return type of DestroyComplianceFramework", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DestroyComplianceFrameworkPayload", "possibleTypes": null }, { "description": "Autogenerated input type of DestroyContainerRepository", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the container repository.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ContainerRepositoryID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DestroyContainerRepositoryInput", "possibleTypes": null }, { "description": "Autogenerated return type of DestroyContainerRepository", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Container repository policy after scheduling the deletion.", "isDeprecated": false, "name": "containerRepository", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ContainerRepository", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DestroyContainerRepositoryPayload", "possibleTypes": null }, { "description": "Autogenerated input type of DestroyContainerRepositoryTags", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the container repository.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ContainerRepositoryID", "ofType": null } } }, { "defaultValue": null, "description": "Container repository tag(s) to delete. Total number can't be greater than 20", "name": "tagNames", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DestroyContainerRepositoryTagsInput", "possibleTypes": null }, { "description": "Autogenerated return type of DestroyContainerRepositoryTags", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Deleted container repository tags.", "isDeprecated": false, "name": "deletedTagNames", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DestroyContainerRepositoryTagsPayload", "possibleTypes": null }, { "description": "Autogenerated input type of DestroyCustomEmoji", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the custom emoji to destroy.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "CustomEmojiID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DestroyCustomEmojiInput", "possibleTypes": null }, { "description": "Autogenerated return type of DestroyCustomEmoji", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Deleted custom emoji.", "isDeprecated": false, "name": "customEmoji", "type": { "kind": "OBJECT", "name": "CustomEmoji", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DestroyCustomEmojiPayload", "possibleTypes": null }, { "description": "Autogenerated input type of DestroyEpicBoard", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the board to destroy.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BoardsEpicBoardID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DestroyEpicBoardInput", "possibleTypes": null }, { "description": "Autogenerated return type of DestroyEpicBoard", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Epic board after mutation.", "isDeprecated": false, "name": "epicBoard", "type": { "kind": "OBJECT", "name": "EpicBoard", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DestroyEpicBoardPayload", "possibleTypes": null }, { "description": "Autogenerated input type of DestroyNote", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the note to destroy.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "NoteID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DestroyNoteInput", "possibleTypes": null }, { "description": "Autogenerated return type of DestroyNote", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Note after mutation.", "isDeprecated": false, "name": "note", "type": { "kind": "OBJECT", "name": "Note", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DestroyNotePayload", "possibleTypes": null }, { "description": "Autogenerated input type of DestroyPackageFile", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the Package file.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PackagesPackageFileID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DestroyPackageFileInput", "possibleTypes": null }, { "description": "Autogenerated return type of DestroyPackageFile", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DestroyPackageFilePayload", "possibleTypes": null }, { "description": "Autogenerated input type of DestroyPackageFiles", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Project path where the packages cleanup policy is located.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IDs of the Package file.", "name": "ids", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PackagesPackageFileID", "ofType": null } } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DestroyPackageFilesInput", "possibleTypes": null }, { "description": "Autogenerated return type of DestroyPackageFiles", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DestroyPackageFilesPayload", "possibleTypes": null }, { "description": "Autogenerated input type of DestroyPackage", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the Package.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PackagesPackageID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DestroyPackageInput", "possibleTypes": null }, { "description": "Autogenerated return type of DestroyPackage", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DestroyPackagePayload", "possibleTypes": null }, { "description": "Autogenerated input type of DestroyPackages", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global IDs of the Packages. Max 20", "name": "ids", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PackagesPackageID", "ofType": null } } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DestroyPackagesInput", "possibleTypes": null }, { "description": "Autogenerated return type of DestroyPackages", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DestroyPackagesPayload", "possibleTypes": null }, { "description": "Autogenerated input type of DestroySnippet", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the snippet to destroy.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "SnippetID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DestroySnippetInput", "possibleTypes": null }, { "description": "Autogenerated return type of DestroySnippet", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Snippet after mutation.", "isDeprecated": false, "name": "snippet", "type": { "kind": "OBJECT", "name": "Snippet", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DestroySnippetPayload", "possibleTypes": null }, { "description": "Detailed representation of whether a GitLab merge request can be merged.", "enumValues": [ { "deprecationReason": null, "description": "Merge status has not been checked.", "isDeprecated": false, "name": "UNCHECKED" }, { "deprecationReason": null, "description": "Currently checking for mergeability.", "isDeprecated": false, "name": "CHECKING" }, { "deprecationReason": null, "description": "Branch can be merged.", "isDeprecated": false, "name": "MERGEABLE" }, { "deprecationReason": null, "description": "Can not merge the source into the target branch, potential conflict.", "isDeprecated": false, "name": "BROKEN_STATUS" }, { "deprecationReason": null, "description": "Pipeline must succeed before merging.", "isDeprecated": false, "name": "CI_MUST_PASS" }, { "deprecationReason": null, "description": "Pipeline is still running.", "isDeprecated": false, "name": "CI_STILL_RUNNING" }, { "deprecationReason": null, "description": "Discussions must be resolved before merging.", "isDeprecated": false, "name": "DISCUSSIONS_NOT_RESOLVED" }, { "deprecationReason": null, "description": "Merge request must not be draft before merging.", "isDeprecated": false, "name": "DRAFT_STATUS" }, { "deprecationReason": null, "description": "Merge request must be open before merging.", "isDeprecated": false, "name": "NOT_OPEN" }, { "deprecationReason": null, "description": "Merge request must be approved before merging.", "isDeprecated": false, "name": "NOT_APPROVED" }, { "deprecationReason": null, "description": "Merge request is blocked by another merge request.", "isDeprecated": false, "name": "BLOCKED_STATUS" }, { "deprecationReason": null, "description": "There are denied policies for the merge request.", "isDeprecated": false, "name": "POLICIES_DENIED" }, { "deprecationReason": null, "description": "Status checks must pass.", "isDeprecated": false, "name": "EXTERNAL_STATUS_CHECKS" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "DetailedMergeStatus", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Action information for the status. This includes method, button title, icon, path, and title.", "isDeprecated": false, "name": "action", "type": { "kind": "OBJECT", "name": "StatusAction", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Path of the details for the status.", "isDeprecated": false, "name": "detailsPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Favicon of the status.", "isDeprecated": false, "name": "favicon", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Group of the status.", "isDeprecated": false, "name": "group", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the status has further details.", "isDeprecated": false, "name": "hasDetails", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Icon of the status.", "isDeprecated": false, "name": "icon", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID for a detailed status.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Label of the status.", "isDeprecated": false, "name": "label", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Text of the status.", "isDeprecated": false, "name": "text", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Tooltip associated with the status.", "isDeprecated": false, "name": "tooltip", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DetailedStatus", "possibleTypes": null }, { "description": "Enabled namespace for DevopsAdoption", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Namespace where data should be displayed.", "isDeprecated": false, "name": "displayNamespace", "type": { "kind": "OBJECT", "name": "Namespace", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the enabled namespace.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Metrics snapshot for previous month for the enabled namespace.", "isDeprecated": false, "name": "latestSnapshot", "type": { "kind": "OBJECT", "name": "DevopsAdoptionSnapshot", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Namespace which should be calculated.", "isDeprecated": false, "name": "namespace", "type": { "kind": "OBJECT", "name": "Namespace", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter to snapshots with month end before the provided date.", "name": "endTimeBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Filter to snapshots with month end after the provided date.", "name": "endTimeAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Data snapshots of the namespace.", "isDeprecated": false, "name": "snapshots", "type": { "kind": "OBJECT", "name": "DevopsAdoptionSnapshotConnection", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DevopsAdoptionEnabledNamespace", "possibleTypes": null }, { "description": "The connection type for DevopsAdoptionEnabledNamespace.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DevopsAdoptionEnabledNamespaceEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DevopsAdoptionEnabledNamespace", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DevopsAdoptionEnabledNamespaceConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "DevopsAdoptionEnabledNamespace", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DevopsAdoptionEnabledNamespaceEdge", "possibleTypes": null }, { "description": "Snapshot", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total number of projects with existing CODEOWNERS file.", "isDeprecated": false, "name": "codeOwnersUsedCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total number of projects with enabled coverage fuzzing.", "isDeprecated": false, "name": "coverageFuzzingEnabledCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total number of projects with enabled DAST.", "isDeprecated": false, "name": "dastEnabledCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total number of projects with enabled dependency scanning.", "isDeprecated": false, "name": "dependencyScanningEnabledCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "At least one deployment succeeded.", "isDeprecated": false, "name": "deploySucceeded", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "End time for the snapshot where the data points were collected.", "isDeprecated": false, "name": "endTime", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "At least one issue was opened.", "isDeprecated": false, "name": "issueOpened", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "At least one merge request was approved.", "isDeprecated": false, "name": "mergeRequestApproved", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "At least one merge request was opened.", "isDeprecated": false, "name": "mergeRequestOpened", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "At least one pipeline succeeded.", "isDeprecated": false, "name": "pipelineSucceeded", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Time the snapshot was recorded.", "isDeprecated": false, "name": "recordedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "At least one runner was used.", "isDeprecated": false, "name": "runnerConfigured", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Total number of projects with enabled SAST.", "isDeprecated": false, "name": "sastEnabledCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Start time for the snapshot where the data points were collected.", "isDeprecated": false, "name": "startTime", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Total number of projects.", "isDeprecated": false, "name": "totalProjectsCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total number of projects with vulnerability management used at least once.", "isDeprecated": false, "name": "vulnerabilityManagementUsedCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DevopsAdoptionSnapshot", "possibleTypes": null }, { "description": "The connection type for DevopsAdoptionSnapshot.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DevopsAdoptionSnapshotEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DevopsAdoptionSnapshot", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DevopsAdoptionSnapshotConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "DevopsAdoptionSnapshot", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DevopsAdoptionSnapshotEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Merge base of the branch the comment was made on.", "name": "baseSha", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "SHA of the HEAD at the time the comment was made.", "name": "headSha", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "SHA of the branch being compared against.", "name": "startSha", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "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", "name": "paths", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DiffPathsInput", "ofType": null } } }, { "defaultValue": null, "description": "Total height of the image.", "name": "height", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "defaultValue": null, "description": "Total width of the image.", "name": "width", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "defaultValue": null, "description": "X position of the note.", "name": "x", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "defaultValue": null, "description": "Y position of the note.", "name": "y", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DiffImagePositionInput", "possibleTypes": null }, { "description": "A `DiffNoteID` is a global ID. It is encoded as a string.\n\nAn example `DiffNoteID` is: `\"gid://gitlab/DiffNote/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "DiffNoteID", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Path of the file on the HEAD SHA.", "name": "newPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Path of the file on the start SHA.", "name": "oldPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DiffPathsInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Information about the branch, HEAD, and base at the time of commenting.", "isDeprecated": false, "name": "diffRefs", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DiffRefs", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Path of the file that was changed.", "isDeprecated": false, "name": "filePath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Total height of the image.", "isDeprecated": false, "name": "height", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Line on HEAD SHA that was changed.", "isDeprecated": false, "name": "newLine", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Path of the file on the HEAD SHA.", "isDeprecated": false, "name": "newPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Line on start SHA that was changed.", "isDeprecated": false, "name": "oldLine", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Path of the file on the start SHA.", "isDeprecated": false, "name": "oldPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of file the position refers to.", "isDeprecated": false, "name": "positionType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DiffPositionType", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Total width of the image.", "isDeprecated": false, "name": "width", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "X position of the note.", "isDeprecated": false, "name": "x", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Y position of the note.", "isDeprecated": false, "name": "y", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DiffPosition", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Merge base of the branch the comment was made on.", "name": "baseSha", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "SHA of the HEAD at the time the comment was made.", "name": "headSha", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "SHA of the branch being compared against.", "name": "startSha", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "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", "name": "paths", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DiffPathsInput", "ofType": null } } }, { "defaultValue": null, "description": "Line on HEAD SHA that was changed. Please see the [REST API Documentation](https://docs.gitlab.com/ee/api/discussions.html#create-a-new-thread-in-the-merge-request-diff) for more information on how to use this field.", "name": "newLine", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Line on start SHA that was changed. Please see the [REST API Documentation](https://docs.gitlab.com/ee/api/discussions.html#create-a-new-thread-in-the-merge-request-diff) for more information on how to use this field.", "name": "oldLine", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DiffPositionInput", "possibleTypes": null }, { "description": "Type of file the position refers to", "enumValues": [ { "deprecationReason": null, "description": "Text file.", "isDeprecated": false, "name": "text" }, { "deprecationReason": null, "description": "An image.", "isDeprecated": false, "name": "image" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "DiffPositionType", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Merge base of the branch the comment was made on.", "isDeprecated": false, "name": "baseSha", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "SHA of the HEAD at the time the comment was made.", "isDeprecated": false, "name": "headSha", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "SHA of the branch being compared against.", "isDeprecated": false, "name": "startSha", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DiffRefs", "possibleTypes": null }, { "description": "Changes to a single file", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Number of lines added to this file.", "isDeprecated": false, "name": "additions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of lines deleted from this file.", "isDeprecated": false, "name": "deletions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "File path, relative to repository root.", "isDeprecated": false, "name": "path", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DiffStats", "possibleTypes": null }, { "description": "Aggregated summary of changes", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Number of lines added.", "isDeprecated": false, "name": "additions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of lines changed.", "isDeprecated": false, "name": "changes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of lines deleted.", "isDeprecated": false, "name": "deletions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of files changed.", "isDeprecated": false, "name": "fileCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DiffStatsSummary", "possibleTypes": null }, { "description": "Autogenerated input type of DisableDevopsAdoptionNamespace", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "One or many IDs of the enabled namespaces to disable.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "AnalyticsDevopsAdoptionEnabledNamespaceID", "ofType": null } } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DisableDevopsAdoptionNamespaceInput", "possibleTypes": null }, { "description": "Autogenerated return type of DisableDevopsAdoptionNamespace", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DisableDevopsAdoptionNamespacePayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Timestamp of the discussion's creation.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of this discussion.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DiscussionID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Object which the discussion belongs to.", "isDeprecated": false, "name": "noteable", "type": { "kind": "UNION", "name": "NoteableType", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All notes in the discussion.", "isDeprecated": false, "name": "notes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NoteConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID used to reply to this discussion.", "isDeprecated": false, "name": "replyId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DiscussionID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if the object can be resolved.", "isDeprecated": false, "name": "resolvable", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if the object is resolved.", "isDeprecated": false, "name": "resolved", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the object was resolved.", "isDeprecated": false, "name": "resolvedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User who resolved the object.", "isDeprecated": false, "name": "resolvedBy", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "ResolvableInterface", "ofType": null } ], "kind": "OBJECT", "name": "Discussion", "possibleTypes": null }, { "description": "The connection type for Discussion.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "DiscussionEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Discussion", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DiscussionConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Discussion", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DiscussionEdge", "possibleTypes": null }, { "description": "A `DiscussionID` is a global ID. It is encoded as a string.\n\nAn example `DiscussionID` is: `\"gid://gitlab/Discussion/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "DiscussionID", "possibleTypes": null }, { "description": "Autogenerated input type of DiscussionToggleResolve", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the discussion.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DiscussionID", "ofType": null } } }, { "defaultValue": null, "description": "Will resolve the discussion when true, and unresolve the discussion when false.", "name": "resolve", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "DiscussionToggleResolveInput", "possibleTypes": null }, { "description": "Autogenerated return type of DiscussionToggleResolve", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Discussion after mutation.", "isDeprecated": false, "name": "discussion", "type": { "kind": "OBJECT", "name": "Discussion", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DiscussionToggleResolvePayload", "possibleTypes": null }, { "description": "All information related to DORA metrics.", "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Date range to start from. Default is 3 months ago.", "name": "startDate", "type": { "kind": "SCALAR", "name": "Date", "ofType": null } }, { "defaultValue": null, "description": "Date range to end at. Default is the current date.", "name": "endDate", "type": { "kind": "SCALAR", "name": "Date", "ofType": null } }, { "defaultValue": null, "description": "How the metric should be aggregated. Defaults to `DAILY`. In the case of `ALL`, the `date` field in the response will be `null`.", "name": "interval", "type": { "kind": "ENUM", "name": "DoraMetricBucketingInterval", "ofType": null } }, { "defaultValue": null, "description": "Deployment tiers of the environments to return. Defaults to `[PRODUCTION]`.", "name": "environmentTiers", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DeploymentTier", "ofType": null } } } } ], "deprecationReason": null, "description": "DORA metrics for the current group or project.", "isDeprecated": false, "name": "metrics", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DoraMetric", "ofType": null } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Dora", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Percentage of deployments that caused incidents in production.", "isDeprecated": false, "name": "changeFailureRate", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Date of the data point.", "isDeprecated": false, "name": "date", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of deployments per day.", "isDeprecated": false, "name": "deploymentFrequency", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Median time to deploy a merged merge request.", "isDeprecated": false, "name": "leadTimeForChanges", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Median time to close an incident.", "isDeprecated": false, "name": "timeToRestoreService", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": "Moved to corresponding metric field. Deprecated in 15.10.", "description": "Value of the data point. Deprecated in 15.10: Moved to corresponding metric field.", "isDeprecated": true, "name": "value", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "DoraMetric", "possibleTypes": null }, { "description": "All possible ways that DORA metrics can be aggregated.", "enumValues": [ { "deprecationReason": null, "description": "All data points are combined into a single value.", "isDeprecated": false, "name": "ALL" }, { "deprecationReason": null, "description": "Data points are combined into chunks by month.", "isDeprecated": false, "name": "MONTHLY" }, { "deprecationReason": null, "description": "Data points are combined into chunks by day.", "isDeprecated": false, "name": "DAILY" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "DoraMetricBucketingInterval", "possibleTypes": null }, { "description": "All supported DORA metric types.", "enumValues": [ { "deprecationReason": null, "description": "Deployment frequency.", "isDeprecated": false, "name": "DEPLOYMENT_FREQUENCY" }, { "deprecationReason": null, "description": "Lead time for changes.", "isDeprecated": false, "name": "LEAD_TIME_FOR_CHANGES" }, { "deprecationReason": null, "description": "Time to restore service.", "isDeprecated": false, "name": "TIME_TO_RESTORE_SERVICE" }, { "deprecationReason": null, "description": "Change failure rate.", "isDeprecated": false, "name": "CHANGE_FAILURE_RATE" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "DoraMetricType", "possibleTypes": null }, { "description": "Duration between two instants, represented as a fractional number of seconds.\n\nFor example: 12.3334\n", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "Duration", "possibleTypes": null }, { "description": "Autogenerated input type of EchoCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Errors to return to the user.", "name": "errors", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Messages to return to the user.", "name": "messages", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "EchoCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of EchoCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Messages returned to the user.", "isDeprecated": false, "name": "echoes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EchoCreatePayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Artifacts egress for that project in that period of time.", "isDeprecated": false, "name": "artifactsEgress", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "First day of the node range. There is one node per month.", "isDeprecated": false, "name": "date", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Packages egress for that project in that period of time.", "isDeprecated": false, "name": "packagesEgress", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Registry egress for that project in that period of time.", "isDeprecated": false, "name": "registryEgress", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Repository egress for that project in that period of time.", "isDeprecated": false, "name": "repositoryEgress", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Total egress for that project in that period of time.", "isDeprecated": false, "name": "totalEgress", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EgressNode", "possibleTypes": null }, { "description": "The connection type for EgressNode.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EgressNodeEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EgressNode", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EgressNodeConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "EgressNode", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EgressNodeEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Timestamp the email was confirmed.", "isDeprecated": false, "name": "confirmedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp the email was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Email address.", "isDeprecated": false, "name": "email", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Internal ID of the email.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp the email was last updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Email", "possibleTypes": null }, { "description": "The connection type for Email.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EmailEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Email", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EmailConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Email", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EmailEdge", "possibleTypes": null }, { "description": "Autogenerated input type of EnableDevopsAdoptionNamespace", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Namespace ID.", "name": "namespaceId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "NamespaceID", "ofType": null } } }, { "defaultValue": null, "description": "Display namespace ID.", "name": "displayNamespaceId", "type": { "kind": "SCALAR", "name": "NamespaceID", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "EnableDevopsAdoptionNamespaceInput", "possibleTypes": null }, { "description": "Autogenerated return type of EnableDevopsAdoptionNamespace", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Enabled namespace after mutation.", "isDeprecated": false, "name": "enabledNamespace", "type": { "kind": "OBJECT", "name": "DevopsAdoptionEnabledNamespace", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EnableDevopsAdoptionNamespacePayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Flat path of the entry.", "isDeprecated": false, "name": "flatPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the entry.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the entry.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Path of the entry.", "isDeprecated": false, "name": "path", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Last commit SHA for the entry.", "isDeprecated": false, "name": "sha", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Type of tree entry.", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EntryType", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "INTERFACE", "name": "Entry", "possibleTypes": [ { "kind": "OBJECT", "name": "Blob", "ofType": null }, { "kind": "OBJECT", "name": "Submodule", "ofType": null }, { "kind": "OBJECT", "name": "TreeEntry", "ofType": null } ] }, { "description": "Type of a tree entry", "enumValues": [ { "deprecationReason": null, "description": "Directory tree type.", "isDeprecated": false, "name": "tree" }, { "deprecationReason": null, "description": "File tree type.", "isDeprecated": false, "name": "blob" }, { "deprecationReason": null, "description": "Commit tree type.", "isDeprecated": false, "name": "commit" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "EntryType", "possibleTypes": null }, { "description": "Describes where code is deployed for a project", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "When the environment is going to be deleted automatically.", "isDeprecated": false, "name": "autoDeleteAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "When the environment is going to be stopped automatically.", "isDeprecated": false, "name": "autoStopAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "When the environment was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Deployment freeze periods of the environment.", "isDeprecated": false, "name": "deployFreezes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CiFreezePeriod", "ofType": null } } } }, { "args": [ { "defaultValue": null, "description": "Statuses of the deployments.", "name": "statuses", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DeploymentStatus", "ofType": null } } } }, { "defaultValue": null, "description": "Order by a specified field.", "name": "orderBy", "type": { "kind": "INPUT_OBJECT", "name": "DeploymentsOrderByInput", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Deployments of the environment. This field can only be resolved for one environment in any single request.", "isDeprecated": false, "name": "deployments", "type": { "kind": "OBJECT", "name": "DeploymentConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Folder name of the environment.", "isDeprecated": false, "name": "environmentType", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "External URL of the environment.", "isDeprecated": false, "name": "externalUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the environment.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Status of the Deployment.", "name": "status", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DeploymentStatus", "ofType": null } } } ], "deprecationReason": null, "description": "Last deployment of the environment.", "isDeprecated": false, "name": "lastDeployment", "type": { "kind": "OBJECT", "name": "Deployment", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Most severe open alert for the environment. If multiple alerts have equal severity, the most recent is returned.", "isDeprecated": false, "name": "latestOpenedMostSevereAlert", "type": { "kind": "OBJECT", "name": "AlertManagementAlert", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Path to a file which defines a metrics dashboard eg: `\"config/prometheus/common_metrics.yml\"`.\n", "name": "path", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Metrics dashboard schema for the environment.", "isDeprecated": false, "name": "metricsDashboard", "type": { "kind": "OBJECT", "name": "MetricsDashboard", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Human-readable name of the environment.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Path to the environment.", "isDeprecated": false, "name": "path", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Protected Environments for the environment.", "isDeprecated": false, "name": "protectedEnvironments", "type": { "kind": "OBJECT", "name": "ProtectedEnvironmentConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Slug of the environment.", "isDeprecated": false, "name": "slug", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "State of the environment, for example: available/stopped.", "isDeprecated": false, "name": "state", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Deployment tier of the environment.", "isDeprecated": false, "name": "tier", "type": { "kind": "ENUM", "name": "DeploymentTier", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "When the environment was updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Permissions for the current user on the resource. This field can only be resolved for one environment in any single request.", "isDeprecated": false, "name": "userPermissions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EnvironmentPermissions", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Environment", "possibleTypes": null }, { "description": "The connection type for Environment.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EnvironmentEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Environment", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EnvironmentConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Environment", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EnvironmentEdge", "possibleTypes": null }, { "description": "A `EnvironmentID` is a global ID. It is encoded as a string.\n\nAn example `EnvironmentID` is: `\"gid://gitlab/Environment/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "EnvironmentID", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `destroy_environment` on this resource", "isDeprecated": false, "name": "destroyEnvironment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `stop_environment` on this resource", "isDeprecated": false, "name": "stopEnvironment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `update_environment` on this resource", "isDeprecated": false, "name": "updateEnvironment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EnvironmentPermissions", "possibleTypes": null }, { "description": "Autogenerated input type of EnvironmentsCanaryIngressUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the environment to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "EnvironmentID", "ofType": null } } }, { "defaultValue": null, "description": "Weight of the Canary Ingress.", "name": "weight", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "EnvironmentsCanaryIngressUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of EnvironmentsCanaryIngressUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EnvironmentsCanaryIngressUpdatePayload", "possibleTypes": null }, { "description": "Represents an epic", "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "List items overlapping the given timeframe.", "name": "timeframe", "type": { "kind": "INPUT_OBJECT", "name": "Timeframe", "ofType": null } }, { "defaultValue": null, "description": "Search query for title or description.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Specify the fields to perform the search in.\nDefaults to `[TITLE, DESCRIPTION]`. Requires the `search` argument.'\n", "name": "in", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssuableSearchableField", "ofType": null } } } }, { "defaultValue": null, "description": "IID of the epic, e.g., \"1\".", "name": "iid", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "List of IIDs of epics, e.g., `[1, 2]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Filter epics by state.", "name": "state", "type": { "kind": "ENUM", "name": "EpicState", "ofType": null } }, { "defaultValue": null, "description": "List epics by sort order.", "name": "sort", "type": { "kind": "ENUM", "name": "EpicSort", "ofType": null } }, { "defaultValue": null, "description": "Filter epics by author.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter epics by labels.", "name": "labelName", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter epics by milestone title, computed from epic's issues.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter epics by IID for autocomplete.", "name": "iidStartsWith", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "true", "description": "Include epics from ancestor groups.", "name": "includeAncestorGroups", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": "true", "description": "Include epics from descendant groups.", "name": "includeDescendantGroups", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filter epics by given confidentiality.", "name": "confidential", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filter by reaction emoji applied by the current user.", "name": "myReactionEmoji", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Epics created after this date.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Epics created before this date.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Epics updated after this date.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Epics updated before this date.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Negated epic arguments.", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "NegatedEpicFilterInput", "ofType": null } }, { "defaultValue": null, "description": "Filter epics with a top-level hierarchy.", "name": "topLevelHierarchyOnly", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Ancestors (parents) of the epic.", "isDeprecated": false, "name": "ancestors", "type": { "kind": "OBJECT", "name": "EpicConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Author of the epic.", "isDeprecated": false, "name": "author", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of award emojis associated with the epic.", "isDeprecated": false, "name": "awardEmoji", "type": { "kind": "OBJECT", "name": "AwardEmojiConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates the epic is blocked.", "isDeprecated": false, "name": "blocked", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Count of epics blocking this epic.", "isDeprecated": false, "name": "blockedByCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Epics blocking this epic.", "isDeprecated": false, "name": "blockedByEpics", "type": { "kind": "OBJECT", "name": "EpicConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Count of epics that this epic is blocking.", "isDeprecated": false, "name": "blockingCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "List items overlapping the given timeframe.", "name": "timeframe", "type": { "kind": "INPUT_OBJECT", "name": "Timeframe", "ofType": null } }, { "defaultValue": null, "description": "Search query for title or description.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Specify the fields to perform the search in.\nDefaults to `[TITLE, DESCRIPTION]`. Requires the `search` argument.'\n", "name": "in", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssuableSearchableField", "ofType": null } } } }, { "defaultValue": null, "description": "IID of the epic, e.g., \"1\".", "name": "iid", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "List of IIDs of epics, e.g., `[1, 2]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Filter epics by state.", "name": "state", "type": { "kind": "ENUM", "name": "EpicState", "ofType": null } }, { "defaultValue": null, "description": "List epics by sort order.", "name": "sort", "type": { "kind": "ENUM", "name": "EpicSort", "ofType": null } }, { "defaultValue": null, "description": "Filter epics by author.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter epics by labels.", "name": "labelName", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter epics by milestone title, computed from epic's issues.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter epics by IID for autocomplete.", "name": "iidStartsWith", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "true", "description": "Include child epics from ancestor groups.", "name": "includeAncestorGroups", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": "true", "description": "Include epics from descendant groups.", "name": "includeDescendantGroups", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filter epics by given confidentiality.", "name": "confidential", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filter by reaction emoji applied by the current user.", "name": "myReactionEmoji", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Epics created after this date.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Epics created before this date.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Epics updated after this date.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Epics updated before this date.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Negated epic arguments.", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "NegatedEpicFilterInput", "ofType": null } }, { "defaultValue": null, "description": "Filter epics with a top-level hierarchy.", "name": "topLevelHierarchyOnly", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Children (sub-epics) of the epic.", "isDeprecated": false, "name": "children", "type": { "kind": "OBJECT", "name": "EpicConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the epic was closed.", "isDeprecated": false, "name": "closedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Color of the epic. Returns `null` if `epic_color_highlight` feature flag is disabled.", "isDeprecated": false, "name": "color", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All commenters on this noteable.", "isDeprecated": false, "name": "commenters", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCoreConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if the epic is confidential.", "isDeprecated": false, "name": "confidential", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the epic was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "State of the to-do items.", "name": "state", "type": { "kind": "ENUM", "name": "TodoStateEnum", "ofType": null } } ], "deprecationReason": null, "description": "To-do items for the current user.", "isDeprecated": false, "name": "currentUserTodos", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TodoConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Default Project for issue creation. Based on the project the user created the last issue in.", "isDeprecated": false, "name": "defaultProjectForIssueCreation", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of open and closed descendant epics and issues.", "isDeprecated": false, "name": "descendantCounts", "type": { "kind": "OBJECT", "name": "EpicDescendantCount", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total weight of open and closed issues in the epic and its descendants.", "isDeprecated": false, "name": "descendantWeightSum", "type": { "kind": "OBJECT", "name": "EpicDescendantWeights", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Description of the epic.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `description`", "isDeprecated": false, "name": "descriptionHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All discussions on this noteable.", "isDeprecated": false, "name": "discussions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DiscussionConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of downvotes the epic has received.", "isDeprecated": false, "name": "downvotes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Due date of the epic.", "isDeprecated": false, "name": "dueDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Fixed due date of the epic.", "isDeprecated": false, "name": "dueDateFixed", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Inherited due date of the epic from child epics or milestones.", "isDeprecated": false, "name": "dueDateFromInheritedSource", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Inherited due date of the epic from milestones.", "isDeprecated": false, "name": "dueDateFromMilestones", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the due date has been manually set.", "isDeprecated": false, "name": "dueDateIsFixed", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of events associated with the object.", "isDeprecated": false, "name": "events", "type": { "kind": "OBJECT", "name": "EventConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Group to which the epic belongs.", "isDeprecated": false, "name": "group", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Group", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if the epic has children.", "isDeprecated": false, "name": "hasChildren", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if the epic has direct issues.", "isDeprecated": false, "name": "hasIssues", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if the epic has a parent epic.", "isDeprecated": false, "name": "hasParent", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Current health status of the epic.", "isDeprecated": false, "name": "healthStatus", "type": { "kind": "OBJECT", "name": "EpicHealthStatus", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the epic.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Internal ID of the epic.", "isDeprecated": false, "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "A list of issues associated with the epic.", "isDeprecated": false, "name": "issues", "type": { "kind": "OBJECT", "name": "EpicIssueConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Labels assigned to the epic.", "isDeprecated": false, "name": "labels", "type": { "kind": "OBJECT", "name": "LabelConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All notes on this noteable.", "isDeprecated": false, "name": "notes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NoteConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Parent epic of the epic.", "isDeprecated": false, "name": "parent", "type": { "kind": "OBJECT", "name": "Epic", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of participants for the epic.", "isDeprecated": false, "name": "participants", "type": { "kind": "OBJECT", "name": "UserCoreConnection", "ofType": null } }, { "args": [ { "defaultValue": "false", "description": "Indicates if the reference should be returned in full.", "name": "full", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "deprecationReason": null, "description": "Internal reference of the epic. Returned in shortened format by default.", "isDeprecated": false, "name": "reference", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "URI path of the epic-issue relationship.", "isDeprecated": false, "name": "relationPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Relative position of the epic in the epic tree.", "isDeprecated": false, "name": "relativePosition", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Start date of the epic.", "isDeprecated": false, "name": "startDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Fixed start date of the epic.", "isDeprecated": false, "name": "startDateFixed", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Inherited start date of the epic from child epics or milestones.", "isDeprecated": false, "name": "startDateFromInheritedSource", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Inherited start date of the epic from milestones.", "isDeprecated": false, "name": "startDateFromMilestones", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the start date has been manually set.", "isDeprecated": false, "name": "startDateIsFixed", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "State of the epic.", "isDeprecated": false, "name": "state", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EpicState", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the currently logged in user is subscribed to the epic.", "isDeprecated": false, "name": "subscribed", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Text color generated for the epic. Returns `null` if `epic_color_highlight` feature flag is disabled.", "isDeprecated": false, "name": "textColor", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Title of the epic.", "isDeprecated": false, "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `title`", "isDeprecated": false, "name": "titleHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the epic was updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of upvotes the epic has received.", "isDeprecated": false, "name": "upvotes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of user discussions in the epic.", "isDeprecated": false, "name": "userDiscussionsCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of user notes of the epic.", "isDeprecated": false, "name": "userNotesCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Permissions for the current user on the resource", "isDeprecated": false, "name": "userPermissions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EpicPermissions", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web path of the epic.", "isDeprecated": false, "name": "webPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web URL of the epic.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "CurrentUserTodos", "ofType": null }, { "kind": "INTERFACE", "name": "Eventable", "ofType": null }, { "kind": "INTERFACE", "name": "NoteableInterface", "ofType": null }, { "kind": "INTERFACE", "name": "Todoable", "ofType": null } ], "kind": "OBJECT", "name": "Epic", "possibleTypes": null }, { "description": "Autogenerated input type of EpicAddIssue", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "IID of the epic to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Group the epic to mutate belongs to.", "name": "groupPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Full path of the project the issue belongs to.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the issue to be added.", "name": "issueIid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "EpicAddIssueInput", "possibleTypes": null }, { "description": "Autogenerated return type of EpicAddIssue", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Epic after mutation.", "isDeprecated": false, "name": "epic", "type": { "kind": "OBJECT", "name": "Epic", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Epic-issue relationship.", "isDeprecated": false, "name": "epicIssue", "type": { "kind": "OBJECT", "name": "EpicIssue", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EpicAddIssuePayload", "possibleTypes": null }, { "description": "Represents an epic board", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether or not backlog list is hidden.", "isDeprecated": false, "name": "hideBacklogList", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether or not closed list is hidden.", "isDeprecated": false, "name": "hideClosedList", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Global ID of the epic board.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BoardsEpicBoardID", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Labels of the board.", "isDeprecated": false, "name": "labels", "type": { "kind": "OBJECT", "name": "LabelConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Find an epic board list by ID.", "name": "id", "type": { "kind": "SCALAR", "name": "BoardsEpicListID", "ofType": null } }, { "defaultValue": null, "description": "Filters applied when getting epic metadata in the epic board list.", "name": "epicFilters", "type": { "kind": "INPUT_OBJECT", "name": "EpicFilters", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Epic board lists.", "isDeprecated": false, "name": "lists", "type": { "kind": "OBJECT", "name": "EpicListConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the epic board.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path of the epic board.", "isDeprecated": false, "name": "webPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web URL of the epic board.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EpicBoard", "possibleTypes": null }, { "description": "The connection type for EpicBoard.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EpicBoardEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EpicBoard", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EpicBoardConnection", "possibleTypes": null }, { "description": "Autogenerated input type of EpicBoardCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Board name.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether or not backlog list is hidden.", "name": "hideBacklogList", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether or not closed list is hidden.", "name": "hideClosedList", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Labels of the issue.", "name": "labels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "IDs of labels to be added to the board.", "name": "labelIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "LabelID", "ofType": null } } } }, { "defaultValue": null, "description": "Full path of the group with which the resource is associated.", "name": "groupPath", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "EpicBoardCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of EpicBoardCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Created epic board.", "isDeprecated": false, "name": "epicBoard", "type": { "kind": "OBJECT", "name": "EpicBoard", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EpicBoardCreatePayload", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "EpicBoard", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EpicBoardEdge", "possibleTypes": null }, { "description": "Autogenerated input type of EpicBoardListCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Create the backlog list.", "name": "backlog", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Global ID of an existing label.", "name": "labelId", "type": { "kind": "SCALAR", "name": "LabelID", "ofType": null } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the issue board to mutate.", "name": "boardId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BoardsEpicBoardID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "EpicBoardListCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of EpicBoardListCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Epic list in the epic board.", "isDeprecated": false, "name": "list", "type": { "kind": "OBJECT", "name": "EpicList", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EpicBoardListCreatePayload", "possibleTypes": null }, { "description": "Autogenerated input type of EpicBoardListDestroy", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the epic board list to destroy.", "name": "listId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BoardsEpicListID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "EpicBoardListDestroyInput", "possibleTypes": null }, { "description": "Autogenerated return type of EpicBoardListDestroy", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Epic board list. `null` if the board was destroyed successfully.", "isDeprecated": false, "name": "list", "type": { "kind": "OBJECT", "name": "EpicList", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EpicBoardListDestroyPayload", "possibleTypes": null }, { "description": "Autogenerated input type of EpicBoardUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Board name.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether or not backlog list is hidden.", "name": "hideBacklogList", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether or not closed list is hidden.", "name": "hideClosedList", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Labels of the issue.", "name": "labels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "IDs of labels to be added to the board.", "name": "labelIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "LabelID", "ofType": null } } } }, { "defaultValue": null, "description": "Epic board global ID.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BoardsEpicBoardID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "EpicBoardUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of EpicBoardUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Updated epic board.", "isDeprecated": false, "name": "epicBoard", "type": { "kind": "OBJECT", "name": "EpicBoard", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EpicBoardUpdatePayload", "possibleTypes": null }, { "description": "The connection type for Epic.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total count of collection.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EpicEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Epic", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EpicConnection", "possibleTypes": null }, { "description": "Counts of descendent epics", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Number of closed child epics.", "isDeprecated": false, "name": "closedEpics", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of closed epic issues.", "isDeprecated": false, "name": "closedIssues", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of opened child epics.", "isDeprecated": false, "name": "openedEpics", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of opened epic issues.", "isDeprecated": false, "name": "openedIssues", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EpicDescendantCount", "possibleTypes": null }, { "description": "Total weight of open and closed descendant issues", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total weight of completed (closed) issues in this epic, including epic descendants.", "isDeprecated": false, "name": "closedIssues", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total weight of opened issues in this epic, including epic descendants.", "isDeprecated": false, "name": "openedIssues", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EpicDescendantWeights", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Epic", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EpicEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Filter by label name.", "name": "labelName", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Filter by author username.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter by reaction emoji applied by the current user. Wildcard values \"NONE\" and \"ANY\" are supported.", "name": "myReactionEmoji", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Negated epic arguments.", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "NegatedEpicBoardIssueInput", "ofType": null } }, { "defaultValue": null, "description": "List of arguments with inclusive OR. Ignored unless `or_issuable_queries` flag is enabled.", "name": "or", "type": { "kind": "INPUT_OBJECT", "name": "UnionedEpicFilterInput", "ofType": null } }, { "defaultValue": null, "description": "Search query for epic title or description.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter by confidentiality.", "name": "confidential", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "EpicFilters", "possibleTypes": null }, { "description": "Health status of child issues", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Number of issues at risk.", "isDeprecated": false, "name": "issuesAtRisk", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of issues that need attention.", "isDeprecated": false, "name": "issuesNeedingAttention", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of issues on track.", "isDeprecated": false, "name": "issuesOnTrack", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EpicHealthStatus", "possibleTypes": null }, { "description": "A `EpicID` is a global ID. It is encoded as a string.\n\nAn example `EpicID` is: `\"gid://gitlab/Epic/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "EpicID", "possibleTypes": null }, { "description": "Relationship between an epic and an issue", "enumValues": null, "fields": [ { "args": [], "deprecationReason": "Use `alert_management_alerts`. Deprecated in 15.6.", "description": "Alert associated to this issue. Deprecated in 15.6: Use `alert_management_alerts`.", "isDeprecated": true, "name": "alertManagementAlert", "type": { "kind": "OBJECT", "name": "AlertManagementAlert", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "IID of the alert. For example, \"1\".", "name": "iid", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Alerts with the specified statues. For example, `[TRIGGERED]`.", "name": "statuses", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AlertManagementStatus", "ofType": null } } } }, { "defaultValue": null, "description": "Sort alerts by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "AlertManagementAlertSort", "ofType": null } }, { "defaultValue": "operations", "description": "Filter query for given domain.", "name": "domain", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AlertManagementDomainFilter", "ofType": null } } }, { "defaultValue": null, "description": "Search query for title, description, service, or monitoring_tool.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Username of a user assigned to the issue.", "name": "assigneeUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Alert Management alerts associated to this issue.", "isDeprecated": false, "name": "alertManagementAlerts", "type": { "kind": "OBJECT", "name": "AlertManagementAlertConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Assignees of the issue.", "isDeprecated": false, "name": "assignees", "type": { "kind": "OBJECT", "name": "UserCoreConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User that created the issue.", "isDeprecated": false, "name": "author", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the issue is blocked.", "isDeprecated": false, "name": "blocked", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Count of issues blocking this issue.", "isDeprecated": false, "name": "blockedByCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Issues blocking this issue.", "isDeprecated": false, "name": "blockedByIssues", "type": { "kind": "OBJECT", "name": "IssueConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Count of issues this issue is blocking.", "isDeprecated": false, "name": "blockingCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Issue this issue was closed as a duplicate of.", "isDeprecated": false, "name": "closedAsDuplicateOf", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the issue was closed.", "isDeprecated": false, "name": "closedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All commenters on this noteable.", "isDeprecated": false, "name": "commenters", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCoreConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the issue is confidential.", "isDeprecated": false, "name": "confidential", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "User specific email address for the issue.", "isDeprecated": false, "name": "createNoteEmail", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the issue was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "State of the to-do items.", "name": "state", "type": { "kind": "ENUM", "name": "TodoStateEnum", "ofType": null } } ], "deprecationReason": null, "description": "To-do items for the current user.", "isDeprecated": false, "name": "currentUserTodos", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TodoConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Customer relations contacts of the issue.", "isDeprecated": false, "name": "customerRelationsContacts", "type": { "kind": "OBJECT", "name": "CustomerRelationsContactConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Description of the issue.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `description`", "isDeprecated": false, "name": "descriptionHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Collection of design images associated with this issue.", "isDeprecated": false, "name": "designCollection", "type": { "kind": "OBJECT", "name": "DesignCollection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates discussion is locked on the issue.", "isDeprecated": false, "name": "discussionLocked", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All discussions on this noteable.", "isDeprecated": false, "name": "discussions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DiscussionConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of downvotes the issue has received.", "isDeprecated": false, "name": "downvotes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Due date of the issue.", "isDeprecated": false, "name": "dueDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if a project has email notifications disabled: `true` if email notifications are disabled.", "isDeprecated": false, "name": "emailsDisabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Epic to which this issue belongs.", "isDeprecated": false, "name": "epic", "type": { "kind": "OBJECT", "name": "Epic", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the epic-issue relation.", "isDeprecated": false, "name": "epicIssueId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Escalation policy associated with the issue. Available for issues which support escalation.", "isDeprecated": false, "name": "escalationPolicy", "type": { "kind": "OBJECT", "name": "EscalationPolicyType", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Escalation status of the issue.", "isDeprecated": false, "name": "escalationStatus", "type": { "kind": "ENUM", "name": "IssueEscalationStatus", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the issue belongs to an epic.\n Can return true and not show an associated epic when the user has no access to the epic.", "isDeprecated": false, "name": "hasEpic", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Current health status.", "isDeprecated": false, "name": "healthStatus", "type": { "kind": "ENUM", "name": "HealthStatus", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates the issue is hidden because the author has been banned.", "isDeprecated": false, "name": "hidden", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Human-readable time estimate of the issue.", "isDeprecated": false, "name": "humanTimeEstimate", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Human-readable total time reported as spent on the issue.", "isDeprecated": false, "name": "humanTotalTimeSpent", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Global ID of the epic-issue relation.", "isDeprecated": false, "name": "id", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Internal ID of the issue.", "isDeprecated": false, "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "ID of the incident.", "name": "incidentId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IssueID", "ofType": null } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Issuable resource links of the incident issue.", "isDeprecated": false, "name": "issuableResourceLinks", "type": { "kind": "OBJECT", "name": "IssuableResourceLinkConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Iteration of the issue.", "isDeprecated": false, "name": "iteration", "type": { "kind": "OBJECT", "name": "Iteration", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Labels of the issue.", "isDeprecated": false, "name": "labels", "type": { "kind": "OBJECT", "name": "LabelConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of merge requests that close the issue on merge.", "isDeprecated": false, "name": "mergeRequestsCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Metric images associated to the issue.", "isDeprecated": false, "name": "metricImages", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MetricImage", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Milestone of the issue.", "isDeprecated": false, "name": "milestone", "type": { "kind": "OBJECT", "name": "Milestone", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if issue got moved from other project.", "isDeprecated": false, "name": "moved", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Updated Issue after it got moved to another project.", "isDeprecated": false, "name": "movedTo", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All notes on this noteable.", "isDeprecated": false, "name": "notes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NoteConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of participants in the issue.", "isDeprecated": false, "name": "participants", "type": { "kind": "OBJECT", "name": "UserCoreConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the issue project.", "isDeprecated": false, "name": "projectId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [ { "defaultValue": "false", "description": "Boolean option specifying whether the reference should be returned in full.", "name": "full", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "deprecationReason": null, "description": "Internal reference of the issue. Returned in shortened format by default.", "isDeprecated": false, "name": "reference", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Merge requests related to the issue. This field can only be resolved for one issue in any single request.", "isDeprecated": false, "name": "relatedMergeRequests", "type": { "kind": "OBJECT", "name": "MergeRequestConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Related vulnerabilities of the issue.", "isDeprecated": false, "name": "relatedVulnerabilities", "type": { "kind": "OBJECT", "name": "VulnerabilityConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URI path of the epic-issue relation.", "isDeprecated": false, "name": "relationPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Relative position of the issue (used for positioning in epic tree and issue boards).", "isDeprecated": false, "name": "relativePosition", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Severity level of the incident.", "isDeprecated": false, "name": "severity", "type": { "kind": "ENUM", "name": "IssuableSeverity", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the issue SLA expires.", "isDeprecated": false, "name": "slaDueAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "State of the issue.", "isDeprecated": false, "name": "state", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssueState", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates whether an issue is published to the status page.", "isDeprecated": false, "name": "statusPagePublishedIncident", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates the currently logged in user is subscribed to the issue.", "isDeprecated": false, "name": "subscribed", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Task completion status of the issue.", "isDeprecated": false, "name": "taskCompletionStatus", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TaskCompletionStatus", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Time estimate of the issue.", "isDeprecated": false, "name": "timeEstimate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Timelogs on the issue.", "isDeprecated": false, "name": "timelogs", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TimelogConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Title of the issue.", "isDeprecated": false, "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `title`", "isDeprecated": false, "name": "titleHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total time reported as spent on the issue.", "isDeprecated": false, "name": "totalTimeSpent", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Type of the issue.", "isDeprecated": false, "name": "type", "type": { "kind": "ENUM", "name": "IssueType", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the issue was last updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "User that last updated the issue.", "isDeprecated": false, "name": "updatedBy", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of upvotes the issue has received.", "isDeprecated": false, "name": "upvotes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of user discussions in the issue.", "isDeprecated": false, "name": "userDiscussionsCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of user notes of the issue.", "isDeprecated": false, "name": "userNotesCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Permissions for the current user on the resource", "isDeprecated": false, "name": "userPermissions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssuePermissions", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web path of the issue.", "isDeprecated": false, "name": "webPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web URL of the issue.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Weight of the issue.", "isDeprecated": false, "name": "weight", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "CurrentUserTodos", "ofType": null }, { "kind": "INTERFACE", "name": "NoteableInterface", "ofType": null }, { "kind": "INTERFACE", "name": "Todoable", "ofType": null } ], "kind": "OBJECT", "name": "EpicIssue", "possibleTypes": null }, { "description": "The connection type for EpicIssue.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total count of collection.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EpicIssueEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EpicIssue", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Total weight of issues collection.", "isDeprecated": false, "name": "weight", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EpicIssueConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "EpicIssue", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EpicIssueEdge", "possibleTypes": null }, { "description": "Represents an epic board list", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates if this list is collapsed for this user.", "isDeprecated": false, "name": "collapsed", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filters applied when selecting epics in the board list.", "name": "filters", "type": { "kind": "INPUT_OBJECT", "name": "EpicFilters", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List epics.", "isDeprecated": false, "name": "epics", "type": { "kind": "OBJECT", "name": "EpicConnection", "ofType": null } }, { "args": [], "deprecationReason": "This was renamed. Please use `metadata`. Deprecated in 14.9.", "description": "Count of epics in the list. Deprecated in 14.9: This was renamed.", "isDeprecated": true, "name": "epicsCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Global ID of the board list.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BoardsEpicListID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Label of the list.", "isDeprecated": false, "name": "label", "type": { "kind": "OBJECT", "name": "Label", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of the list.", "isDeprecated": false, "name": "listType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Epic list metatada.", "isDeprecated": false, "name": "metadata", "type": { "kind": "OBJECT", "name": "EpicListMetadata", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Position of the list within the board.", "isDeprecated": false, "name": "position", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Title of the list.", "isDeprecated": false, "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EpicList", "possibleTypes": null }, { "description": "The connection type for EpicList.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EpicListEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EpicList", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EpicListConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "EpicList", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EpicListEdge", "possibleTypes": null }, { "description": "Represents epic board list metadata", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Count of epics in the list.", "isDeprecated": false, "name": "epicsCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 14.7.", "description": "Total weight of all issues in the list. Introduced in 14.7: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "totalWeight", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EpicListMetadata", "possibleTypes": null }, { "description": "Autogenerated input type of EpicMoveList", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the board that the epic is in.", "name": "boardId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BoardsEpicBoardID", "ofType": null } } }, { "defaultValue": null, "description": "ID of the epic to mutate.", "name": "epicId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "EpicID", "ofType": null } } }, { "defaultValue": null, "description": "ID of the board list that the epic will be moved from. Required if moving between lists.", "name": "fromListId", "type": { "kind": "SCALAR", "name": "BoardsEpicListID", "ofType": null } }, { "defaultValue": null, "description": "ID of the list the epic will be in after mutation.", "name": "toListId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BoardsEpicListID", "ofType": null } } }, { "defaultValue": null, "description": "ID of epic that should be placed before the current epic.", "name": "moveBeforeId", "type": { "kind": "SCALAR", "name": "EpicID", "ofType": null } }, { "defaultValue": null, "description": "ID of epic that should be placed after the current epic.", "name": "moveAfterId", "type": { "kind": "SCALAR", "name": "EpicID", "ofType": null } }, { "defaultValue": null, "description": "Position of epics within the board list. Positions start at 0. Use -1 to move to the end of the list.", "name": "positionInList", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "EpicMoveListInput", "possibleTypes": null }, { "description": "Autogenerated return type of EpicMoveList", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Epic after mutation.", "isDeprecated": false, "name": "epic", "type": { "kind": "OBJECT", "name": "Epic", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EpicMoveListPayload", "possibleTypes": null }, { "description": "Check permissions for the current user on an epic", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `admin_epic` on this resource", "isDeprecated": false, "name": "adminEpic", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `award_emoji` on this resource", "isDeprecated": false, "name": "awardEmoji", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `create_epic` on this resource", "isDeprecated": false, "name": "createEpic", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `create_note` on this resource", "isDeprecated": false, "name": "createNote", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `destroy_epic` on this resource", "isDeprecated": false, "name": "destroyEpic", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `read_epic` on this resource", "isDeprecated": false, "name": "readEpic", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `read_epic_iid` on this resource", "isDeprecated": false, "name": "readEpicIid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `update_epic` on this resource", "isDeprecated": false, "name": "updateEpic", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EpicPermissions", "possibleTypes": null }, { "description": "Autogenerated input type of EpicSetSubscription", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "IID of the epic to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Group the epic to mutate belongs to.", "name": "groupPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Desired state of the subscription.", "name": "subscribedState", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "EpicSetSubscriptionInput", "possibleTypes": null }, { "description": "Autogenerated return type of EpicSetSubscription", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Epic after mutation.", "isDeprecated": false, "name": "epic", "type": { "kind": "OBJECT", "name": "Epic", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EpicSetSubscriptionPayload", "possibleTypes": null }, { "description": "Roadmap sort values", "enumValues": [ { "deprecationReason": "Use START_DATE_DESC. Deprecated in 13.11.", "description": "Start date at descending order.", "isDeprecated": true, "name": "start_date_desc" }, { "deprecationReason": "Use START_DATE_ASC. Deprecated in 13.11.", "description": "Start date at ascending order.", "isDeprecated": true, "name": "start_date_asc" }, { "deprecationReason": "Use END_DATE_DESC. Deprecated in 13.11.", "description": "End date at descending order.", "isDeprecated": true, "name": "end_date_desc" }, { "deprecationReason": "Use END_DATE_ASC. Deprecated in 13.11.", "description": "End date at ascending order.", "isDeprecated": true, "name": "end_date_asc" }, { "deprecationReason": null, "description": "Sort by start date in descending order.", "isDeprecated": false, "name": "START_DATE_DESC" }, { "deprecationReason": null, "description": "Sort by start date in ascending order.", "isDeprecated": false, "name": "START_DATE_ASC" }, { "deprecationReason": null, "description": "Sort by end date in descending order.", "isDeprecated": false, "name": "END_DATE_DESC" }, { "deprecationReason": null, "description": "Sort by end date in ascending order.", "isDeprecated": false, "name": "END_DATE_ASC" }, { "deprecationReason": null, "description": "Sort by title in descending order.", "isDeprecated": false, "name": "TITLE_DESC" }, { "deprecationReason": null, "description": "Sort by title in ascending order.", "isDeprecated": false, "name": "TITLE_ASC" }, { "deprecationReason": null, "description": "Sort by created_at by ascending order.", "isDeprecated": false, "name": "CREATED_AT_ASC" }, { "deprecationReason": null, "description": "Sort by created_at by descending order.", "isDeprecated": false, "name": "CREATED_AT_DESC" }, { "deprecationReason": null, "description": "Sort by updated_at by ascending order.", "isDeprecated": false, "name": "UPDATED_AT_ASC" }, { "deprecationReason": null, "description": "Sort by updated_at by descending order.", "isDeprecated": false, "name": "UPDATED_AT_DESC" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "EpicSort", "possibleTypes": null }, { "description": "State of an epic", "enumValues": [ { "deprecationReason": null, "description": "All epics.", "isDeprecated": false, "name": "all" }, { "deprecationReason": null, "description": "Open epics.", "isDeprecated": false, "name": "opened" }, { "deprecationReason": null, "description": "Closed epics.", "isDeprecated": false, "name": "closed" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "EpicState", "possibleTypes": null }, { "description": "State event of an epic", "enumValues": [ { "deprecationReason": null, "description": "Reopen the epic.", "isDeprecated": false, "name": "REOPEN" }, { "deprecationReason": null, "description": "Close the epic.", "isDeprecated": false, "name": "CLOSE" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "EpicStateEvent", "possibleTypes": null }, { "description": "A node of an epic tree.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "ID of the epic issue or epic that is being moved.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "EpicTreeSortingID", "ofType": null } } }, { "defaultValue": null, "description": "ID of the epic issue or issue the epic or issue is switched with.", "name": "adjacentReferenceId", "type": { "kind": "SCALAR", "name": "EpicTreeSortingID", "ofType": null } }, { "defaultValue": null, "description": "Type of switch. Valid values are `after` or `before`.", "name": "relativePosition", "type": { "kind": "ENUM", "name": "MoveType", "ofType": null } }, { "defaultValue": null, "description": "ID of the new parent epic.", "name": "newParentId", "type": { "kind": "SCALAR", "name": "EpicID", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "EpicTreeNodeFieldsInputType", "possibleTypes": null }, { "description": "Autogenerated input type of EpicTreeReorder", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the base epic of the tree.", "name": "baseEpicId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "EpicID", "ofType": null } } }, { "defaultValue": null, "description": "Parameters for updating the tree positions.", "name": "moved", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EpicTreeNodeFieldsInputType", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "EpicTreeReorderInput", "possibleTypes": null }, { "description": "Autogenerated return type of EpicTreeReorder", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EpicTreeReorderPayload", "possibleTypes": null }, { "description": "A `EpicTreeSortingID` is a global ID. It is encoded as a string.\n\nAn example `EpicTreeSortingID` is: `\"gid://gitlab/EpicTreeSorting/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "EpicTreeSortingID", "possibleTypes": null }, { "description": "Epic ID wildcard values", "enumValues": [ { "deprecationReason": null, "description": "No epic is assigned.", "isDeprecated": false, "name": "NONE" }, { "deprecationReason": null, "description": "Any epic is assigned.", "isDeprecated": false, "name": "ANY" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "EpicWildcardId", "possibleTypes": null }, { "description": "Autogenerated input type of EscalationPolicyCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Project to create the escalation policy for.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Name of the escalation policy.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Description of the escalation policy.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Steps of the escalation policy.", "name": "rules", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EscalationRuleInput", "ofType": null } } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "EscalationPolicyCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of EscalationPolicyCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Escalation policy.", "isDeprecated": false, "name": "escalationPolicy", "type": { "kind": "OBJECT", "name": "EscalationPolicyType", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EscalationPolicyCreatePayload", "possibleTypes": null }, { "description": "Autogenerated input type of EscalationPolicyDestroy", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Escalation policy internal ID to remove.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IncidentManagementEscalationPolicyID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "EscalationPolicyDestroyInput", "possibleTypes": null }, { "description": "Autogenerated return type of EscalationPolicyDestroy", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Escalation policy.", "isDeprecated": false, "name": "escalationPolicy", "type": { "kind": "OBJECT", "name": "EscalationPolicyType", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EscalationPolicyDestroyPayload", "possibleTypes": null }, { "description": "Represents an escalation policy", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Description of the escalation policy.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the escalation policy.", "isDeprecated": false, "name": "id", "type": { "kind": "SCALAR", "name": "IncidentManagementEscalationPolicyID", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the escalation policy.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Steps of the escalation policy.", "isDeprecated": false, "name": "rules", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EscalationRuleType", "ofType": null } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EscalationPolicyType", "possibleTypes": null }, { "description": "The connection type for EscalationPolicyType.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EscalationPolicyTypeEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EscalationPolicyType", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EscalationPolicyTypeConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "EscalationPolicyType", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EscalationPolicyTypeEdge", "possibleTypes": null }, { "description": "Autogenerated input type of EscalationPolicyUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the on-call schedule to create the on-call rotation in.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IncidentManagementEscalationPolicyID", "ofType": null } } }, { "defaultValue": null, "description": "Name of the escalation policy.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Description of the escalation policy.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Steps of the escalation policy.", "name": "rules", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EscalationRuleInput", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "EscalationPolicyUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of EscalationPolicyUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Escalation policy.", "isDeprecated": false, "name": "escalationPolicy", "type": { "kind": "OBJECT", "name": "EscalationPolicyType", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EscalationPolicyUpdatePayload", "possibleTypes": null }, { "description": "Represents an escalation rule", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "On-call schedule to notify.", "name": "oncallScheduleIid", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "Username of the user to notify.", "name": "username", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Time in seconds before the rule is activated.", "name": "elapsedTimeSeconds", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "defaultValue": null, "description": "Status required to prevent the rule from activating.", "name": "status", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EscalationRuleStatus", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "EscalationRuleInput", "possibleTypes": null }, { "description": "Escalation rule statuses", "enumValues": [ { "deprecationReason": null, "description": ".", "isDeprecated": false, "name": "ACKNOWLEDGED" }, { "deprecationReason": null, "description": ".", "isDeprecated": false, "name": "RESOLVED" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "EscalationRuleStatus", "possibleTypes": null }, { "description": "Represents an escalation rule for an escalation policy", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Time in seconds before the rule is activated.", "isDeprecated": false, "name": "elapsedTimeSeconds", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the escalation policy.", "isDeprecated": false, "name": "id", "type": { "kind": "SCALAR", "name": "IncidentManagementEscalationRuleID", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "On-call schedule to notify.", "isDeprecated": false, "name": "oncallSchedule", "type": { "kind": "OBJECT", "name": "IncidentManagementOncallSchedule", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Status required to prevent the rule from activating.", "isDeprecated": false, "name": "status", "type": { "kind": "ENUM", "name": "EscalationRuleStatus", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User to notify.", "isDeprecated": false, "name": "user", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EscalationRuleType", "possibleTypes": null }, { "description": "Representing an event", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Action of the event.", "isDeprecated": false, "name": "action", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EventAction", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Author of this event.", "isDeprecated": false, "name": "author", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "When this event was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the event.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "When this event was updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Event", "possibleTypes": null }, { "description": "Event action", "enumValues": [ { "deprecationReason": null, "description": "Created action", "isDeprecated": false, "name": "CREATED" }, { "deprecationReason": null, "description": "Updated action", "isDeprecated": false, "name": "UPDATED" }, { "deprecationReason": null, "description": "Closed action", "isDeprecated": false, "name": "CLOSED" }, { "deprecationReason": null, "description": "Reopened action", "isDeprecated": false, "name": "REOPENED" }, { "deprecationReason": null, "description": "Pushed action", "isDeprecated": false, "name": "PUSHED" }, { "deprecationReason": null, "description": "Commented action", "isDeprecated": false, "name": "COMMENTED" }, { "deprecationReason": null, "description": "Merged action", "isDeprecated": false, "name": "MERGED" }, { "deprecationReason": null, "description": "Joined action", "isDeprecated": false, "name": "JOINED" }, { "deprecationReason": null, "description": "Left action", "isDeprecated": false, "name": "LEFT" }, { "deprecationReason": null, "description": "Destroyed action", "isDeprecated": false, "name": "DESTROYED" }, { "deprecationReason": null, "description": "Expired action", "isDeprecated": false, "name": "EXPIRED" }, { "deprecationReason": null, "description": "Approved action", "isDeprecated": false, "name": "APPROVED" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "EventAction", "possibleTypes": null }, { "description": "The connection type for Event.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "EventEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Event", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EventConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Event", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EventEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of events associated with the object.", "isDeprecated": false, "name": "events", "type": { "kind": "OBJECT", "name": "EventConnection", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "INTERFACE", "name": "Eventable", "possibleTypes": [ { "kind": "OBJECT", "name": "BoardEpic", "ofType": null }, { "kind": "OBJECT", "name": "Epic", "ofType": null } ] }, { "description": "Autogenerated input type of ExportRequirements", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "List requirements by sort order.", "name": "sort", "type": { "kind": "ENUM", "name": "Sort", "ofType": null } }, { "defaultValue": null, "description": "Filter requirements by state.", "name": "state", "type": { "kind": "ENUM", "name": "RequirementState", "ofType": null } }, { "defaultValue": null, "description": "Search query for requirement title.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter requirements by author username.", "name": "authorUsername", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Full project path the requirements are associated with.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "List of selected requirements fields to be exported.", "name": "selectedFields", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ExportRequirementsInput", "possibleTypes": null }, { "description": "Autogenerated return type of ExportRequirements", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ExportRequirementsPayload", "possibleTypes": null }, { "description": "Represents an external resource to send audit events to", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "External destination to send audit events to.", "isDeprecated": false, "name": "destinationUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "List of event type filters added for streaming.", "isDeprecated": false, "name": "eventTypeFilters", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Group the destination belongs to.", "isDeprecated": false, "name": "group", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Group", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of additional HTTP headers sent with each event.", "isDeprecated": false, "name": "headers", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AuditEventStreamingHeaderConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the destination.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Verification token to validate source of event.", "isDeprecated": false, "name": "verificationToken", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ExternalAuditEventDestination", "possibleTypes": null }, { "description": "The connection type for ExternalAuditEventDestination.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ExternalAuditEventDestinationEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ExternalAuditEventDestination", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ExternalAuditEventDestinationConnection", "possibleTypes": null }, { "description": "Autogenerated input type of ExternalAuditEventDestinationCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Destination URL.", "name": "destinationUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Group path.", "name": "groupPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Verification token.", "name": "verificationToken", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ExternalAuditEventDestinationCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of ExternalAuditEventDestinationCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Destination created.", "isDeprecated": false, "name": "externalAuditEventDestination", "type": { "kind": "OBJECT", "name": "ExternalAuditEventDestination", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ExternalAuditEventDestinationCreatePayload", "possibleTypes": null }, { "description": "Autogenerated input type of ExternalAuditEventDestinationDestroy", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of external audit event destination to destroy.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "AuditEventsExternalAuditEventDestinationID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ExternalAuditEventDestinationDestroyInput", "possibleTypes": null }, { "description": "Autogenerated return type of ExternalAuditEventDestinationDestroy", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ExternalAuditEventDestinationDestroyPayload", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "ExternalAuditEventDestination", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ExternalAuditEventDestinationEdge", "possibleTypes": null }, { "description": "Autogenerated input type of ExternalAuditEventDestinationUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of external audit event destination to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "AuditEventsExternalAuditEventDestinationID", "ofType": null } } }, { "defaultValue": null, "description": "Destination URL to change.", "name": "destinationUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ExternalAuditEventDestinationUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of ExternalAuditEventDestinationUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Updated destination.", "isDeprecated": false, "name": "externalAuditEventDestination", "type": { "kind": "OBJECT", "name": "ExternalAuditEventDestination", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ExternalAuditEventDestinationUpdatePayload", "possibleTypes": null }, { "description": "Represents an external issue", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Timestamp of when the issue was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of external tracker.", "isDeprecated": false, "name": "externalTracker", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Relative reference of the issue in the external tracker.", "isDeprecated": false, "name": "relativeReference", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Status of the issue in the external tracker.", "isDeprecated": false, "name": "status", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Title of the issue in the external tracker.", "isDeprecated": false, "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the issue was updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL to the issue in the external tracker.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ExternalIssue", "possibleTypes": null }, { "description": "Describes an external status check.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "External URL for the status check.", "isDeprecated": false, "name": "externalUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the rule.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "GlobalID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the rule.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ExternalStatusCheck", "possibleTypes": null }, { "description": "The connection type for ExternalStatusCheck.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ExternalStatusCheckEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ExternalStatusCheck", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ExternalStatusCheckConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "ExternalStatusCheck", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ExternalStatusCheckEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Global ID of the upload.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "UploadID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Path of the upload.", "isDeprecated": false, "name": "path", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Size of the upload in bytes.", "isDeprecated": false, "name": "size", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "FileUpload", "possibleTypes": null }, { "description": "Represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "Float", "possibleTypes": null }, { "description": "Details of the fork project compared to its upstream project.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Number of commits ahead of upstream.", "isDeprecated": false, "name": "ahead", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of commits behind upstream.", "isDeprecated": false, "name": "behind", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the fork conflicts with its upstream project.", "isDeprecated": false, "name": "hasConflicts", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if there is a synchronization in progress.", "isDeprecated": false, "name": "isSyncing", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ForkDetails", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Filters registries by their ID.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Filters registries by their replication state.", "name": "replicationState", "type": { "kind": "ENUM", "name": "ReplicationStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Filters registries by their verification state.", "name": "verificationState", "type": { "kind": "ENUM", "name": "VerificationStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Filters registries by their attributes using a keyword.", "name": "keyword", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find Ci Secure File registries on this Geo node", "isDeprecated": false, "name": "ciSecureFileRegistries", "type": { "kind": "OBJECT", "name": "CiSecureFileRegistryConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Maximum concurrency of container repository sync for this secondary node.", "isDeprecated": false, "name": "containerRepositoriesMaxCapacity", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filters registries by their ID.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Filters registries by their replication state.", "name": "replicationState", "type": { "kind": "ENUM", "name": "ReplicationStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Filters registries by their verification state.", "name": "verificationState", "type": { "kind": "ENUM", "name": "VerificationStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Filters registries by their attributes using a keyword.", "name": "keyword", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find Container Repository registries on this Geo node.", "isDeprecated": false, "name": "containerRepositoryRegistries", "type": { "kind": "OBJECT", "name": "ContainerRepositoryRegistryConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filters registries by their ID.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Filters registries by their replication state.", "name": "replicationState", "type": { "kind": "ENUM", "name": "ReplicationStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Filters registries by their verification state.", "name": "verificationState", "type": { "kind": "ENUM", "name": "VerificationStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Filters registries by their attributes using a keyword.", "name": "keyword", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.6.", "description": "Find Dependency Proxy Blob registries on this Geo node. Introduced in 15.6: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "dependencyProxyBlobRegistries", "type": { "kind": "OBJECT", "name": "DependencyProxyBlobRegistryConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filters registries by their ID.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Filters registries by their replication state.", "name": "replicationState", "type": { "kind": "ENUM", "name": "ReplicationStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Filters registries by their verification state.", "name": "verificationState", "type": { "kind": "ENUM", "name": "VerificationStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Filters registries by their attributes using a keyword.", "name": "keyword", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find Dependency Proxy Manifest registries on this Geo node.", "isDeprecated": false, "name": "dependencyProxyManifestRegistries", "type": { "kind": "OBJECT", "name": "DependencyProxyManifestRegistryConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates whether this Geo node is enabled.", "isDeprecated": false, "name": "enabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Maximum concurrency of LFS/attachment backfill for this secondary node.", "isDeprecated": false, "name": "filesMaxCapacity", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filters registries by their ID.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Filters registries by their replication state.", "name": "replicationState", "type": { "kind": "ENUM", "name": "ReplicationStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Filters registries by their verification state.", "name": "verificationState", "type": { "kind": "ENUM", "name": "VerificationStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Filters registries by their attributes using a keyword.", "name": "keyword", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find group wiki repository registries on this Geo node.", "isDeprecated": false, "name": "groupWikiRepositoryRegistries", "type": { "kind": "OBJECT", "name": "GroupWikiRepositoryRegistryConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of this GeoNode.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "URL defined on the primary node secondary nodes should use to contact it.", "isDeprecated": false, "name": "internalUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filters registries by their ID.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Filters registries by their replication state.", "name": "replicationState", "type": { "kind": "ENUM", "name": "ReplicationStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Filters registries by their verification state.", "name": "verificationState", "type": { "kind": "ENUM", "name": "VerificationStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Filters registries by their attributes using a keyword.", "name": "keyword", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find Job Artifact registries on this Geo node.", "isDeprecated": false, "name": "jobArtifactRegistries", "type": { "kind": "OBJECT", "name": "JobArtifactRegistryConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filters registries by their ID.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Filters registries by their replication state.", "name": "replicationState", "type": { "kind": "ENUM", "name": "ReplicationStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Filters registries by their verification state.", "name": "verificationState", "type": { "kind": "ENUM", "name": "VerificationStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Filters registries by their attributes using a keyword.", "name": "keyword", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find LFS object registries on this Geo node.", "isDeprecated": false, "name": "lfsObjectRegistries", "type": { "kind": "OBJECT", "name": "LfsObjectRegistryConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filters registries by their ID.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Filters registries by their replication state.", "name": "replicationState", "type": { "kind": "ENUM", "name": "ReplicationStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Filters registries by their verification state.", "name": "verificationState", "type": { "kind": "ENUM", "name": "VerificationStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Filters registries by their attributes using a keyword.", "name": "keyword", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find merge request diff registries on this Geo node.", "isDeprecated": false, "name": "mergeRequestDiffRegistries", "type": { "kind": "OBJECT", "name": "MergeRequestDiffRegistryConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Interval (in days) in which the repository verification is valid. After expiry, it is reverted.", "isDeprecated": false, "name": "minimumReverificationInterval", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Unique identifier for this Geo node.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filters registries by their ID.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Filters registries by their replication state.", "name": "replicationState", "type": { "kind": "ENUM", "name": "ReplicationStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Filters registries by their verification state.", "name": "verificationState", "type": { "kind": "ENUM", "name": "VerificationStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Filters registries by their attributes using a keyword.", "name": "keyword", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Package file registries of the GeoNode.", "isDeprecated": false, "name": "packageFileRegistries", "type": { "kind": "OBJECT", "name": "PackageFileRegistryConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filters registries by their ID.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Filters registries by their replication state.", "name": "replicationState", "type": { "kind": "ENUM", "name": "ReplicationStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Filters registries by their verification state.", "name": "verificationState", "type": { "kind": "ENUM", "name": "VerificationStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Filters registries by their attributes using a keyword.", "name": "keyword", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find Pages Deployment registries on this Geo node", "isDeprecated": false, "name": "pagesDeploymentRegistries", "type": { "kind": "OBJECT", "name": "PagesDeploymentRegistryConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filters registries by their ID.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Filters registries by their replication state.", "name": "replicationState", "type": { "kind": "ENUM", "name": "ReplicationStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Filters registries by their verification state.", "name": "verificationState", "type": { "kind": "ENUM", "name": "VerificationStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Filters registries by their attributes using a keyword.", "name": "keyword", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find pipeline artifact registries on this Geo node.", "isDeprecated": false, "name": "pipelineArtifactRegistries", "type": { "kind": "OBJECT", "name": "PipelineArtifactRegistryConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates whether this Geo node is the primary.", "isDeprecated": false, "name": "primary", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filters registries by their ID.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Filters registries by their replication state.", "name": "replicationState", "type": { "kind": "ENUM", "name": "ReplicationStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Filters registries by their verification state.", "name": "verificationState", "type": { "kind": "ENUM", "name": "VerificationStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Filters registries by their attributes using a keyword.", "name": "keyword", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find Project Wiki Repository registries on this Geo node. Ignored if `geo_project_wiki_repository_replication` feature flag is disabled.", "isDeprecated": false, "name": "projectWikiRepositoryRegistries", "type": { "kind": "OBJECT", "name": "ProjectWikiRepositoryRegistryConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Maximum concurrency of repository backfill for this secondary node.", "isDeprecated": false, "name": "reposMaxCapacity", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Namespaces that should be synced, if `selective_sync_type` == `namespaces`.", "isDeprecated": false, "name": "selectiveSyncNamespaces", "type": { "kind": "OBJECT", "name": "NamespaceConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Repository storages whose projects should be synced, if `selective_sync_type` == `shards`.", "isDeprecated": false, "name": "selectiveSyncShards", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Indicates if syncing is limited to only specific groups, or shards.", "isDeprecated": false, "name": "selectiveSyncType", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filters registries by their ID.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Filters registries by their replication state.", "name": "replicationState", "type": { "kind": "ENUM", "name": "ReplicationStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Filters registries by their verification state.", "name": "verificationState", "type": { "kind": "ENUM", "name": "VerificationStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Filters registries by their attributes using a keyword.", "name": "keyword", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find snippet repository registries on this Geo node.", "isDeprecated": false, "name": "snippetRepositoryRegistries", "type": { "kind": "OBJECT", "name": "SnippetRepositoryRegistryConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if this secondary node will replicate blobs in Object Storage.", "isDeprecated": false, "name": "syncObjectStorage", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filters registries by their ID.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Filters registries by their replication state.", "name": "replicationState", "type": { "kind": "ENUM", "name": "ReplicationStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Filters registries by their verification state.", "name": "verificationState", "type": { "kind": "ENUM", "name": "VerificationStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Filters registries by their attributes using a keyword.", "name": "keyword", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find terraform state version registries on this Geo node.", "isDeprecated": false, "name": "terraformStateVersionRegistries", "type": { "kind": "OBJECT", "name": "TerraformStateVersionRegistryConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filters registries by their ID.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Filters registries by their replication state.", "name": "replicationState", "type": { "kind": "ENUM", "name": "ReplicationStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Filters registries by their verification state.", "name": "verificationState", "type": { "kind": "ENUM", "name": "VerificationStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Filters registries by their attributes using a keyword.", "name": "keyword", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find Upload registries on this Geo node", "isDeprecated": false, "name": "uploadRegistries", "type": { "kind": "OBJECT", "name": "UploadRegistryConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User-facing URL for this Geo node.", "isDeprecated": false, "name": "url", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Maximum concurrency of repository verification for this secondary node.", "isDeprecated": false, "name": "verificationMaxCapacity", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "GeoNode", "possibleTypes": null }, { "description": "A `GitlabErrorTrackingDetailedErrorID` is a global ID. It is encoded as a string.\n\nAn example `GitlabErrorTrackingDetailedErrorID` is: `\"gid://gitlab/Gitlab::ErrorTracking::DetailedError/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "GitlabErrorTrackingDetailedErrorID", "possibleTypes": null }, { "description": "Autogenerated input type of GitlabSubscriptionActivate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Activation code received after purchasing a GitLab subscription.", "name": "activationCode", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "GitlabSubscriptionActivateInput", "possibleTypes": null }, { "description": "Autogenerated return type of GitlabSubscriptionActivate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Array of future subscriptions.", "isDeprecated": false, "name": "futureSubscriptions", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SubscriptionFutureEntry", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Current license.", "isDeprecated": false, "name": "license", "type": { "kind": "OBJECT", "name": "CurrentLicense", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "GitlabSubscriptionActivatePayload", "possibleTypes": null }, { "description": "Role of User", "enumValues": [ { "deprecationReason": null, "description": "Guest.", "isDeprecated": false, "name": "GUEST" }, { "deprecationReason": null, "description": "Reporter.", "isDeprecated": false, "name": "REPORTER" }, { "deprecationReason": null, "description": "Developer.", "isDeprecated": false, "name": "DEVELOPER" }, { "deprecationReason": null, "description": "Maintainer.", "isDeprecated": false, "name": "MAINTAINER" }, { "deprecationReason": null, "description": "Owner.", "isDeprecated": false, "name": "OWNER" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "GitlabSubscriptionsUserRole", "possibleTypes": null }, { "description": "A global identifier.\n\nA global identifier represents an object uniquely across the application.\nAn example of such an identifier is `\"gid://gitlab/User/1\"`.\n\nGlobal identifiers are encoded as strings.\n", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "GlobalID", "possibleTypes": null }, { "description": "GPG signature for a signed commit", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "SHA of the associated commit.", "isDeprecated": false, "name": "commitSha", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the GPG key.", "isDeprecated": false, "name": "gpgKeyPrimaryKeyid", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User email associated with the GPG key.", "isDeprecated": false, "name": "gpgKeyUserEmail", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User name associated with the GPG key.", "isDeprecated": false, "name": "gpgKeyUserName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Project of the associated commit.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User associated with the key.", "isDeprecated": false, "name": "user", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates verification status of the associated key or certificate.", "isDeprecated": false, "name": "verificationStatus", "type": { "kind": "ENUM", "name": "VerificationStatus", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "CommitSignature", "ofType": null } ], "kind": "OBJECT", "name": "GpgSignature", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Timestamp of the issue's creation.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates whether Grafana integration is enabled.", "isDeprecated": false, "name": "enabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "URL for the Grafana host for the Grafana integration.", "isDeprecated": false, "name": "grafanaUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Internal ID of the Grafana integration.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the issue's last activity.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "GrafanaIntegration", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.8.", "description": "Achievements for the namespace. Returns `null` if the `achievements` feature flag is disabled. Introduced in 15.8: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "achievements", "type": { "kind": "OBJECT", "name": "AchievementConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Size limit for repositories in the namespace in bytes.", "isDeprecated": false, "name": "actualRepositorySizeLimit", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Additional storage purchased for the root namespace in bytes.", "isDeprecated": false, "name": "additionalPurchasedStorageSize", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates whether to regularly prune stale group runners. Defaults to false.", "isDeprecated": false, "name": "allowStaleRunnerPruning", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates whether Auto DevOps is enabled for all projects within this group.", "isDeprecated": false, "name": "autoDevopsEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Avatar URL of the group.", "isDeprecated": false, "name": "avatarUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Plan from which to get billable members.", "name": "requestedHostedPlan", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "deprecationReason": null, "description": "Number of billable users in the group.", "isDeprecated": false, "name": "billableMembersCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of the board.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BoardID", "ofType": null } } } ], "deprecationReason": null, "description": "A single board of the group.", "isDeprecated": false, "name": "board", "type": { "kind": "OBJECT", "name": "Board", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Find a board by its ID.", "name": "id", "type": { "kind": "SCALAR", "name": "BoardID", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Boards of the group.", "isDeprecated": false, "name": "boards", "type": { "kind": "OBJECT", "name": "BoardConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Sort order of results.", "name": "sort", "type": { "kind": "ENUM", "name": "CiVariableSort", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of the group's CI/CD variables.", "isDeprecated": false, "name": "ciVariables", "type": { "kind": "OBJECT", "name": "CiGroupVariableConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns only cluster agents which have vulnerabilities.", "name": "hasVulnerabilities", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Cluster agents associated with projects in the group and its subgroups.", "isDeprecated": false, "name": "clusterAgents", "type": { "kind": "OBJECT", "name": "ClusterAgentConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "First day for which to fetch code coverage activity (maximum time window is set to 90 days).", "name": "startDate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Date", "ofType": null } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Represents the code coverage activity for this group.", "isDeprecated": false, "name": "codeCoverageActivities", "type": { "kind": "OBJECT", "name": "CodeCoverageActivityConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Global ID of a specific compliance framework to return.", "name": "id", "type": { "kind": "SCALAR", "name": "ComplianceManagementFrameworkID", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Compliance frameworks available to projects in this namespace.", "isDeprecated": false, "name": "complianceFrameworks", "type": { "kind": "OBJECT", "name": "ComplianceFrameworkConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Search term to find contacts with.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "State of the contacts to search for.", "name": "state", "type": { "kind": "ENUM", "name": "CustomerRelationsContactState", "ofType": null } } ], "deprecationReason": null, "description": "Counts of contacts by state for the group.", "isDeprecated": false, "name": "contactStateCounts", "type": { "kind": "OBJECT", "name": "ContactStateCounts", "ofType": null } }, { "args": [ { "defaultValue": "LAST_NAME_ASC", "description": "Criteria to sort contacts by.", "name": "sort", "type": { "kind": "ENUM", "name": "ContactSort", "ofType": null } }, { "defaultValue": null, "description": "Search term to find contacts with.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "State of the contacts to search for.", "name": "state", "type": { "kind": "ENUM", "name": "CustomerRelationsContactState", "ofType": null } }, { "defaultValue": null, "description": "Filter contacts by IDs.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "CustomerRelationsContactID", "ofType": null } } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find contacts of this group.", "isDeprecated": false, "name": "contacts", "type": { "kind": "OBJECT", "name": "CustomerRelationsContactConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter the container repositories by their name.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "created_desc", "description": "Sort container repositories by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "ContainerRepositorySort", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Container repositories of the group.", "isDeprecated": false, "name": "containerRepositories", "type": { "kind": "OBJECT", "name": "ContainerRepositoryConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of container repositories in the group.", "isDeprecated": false, "name": "containerRepositoriesCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Includes at least one project where the repository size exceeds the limit.", "isDeprecated": false, "name": "containsLockedProjects", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Start date of the reporting time range.", "name": "from", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601Date", "ofType": null } } }, { "defaultValue": null, "description": "End date of the reporting time range. The end date must be within 93 days after the start date.", "name": "to", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601Date", "ofType": null } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Provides the aggregated contributions by users within the group and its subgroups", "isDeprecated": false, "name": "contributions", "type": { "kind": "OBJECT", "name": "ContributionAnalyticsContributionConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the cross_project_pipeline feature is available for the namespace.", "isDeprecated": false, "name": "crossProjectPipelineAvailable", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 13.6.", "description": "Custom emoji within this namespace. Introduced in 13.6: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "customEmoji", "type": { "kind": "OBJECT", "name": "CustomEmojiConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Retain egress data for one year. Data for the current month will increase dynamically as egress occurs.", "name": "from", "type": { "kind": "SCALAR", "name": "Date", "ofType": null } }, { "defaultValue": null, "description": "End date for the data.", "name": "to", "type": { "kind": "SCALAR", "name": "Date", "ofType": null } } ], "deprecationReason": null, "description": "Data transfer data point for a specific period. This is mocked data under a development feature flag.", "isDeprecated": false, "name": "dataTransfer", "type": { "kind": "OBJECT", "name": "GroupDataTransfer", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of dependency proxy blobs cached in the group.", "isDeprecated": false, "name": "dependencyProxyBlobCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Dependency Proxy blobs.", "isDeprecated": false, "name": "dependencyProxyBlobs", "type": { "kind": "OBJECT", "name": "DependencyProxyBlobConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of dependency proxy images cached in the group.", "isDeprecated": false, "name": "dependencyProxyImageCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Prefix for pulling images when using the dependency proxy.", "isDeprecated": false, "name": "dependencyProxyImagePrefix", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Dependency proxy TTL policy for the group.", "isDeprecated": false, "name": "dependencyProxyImageTtlPolicy", "type": { "kind": "OBJECT", "name": "DependencyProxyImageTtlGroupPolicy", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Dependency Proxy manifests.", "isDeprecated": false, "name": "dependencyProxyManifests", "type": { "kind": "OBJECT", "name": "DependencyProxyManifestConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Dependency Proxy settings for the group.", "isDeprecated": false, "name": "dependencyProxySetting", "type": { "kind": "OBJECT", "name": "DependencyProxySetting", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total size of the dependency proxy cached images.", "isDeprecated": false, "name": "dependencyProxyTotalSize", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [ { "defaultValue": "true", "description": "List of descendant groups of the parent group.", "name": "includeParentDescendants", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Limit result to groups owned by authenticated user.", "name": "owned", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Search query for group name or group full path.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of descendant groups of this group.", "isDeprecated": false, "name": "descendantGroups", "type": { "kind": "OBJECT", "name": "GroupConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Description of the namespace.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `description`", "isDeprecated": false, "name": "descriptionHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Group's DORA metrics.", "isDeprecated": false, "name": "dora", "type": { "kind": "OBJECT", "name": "Dora", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if a group has email notifications disabled.", "isDeprecated": false, "name": "emailsDisabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates whether the group has limited users for a free plan.", "isDeprecated": false, "name": "enforceFreeUserCap", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "List items overlapping the given timeframe.", "name": "timeframe", "type": { "kind": "INPUT_OBJECT", "name": "Timeframe", "ofType": null } }, { "defaultValue": null, "description": "Search query for title or description.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Specify the fields to perform the search in.\nDefaults to `[TITLE, DESCRIPTION]`. Requires the `search` argument.'\n", "name": "in", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssuableSearchableField", "ofType": null } } } }, { "defaultValue": null, "description": "IID of the epic, e.g., \"1\".", "name": "iid", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "List of IIDs of epics, e.g., `[1, 2]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Filter epics by state.", "name": "state", "type": { "kind": "ENUM", "name": "EpicState", "ofType": null } }, { "defaultValue": null, "description": "List epics by sort order.", "name": "sort", "type": { "kind": "ENUM", "name": "EpicSort", "ofType": null } }, { "defaultValue": null, "description": "Filter epics by author.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter epics by labels.", "name": "labelName", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter epics by milestone title, computed from epic's issues.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter epics by IID for autocomplete.", "name": "iidStartsWith", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "false", "description": "Include epics from ancestor groups.", "name": "includeAncestorGroups", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": "true", "description": "Include epics from descendant groups.", "name": "includeDescendantGroups", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filter epics by given confidentiality.", "name": "confidential", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filter by reaction emoji applied by the current user.", "name": "myReactionEmoji", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Epics created after this date.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Epics created before this date.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Epics updated after this date.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Epics updated before this date.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Negated epic arguments.", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "NegatedEpicFilterInput", "ofType": null } }, { "defaultValue": null, "description": "Filter epics with a top-level hierarchy.", "name": "topLevelHierarchyOnly", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "deprecationReason": null, "description": "Find a single epic.", "isDeprecated": false, "name": "epic", "type": { "kind": "OBJECT", "name": "Epic", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Find an epic board by ID.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BoardsEpicBoardID", "ofType": null } } } ], "deprecationReason": null, "description": "Find a single epic board.", "isDeprecated": false, "name": "epicBoard", "type": { "kind": "OBJECT", "name": "EpicBoard", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find epic boards.", "isDeprecated": false, "name": "epicBoards", "type": { "kind": "OBJECT", "name": "EpicBoardConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "List items overlapping the given timeframe.", "name": "timeframe", "type": { "kind": "INPUT_OBJECT", "name": "Timeframe", "ofType": null } }, { "defaultValue": null, "description": "Search query for title or description.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Specify the fields to perform the search in.\nDefaults to `[TITLE, DESCRIPTION]`. Requires the `search` argument.'\n", "name": "in", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssuableSearchableField", "ofType": null } } } }, { "defaultValue": null, "description": "IID of the epic, e.g., \"1\".", "name": "iid", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "List of IIDs of epics, e.g., `[1, 2]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Filter epics by state.", "name": "state", "type": { "kind": "ENUM", "name": "EpicState", "ofType": null } }, { "defaultValue": null, "description": "List epics by sort order.", "name": "sort", "type": { "kind": "ENUM", "name": "EpicSort", "ofType": null } }, { "defaultValue": null, "description": "Filter epics by author.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter epics by labels.", "name": "labelName", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter epics by milestone title, computed from epic's issues.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter epics by IID for autocomplete.", "name": "iidStartsWith", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "false", "description": "Include epics from ancestor groups.", "name": "includeAncestorGroups", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": "true", "description": "Include epics from descendant groups.", "name": "includeDescendantGroups", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filter epics by given confidentiality.", "name": "confidential", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filter by reaction emoji applied by the current user.", "name": "myReactionEmoji", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Epics created after this date.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Epics created before this date.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Epics updated after this date.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Epics updated before this date.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Negated epic arguments.", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "NegatedEpicFilterInput", "ofType": null } }, { "defaultValue": null, "description": "Filter epics with a top-level hierarchy.", "name": "topLevelHierarchyOnly", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find epics.", "isDeprecated": false, "name": "epics", "type": { "kind": "OBJECT", "name": "EpicConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if Epics are enabled for namespace", "isDeprecated": false, "name": "epicsEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "External locations that receive audit events belonging to the group.", "isDeprecated": false, "name": "externalAuditEventDestinations", "type": { "kind": "OBJECT", "name": "ExternalAuditEventDestinationConnection", "ofType": null } }, { "args": [], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.10.", "description": "Flow metrics for value stream analytics. Introduced in 15.10: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "flowMetrics", "type": { "kind": "OBJECT", "name": "GroupValueStreamAnalyticsFlowMetrics", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Full name of the namespace.", "isDeprecated": false, "name": "fullName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Full path of the namespace.", "isDeprecated": false, "name": "fullPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Group ID to add.", "name": "addGroupId", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "User emails to add.", "name": "addUserEmails", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "User IDs to add.", "name": "addUserIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } }, { "defaultValue": null, "description": "Role of users being added to group.", "name": "role", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "GitlabSubscriptionsUserRole", "ofType": null } } } ], "deprecationReason": null, "description": "Preview Billable User Changes", "isDeprecated": false, "name": "gitlabSubscriptionsPreviewBillableUserChange", "type": { "kind": "OBJECT", "name": "PreviewBillableUserChange", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Search query.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "sort query.", "name": "sort", "type": { "kind": "ENUM", "name": "MemberSort", "ofType": null } }, { "defaultValue": "[DIRECT, INHERITED]", "description": "Filter members by the given member relations.", "name": "relations", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "GroupMemberRelation", "ofType": null } } } }, { "defaultValue": null, "description": "Filter members by the given access levels.", "name": "accessLevels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AccessLevelEnum", "ofType": null } } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "A membership of a user within this group.", "isDeprecated": false, "name": "groupMembers", "type": { "kind": "OBJECT", "name": "GroupMemberConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the namespace.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Status of the temporary storage increase.", "isDeprecated": false, "name": "isTemporaryStorageIncreaseEnabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Search query for title or description.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Specify the fields to perform the search in.\nDefaults to `[TITLE, DESCRIPTION]`. Requires the `search` argument.'\n", "name": "in", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssuableSearchableField", "ofType": null } } } }, { "defaultValue": null, "description": "ID of a user assigned to the issues. Wildcard values \"NONE\" and \"ANY\" are supported.", "name": "assigneeId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Usernames of users assigned to the issue.", "name": "assigneeUsernames", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Username of the author of the issue.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Issues closed after this date.", "name": "closedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Issues closed before this date.", "name": "closedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Filter for confidential issues. If \"false\", excludes confidential issues. If \"true\", returns only confidential issues.", "name": "confidential", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Issues created after this date.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Issues created before this date.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "ID of a contact assigned to the issues.", "name": "crmContactId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of an organization assigned to the issues.", "name": "crmOrganizationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "IID of the issue. For example, \"1\".", "name": "iid", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "List of IIDs of issues. For example, `[\"1\", \"2\"]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Labels applied to this issue.", "name": "labelName", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Milestone applied to this issue.", "name": "milestoneTitle", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Filter issues by milestone ID wildcard.", "name": "milestoneWildcardId", "type": { "kind": "ENUM", "name": "MilestoneWildcardId", "ofType": null } }, { "defaultValue": null, "description": "Filter by reaction emoji applied by the current user. Wildcard values \"NONE\" and \"ANY\" are supported.", "name": "myReactionEmoji", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Negated arguments.", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "NegatedIssueFilterInput", "ofType": null } }, { "defaultValue": null, "description": "List of arguments with inclusive OR.", "name": "or", "type": { "kind": "INPUT_OBJECT", "name": "UnionedIssueFilterInput", "ofType": null } }, { "defaultValue": null, "description": "Filter issues by the given issue types.", "name": "types", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssueType", "ofType": null } } } }, { "defaultValue": null, "description": "Issues updated after this date.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Issues updated before this date.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List of iteration Global IDs applied to the issue.", "name": "iterationId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Filter by iteration ID wildcard.", "name": "iterationWildcardId", "type": { "kind": "ENUM", "name": "IterationWildcardId", "ofType": null } }, { "defaultValue": null, "description": "ID of an epic associated with the issues, \"none\" and \"any\" values are supported.", "name": "epicId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether to include subepics when filtering issues by epicId.", "name": "includeSubepics", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Weight applied to the issue, \"none\" and \"any\" values are supported.", "name": "weight", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Health status of the issue, \"none\" and \"any\" values are supported.", "name": "healthStatusFilter", "type": { "kind": "ENUM", "name": "HealthStatusFilter", "ofType": null } }, { "defaultValue": "created_desc", "description": "Sort issues by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "IssueSort", "ofType": null } }, { "defaultValue": null, "description": "Current state of this issue.", "name": "state", "type": { "kind": "ENUM", "name": "IssuableState", "ofType": null } }, { "defaultValue": "false", "description": "Include issues belonging to subgroups", "name": "includeSubgroups", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": "false", "description": "Return issues from archived projects", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Issues for projects in this group.", "isDeprecated": false, "name": "issues", "type": { "kind": "OBJECT", "name": "IssueConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Global ID of the iteration cadence to look up.", "name": "id", "type": { "kind": "SCALAR", "name": "IterationsCadenceID", "ofType": null } }, { "defaultValue": null, "description": "Fuzzy search by title.", "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Duration in weeks of the iterations within this cadence.", "name": "durationInWeeks", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Whether the iteration cadence should automatically generate upcoming iterations.", "name": "automatic", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether the iteration cadence is active.", "name": "active", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether to include ancestor groups to search iterations cadences in.", "name": "includeAncestorGroups", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find iteration cadences.", "isDeprecated": false, "name": "iterationCadences", "type": { "kind": "OBJECT", "name": "IterationCadenceConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "List items overlapping the given timeframe.", "name": "timeframe", "type": { "kind": "INPUT_OBJECT", "name": "Timeframe", "ofType": null } }, { "defaultValue": null, "description": "Filter iterations by state.", "name": "state", "type": { "kind": "ENUM", "name": "IterationState", "ofType": null } }, { "defaultValue": null, "description": "Query used for fuzzy-searching in the fields selected in the argument `in`. Returns all iterations if empty.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Fields in which the fuzzy-search should be performed with the query given in the argument `search`. Defaults to `[title]`.", "name": "in", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IterationSearchableField", "ofType": null } } } }, { "defaultValue": null, "description": "Global ID of the Iteration to look up.", "name": "id", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "Internal ID of the Iteration to look up.", "name": "iid", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "Whether to include ancestor iterations. Defaults to true.", "name": "includeAncestors", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Global iteration cadence IDs by which to look up the iterations.", "name": "iterationCadenceIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IterationsCadenceID", "ofType": null } } } }, { "defaultValue": null, "description": "List iterations by sort order. If unspecified, an arbitrary order (subject to change) is used.", "name": "sort", "type": { "kind": "ENUM", "name": "IterationSort", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find iterations.", "isDeprecated": false, "name": "iterations", "type": { "kind": "OBJECT", "name": "IterationConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Title of the label.", "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Label available on this group.", "isDeprecated": false, "name": "label", "type": { "kind": "OBJECT", "name": "Label", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Search term to find labels with.", "name": "searchTerm", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "false", "description": "Include labels from ancestor groups.", "name": "includeAncestorGroups", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": "false", "description": "Include labels from descendant groups.", "name": "includeDescendantGroups", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": "false", "description": "Include only group level labels.", "name": "onlyGroupLabels", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Labels available on this group.", "isDeprecated": false, "name": "labels", "type": { "kind": "OBJECT", "name": "LabelConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if Large File Storage (LFS) is enabled for namespace.", "isDeprecated": false, "name": "lfsEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if a group is disabled from getting mentioned.", "isDeprecated": false, "name": "mentionsDisabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [ { "defaultValue": "{}", "description": "Filters applied when retrieving compliance violations.", "name": "filters", "type": { "kind": "INPUT_OBJECT", "name": "ComplianceViolationInput", "ofType": null } }, { "defaultValue": "SEVERITY_LEVEL_DESC", "description": "List compliance violations by sort order.", "name": "sort", "type": { "kind": "ENUM", "name": "ComplianceViolationSort", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Compliance violations reported on merge requests merged within the group.", "isDeprecated": false, "name": "mergeRequestViolations", "type": { "kind": "OBJECT", "name": "ComplianceViolationConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Array of IIDs of merge requests, for example `[1, 2]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of source branch names.\nAll resolved merge requests will have one of these branches as their source.\n", "name": "sourceBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of target branch names.\nAll resolved merge requests will have one of these branches as their target.\n", "name": "targetBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge request state. If provided, all resolved merge requests will have this state.", "name": "state", "type": { "kind": "ENUM", "name": "MergeRequestState", "ofType": null } }, { "defaultValue": null, "description": "Limit result to draft merge requests.", "name": "draft", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Limit results to approved merge requests.", "name": "approved", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created after this timestamp.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created before this timestamp.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated after this timestamp.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated before this timestamp.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Array of label names. All resolved merge requests will have all of these labels.", "name": "labels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge requests merged after this date.", "name": "mergedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests merged before this date.", "name": "mergedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Title of the milestone.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "created_desc", "description": "Sort merge requests by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "MergeRequestSort", "ofType": null } }, { "defaultValue": null, "description": "List of negated arguments.\nWarning: this argument is experimental and a subject to change in future.\n", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "MergeRequestsResolverNegatedParams", "ofType": null } }, { "defaultValue": "false", "description": "Include merge requests belonging to subgroups", "name": "includeSubgroups", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": "false", "description": "Return merge requests from archived projects", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Username of the assignee.", "name": "assigneeUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Username of the author.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Merge requests for projects in this group.", "isDeprecated": false, "name": "mergeRequests", "type": { "kind": "OBJECT", "name": "MergeRequestConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "List items overlapping the given timeframe.", "name": "timeframe", "type": { "kind": "INPUT_OBJECT", "name": "Timeframe", "ofType": null } }, { "defaultValue": null, "description": "Array of global milestone IDs, e.g., `\"gid://gitlab/Milestone/1\"`.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Filter milestones by state.", "name": "state", "type": { "kind": "ENUM", "name": "MilestoneStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Title of the milestone.", "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Search string for the title.", "name": "searchTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Date the milestone contains.", "name": "containingDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": "DUE_DATE_ASC", "description": "Sort milestones by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "MilestoneSort", "ofType": null } }, { "defaultValue": null, "description": "Include milestones from all parent groups.", "name": "includeAncestors", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Include milestones from all subgroups and subprojects.", "name": "includeDescendants", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Milestones of the group.", "isDeprecated": false, "name": "milestones", "type": { "kind": "OBJECT", "name": "MilestoneConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the namespace.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Search term to find organizations with.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "State of the organizations to search for.", "name": "state", "type": { "kind": "ENUM", "name": "CustomerRelationsOrganizationState", "ofType": null } } ], "deprecationReason": null, "description": "Counts of organizations by status for the group.", "isDeprecated": false, "name": "organizationStateCounts", "type": { "kind": "OBJECT", "name": "OrganizationStateCounts", "ofType": null } }, { "args": [ { "defaultValue": "NAME_ASC", "description": "Criteria to sort organizations by.", "name": "sort", "type": { "kind": "ENUM", "name": "OrganizationSort", "ofType": null } }, { "defaultValue": null, "description": "Search term used to find organizations with.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "State of the organization to search for.", "name": "state", "type": { "kind": "ENUM", "name": "CustomerRelationsOrganizationState", "ofType": null } }, { "defaultValue": null, "description": "Filter organizations by IDs.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "CustomerRelationsOrganizationID", "ofType": null } } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find organizations of this group.", "isDeprecated": false, "name": "organizations", "type": { "kind": "OBJECT", "name": "CustomerRelationsOrganizationConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Package settings for the namespace.", "isDeprecated": false, "name": "packageSettings", "type": { "kind": "OBJECT", "name": "PackageSettings", "ofType": null } }, { "args": [ { "defaultValue": "CREATED_DESC", "description": "Sort packages by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "PackageGroupSort", "ofType": null } }, { "defaultValue": "null", "description": "Search a package by name.", "name": "packageName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "null", "description": "Filter a package by type.", "name": "packageType", "type": { "kind": "ENUM", "name": "PackageTypeEnum", "ofType": null } }, { "defaultValue": "null", "description": "Filter a package by status.", "name": "status", "type": { "kind": "ENUM", "name": "PackageStatus", "ofType": null } }, { "defaultValue": "false", "description": "Include versionless packages.", "name": "includeVersionless", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Packages of the group. This field can only be resolved for one group in any single request.", "isDeprecated": false, "name": "packages", "type": { "kind": "OBJECT", "name": "PackageConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Parent group.", "isDeprecated": false, "name": "parent", "type": { "kind": "OBJECT", "name": "Group", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Path of the namespace.", "isDeprecated": false, "name": "path", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Permission level required to create projects in the group.", "isDeprecated": false, "name": "projectCreationLevel", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": "false", "description": "Include also subgroup projects.", "name": "includeSubgroups", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": "null", "description": "Search project with most similar names or paths.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "null", "description": "Sort projects by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "NamespaceProjectSort", "ofType": null } }, { "defaultValue": "null", "description": "Filter projects by IDs.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Return only projects with issues enabled.", "name": "withIssuesEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Return only projects with merge requests enabled.", "name": "withMergeRequestsEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filters applied when selecting a compliance framework.", "name": "complianceFrameworkFilters", "type": { "kind": "INPUT_OBJECT", "name": "ComplianceFrameworkFilters", "ofType": null } }, { "defaultValue": "false", "description": "Returns only the projects which have code coverage.", "name": "hasCodeCoverage", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": "false", "description": "Returns only the projects which have vulnerabilities.", "name": "hasVulnerabilities", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Projects within this namespace.", "isDeprecated": false, "name": "projects", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of recently visited boards of the group. Maximum size is 4.", "isDeprecated": false, "name": "recentIssueBoards", "type": { "kind": "OBJECT", "name": "BoardConnection", "ofType": null } }, { "args": [ { "defaultValue": "RELEASED_AT_DESC", "description": "Sort group releases by given criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "GroupReleaseSort", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Releases belonging to projects in the group.", "isDeprecated": false, "name": "releases", "type": { "kind": "OBJECT", "name": "ReleaseConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of projects in the root namespace where the repository size exceeds the limit.", "isDeprecated": false, "name": "repositorySizeExcessProjectCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if users can request access to namespace.", "isDeprecated": false, "name": "requestAccessEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if all users in this group are required to set up two-factor authentication.", "isDeprecated": false, "name": "requireTwoFactorAuthentication", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Aggregated storage statistics of the namespace. Only available for root namespaces.", "isDeprecated": false, "name": "rootStorageStatistics", "type": { "kind": "OBJECT", "name": "RootStorageStatistics", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter runners by `paused` (true) or `active` (false) status.", "name": "paused", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filter runners by status.", "name": "status", "type": { "kind": "ENUM", "name": "CiRunnerStatus", "ofType": null } }, { "defaultValue": null, "description": "Filter runners by type.", "name": "type", "type": { "kind": "ENUM", "name": "CiRunnerType", "ofType": null } }, { "defaultValue": null, "description": "Filter by tags associated with the runner (comma-separated or array).", "name": "tagList", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter by full token or partial text in description field.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Sort order of results.", "name": "sort", "type": { "kind": "ENUM", "name": "CiRunnerSort", "ofType": null } }, { "defaultValue": null, "description": "Filter by upgrade status.", "name": "upgradeStatus", "type": { "kind": "ENUM", "name": "CiRunnerUpgradeStatus", "ofType": null } }, { "defaultValue": "DESCENDANTS", "description": "Control which runners to include in the results.", "name": "membership", "type": { "kind": "ENUM", "name": "CiRunnerMembershipFilter", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find runners visible to the current user.", "isDeprecated": false, "name": "runners", "type": { "kind": "OBJECT", "name": "CiRunnerConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filters policies by the action scan type. Only these scan types are supported: `dast`, `secret_detection`, `cluster_image_scanning`, `container_scanning`, `sast`, `sast_iac`, `dependency_scanning`.", "name": "actionScanTypes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SecurityReportTypeEnum", "ofType": null } } } }, { "defaultValue": "DIRECT", "description": "Filter policies by the given policy relationship.", "name": "relationship", "type": { "kind": "ENUM", "name": "SecurityPolicyRelationType", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Scan Execution Policies of the namespace.", "isDeprecated": false, "name": "scanExecutionPolicies", "type": { "kind": "OBJECT", "name": "ScanExecutionPolicyConnection", "ofType": null } }, { "args": [ { "defaultValue": "DIRECT", "description": "Filter policies by the given policy relationship.", "name": "relationship", "type": { "kind": "ENUM", "name": "SecurityPolicyRelationType", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Scan Result Policies of the project", "isDeprecated": false, "name": "scanResultPolicies", "type": { "kind": "OBJECT", "name": "ScanResultPolicyConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if sharing a project with another group within this group is prevented.", "isDeprecated": false, "name": "shareWithGroupLock", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Shared runners availability for the namespace and its descendants.", "isDeprecated": false, "name": "sharedRunnersSetting", "type": { "kind": "ENUM", "name": "SharedRunnersSetting", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Group statistics.", "isDeprecated": false, "name": "stats", "type": { "kind": "OBJECT", "name": "GroupStats", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total storage limit of the root namespace in bytes.", "isDeprecated": false, "name": "storageSizeLimit", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Permission level required to create subgroups within the group.", "isDeprecated": false, "name": "subgroupCreationLevel", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Date until the temporary storage increase is active.", "isDeprecated": false, "name": "temporaryStorageIncreaseEndsOn", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.3.", "description": "Timelog categories for the namespace. Introduced in 15.3: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "timelogCategories", "type": { "kind": "OBJECT", "name": "TimeTrackingTimelogCategoryConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "List timelogs within a date range where the logged date is equal to or after startDate.", "name": "startDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs within a date range where the logged date is equal to or before endDate.", "name": "endDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs within a time range where the logged time is equal to or after startTime.", "name": "startTime", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs within a time range where the logged time is equal to or before endTime.", "name": "endTime", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs for a project.", "name": "projectId", "type": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } }, { "defaultValue": null, "description": "List timelogs for a group.", "name": "groupId", "type": { "kind": "SCALAR", "name": "GroupID", "ofType": null } }, { "defaultValue": null, "description": "List timelogs for a user.", "name": "username", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "SPENT_AT_ASC", "description": "List timelogs in a particular order.", "name": "sort", "type": { "kind": "ENUM", "name": "TimelogSort", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Time logged on issues and merge requests in the group and its subgroups.", "isDeprecated": false, "name": "timelogs", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TimelogConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Total repository size of all projects in the root namespace in bytes.", "isDeprecated": false, "name": "totalRepositorySize", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total excess repository size of all projects in the root namespace in bytes.", "isDeprecated": false, "name": "totalRepositorySizeExcess", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Time before two-factor authentication is enforced.", "isDeprecated": false, "name": "twoFactorGracePeriod", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Permissions for the current user on the resource", "isDeprecated": false, "name": "userPermissions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "GroupPermissions", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Visibility of the namespace.", "isDeprecated": false, "name": "visibility", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter vulnerabilities by project.", "name": "projectId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by report type.", "name": "reportType", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VulnerabilityReportType", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by severity.", "name": "severity", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VulnerabilitySeverity", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by state.", "name": "state", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VulnerabilityState", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by VulnerabilityScanner.externalId.", "name": "scanner", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by scanner ID.", "name": "scannerId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "VulnerabilitiesScannerID", "ofType": null } } } }, { "defaultValue": "severity_desc", "description": "List vulnerabilities by sort order.", "name": "sort", "type": { "kind": "ENUM", "name": "VulnerabilitySort", "ofType": null } }, { "defaultValue": null, "description": "Returns only the vulnerabilities which have been resolved on default branch.", "name": "hasResolution", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Returns only the vulnerabilities which have linked issues.", "name": "hasIssues", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filter vulnerabilities by location image. When this filter is present, the response only matches entries for a `reportType` that includes `container_scanning`, `cluster_image_scanning`.", "name": "image", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by `cluster_id`. Vulnerabilities with a `reportType` of `cluster_image_scanning` are only included with this filter.", "name": "clusterId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ClustersClusterID", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by `cluster_agent_id`. Vulnerabilities with a `reportType` of `cluster_image_scanning` are only included with this filter.", "name": "clusterAgentId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ClustersAgentID", "ofType": null } } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Vulnerabilities reported on the projects in the group and its subgroups.", "isDeprecated": false, "name": "vulnerabilities", "type": { "kind": "OBJECT", "name": "VulnerabilityConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "First day for which to fetch vulnerability history.", "name": "startDate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601Date", "ofType": null } } }, { "defaultValue": null, "description": "Last day for which to fetch vulnerability history.", "name": "endDate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601Date", "ofType": null } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "The historical number of vulnerabilities per day for the projects in the group and its subgroups.", "isDeprecated": false, "name": "vulnerabilitiesCountByDay", "type": { "kind": "OBJECT", "name": "VulnerabilitiesCountByDayConnection", "ofType": null } }, { "args": [ { "defaultValue": "false", "description": "Include grades belonging to subgroups.", "name": "includeSubgroups", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filter the response by given letter grade.", "name": "letterGrade", "type": { "kind": "ENUM", "name": "VulnerabilityGrade", "ofType": null } } ], "deprecationReason": null, "description": "Represents vulnerable project counts for each grade.", "isDeprecated": false, "name": "vulnerabilityGrades", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VulnerableProjectsByGrade", "ofType": null } } } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Vulnerability scanners reported on the project vulnerabilities of the group and its subgroups.", "isDeprecated": false, "name": "vulnerabilityScanners", "type": { "kind": "OBJECT", "name": "VulnerabilityScannerConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter vulnerabilities by project.", "name": "projectId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by report type.", "name": "reportType", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VulnerabilityReportType", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by severity.", "name": "severity", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VulnerabilitySeverity", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by state.", "name": "state", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VulnerabilityState", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by scanner.", "name": "scanner", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by scanner ID.", "name": "scannerId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "VulnerabilitiesScannerID", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities that do or do not have issues.", "name": "hasIssues", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filter vulnerabilities that do or do not have a resolution.", "name": "hasResolution", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filter vulnerabilities by location image. When this filter is present, the response only matches entries for a `reportType` that includes `container_scanning`, `cluster_image_scanning`.", "name": "image", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by `cluster_agent_id`. Vulnerabilities with a `reportType` of `cluster_image_scanning` are only included with this filter.", "name": "clusterAgentId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ClustersAgentID", "ofType": null } } } } ], "deprecationReason": null, "description": "Counts for each vulnerability severity in the group and its subgroups.", "isDeprecated": false, "name": "vulnerabilitySeveritiesCount", "type": { "kind": "OBJECT", "name": "VulnerabilitySeveritiesCount", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web URL of the group.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "If `true`, only taskable work item types will be returned. Argument is experimental and can be removed in the future without notice.", "name": "taskable", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Work item types available to the group.", "isDeprecated": false, "name": "workItemTypes", "type": { "kind": "OBJECT", "name": "WorkItemTypeConnection", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Group", "possibleTypes": null }, { "description": "The connection type for Group.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "GroupEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Group", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "GroupConnection", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Data nodes.", "isDeprecated": false, "name": "egressNodes", "type": { "kind": "OBJECT", "name": "EgressNodeConnection", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "GroupDataTransfer", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Group", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "GroupEdge", "possibleTypes": null }, { "description": "A `GroupID` is a global ID. It is encoded as a string.\n\nAn example `GroupID` is: `\"gid://gitlab/Group/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "GroupID", "possibleTypes": null }, { "description": "Represents a Group Membership", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "GitLab::Access level.", "isDeprecated": false, "name": "accessLevel", "type": { "kind": "OBJECT", "name": "AccessLevel", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Date and time the membership was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User that authorized membership.", "isDeprecated": false, "name": "createdBy", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Date and time the membership expires.", "isDeprecated": false, "name": "expiresAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Group that a User is a member of.", "isDeprecated": false, "name": "group", "type": { "kind": "OBJECT", "name": "Group", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the member.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Global ID of the merge request.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "MergeRequestID", "ofType": null } } } ], "deprecationReason": null, "description": "Find a merge request.", "isDeprecated": false, "name": "mergeRequestInteraction", "type": { "kind": "OBJECT", "name": "UserMergeRequestInteraction", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Group notification email for User. Only available for admins.", "isDeprecated": false, "name": "notificationEmail", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Date and time the membership was last updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User that is associated with the member object.", "isDeprecated": false, "name": "user", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Permissions for the current user on the resource", "isDeprecated": false, "name": "userPermissions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "GroupPermissions", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "MemberInterface", "ofType": null } ], "kind": "OBJECT", "name": "GroupMember", "possibleTypes": null }, { "description": "Autogenerated input type of GroupMemberBulkUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Global IDs of the members.", "name": "userIds", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "UserID", "ofType": null } } } } }, { "defaultValue": null, "description": "Access level to update the members to.", "name": "accessLevel", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MemberAccessLevel", "ofType": null } } }, { "defaultValue": null, "description": "Date and time the membership expires.", "name": "expiresAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the group.", "name": "groupId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "GroupID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "GroupMemberBulkUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of GroupMemberBulkUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Group members after mutation.", "isDeprecated": false, "name": "groupMembers", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "GroupMember", "ofType": null } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "GroupMemberBulkUpdatePayload", "possibleTypes": null }, { "description": "The connection type for GroupMember.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "GroupMemberEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "GroupMember", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "GroupMemberConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "GroupMember", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "GroupMemberEdge", "possibleTypes": null }, { "description": "Group member relation", "enumValues": [ { "deprecationReason": null, "description": "Members in the group itself.", "isDeprecated": false, "name": "DIRECT" }, { "deprecationReason": null, "description": "Members in the group's ancestor groups.", "isDeprecated": false, "name": "INHERITED" }, { "deprecationReason": null, "description": "Members in the group's subgroups.", "isDeprecated": false, "name": "DESCENDANTS" }, { "deprecationReason": null, "description": "Invited group's members.", "isDeprecated": false, "name": "SHARED_FROM_GROUPS" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "GroupMemberRelation", "possibleTypes": null }, { "description": "User permission on groups", "enumValues": [ { "deprecationReason": null, "description": "Groups where the user can create projects.", "isDeprecated": false, "name": "CREATE_PROJECTS" }, { "deprecationReason": null, "description": "Groups where the user can transfer projects to.", "isDeprecated": false, "name": "TRANSFER_PROJECTS" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "GroupPermission", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `create_projects` on this resource", "isDeprecated": false, "name": "createProjects", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `read_group` on this resource", "isDeprecated": false, "name": "readGroup", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "GroupPermissions", "possibleTypes": null }, { "description": "Values for sorting releases belonging to a group", "enumValues": [ { "deprecationReason": null, "description": "Released at by descending order.", "isDeprecated": false, "name": "RELEASED_AT_DESC" }, { "deprecationReason": null, "description": "Released at by ascending order.", "isDeprecated": false, "name": "RELEASED_AT_ASC" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "GroupReleaseSort", "possibleTypes": null }, { "description": "Contains release-related statistics about a group", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total number of releases in all descendant projects of the group.", "isDeprecated": false, "name": "releasesCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Percentage of the group's descendant projects that have at least one release.", "isDeprecated": false, "name": "releasesPercentage", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "GroupReleaseStats", "possibleTypes": null }, { "description": "Represents the source of a security policy belonging to a group", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates whether this policy is inherited from parent group.", "isDeprecated": false, "name": "inherited", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Project the policy is associated with.", "isDeprecated": false, "name": "namespace", "type": { "kind": "OBJECT", "name": "Namespace", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "GroupSecurityPolicySource", "possibleTypes": null }, { "description": "Contains statistics about a group", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Statistics related to releases within the group.", "isDeprecated": false, "name": "releaseStats", "type": { "kind": "OBJECT", "name": "GroupReleaseStats", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "GroupStats", "possibleTypes": null }, { "description": "Autogenerated input type of GroupUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Full path of the group that will be updated.", "name": "fullPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Shared runners availability for the namespace and its descendants.", "name": "sharedRunnersSetting", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SharedRunnersSetting", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "GroupUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of GroupUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Group after update.", "isDeprecated": false, "name": "group", "type": { "kind": "OBJECT", "name": "Group", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "GroupUpdatePayload", "possibleTypes": null }, { "description": "Exposes aggregated value stream flow metrics", "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "After the date.", "name": "from", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "defaultValue": null, "description": "Before the date.", "name": "to", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "defaultValue": null, "description": "Usernames of users assigned to the issue.", "name": "assigneeUsernames", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Username of the author of the issue.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Milestone applied to the issue.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Labels applied to the issue.", "name": "labelNames", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Project IDs within the group hierarchy.", "name": "projectIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } } ], "deprecationReason": null, "description": "Median time from first commit to issue closed", "isDeprecated": false, "name": "cycleTime", "type": { "kind": "OBJECT", "name": "ValueStreamAnalyticsMetric", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "After the date.", "name": "from", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "defaultValue": null, "description": "Before the date.", "name": "to", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "defaultValue": null, "description": "Project IDs within the group hierarchy.", "name": "projectIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } } ], "deprecationReason": null, "description": "Number of production deployments in the given period.", "isDeprecated": false, "name": "deploymentCount", "type": { "kind": "OBJECT", "name": "ValueStreamAnalyticsMetric", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "After the date.", "name": "from", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "defaultValue": null, "description": "Before the date.", "name": "to", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "defaultValue": null, "description": "Usernames of users assigned to the issue.", "name": "assigneeUsernames", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Username of the author of the issue.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Milestone applied to the issue.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Labels applied to the issue.", "name": "labelNames", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Project IDs within the group hierarchy.", "name": "projectIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } } ], "deprecationReason": null, "description": "Number of issues opened in the given period.", "isDeprecated": false, "name": "issueCount", "type": { "kind": "OBJECT", "name": "ValueStreamAnalyticsMetric", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "After the date.", "name": "from", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "defaultValue": null, "description": "Before the date.", "name": "to", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "defaultValue": null, "description": "Usernames of users assigned to the issue.", "name": "assigneeUsernames", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Username of the author of the issue.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Milestone applied to the issue.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Labels applied to the issue.", "name": "labelNames", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Project IDs within the group hierarchy.", "name": "projectIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } } ], "deprecationReason": null, "description": "Median time from when the issue was created to when it was closed.", "isDeprecated": false, "name": "leadTime", "type": { "kind": "OBJECT", "name": "ValueStreamAnalyticsMetric", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "GroupValueStreamAnalyticsFlowMetrics", "possibleTypes": null }, { "description": "Represents the Geo sync and verification state of a group wiki repository", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Timestamp when the GroupWikiRepositoryRegistry was created", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the Group Wiki Repository.", "isDeprecated": false, "name": "groupWikiRepositoryId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the GroupWikiRepositoryRegistry", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Error message during sync of the GroupWikiRepositoryRegistry", "isDeprecated": false, "name": "lastSyncFailure", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent successful sync of the GroupWikiRepositoryRegistry", "isDeprecated": false, "name": "lastSyncedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp after which the GroupWikiRepositoryRegistry is resynced", "isDeprecated": false, "name": "retryAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of consecutive failed sync attempts of the GroupWikiRepositoryRegistry", "isDeprecated": false, "name": "retryCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Sync state of the GroupWikiRepositoryRegistry", "isDeprecated": false, "name": "state", "type": { "kind": "ENUM", "name": "RegistryState", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp after which the GroupWikiRepositoryRegistry is reverified", "isDeprecated": false, "name": "verificationRetryAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent successful verification of the GroupWikiRepositoryRegistry", "isDeprecated": false, "name": "verifiedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "GroupWikiRepositoryRegistry", "possibleTypes": null }, { "description": "The connection type for GroupWikiRepositoryRegistry.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "GroupWikiRepositoryRegistryEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "GroupWikiRepositoryRegistry", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "GroupWikiRepositoryRegistryConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "GroupWikiRepositoryRegistry", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "GroupWikiRepositoryRegistryEdge", "possibleTypes": null }, { "description": "Health status of an issue or epic", "enumValues": [ { "deprecationReason": null, "description": "On track", "isDeprecated": false, "name": "onTrack" }, { "deprecationReason": null, "description": "Needs attention", "isDeprecated": false, "name": "needsAttention" }, { "deprecationReason": null, "description": "At risk", "isDeprecated": false, "name": "atRisk" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "HealthStatus", "possibleTypes": null }, { "description": "Health status of an issue or epic for filtering", "enumValues": [ { "deprecationReason": null, "description": "No health status is assigned.", "isDeprecated": false, "name": "NONE" }, { "deprecationReason": null, "description": "Any health status is assigned.", "isDeprecated": false, "name": "ANY" }, { "deprecationReason": null, "description": "On track", "isDeprecated": false, "name": "onTrack" }, { "deprecationReason": null, "description": "Needs attention", "isDeprecated": false, "name": "needsAttention" }, { "deprecationReason": null, "description": "At risk", "isDeprecated": false, "name": "atRisk" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "HealthStatusFilter", "possibleTypes": null }, { "description": "Helm file metadata", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Channel of the Helm chart.", "isDeprecated": false, "name": "channel", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Date of creation.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Metadata of the Helm chart.", "isDeprecated": false, "name": "metadata", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PackageHelmMetadataType", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Date of most recent update.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "PackageFileMetadata", "ofType": null } ], "kind": "OBJECT", "name": "HelmFileMetadata", "possibleTypes": null }, { "description": "Autogenerated input type of HttpIntegrationCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Project to create the integration in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Name of the integration.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Whether the integration is receiving alerts.", "name": "active", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "defaultValue": null, "description": "Example of an alert payload.", "name": "payloadExample", "type": { "kind": "SCALAR", "name": "JsonString", "ofType": null } }, { "defaultValue": null, "description": "Custom mapping of GitLab alert attributes to fields from the payload example.", "name": "payloadAttributeMappings", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AlertManagementPayloadAlertFieldInput", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "HttpIntegrationCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of HttpIntegrationCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "HTTP integration.", "isDeprecated": false, "name": "integration", "type": { "kind": "OBJECT", "name": "AlertManagementHttpIntegration", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "HttpIntegrationCreatePayload", "possibleTypes": null }, { "description": "Autogenerated input type of HttpIntegrationDestroy", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the integration to remove.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "AlertManagementHttpIntegrationID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "HttpIntegrationDestroyInput", "possibleTypes": null }, { "description": "Autogenerated return type of HttpIntegrationDestroy", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "HTTP integration.", "isDeprecated": false, "name": "integration", "type": { "kind": "OBJECT", "name": "AlertManagementHttpIntegration", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "HttpIntegrationDestroyPayload", "possibleTypes": null }, { "description": "Autogenerated input type of HttpIntegrationResetToken", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the integration to mutate.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "AlertManagementHttpIntegrationID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "HttpIntegrationResetTokenInput", "possibleTypes": null }, { "description": "Autogenerated return type of HttpIntegrationResetToken", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "HTTP integration.", "isDeprecated": false, "name": "integration", "type": { "kind": "OBJECT", "name": "AlertManagementHttpIntegration", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "HttpIntegrationResetTokenPayload", "possibleTypes": null }, { "description": "Autogenerated input type of HttpIntegrationUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the integration to mutate.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "AlertManagementHttpIntegrationID", "ofType": null } } }, { "defaultValue": null, "description": "Name of the integration.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether the integration is receiving alerts.", "name": "active", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Example of an alert payload.", "name": "payloadExample", "type": { "kind": "SCALAR", "name": "JsonString", "ofType": null } }, { "defaultValue": null, "description": "Custom mapping of GitLab alert attributes to fields from the payload example.", "name": "payloadAttributeMappings", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AlertManagementPayloadAlertFieldInput", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "HttpIntegrationUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of HttpIntegrationUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "HTTP integration.", "isDeprecated": false, "name": "integration", "type": { "kind": "OBJECT", "name": "AlertManagementHttpIntegration", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "HttpIntegrationUpdatePayload", "possibleTypes": null }, { "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.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "ID", "possibleTypes": null }, { "description": "An ISO 8601-encoded date", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "ISO8601Date", "possibleTypes": null }, { "description": "A `IncidentManagementEscalationPolicyID` is a global ID. It is encoded as a string.\n\nAn example `IncidentManagementEscalationPolicyID` is: `\"gid://gitlab/IncidentManagement::EscalationPolicy/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "IncidentManagementEscalationPolicyID", "possibleTypes": null }, { "description": "A `IncidentManagementEscalationRuleID` is a global ID. It is encoded as a string.\n\nAn example `IncidentManagementEscalationRuleID` is: `\"gid://gitlab/IncidentManagement::EscalationRule/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "IncidentManagementEscalationRuleID", "possibleTypes": null }, { "description": "A `IncidentManagementIssuableResourceLinkID` is a global ID. It is encoded as a string.\n\nAn example `IncidentManagementIssuableResourceLinkID` is: `\"gid://gitlab/IncidentManagement::IssuableResourceLink/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "IncidentManagementIssuableResourceLinkID", "possibleTypes": null }, { "description": "A `IncidentManagementOncallParticipantID` is a global ID. It is encoded as a string.\n\nAn example `IncidentManagementOncallParticipantID` is: `\"gid://gitlab/IncidentManagement::OncallParticipant/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "IncidentManagementOncallParticipantID", "possibleTypes": null }, { "description": "Describes an incident management on-call rotation", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Active period for the on-call rotation.", "isDeprecated": false, "name": "activePeriod", "type": { "kind": "OBJECT", "name": "OncallRotationActivePeriodType", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "End date and time of the on-call rotation.", "isDeprecated": false, "name": "endsAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the on-call rotation.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IncidentManagementOncallRotationID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Length of the on-call schedule, in the units specified by lengthUnit.", "isDeprecated": false, "name": "length", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Unit of the on-call rotation length.", "isDeprecated": false, "name": "lengthUnit", "type": { "kind": "ENUM", "name": "OncallRotationUnitEnum", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the on-call rotation.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Participants of the on-call rotation.", "isDeprecated": false, "name": "participants", "type": { "kind": "OBJECT", "name": "OncallParticipantTypeConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Start of timeframe to include shifts for.", "name": "startTime", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "defaultValue": null, "description": "End of timeframe to include shifts for. Cannot exceed one month after start.", "name": "endTime", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Blocks of time for which a participant is on-call within a given time frame. Time frame cannot exceed one month.", "isDeprecated": false, "name": "shifts", "type": { "kind": "OBJECT", "name": "IncidentManagementOncallShiftConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Start date of the on-call rotation.", "isDeprecated": false, "name": "startsAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IncidentManagementOncallRotation", "possibleTypes": null }, { "description": "The connection type for IncidentManagementOncallRotation.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "IncidentManagementOncallRotationEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "IncidentManagementOncallRotation", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IncidentManagementOncallRotationConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "IncidentManagementOncallRotation", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IncidentManagementOncallRotationEdge", "possibleTypes": null }, { "description": "A `IncidentManagementOncallRotationID` is a global ID. It is encoded as a string.\n\nAn example `IncidentManagementOncallRotationID` is: `\"gid://gitlab/IncidentManagement::OncallRotation/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "IncidentManagementOncallRotationID", "possibleTypes": null }, { "description": "Describes an incident management on-call schedule", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Description of the on-call schedule.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Internal ID of the on-call schedule.", "isDeprecated": false, "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the on-call schedule.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "oncallUsers", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } } }, { "args": [ { "defaultValue": null, "description": "ID of the on-call rotation.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IncidentManagementOncallRotationID", "ofType": null } } } ], "deprecationReason": null, "description": "On-call rotation for the on-call schedule.", "isDeprecated": false, "name": "rotation", "type": { "kind": "OBJECT", "name": "IncidentManagementOncallRotation", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "On-call rotations for the on-call schedule.", "isDeprecated": false, "name": "rotations", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IncidentManagementOncallRotationConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Time zone of the on-call schedule.", "isDeprecated": false, "name": "timezone", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IncidentManagementOncallSchedule", "possibleTypes": null }, { "description": "The connection type for IncidentManagementOncallSchedule.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "IncidentManagementOncallScheduleEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "IncidentManagementOncallSchedule", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IncidentManagementOncallScheduleConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "IncidentManagementOncallSchedule", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IncidentManagementOncallScheduleEdge", "possibleTypes": null }, { "description": "A block of time for which a participant is on-call.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "End time of the on-call shift.", "isDeprecated": false, "name": "endsAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Participant assigned to the on-call shift.", "isDeprecated": false, "name": "participant", "type": { "kind": "OBJECT", "name": "OncallParticipantType", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Start time of the on-call shift.", "isDeprecated": false, "name": "startsAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IncidentManagementOncallShift", "possibleTypes": null }, { "description": "The connection type for IncidentManagementOncallShift.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "IncidentManagementOncallShiftEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "IncidentManagementOncallShift", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IncidentManagementOncallShiftConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "IncidentManagementOncallShift", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IncidentManagementOncallShiftEdge", "possibleTypes": null }, { "description": "A `IncidentManagementTimelineEventID` is a global ID. It is encoded as a string.\n\nAn example `IncidentManagementTimelineEventID` is: `\"gid://gitlab/IncidentManagement::TimelineEvent/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "IncidentManagementTimelineEventID", "possibleTypes": null }, { "description": "A `IncidentManagementTimelineEventTagID` is a global ID. It is encoded as a string.\n\nAn example `IncidentManagementTimelineEventTagID` is: `\"gid://gitlab/IncidentManagement::TimelineEventTag/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "IncidentManagementTimelineEventTagID", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Returns only cluster agents which have vulnerabilities.", "name": "hasVulnerabilities", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Cluster agents associated with projects selected in the Instance Security Dashboard.", "isDeprecated": false, "name": "clusterAgents", "type": { "kind": "OBJECT", "name": "ClusterAgentConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Search query, which can be for the project name, a path, or a description.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Projects selected in Instance Security Dashboard.", "isDeprecated": false, "name": "projects", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter the response by given letter grade.", "name": "letterGrade", "type": { "kind": "ENUM", "name": "VulnerabilityGrade", "ofType": null } } ], "deprecationReason": null, "description": "Represents vulnerable project counts for each grade.", "isDeprecated": false, "name": "vulnerabilityGrades", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VulnerableProjectsByGrade", "ofType": null } } } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Vulnerability scanners reported on the vulnerabilities from projects selected in Instance Security Dashboard.", "isDeprecated": false, "name": "vulnerabilityScanners", "type": { "kind": "OBJECT", "name": "VulnerabilityScannerConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter vulnerabilities by project.", "name": "projectId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by report type.", "name": "reportType", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VulnerabilityReportType", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by severity.", "name": "severity", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VulnerabilitySeverity", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by state.", "name": "state", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VulnerabilityState", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by scanner.", "name": "scanner", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by scanner ID.", "name": "scannerId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "VulnerabilitiesScannerID", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities that do or do not have issues.", "name": "hasIssues", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filter vulnerabilities that do or do not have a resolution.", "name": "hasResolution", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filter vulnerabilities by location image. When this filter is present, the response only matches entries for a `reportType` that includes `container_scanning`, `cluster_image_scanning`.", "name": "image", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by `cluster_agent_id`. Vulnerabilities with a `reportType` of `cluster_image_scanning` are only included with this filter.", "name": "clusterAgentId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ClustersAgentID", "ofType": null } } } } ], "deprecationReason": null, "description": "Counts for each vulnerability severity from projects selected in Instance Security Dashboard.", "isDeprecated": false, "name": "vulnerabilitySeveritiesCount", "type": { "kind": "OBJECT", "name": "VulnerabilitySeveritiesCount", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "InstanceSecurityDashboard", "possibleTypes": null }, { "description": "Represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "Int", "possibleTypes": null }, { "description": "A `IntegrationsPrometheusID` is a global ID. It is encoded as a string.\n\nAn example `IntegrationsPrometheusID` is: `\"gid://gitlab/Integrations::Prometheus/1\"`.\nThe older format `\"gid://gitlab/PrometheusService/1\"` was deprecated in 14.1.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "IntegrationsPrometheusID", "possibleTypes": null }, { "description": "Represents an issuable.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "UNION", "name": "Issuable", "possibleTypes": [ { "kind": "OBJECT", "name": "Epic", "ofType": null }, { "kind": "OBJECT", "name": "Issue", "ofType": null }, { "kind": "OBJECT", "name": "MergeRequest", "ofType": null }, { "kind": "OBJECT", "name": "WorkItem", "ofType": null } ] }, { "description": "A `IssuableID` is a global ID. It is encoded as a string.\n\nAn example `IssuableID` is: `\"gid://gitlab/Issuable/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "IssuableID", "possibleTypes": null }, { "description": "Describes an issuable resource link for incident issues", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "ID of the Issuable resource link.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IncidentManagementIssuableResourceLinkID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Incident of the resource link.", "isDeprecated": false, "name": "issue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Issue", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web Link to the resource.", "isDeprecated": false, "name": "link", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Optional text for the link.", "isDeprecated": false, "name": "linkText", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of the resource link.", "isDeprecated": false, "name": "linkType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssuableResourceLinkType", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssuableResourceLink", "possibleTypes": null }, { "description": "The connection type for IssuableResourceLink.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "IssuableResourceLinkEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "IssuableResourceLink", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssuableResourceLinkConnection", "possibleTypes": null }, { "description": "Autogenerated input type of IssuableResourceLinkCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Incident id to associate the resource link with.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IssueID", "ofType": null } } }, { "defaultValue": null, "description": "Link of the resource.", "name": "link", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Link text of the resource.", "name": "linkText", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Link type of the resource.", "name": "linkType", "type": { "kind": "ENUM", "name": "IssuableResourceLinkType", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssuableResourceLinkCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of IssuableResourceLinkCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Issuable resource link.", "isDeprecated": false, "name": "issuableResourceLink", "type": { "kind": "OBJECT", "name": "IssuableResourceLink", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssuableResourceLinkCreatePayload", "possibleTypes": null }, { "description": "Autogenerated input type of IssuableResourceLinkDestroy", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Issuable resource link ID to remove.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IncidentManagementIssuableResourceLinkID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssuableResourceLinkDestroyInput", "possibleTypes": null }, { "description": "Autogenerated return type of IssuableResourceLinkDestroy", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Issuable resource link.", "isDeprecated": false, "name": "issuableResourceLink", "type": { "kind": "OBJECT", "name": "IssuableResourceLink", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssuableResourceLinkDestroyPayload", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "IssuableResourceLink", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssuableResourceLinkEdge", "possibleTypes": null }, { "description": "Issuable resource link type enum", "enumValues": [ { "deprecationReason": null, "description": "General link type", "isDeprecated": false, "name": "general" }, { "deprecationReason": null, "description": "Zoom link type", "isDeprecated": false, "name": "zoom" }, { "deprecationReason": null, "description": "Slack link type", "isDeprecated": false, "name": "slack" }, { "deprecationReason": null, "description": "Pagerduty link type", "isDeprecated": false, "name": "pagerduty" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "IssuableResourceLinkType", "possibleTypes": null }, { "description": "Fields to perform the search in", "enumValues": [ { "deprecationReason": null, "description": "Search in title field.", "isDeprecated": false, "name": "TITLE" }, { "deprecationReason": null, "description": "Search in description field.", "isDeprecated": false, "name": "DESCRIPTION" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "IssuableSearchableField", "possibleTypes": null }, { "description": "Incident severity", "enumValues": [ { "deprecationReason": null, "description": "Unknown severity", "isDeprecated": false, "name": "UNKNOWN" }, { "deprecationReason": null, "description": "Low severity", "isDeprecated": false, "name": "LOW" }, { "deprecationReason": null, "description": "Medium severity", "isDeprecated": false, "name": "MEDIUM" }, { "deprecationReason": null, "description": "High severity", "isDeprecated": false, "name": "HIGH" }, { "deprecationReason": null, "description": "Critical severity", "isDeprecated": false, "name": "CRITICAL" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "IssuableSeverity", "possibleTypes": null }, { "description": "State of a GitLab issue or merge request", "enumValues": [ { "deprecationReason": null, "description": "In open state.", "isDeprecated": false, "name": "opened" }, { "deprecationReason": null, "description": "In closed state.", "isDeprecated": false, "name": "closed" }, { "deprecationReason": null, "description": "Discussion has been locked.", "isDeprecated": false, "name": "locked" }, { "deprecationReason": null, "description": "All available.", "isDeprecated": false, "name": "all" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "IssuableState", "possibleTypes": null }, { "description": "Values for subscribing and unsubscribing from issuables", "enumValues": [ { "deprecationReason": null, "description": "Subscribe to an issuable.", "isDeprecated": false, "name": "SUBSCRIBE" }, { "deprecationReason": null, "description": "Unsubscribe from an issuable.", "isDeprecated": false, "name": "UNSUBSCRIBE" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "IssuableSubscriptionEvent", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": "Use `alert_management_alerts`. Deprecated in 15.6.", "description": "Alert associated to this issue. Deprecated in 15.6: Use `alert_management_alerts`.", "isDeprecated": true, "name": "alertManagementAlert", "type": { "kind": "OBJECT", "name": "AlertManagementAlert", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "IID of the alert. For example, \"1\".", "name": "iid", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Alerts with the specified statues. For example, `[TRIGGERED]`.", "name": "statuses", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AlertManagementStatus", "ofType": null } } } }, { "defaultValue": null, "description": "Sort alerts by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "AlertManagementAlertSort", "ofType": null } }, { "defaultValue": "operations", "description": "Filter query for given domain.", "name": "domain", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AlertManagementDomainFilter", "ofType": null } } }, { "defaultValue": null, "description": "Search query for title, description, service, or monitoring_tool.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Username of a user assigned to the issue.", "name": "assigneeUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Alert Management alerts associated to this issue.", "isDeprecated": false, "name": "alertManagementAlerts", "type": { "kind": "OBJECT", "name": "AlertManagementAlertConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Assignees of the issue.", "isDeprecated": false, "name": "assignees", "type": { "kind": "OBJECT", "name": "UserCoreConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User that created the issue.", "isDeprecated": false, "name": "author", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the issue is blocked.", "isDeprecated": false, "name": "blocked", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Count of issues blocking this issue.", "isDeprecated": false, "name": "blockedByCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Issues blocking this issue.", "isDeprecated": false, "name": "blockedByIssues", "type": { "kind": "OBJECT", "name": "IssueConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Count of issues this issue is blocking.", "isDeprecated": false, "name": "blockingCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Issue this issue was closed as a duplicate of.", "isDeprecated": false, "name": "closedAsDuplicateOf", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the issue was closed.", "isDeprecated": false, "name": "closedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All commenters on this noteable.", "isDeprecated": false, "name": "commenters", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCoreConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the issue is confidential.", "isDeprecated": false, "name": "confidential", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "User specific email address for the issue.", "isDeprecated": false, "name": "createNoteEmail", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the issue was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "State of the to-do items.", "name": "state", "type": { "kind": "ENUM", "name": "TodoStateEnum", "ofType": null } } ], "deprecationReason": null, "description": "To-do items for the current user.", "isDeprecated": false, "name": "currentUserTodos", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TodoConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Customer relations contacts of the issue.", "isDeprecated": false, "name": "customerRelationsContacts", "type": { "kind": "OBJECT", "name": "CustomerRelationsContactConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Description of the issue.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `description`", "isDeprecated": false, "name": "descriptionHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Collection of design images associated with this issue.", "isDeprecated": false, "name": "designCollection", "type": { "kind": "OBJECT", "name": "DesignCollection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates discussion is locked on the issue.", "isDeprecated": false, "name": "discussionLocked", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All discussions on this noteable.", "isDeprecated": false, "name": "discussions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DiscussionConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of downvotes the issue has received.", "isDeprecated": false, "name": "downvotes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Due date of the issue.", "isDeprecated": false, "name": "dueDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if a project has email notifications disabled: `true` if email notifications are disabled.", "isDeprecated": false, "name": "emailsDisabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Epic to which this issue belongs.", "isDeprecated": false, "name": "epic", "type": { "kind": "OBJECT", "name": "Epic", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Escalation policy associated with the issue. Available for issues which support escalation.", "isDeprecated": false, "name": "escalationPolicy", "type": { "kind": "OBJECT", "name": "EscalationPolicyType", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Escalation status of the issue.", "isDeprecated": false, "name": "escalationStatus", "type": { "kind": "ENUM", "name": "IssueEscalationStatus", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the issue belongs to an epic.\n Can return true and not show an associated epic when the user has no access to the epic.", "isDeprecated": false, "name": "hasEpic", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Current health status.", "isDeprecated": false, "name": "healthStatus", "type": { "kind": "ENUM", "name": "HealthStatus", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates the issue is hidden because the author has been banned.", "isDeprecated": false, "name": "hidden", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Human-readable time estimate of the issue.", "isDeprecated": false, "name": "humanTimeEstimate", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Human-readable total time reported as spent on the issue.", "isDeprecated": false, "name": "humanTotalTimeSpent", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the issue.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Internal ID of the issue.", "isDeprecated": false, "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "ID of the incident.", "name": "incidentId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IssueID", "ofType": null } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Issuable resource links of the incident issue.", "isDeprecated": false, "name": "issuableResourceLinks", "type": { "kind": "OBJECT", "name": "IssuableResourceLinkConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Iteration of the issue.", "isDeprecated": false, "name": "iteration", "type": { "kind": "OBJECT", "name": "Iteration", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Labels of the issue.", "isDeprecated": false, "name": "labels", "type": { "kind": "OBJECT", "name": "LabelConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of merge requests that close the issue on merge.", "isDeprecated": false, "name": "mergeRequestsCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Metric images associated to the issue.", "isDeprecated": false, "name": "metricImages", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MetricImage", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Milestone of the issue.", "isDeprecated": false, "name": "milestone", "type": { "kind": "OBJECT", "name": "Milestone", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if issue got moved from other project.", "isDeprecated": false, "name": "moved", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Updated Issue after it got moved to another project.", "isDeprecated": false, "name": "movedTo", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All notes on this noteable.", "isDeprecated": false, "name": "notes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NoteConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of participants in the issue.", "isDeprecated": false, "name": "participants", "type": { "kind": "OBJECT", "name": "UserCoreConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the issue project.", "isDeprecated": false, "name": "projectId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [ { "defaultValue": "false", "description": "Boolean option specifying whether the reference should be returned in full.", "name": "full", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "deprecationReason": null, "description": "Internal reference of the issue. Returned in shortened format by default.", "isDeprecated": false, "name": "reference", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Merge requests related to the issue. This field can only be resolved for one issue in any single request.", "isDeprecated": false, "name": "relatedMergeRequests", "type": { "kind": "OBJECT", "name": "MergeRequestConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Related vulnerabilities of the issue.", "isDeprecated": false, "name": "relatedVulnerabilities", "type": { "kind": "OBJECT", "name": "VulnerabilityConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Relative position of the issue (used for positioning in epic tree and issue boards).", "isDeprecated": false, "name": "relativePosition", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Severity level of the incident.", "isDeprecated": false, "name": "severity", "type": { "kind": "ENUM", "name": "IssuableSeverity", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the issue SLA expires.", "isDeprecated": false, "name": "slaDueAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "State of the issue.", "isDeprecated": false, "name": "state", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssueState", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates whether an issue is published to the status page.", "isDeprecated": false, "name": "statusPagePublishedIncident", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates the currently logged in user is subscribed to the issue.", "isDeprecated": false, "name": "subscribed", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Task completion status of the issue.", "isDeprecated": false, "name": "taskCompletionStatus", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TaskCompletionStatus", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Time estimate of the issue.", "isDeprecated": false, "name": "timeEstimate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Timelogs on the issue.", "isDeprecated": false, "name": "timelogs", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TimelogConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Title of the issue.", "isDeprecated": false, "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `title`", "isDeprecated": false, "name": "titleHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total time reported as spent on the issue.", "isDeprecated": false, "name": "totalTimeSpent", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Type of the issue.", "isDeprecated": false, "name": "type", "type": { "kind": "ENUM", "name": "IssueType", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the issue was last updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "User that last updated the issue.", "isDeprecated": false, "name": "updatedBy", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of upvotes the issue has received.", "isDeprecated": false, "name": "upvotes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of user discussions in the issue.", "isDeprecated": false, "name": "userDiscussionsCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of user notes of the issue.", "isDeprecated": false, "name": "userNotesCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Permissions for the current user on the resource", "isDeprecated": false, "name": "userPermissions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IssuePermissions", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web path of the issue.", "isDeprecated": false, "name": "webPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web URL of the issue.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Weight of the issue.", "isDeprecated": false, "name": "weight", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "CurrentUserTodos", "ofType": null }, { "kind": "INTERFACE", "name": "NoteableInterface", "ofType": null }, { "kind": "INTERFACE", "name": "Todoable", "ofType": null } ], "kind": "OBJECT", "name": "Issue", "possibleTypes": null }, { "description": "The connection type for Issue.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total count of collection.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "IssueEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Issue", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Total weight of issues collection.", "isDeprecated": false, "name": "weight", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueConnection", "possibleTypes": null }, { "description": "Iteration ID wildcard values for issue creation", "enumValues": [ { "deprecationReason": null, "description": "Current iteration.", "isDeprecated": false, "name": "CURRENT" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "IssueCreationIterationWildcardId", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueEdge", "possibleTypes": null }, { "description": "Issue escalation status values", "enumValues": [ { "deprecationReason": null, "description": "Investigation has not started.", "isDeprecated": false, "name": "TRIGGERED" }, { "deprecationReason": null, "description": "Someone is actively investigating the problem.", "isDeprecated": false, "name": "ACKNOWLEDGED" }, { "deprecationReason": null, "description": "The problem has been addressed.", "isDeprecated": false, "name": "RESOLVED" }, { "deprecationReason": null, "description": "No action will be taken.", "isDeprecated": false, "name": "IGNORED" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "IssueEscalationStatus", "possibleTypes": null }, { "description": "A `IssueID` is a global ID. It is encoded as a string.\n\nAn example `IssueID` is: `\"gid://gitlab/Issue/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "IssueID", "possibleTypes": null }, { "description": "Autogenerated input type of IssueLinkAlerts", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project the issue to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the issue to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Alerts references to be linked to the incident.", "name": "alertReferences", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssueLinkAlertsInput", "possibleTypes": null }, { "description": "Autogenerated return type of IssueLinkAlerts", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Issue after mutation.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueLinkAlertsPayload", "possibleTypes": null }, { "description": "Autogenerated input type of IssueMove", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project the issue to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the issue to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Project to move the issue to.", "name": "targetProjectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssueMoveInput", "possibleTypes": null }, { "description": "Autogenerated input type of IssueMoveList", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the board that the issue is in.", "name": "boardId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BoardID", "ofType": null } } }, { "defaultValue": null, "description": "Project the issue to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the issue to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "ID of the board list that the issue will be moved from.", "name": "fromListId", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "ID of the board list that the issue will be moved to.", "name": "toListId", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "ID of issue that should be placed before the current issue.", "name": "moveBeforeId", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "ID of issue that should be placed after the current issue.", "name": "moveAfterId", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "Position of issue within the board list. Positions start at 0. Use -1 to move to the end of the list.", "name": "positionInList", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "ID of the parent epic. NULL when removing the association.", "name": "epicId", "type": { "kind": "SCALAR", "name": "EpicID", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssueMoveListInput", "possibleTypes": null }, { "description": "Autogenerated return type of IssueMoveList", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Issue after mutation.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueMoveListPayload", "possibleTypes": null }, { "description": "Autogenerated return type of IssueMove", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Issue after mutation.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueMovePayload", "possibleTypes": null }, { "description": "A `IssueParentID` is a global ID. It is encoded as a string.\n\nAn example `IssueParentID` is: `\"gid://gitlab/IssueParent/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "IssueParentID", "possibleTypes": null }, { "description": "Check permissions for the current user on a issue", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `admin_issue` on this resource", "isDeprecated": false, "name": "adminIssue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `create_design` on this resource", "isDeprecated": false, "name": "createDesign", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `create_note` on this resource", "isDeprecated": false, "name": "createNote", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `destroy_design` on this resource", "isDeprecated": false, "name": "destroyDesign", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `read_design` on this resource", "isDeprecated": false, "name": "readDesign", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `read_issue` on this resource", "isDeprecated": false, "name": "readIssue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `reopen_issue` on this resource", "isDeprecated": false, "name": "reopenIssue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `update_issue` on this resource", "isDeprecated": false, "name": "updateIssue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssuePermissions", "possibleTypes": null }, { "description": "Autogenerated input type of IssueSetAssignees", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project the issue to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the issue to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Usernames to assign to the resource. Replaces existing assignees by default.", "name": "assigneeUsernames", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "defaultValue": "REPLACE", "description": "Operation to perform. Defaults to REPLACE.", "name": "operationMode", "type": { "kind": "ENUM", "name": "MutationOperationMode", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssueSetAssigneesInput", "possibleTypes": null }, { "description": "Autogenerated return type of IssueSetAssignees", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Issue after mutation.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueSetAssigneesPayload", "possibleTypes": null }, { "description": "Autogenerated input type of IssueSetConfidential", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project the issue to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the issue to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether or not to set the issue as a confidential.", "name": "confidential", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssueSetConfidentialInput", "possibleTypes": null }, { "description": "Autogenerated return type of IssueSetConfidential", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Issue after mutation.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueSetConfidentialPayload", "possibleTypes": null }, { "description": "Autogenerated input type of IssueSetCrmContacts", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project the issue to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the issue to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Customer relations contact IDs to set. Replaces existing contacts by default.", "name": "contactIds", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "CustomerRelationsContactID", "ofType": null } } } } }, { "defaultValue": null, "description": "Changes the operation mode. Defaults to REPLACE.", "name": "operationMode", "type": { "kind": "ENUM", "name": "MutationOperationMode", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssueSetCrmContactsInput", "possibleTypes": null }, { "description": "Autogenerated return type of IssueSetCrmContacts", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Issue after mutation.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueSetCrmContactsPayload", "possibleTypes": null }, { "description": "Autogenerated input type of IssueSetDueDate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project the issue to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the issue to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Desired due date for the issue. Due date is removed if null.", "name": "dueDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssueSetDueDateInput", "possibleTypes": null }, { "description": "Autogenerated return type of IssueSetDueDate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Issue after mutation.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueSetDueDatePayload", "possibleTypes": null }, { "description": "Autogenerated input type of IssueSetEpic", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project the issue to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the issue to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the epic to be assigned to the issue, epic will be removed if absent or set to null", "name": "epicId", "type": { "kind": "SCALAR", "name": "EpicID", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssueSetEpicInput", "possibleTypes": null }, { "description": "Autogenerated return type of IssueSetEpic", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Issue after mutation.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueSetEpicPayload", "possibleTypes": null }, { "description": "Autogenerated input type of IssueSetEscalationPolicy", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project the issue to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the issue to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the escalation policy to assign to the issue. Policy will be removed if absent or set to null.", "name": "escalationPolicyId", "type": { "kind": "SCALAR", "name": "IncidentManagementEscalationPolicyID", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssueSetEscalationPolicyInput", "possibleTypes": null }, { "description": "Autogenerated return type of IssueSetEscalationPolicy", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Issue after mutation.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueSetEscalationPolicyPayload", "possibleTypes": null }, { "description": "Autogenerated input type of IssueSetEscalationStatus", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project the issue to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the issue to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Set the escalation status.", "name": "status", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssueEscalationStatus", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssueSetEscalationStatusInput", "possibleTypes": null }, { "description": "Autogenerated return type of IssueSetEscalationStatus", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Issue after mutation.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueSetEscalationStatusPayload", "possibleTypes": null }, { "description": "Autogenerated input type of IssueSetIteration", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project the issue to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the issue to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Iteration to assign to the issue.\n", "name": "iterationId", "type": { "kind": "SCALAR", "name": "IterationID", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssueSetIterationInput", "possibleTypes": null }, { "description": "Autogenerated return type of IssueSetIteration", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Issue after mutation.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueSetIterationPayload", "possibleTypes": null }, { "description": "Autogenerated input type of IssueSetLocked", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project the issue to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the issue to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether or not to lock discussion on the issue.", "name": "locked", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssueSetLockedInput", "possibleTypes": null }, { "description": "Autogenerated return type of IssueSetLocked", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Issue after mutation.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueSetLockedPayload", "possibleTypes": null }, { "description": "Autogenerated input type of IssueSetSeverity", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project the issue to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the issue to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Set the incident severity level.", "name": "severity", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssuableSeverity", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssueSetSeverityInput", "possibleTypes": null }, { "description": "Autogenerated return type of IssueSetSeverity", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Issue after mutation.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueSetSeverityPayload", "possibleTypes": null }, { "description": "Autogenerated input type of IssueSetSubscription", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Desired state of the subscription.", "name": "subscribedState", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "defaultValue": null, "description": "Project the issue to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the issue to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssueSetSubscriptionInput", "possibleTypes": null }, { "description": "Autogenerated return type of IssueSetSubscription", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Issue after mutation.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueSetSubscriptionPayload", "possibleTypes": null }, { "description": "Autogenerated input type of IssueSetWeight", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project the issue to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the issue to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The desired weight for the issue. If set to null, weight is removed.", "name": "weight", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssueSetWeightInput", "possibleTypes": null }, { "description": "Autogenerated return type of IssueSetWeight", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Issue after mutation.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueSetWeightPayload", "possibleTypes": null }, { "description": "Values for sorting issues", "enumValues": [ { "deprecationReason": null, "description": "Due date by ascending order.", "isDeprecated": false, "name": "DUE_DATE_ASC" }, { "deprecationReason": null, "description": "Due date by descending order.", "isDeprecated": false, "name": "DUE_DATE_DESC" }, { "deprecationReason": null, "description": "Relative position by ascending order.", "isDeprecated": false, "name": "RELATIVE_POSITION_ASC" }, { "deprecationReason": null, "description": "Severity from less critical to more critical.", "isDeprecated": false, "name": "SEVERITY_ASC" }, { "deprecationReason": null, "description": "Severity from more critical to less critical.", "isDeprecated": false, "name": "SEVERITY_DESC" }, { "deprecationReason": null, "description": "Title by ascending order.", "isDeprecated": false, "name": "TITLE_ASC" }, { "deprecationReason": null, "description": "Title by descending order.", "isDeprecated": false, "name": "TITLE_DESC" }, { "deprecationReason": null, "description": "Number of upvotes (awarded \"thumbs up\" emoji) by ascending order.", "isDeprecated": false, "name": "POPULARITY_ASC" }, { "deprecationReason": null, "description": "Number of upvotes (awarded \"thumbs up\" emoji) by descending order.", "isDeprecated": false, "name": "POPULARITY_DESC" }, { "deprecationReason": null, "description": "Status from triggered to resolved.", "isDeprecated": false, "name": "ESCALATION_STATUS_ASC" }, { "deprecationReason": null, "description": "Status from resolved to triggered.", "isDeprecated": false, "name": "ESCALATION_STATUS_DESC" }, { "deprecationReason": null, "description": "Closed time by ascending order.", "isDeprecated": false, "name": "CLOSED_AT_ASC" }, { "deprecationReason": null, "description": "Closed time by descending order.", "isDeprecated": false, "name": "CLOSED_AT_DESC" }, { "deprecationReason": null, "description": "Weight by ascending order.", "isDeprecated": false, "name": "WEIGHT_ASC" }, { "deprecationReason": null, "description": "Weight by descending order.", "isDeprecated": false, "name": "WEIGHT_DESC" }, { "deprecationReason": null, "description": "Published issues shown last.", "isDeprecated": false, "name": "PUBLISHED_ASC" }, { "deprecationReason": null, "description": "Published issues shown first.", "isDeprecated": false, "name": "PUBLISHED_DESC" }, { "deprecationReason": null, "description": "Issues with earliest SLA due time shown first.", "isDeprecated": false, "name": "SLA_DUE_AT_ASC" }, { "deprecationReason": null, "description": "Issues with latest SLA due time shown first.", "isDeprecated": false, "name": "SLA_DUE_AT_DESC" }, { "deprecationReason": null, "description": "Blocking issues count by ascending order.", "isDeprecated": false, "name": "BLOCKING_ISSUES_ASC" }, { "deprecationReason": null, "description": "Blocking issues count by descending order.", "isDeprecated": false, "name": "BLOCKING_ISSUES_DESC" }, { "deprecationReason": null, "description": "Issues with healthy issues first.", "isDeprecated": false, "name": "HEALTH_STATUS_ASC" }, { "deprecationReason": null, "description": "Issues with unhealthy issues first.", "isDeprecated": false, "name": "HEALTH_STATUS_DESC" }, { "deprecationReason": null, "description": "Priority by ascending order.", "isDeprecated": false, "name": "PRIORITY_ASC" }, { "deprecationReason": null, "description": "Priority by descending order.", "isDeprecated": false, "name": "PRIORITY_DESC" }, { "deprecationReason": null, "description": "Label priority by ascending order.", "isDeprecated": false, "name": "LABEL_PRIORITY_ASC" }, { "deprecationReason": null, "description": "Label priority by descending order.", "isDeprecated": false, "name": "LABEL_PRIORITY_DESC" }, { "deprecationReason": null, "description": "Milestone due date by ascending order.", "isDeprecated": false, "name": "MILESTONE_DUE_ASC" }, { "deprecationReason": null, "description": "Milestone due date by descending order.", "isDeprecated": false, "name": "MILESTONE_DUE_DESC" }, { "deprecationReason": "This was renamed. Please use `UPDATED_DESC`. Deprecated in 13.5.", "description": "Updated at descending order.", "isDeprecated": true, "name": "updated_desc" }, { "deprecationReason": "This was renamed. Please use `UPDATED_ASC`. Deprecated in 13.5.", "description": "Updated at ascending order.", "isDeprecated": true, "name": "updated_asc" }, { "deprecationReason": "This was renamed. Please use `CREATED_DESC`. Deprecated in 13.5.", "description": "Created at descending order.", "isDeprecated": true, "name": "created_desc" }, { "deprecationReason": "This was renamed. Please use `CREATED_ASC`. Deprecated in 13.5.", "description": "Created at ascending order.", "isDeprecated": true, "name": "created_asc" }, { "deprecationReason": null, "description": "Updated at descending order.", "isDeprecated": false, "name": "UPDATED_DESC" }, { "deprecationReason": null, "description": "Updated at ascending order.", "isDeprecated": false, "name": "UPDATED_ASC" }, { "deprecationReason": null, "description": "Created at descending order.", "isDeprecated": false, "name": "CREATED_DESC" }, { "deprecationReason": null, "description": "Created at ascending order.", "isDeprecated": false, "name": "CREATED_ASC" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "IssueSort", "possibleTypes": null }, { "description": "State of a GitLab issue", "enumValues": [ { "deprecationReason": null, "description": "In open state.", "isDeprecated": false, "name": "opened" }, { "deprecationReason": null, "description": "In closed state.", "isDeprecated": false, "name": "closed" }, { "deprecationReason": null, "description": "Discussion has been locked.", "isDeprecated": false, "name": "locked" }, { "deprecationReason": null, "description": "All available.", "isDeprecated": false, "name": "all" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "IssueState", "possibleTypes": null }, { "description": "Values for issue state events", "enumValues": [ { "deprecationReason": null, "description": "Reopens the issue.", "isDeprecated": false, "name": "REOPEN" }, { "deprecationReason": null, "description": "Closes the issue.", "isDeprecated": false, "name": "CLOSE" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "IssueStateEvent", "possibleTypes": null }, { "description": "Represents total number of issues for the represented statuses", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Number of issues with status ALL for the project", "isDeprecated": false, "name": "all", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of issues with status CLOSED for the project", "isDeprecated": false, "name": "closed", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of issues with status OPENED for the project", "isDeprecated": false, "name": "opened", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueStatusCountsType", "possibleTypes": null }, { "description": "Issue type", "enumValues": [ { "deprecationReason": null, "description": "Issue issue type", "isDeprecated": false, "name": "ISSUE" }, { "deprecationReason": null, "description": "Incident issue type", "isDeprecated": false, "name": "INCIDENT" }, { "deprecationReason": null, "description": "Test Case issue type", "isDeprecated": false, "name": "TEST_CASE" }, { "deprecationReason": null, "description": "Requirement issue type", "isDeprecated": false, "name": "REQUIREMENT" }, { "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.2.", "description": "Task issue type. Introduced in 15.2: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "TASK" }, { "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.6.", "description": "Objective issue type. Available only when feature flag `okrs_mvc` is enabled. Introduced in 15.6: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "OBJECTIVE" }, { "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.7.", "description": "Key Result issue type. Available only when feature flag `okrs_mvc` is enabled. Introduced in 15.7: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "KEY_RESULT" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "IssueType", "possibleTypes": null }, { "description": "Autogenerated input type of IssueUnlinkAlert", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project the issue to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the issue to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the alert to unlink from the incident.", "name": "alertId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "AlertManagementAlertID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssueUnlinkAlertInput", "possibleTypes": null }, { "description": "Autogenerated return type of IssueUnlinkAlert", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Issue after mutation.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssueUnlinkAlertPayload", "possibleTypes": null }, { "description": "Autogenerated input type of IssuesBulkUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the parent to which the bulk update will be scoped. The parent can be a project **(FREE)** or a group **(PREMIUM)**. Example `IssueParentID` are `\"gid://gitlab/Project/1\"` and `\"gid://gitlab/Group/1\"`.", "name": "parentId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IssueParentID", "ofType": null } } }, { "defaultValue": null, "description": "Global ID array of the issues that will be updated. IDs that the user can't update will be ignored. A max of 100 can be provided.", "name": "ids", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IssueID", "ofType": null } } } } }, { "defaultValue": null, "description": "Global ID array of the users that will be assigned to the given issues. Existing assignees will be replaced with the ones on this list.", "name": "assigneeIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "UserID", "ofType": null } } } }, { "defaultValue": null, "description": "Global ID of the milestone that will be assigned to the issues.", "name": "milestoneId", "type": { "kind": "SCALAR", "name": "MilestoneID", "ofType": null } }, { "defaultValue": null, "description": "Close or reopen an issue.", "name": "stateEvent", "type": { "kind": "ENUM", "name": "IssueStateEvent", "ofType": null } }, { "defaultValue": null, "description": "Global ID array of the labels that will be added to the issues. ", "name": "addLabelIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "LabelID", "ofType": null } } } }, { "defaultValue": null, "description": "Global ID array of the labels that will be removed from the issues. ", "name": "removeLabelIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "LabelID", "ofType": null } } } }, { "defaultValue": null, "description": "Subscribe to or unsubscribe from issue notifications.", "name": "subscriptionEvent", "type": { "kind": "ENUM", "name": "IssuableSubscriptionEvent", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the iteration that will be assigned to the issues.", "name": "iterationId", "type": { "kind": "SCALAR", "name": "IterationID", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the epic that will be assigned to the issues.", "name": "epicId", "type": { "kind": "SCALAR", "name": "EpicID", "ofType": null } }, { "defaultValue": null, "description": "Health status that will be assigned to the issues.", "name": "healthStatus", "type": { "kind": "ENUM", "name": "HealthStatus", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IssuesBulkUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of IssuesBulkUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Number of issues that were successfully updated.", "isDeprecated": false, "name": "updatedIssueCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IssuesBulkUpdatePayload", "possibleTypes": null }, { "description": "Represents an iteration object", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Timestamp of iteration creation.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Description of the iteration.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `description`", "isDeprecated": false, "name": "descriptionHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the iteration due date.", "isDeprecated": false, "name": "dueDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the iteration.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Internal ID of the iteration.", "isDeprecated": false, "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Cadence of the iteration.", "isDeprecated": false, "name": "iterationCadence", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "IterationCadence", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Full path of the project or group used as a scope for report. For example, `gitlab-org` or `gitlab-org/gitlab`.", "name": "fullPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "deprecationReason": null, "description": "Historically accurate report about the timebox.", "isDeprecated": false, "name": "report", "type": { "kind": "OBJECT", "name": "TimeboxReport", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path of the iteration, scoped to the query parent. Only valid for Project parents. Returns null in other contexts.", "isDeprecated": false, "name": "scopedPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web URL of the iteration, scoped to the query parent. Only valid for Project parents. Returns null in other contexts.", "isDeprecated": false, "name": "scopedUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Sequence number for the iteration when you sort the containing cadence's iterations by the start and end date. The earliest starting and ending iteration is assigned 1.", "isDeprecated": false, "name": "sequence", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the iteration start date.", "isDeprecated": false, "name": "startDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "State of the iteration.", "isDeprecated": false, "name": "state", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IterationState", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Title of the iteration.", "isDeprecated": false, "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of last iteration update.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web path of the iteration.", "isDeprecated": false, "name": "webPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web URL of the iteration.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "TimeboxReportInterface", "ofType": null } ], "kind": "OBJECT", "name": "Iteration", "possibleTypes": null }, { "description": "Represents an iteration cadence", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether the iteration cadence is active.", "isDeprecated": false, "name": "active", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the iteration cadence should automatically generate upcoming iterations.", "isDeprecated": false, "name": "automatic", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Description of the iteration cadence. Maximum length is 5000 characters.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Duration in weeks of the iterations within this cadence.", "isDeprecated": false, "name": "durationInWeeks", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Global ID of the iteration cadence.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IterationsCadenceID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Upcoming iterations to be created when iteration cadence is set to automatic.", "isDeprecated": false, "name": "iterationsInAdvance", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the iteration cadence should roll over issues to the next iteration or not.", "isDeprecated": false, "name": "rollOver", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the automation start date.", "isDeprecated": false, "name": "startDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Title of the iteration cadence.", "isDeprecated": false, "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IterationCadence", "possibleTypes": null }, { "description": "The connection type for IterationCadence.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "IterationCadenceEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "IterationCadence", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IterationCadenceConnection", "possibleTypes": null }, { "description": "Autogenerated input type of IterationCadenceCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Group where the iteration cadence is created.", "name": "groupPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Title of the iteration cadence.", "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Duration in weeks of the iterations within this cadence.", "name": "durationInWeeks", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Upcoming iterations to be created when iteration cadence is set to automatic.", "name": "iterationsInAdvance", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Timestamp of the automation start date.", "name": "startDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Whether the iteration cadence should automatically generate upcoming iterations.", "name": "automatic", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "defaultValue": null, "description": "Whether the iteration cadence is active.", "name": "active", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "defaultValue": null, "description": "Whether the iteration cadence should roll over issues to the next iteration or not.", "name": "rollOver", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Description of the iteration cadence. Maximum length is 5000 characters.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IterationCadenceCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of IterationCadenceCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Created iteration cadence.", "isDeprecated": false, "name": "iterationCadence", "type": { "kind": "OBJECT", "name": "IterationCadence", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IterationCadenceCreatePayload", "possibleTypes": null }, { "description": "Autogenerated input type of IterationCadenceDestroy", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the iteration cadence.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IterationsCadenceID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IterationCadenceDestroyInput", "possibleTypes": null }, { "description": "Autogenerated return type of IterationCadenceDestroy", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Group the iteration cadence belongs to.", "isDeprecated": false, "name": "group", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Group", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IterationCadenceDestroyPayload", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "IterationCadence", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IterationCadenceEdge", "possibleTypes": null }, { "description": "Autogenerated input type of IterationCadenceUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the iteration cadence.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IterationsCadenceID", "ofType": null } } }, { "defaultValue": null, "description": "Title of the iteration cadence.", "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Duration in weeks of the iterations within this cadence.", "name": "durationInWeeks", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Upcoming iterations to be created when iteration cadence is set to automatic.", "name": "iterationsInAdvance", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Timestamp of the automation start date.", "name": "startDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Whether the iteration cadence should automatically generate upcoming iterations.", "name": "automatic", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether the iteration cadence is active.", "name": "active", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether the iteration cadence should roll over issues to the next iteration or not.", "name": "rollOver", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Description of the iteration cadence. Maximum length is 5000 characters.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IterationCadenceUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of IterationCadenceUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Updated iteration cadence.", "isDeprecated": false, "name": "iterationCadence", "type": { "kind": "OBJECT", "name": "IterationCadence", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IterationCadenceUpdatePayload", "possibleTypes": null }, { "description": "The connection type for Iteration.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "IterationEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Iteration", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IterationConnection", "possibleTypes": null }, { "description": "Autogenerated input type of IterationDelete", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the iteration.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IterationID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "IterationDeleteInput", "possibleTypes": null }, { "description": "Autogenerated return type of IterationDelete", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Group the iteration belongs to.", "isDeprecated": false, "name": "group", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Group", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IterationDeletePayload", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Iteration", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "IterationEdge", "possibleTypes": null }, { "description": "A `IterationID` is a global ID. It is encoded as a string.\n\nAn example `IterationID` is: `\"gid://gitlab/Iteration/1\"`.\nThe older format `\"gid://gitlab/EEIteration/1\"` was deprecated in 13.3.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "IterationID", "possibleTypes": null }, { "description": "Fields to perform the search in", "enumValues": [ { "deprecationReason": null, "description": "Search in title field.", "isDeprecated": false, "name": "TITLE" }, { "deprecationReason": null, "description": "Search in cadence_title field.", "isDeprecated": false, "name": "CADENCE_TITLE" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "IterationSearchableField", "possibleTypes": null }, { "description": "Iteration sort values", "enumValues": [ { "deprecationReason": null, "description": "Sort by cadence id in ascending and due date in ascending order.", "isDeprecated": false, "name": "CADENCE_AND_DUE_DATE_ASC" }, { "deprecationReason": null, "description": "Sort by cadence id in ascending and due date in descending order.", "isDeprecated": false, "name": "CADENCE_AND_DUE_DATE_DESC" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "IterationSort", "possibleTypes": null }, { "description": "State of a GitLab iteration", "enumValues": [ { "deprecationReason": null, "description": "Upcoming iteration.", "isDeprecated": false, "name": "upcoming" }, { "deprecationReason": "Use current instead. Deprecated in 14.1.", "description": "Started iteration. Deprecated in 14.1: Use current instead.", "isDeprecated": true, "name": "started" }, { "deprecationReason": null, "description": "Current iteration.", "isDeprecated": false, "name": "current" }, { "deprecationReason": null, "description": "Open iteration.", "isDeprecated": false, "name": "opened" }, { "deprecationReason": null, "description": "Closed iteration.", "isDeprecated": false, "name": "closed" }, { "deprecationReason": null, "description": "Any iteration.", "isDeprecated": false, "name": "all" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "IterationState", "possibleTypes": null }, { "description": "Iteration ID wildcard values", "enumValues": [ { "deprecationReason": null, "description": "No iteration is assigned.", "isDeprecated": false, "name": "NONE" }, { "deprecationReason": null, "description": "An iteration is assigned.", "isDeprecated": false, "name": "ANY" }, { "deprecationReason": null, "description": "Current iteration.", "isDeprecated": false, "name": "CURRENT" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "IterationWildcardId", "possibleTypes": null }, { "description": "A `IterationsCadenceID` is a global ID. It is encoded as a string.\n\nAn example `IterationsCadenceID` is: `\"gid://gitlab/Iterations::Cadence/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "IterationsCadenceID", "possibleTypes": null }, { "description": "Represents untyped JSON", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "JSON", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Timestamp of when the Jira import was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Count of issues that failed to import.", "isDeprecated": false, "name": "failedToImportCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Count of issues that were successfully imported.", "isDeprecated": false, "name": "importedIssuesCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Project key for the imported Jira project.", "isDeprecated": false, "name": "jiraProjectKey", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the Jira import was scheduled.", "isDeprecated": false, "name": "scheduledAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User that started the Jira import.", "isDeprecated": false, "name": "scheduledBy", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total count of issues that were attempted to import.", "isDeprecated": false, "name": "totalIssueCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "JiraImport", "possibleTypes": null }, { "description": "The connection type for JiraImport.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "JiraImportEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "JiraImport", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "JiraImportConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "JiraImport", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "JiraImportEdge", "possibleTypes": null }, { "description": "Autogenerated input type of JiraImportStart", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Project key of the importer Jira project.", "name": "jiraProjectKey", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Project name of the importer Jira project.", "name": "jiraProjectName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Project to import the Jira project into.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Mapping of Jira to GitLab users.", "name": "usersMapping", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "JiraUsersMappingInputType", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "JiraImportStartInput", "possibleTypes": null }, { "description": "Autogenerated return type of JiraImportStart", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Jira import data after mutation.", "isDeprecated": false, "name": "jiraImport", "type": { "kind": "OBJECT", "name": "JiraImport", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "JiraImportStartPayload", "possibleTypes": null }, { "description": "Autogenerated input type of JiraImportUsers", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Project to import the Jira users into.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Index of the record the import should started at, default 0 (50 records returned).", "name": "startAt", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "JiraImportUsersInput", "possibleTypes": null }, { "description": "Autogenerated return type of JiraImportUsers", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Users returned from Jira, matched by email and name if possible.", "isDeprecated": false, "name": "jiraUsers", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "JiraUser", "ofType": null } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "JiraImportUsersPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Key of the Jira project.", "isDeprecated": false, "name": "key", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the Jira project.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the Jira project.", "isDeprecated": false, "name": "projectId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "JiraProject", "possibleTypes": null }, { "description": "The connection type for JiraProject.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "JiraProjectEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "JiraProject", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "JiraProjectConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "JiraProject", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "JiraProjectEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates if the service is active.", "isDeprecated": false, "name": "active", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Project name or key.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of all Jira projects fetched through Jira REST API.", "isDeprecated": false, "name": "projects", "type": { "kind": "OBJECT", "name": "JiraProjectConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of the service.", "isDeprecated": false, "name": "serviceType", "type": { "kind": "ENUM", "name": "ServiceType", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Class name of the service.", "isDeprecated": false, "name": "type", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Service", "ofType": null } ], "kind": "OBJECT", "name": "JiraService", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "ID of the matched GitLab user.", "isDeprecated": false, "name": "gitlabId", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the matched GitLab user.", "isDeprecated": false, "name": "gitlabName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Username of the matched GitLab user.", "isDeprecated": false, "name": "gitlabUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Account ID of the Jira user.", "isDeprecated": false, "name": "jiraAccountId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Display name of the Jira user.", "isDeprecated": false, "name": "jiraDisplayName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Email of the Jira user, returned only for users with public emails.", "isDeprecated": false, "name": "jiraEmail", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "JiraUser", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "ID of the GitLab user.", "name": "gitlabId", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Jira account ID of the user.", "name": "jiraAccountId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "JiraUsersMappingInputType", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "ARCHIVE job artifact file type.", "isDeprecated": false, "name": "ARCHIVE" }, { "deprecationReason": null, "description": "METADATA job artifact file type.", "isDeprecated": false, "name": "METADATA" }, { "deprecationReason": null, "description": "TRACE job artifact file type.", "isDeprecated": false, "name": "TRACE" }, { "deprecationReason": null, "description": "JUNIT job artifact file type.", "isDeprecated": false, "name": "JUNIT" }, { "deprecationReason": null, "description": "METRICS job artifact file type.", "isDeprecated": false, "name": "METRICS" }, { "deprecationReason": null, "description": "METRICS REFEREE job artifact file type.", "isDeprecated": false, "name": "METRICS_REFEREE" }, { "deprecationReason": null, "description": "NETWORK REFEREE job artifact file type.", "isDeprecated": false, "name": "NETWORK_REFEREE" }, { "deprecationReason": null, "description": "DOTENV job artifact file type.", "isDeprecated": false, "name": "DOTENV" }, { "deprecationReason": null, "description": "COBERTURA job artifact file type.", "isDeprecated": false, "name": "COBERTURA" }, { "deprecationReason": null, "description": "CLUSTER APPLICATIONS job artifact file type.", "isDeprecated": false, "name": "CLUSTER_APPLICATIONS" }, { "deprecationReason": null, "description": "LSIF job artifact file type.", "isDeprecated": false, "name": "LSIF" }, { "deprecationReason": null, "description": "CYCLONEDX job artifact file type.", "isDeprecated": false, "name": "CYCLONEDX" }, { "deprecationReason": null, "description": "SAST job artifact file type.", "isDeprecated": false, "name": "SAST" }, { "deprecationReason": null, "description": "SECRET DETECTION job artifact file type.", "isDeprecated": false, "name": "SECRET_DETECTION" }, { "deprecationReason": null, "description": "DEPENDENCY SCANNING job artifact file type.", "isDeprecated": false, "name": "DEPENDENCY_SCANNING" }, { "deprecationReason": null, "description": "CONTAINER SCANNING job artifact file type.", "isDeprecated": false, "name": "CONTAINER_SCANNING" }, { "deprecationReason": null, "description": "CLUSTER IMAGE SCANNING job artifact file type.", "isDeprecated": false, "name": "CLUSTER_IMAGE_SCANNING" }, { "deprecationReason": null, "description": "DAST job artifact file type.", "isDeprecated": false, "name": "DAST" }, { "deprecationReason": null, "description": "LICENSE SCANNING job artifact file type.", "isDeprecated": false, "name": "LICENSE_SCANNING" }, { "deprecationReason": null, "description": "ACCESSIBILITY job artifact file type.", "isDeprecated": false, "name": "ACCESSIBILITY" }, { "deprecationReason": null, "description": "CODE QUALITY job artifact file type.", "isDeprecated": false, "name": "CODEQUALITY" }, { "deprecationReason": null, "description": "PERFORMANCE job artifact file type.", "isDeprecated": false, "name": "PERFORMANCE" }, { "deprecationReason": null, "description": "BROWSER PERFORMANCE job artifact file type.", "isDeprecated": false, "name": "BROWSER_PERFORMANCE" }, { "deprecationReason": null, "description": "LOAD PERFORMANCE job artifact file type.", "isDeprecated": false, "name": "LOAD_PERFORMANCE" }, { "deprecationReason": null, "description": "TERRAFORM job artifact file type.", "isDeprecated": false, "name": "TERRAFORM" }, { "deprecationReason": null, "description": "REQUIREMENTS job artifact file type.", "isDeprecated": false, "name": "REQUIREMENTS" }, { "deprecationReason": null, "description": "REQUIREMENTS V2 job artifact file type.", "isDeprecated": false, "name": "REQUIREMENTS_V2" }, { "deprecationReason": null, "description": "COVERAGE FUZZING job artifact file type.", "isDeprecated": false, "name": "COVERAGE_FUZZING" }, { "deprecationReason": null, "description": "API FUZZING job artifact file type.", "isDeprecated": false, "name": "API_FUZZING" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "JobArtifactFileType", "possibleTypes": null }, { "description": "Represents the Geo replication and verification state of a job_artifact.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "ID of the Job Artifact.", "isDeprecated": false, "name": "artifactId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp when the JobArtifactRegistry was created", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the JobArtifactRegistry", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Error message during sync of the JobArtifactRegistry", "isDeprecated": false, "name": "lastSyncFailure", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent successful sync of the JobArtifactRegistry", "isDeprecated": false, "name": "lastSyncedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp after which the JobArtifactRegistry is resynced", "isDeprecated": false, "name": "retryAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of consecutive failed sync attempts of the JobArtifactRegistry", "isDeprecated": false, "name": "retryCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Sync state of the JobArtifactRegistry", "isDeprecated": false, "name": "state", "type": { "kind": "ENUM", "name": "RegistryState", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp after which the JobArtifactRegistry is reverified", "isDeprecated": false, "name": "verificationRetryAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent successful verification of the JobArtifactRegistry", "isDeprecated": false, "name": "verifiedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "JobArtifactRegistry", "possibleTypes": null }, { "description": "The connection type for JobArtifactRegistry.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "JobArtifactRegistryEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "JobArtifactRegistry", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "JobArtifactRegistryConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "JobArtifactRegistry", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "JobArtifactRegistryEdge", "possibleTypes": null }, { "description": "Autogenerated input type of JobArtifactsDestroy", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "ID of the job to mutate.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "CiBuildID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "JobArtifactsDestroyInput", "possibleTypes": null }, { "description": "Autogenerated return type of JobArtifactsDestroy", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of artifacts deleted.", "isDeprecated": false, "name": "destroyedArtifactsCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Job with artifacts to be deleted.", "isDeprecated": false, "name": "job", "type": { "kind": "OBJECT", "name": "CiJob", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "JobArtifactsDestroyPayload", "possibleTypes": null }, { "description": "Autogenerated input type of JobCancel", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "ID of the job to mutate.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "CiBuildID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "JobCancelInput", "possibleTypes": null }, { "description": "Autogenerated return type of JobCancel", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Job after the mutation.", "isDeprecated": false, "name": "job", "type": { "kind": "OBJECT", "name": "CiJob", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "JobCancelPayload", "possibleTypes": null }, { "description": "A `CommitStatusID` is a global ID. It is encoded as a string.\n\nAn example `CommitStatusID` is: `\"gid://gitlab/CommitStatus/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "JobID", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "UNION", "name": "JobNeedUnion", "possibleTypes": [ { "kind": "OBJECT", "name": "CiBuildNeed", "ofType": null }, { "kind": "OBJECT", "name": "CiJob", "ofType": null } ] }, { "description": "The connection type for JobNeedUnion.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "JobNeedUnionEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "UNION", "name": "JobNeedUnion", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "JobNeedUnionConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "UNION", "name": "JobNeedUnion", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "JobNeedUnionEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `read_build` on this resource", "isDeprecated": false, "name": "readBuild", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `read_job_artifacts` on this resource", "isDeprecated": false, "name": "readJobArtifacts", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `update_build` on this resource", "isDeprecated": false, "name": "updateBuild", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "JobPermissions", "possibleTypes": null }, { "description": "Autogenerated input type of JobPlay", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "ID of the job to mutate.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "CiBuildID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "[]", "description": "Variables to use when playing a manual job.", "name": "variables", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CiVariableInput", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "JobPlayInput", "possibleTypes": null }, { "description": "Autogenerated return type of JobPlay", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Job after the mutation.", "isDeprecated": false, "name": "job", "type": { "kind": "OBJECT", "name": "CiJob", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "JobPlayPayload", "possibleTypes": null }, { "description": "Autogenerated input type of JobRetry", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "ID of the job to mutate.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "CiBuildID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "[]", "description": "Variables to use when retrying a manual job.", "name": "variables", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CiVariableInput", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "JobRetryInput", "possibleTypes": null }, { "description": "Autogenerated return type of JobRetry", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Job after the mutation.", "isDeprecated": false, "name": "job", "type": { "kind": "OBJECT", "name": "CiJob", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "JobRetryPayload", "possibleTypes": null }, { "description": "Autogenerated input type of JobUnschedule", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "ID of the job to mutate.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "CiBuildID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "JobUnscheduleInput", "possibleTypes": null }, { "description": "Autogenerated return type of JobUnschedule", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Job after the mutation.", "isDeprecated": false, "name": "job", "type": { "kind": "OBJECT", "name": "CiJob", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "JobUnschedulePayload", "possibleTypes": null }, { "description": "JSON object as raw string", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "JsonString", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates whether the Kubernetes Agent Server is enabled.", "isDeprecated": false, "name": "enabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "URL used by the Agents to communicate with KAS.", "isDeprecated": false, "name": "externalUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "KAS version.", "isDeprecated": false, "name": "version", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Kas", "possibleTypes": null }, { "description": "Represents an SSH key.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Timestamp of when the key was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the key expires. It's null if it never expires.", "isDeprecated": false, "name": "expiresAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the key.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Public key of the key pair.", "isDeprecated": false, "name": "key", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Title of the key.", "isDeprecated": false, "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Key", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Background color of the label.", "isDeprecated": false, "name": "color", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "When this label was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Description of the label (Markdown rendered as HTML for caching).", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `description`", "isDeprecated": false, "name": "descriptionHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Label ID.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Text color of the label.", "isDeprecated": false, "name": "textColor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Content of the label.", "isDeprecated": false, "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "When this label was last updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Label", "possibleTypes": null }, { "description": "The connection type for Label.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total count of collection.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "LabelEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Label", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "LabelConnection", "possibleTypes": null }, { "description": "Autogenerated input type of LabelCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Full path of the project with which the resource is associated.", "name": "projectPath", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "Full path of the group with which the resource is associated.", "name": "groupPath", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "Title of the label.", "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Description of the label.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "\"#6699cc\"", "description": "The color of the label given in 6-digit hex notation with leading '#' sign\n(for example, `#FFAABB`) or one of the CSS color names.\n", "name": "color", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "LabelCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of LabelCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Label after mutation.", "isDeprecated": false, "name": "label", "type": { "kind": "OBJECT", "name": "Label", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "LabelCreatePayload", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Label", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "LabelEdge", "possibleTypes": null }, { "description": "A `LabelID` is a global ID. It is encoded as a string.\n\nAn example `LabelID` is: `\"gid://gitlab/Label/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "LabelID", "possibleTypes": null }, { "description": "Represents the Geo sync and verification state of an LFS object", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Timestamp when the LfsObjectRegistry was created", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the LfsObjectRegistry", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Error message during sync of the LfsObjectRegistry", "isDeprecated": false, "name": "lastSyncFailure", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent successful sync of the LfsObjectRegistry", "isDeprecated": false, "name": "lastSyncedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the LFS object.", "isDeprecated": false, "name": "lfsObjectId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp after which the LfsObjectRegistry is resynced", "isDeprecated": false, "name": "retryAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of consecutive failed sync attempts of the LfsObjectRegistry", "isDeprecated": false, "name": "retryCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Sync state of the LfsObjectRegistry", "isDeprecated": false, "name": "state", "type": { "kind": "ENUM", "name": "RegistryState", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp after which the LfsObjectRegistry is reverified", "isDeprecated": false, "name": "verificationRetryAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent successful verification of the LfsObjectRegistry", "isDeprecated": false, "name": "verifiedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "LfsObjectRegistry", "possibleTypes": null }, { "description": "The connection type for LfsObjectRegistry.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "LfsObjectRegistryEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "LfsObjectRegistry", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "LfsObjectRegistryConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "LfsObjectRegistry", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "LfsObjectRegistryEdge", "possibleTypes": null }, { "description": "Represents an entry from the Cloud License history", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Date when the license was activated.", "isDeprecated": false, "name": "activatedAt", "type": { "kind": "SCALAR", "name": "Date", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Date, including grace period, when licensed features will be blocked.", "isDeprecated": false, "name": "blockChangesAt", "type": { "kind": "SCALAR", "name": "Date", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Company of the licensee.", "isDeprecated": false, "name": "company", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Date when the license was added.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Date", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Email of the licensee.", "isDeprecated": false, "name": "email", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Date when the license expires.", "isDeprecated": false, "name": "expiresAt", "type": { "kind": "SCALAR", "name": "Date", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the license extracted from the license data.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the licensee.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the subscription plan.", "isDeprecated": false, "name": "plan", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Date when the license started.", "isDeprecated": false, "name": "startsAt", "type": { "kind": "SCALAR", "name": "Date", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of the license.", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of paid users in the license.", "isDeprecated": false, "name": "usersInLicenseCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "LicenseHistoryEntry", "possibleTypes": null }, { "description": "The connection type for LicenseHistoryEntry.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "LicenseHistoryEntryEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "LicenseHistoryEntry", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "LicenseHistoryEntryConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "LicenseHistoryEntry", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "LicenseHistoryEntryEdge", "possibleTypes": null }, { "description": "A `ListID` is a global ID. It is encoded as a string.\n\nAn example `ListID` is: `\"gid://gitlab/List/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "ListID", "possibleTypes": null }, { "description": "List limit metric setting", "enumValues": [ { "deprecationReason": null, "description": "Limit list by number and total weight of issues.", "isDeprecated": false, "name": "all_metrics" }, { "deprecationReason": null, "description": "Limit list by number of issues.", "isDeprecated": false, "name": "issue_count" }, { "deprecationReason": null, "description": "Limit list by total weight of issues.", "isDeprecated": false, "name": "issue_weights" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ListLimitMetric", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "HTTP URI path to view the input file in GitLab.", "isDeprecated": false, "name": "blobPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Path, relative to the root of the repository, of the filewhich was analyzed to detect the dependency.", "isDeprecated": false, "name": "path", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Location", "possibleTypes": null }, { "description": "Autogenerated input type of MarkAsSpamSnippet", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the snippet to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "SnippetID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "MarkAsSpamSnippetInput", "possibleTypes": null }, { "description": "Autogenerated return type of MarkAsSpamSnippet", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Snippet after mutation.", "isDeprecated": false, "name": "snippet", "type": { "kind": "OBJECT", "name": "Snippet", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MarkAsSpamSnippetPayload", "possibleTypes": null }, { "description": "Maven metadata", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "App group of the Maven package.", "isDeprecated": false, "name": "appGroup", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "App name of the Maven package.", "isDeprecated": false, "name": "appName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "App version of the Maven package.", "isDeprecated": false, "name": "appVersion", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Date of creation.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the metadatum.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PackagesMavenMetadatumID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Path of the Maven package.", "isDeprecated": false, "name": "path", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Date of most recent update.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MavenMetadata", "possibleTypes": null }, { "description": "Possible identifier types for a measurement", "enumValues": [ { "deprecationReason": null, "description": "Project count.", "isDeprecated": false, "name": "PROJECTS" }, { "deprecationReason": null, "description": "User count.", "isDeprecated": false, "name": "USERS" }, { "deprecationReason": null, "description": "Issue count.", "isDeprecated": false, "name": "ISSUES" }, { "deprecationReason": null, "description": "Merge request count.", "isDeprecated": false, "name": "MERGE_REQUESTS" }, { "deprecationReason": null, "description": "Group count.", "isDeprecated": false, "name": "GROUPS" }, { "deprecationReason": null, "description": "Pipeline count.", "isDeprecated": false, "name": "PIPELINES" }, { "deprecationReason": null, "description": "Pipeline count with success status.", "isDeprecated": false, "name": "PIPELINES_SUCCEEDED" }, { "deprecationReason": null, "description": "Pipeline count with failed status.", "isDeprecated": false, "name": "PIPELINES_FAILED" }, { "deprecationReason": null, "description": "Pipeline count with canceled status.", "isDeprecated": false, "name": "PIPELINES_CANCELED" }, { "deprecationReason": null, "description": "Pipeline count with skipped status.", "isDeprecated": false, "name": "PIPELINES_SKIPPED" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "MeasurementIdentifier", "possibleTypes": null }, { "description": "Access level of a group or project member", "enumValues": [ { "deprecationReason": null, "description": "Guest access.", "isDeprecated": false, "name": "GUEST" }, { "deprecationReason": null, "description": "Reporter access.", "isDeprecated": false, "name": "REPORTER" }, { "deprecationReason": null, "description": "Developer access.", "isDeprecated": false, "name": "DEVELOPER" }, { "deprecationReason": null, "description": "Maintainer access.", "isDeprecated": false, "name": "MAINTAINER" }, { "deprecationReason": null, "description": "Owner access.", "isDeprecated": false, "name": "OWNER" }, { "deprecationReason": null, "description": "Minimal access.", "isDeprecated": false, "name": "MINIMAL_ACCESS" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "MemberAccessLevel", "possibleTypes": null }, { "description": "Name of access levels of a group or project member", "enumValues": [ { "deprecationReason": null, "description": "Guest access.", "isDeprecated": false, "name": "GUEST" }, { "deprecationReason": null, "description": "Reporter access.", "isDeprecated": false, "name": "REPORTER" }, { "deprecationReason": null, "description": "Developer access.", "isDeprecated": false, "name": "DEVELOPER" }, { "deprecationReason": null, "description": "Maintainer access.", "isDeprecated": false, "name": "MAINTAINER" }, { "deprecationReason": null, "description": "Owner access.", "isDeprecated": false, "name": "OWNER" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "MemberAccessLevelName", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "GitLab::Access level.", "isDeprecated": false, "name": "accessLevel", "type": { "kind": "OBJECT", "name": "AccessLevel", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Date and time the membership was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User that authorized membership.", "isDeprecated": false, "name": "createdBy", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Date and time the membership expires.", "isDeprecated": false, "name": "expiresAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the member.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Global ID of the merge request.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "MergeRequestID", "ofType": null } } } ], "deprecationReason": null, "description": "Find a merge request.", "isDeprecated": false, "name": "mergeRequestInteraction", "type": { "kind": "OBJECT", "name": "UserMergeRequestInteraction", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Date and time the membership was last updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User that is associated with the member object.", "isDeprecated": false, "name": "user", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "INTERFACE", "name": "MemberInterface", "possibleTypes": [ { "kind": "OBJECT", "name": "GroupMember", "ofType": null }, { "kind": "OBJECT", "name": "ProjectMember", "ofType": null } ] }, { "description": "The connection type for MemberInterface.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "MemberInterfaceEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "INTERFACE", "name": "MemberInterface", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MemberInterfaceConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "INTERFACE", "name": "MemberInterface", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MemberInterfaceEdge", "possibleTypes": null }, { "description": "Values for sorting members", "enumValues": [ { "deprecationReason": null, "description": "Access level ascending order.", "isDeprecated": false, "name": "ACCESS_LEVEL_ASC" }, { "deprecationReason": null, "description": "Access level descending order.", "isDeprecated": false, "name": "ACCESS_LEVEL_DESC" }, { "deprecationReason": null, "description": "User's full name ascending order.", "isDeprecated": false, "name": "USER_FULL_NAME_ASC" }, { "deprecationReason": null, "description": "User's full name descending order.", "isDeprecated": false, "name": "USER_FULL_NAME_DESC" }, { "deprecationReason": "This was renamed. Please use `UPDATED_DESC`. Deprecated in 13.5.", "description": "Updated at descending order.", "isDeprecated": true, "name": "updated_desc" }, { "deprecationReason": "This was renamed. Please use `UPDATED_ASC`. Deprecated in 13.5.", "description": "Updated at ascending order.", "isDeprecated": true, "name": "updated_asc" }, { "deprecationReason": "This was renamed. Please use `CREATED_DESC`. Deprecated in 13.5.", "description": "Created at descending order.", "isDeprecated": true, "name": "created_desc" }, { "deprecationReason": "This was renamed. Please use `CREATED_ASC`. Deprecated in 13.5.", "description": "Created at ascending order.", "isDeprecated": true, "name": "created_asc" }, { "deprecationReason": null, "description": "Updated at descending order.", "isDeprecated": false, "name": "UPDATED_DESC" }, { "deprecationReason": null, "description": "Updated at ascending order.", "isDeprecated": false, "name": "UPDATED_ASC" }, { "deprecationReason": null, "description": "Created at descending order.", "isDeprecated": false, "name": "CREATED_DESC" }, { "deprecationReason": null, "description": "Created at ascending order.", "isDeprecated": false, "name": "CREATED_ASC" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "MemberSort", "possibleTypes": null }, { "description": "Defines which user roles, users, or groups can merge into a protected branch.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "GitLab::Access level.", "isDeprecated": false, "name": "accessLevel", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Human readable representation for this access level.", "isDeprecated": false, "name": "accessLevelDescription", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Group associated with this access level.", "isDeprecated": false, "name": "group", "type": { "kind": "OBJECT", "name": "AccessLevelGroup", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User associated with this access level.", "isDeprecated": false, "name": "user", "type": { "kind": "OBJECT", "name": "AccessLevelUser", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MergeAccessLevel", "possibleTypes": null }, { "description": "The connection type for MergeAccessLevel.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "MergeAccessLevelEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "MergeAccessLevel", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MergeAccessLevelConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "MergeAccessLevel", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MergeAccessLevelEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates if members of the target project can push to the fork.", "isDeprecated": false, "name": "allowCollaboration", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Information relating to rules that must be satisfied to merge this merge request.", "isDeprecated": false, "name": "approvalState", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MergeRequestApprovalState", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of approvals left.", "isDeprecated": false, "name": "approvalsLeft", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of approvals required.", "isDeprecated": false, "name": "approvalsRequired", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the merge request has all the required approvals. Returns true if no required approvals are configured.", "isDeprecated": false, "name": "approved", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Users who approved the merge request.", "isDeprecated": false, "name": "approvedBy", "type": { "kind": "OBJECT", "name": "UserCoreConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Assignees of the merge request.", "isDeprecated": false, "name": "assignees", "type": { "kind": "OBJECT", "name": "MergeRequestAssigneeConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User who created this merge request.", "isDeprecated": false, "name": "author", "type": { "kind": "OBJECT", "name": "MergeRequestAuthor", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if auto merge is enabled for the merge request.", "isDeprecated": false, "name": "autoMergeEnabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Selected auto merge strategy.", "isDeprecated": false, "name": "autoMergeStrategy", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Array of available auto merge strategies.", "isDeprecated": false, "name": "availableAutoMergeStrategies", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All commenters on this noteable.", "isDeprecated": false, "name": "commenters", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCoreConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of commits in the merge request.", "isDeprecated": false, "name": "commitCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Merge request commits.", "isDeprecated": false, "name": "commits", "type": { "kind": "OBJECT", "name": "CommitConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Merge request commits excluding merge commits.", "isDeprecated": false, "name": "commitsWithoutMergeCommits", "type": { "kind": "OBJECT", "name": "CommitConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Users who have added commits to the merge request.", "isDeprecated": false, "name": "committers", "type": { "kind": "OBJECT", "name": "UserCoreConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the merge request has conflicts.", "isDeprecated": false, "name": "conflicts", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the merge request was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "State of the to-do items.", "name": "state", "type": { "kind": "ENUM", "name": "TodoStateEnum", "ofType": null } } ], "deprecationReason": null, "description": "To-do items for the current user.", "isDeprecated": false, "name": "currentUserTodos", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TodoConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Default merge commit message of the merge request.", "isDeprecated": false, "name": "defaultMergeCommitMessage", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Default squash commit message of the merge request.", "isDeprecated": false, "name": "defaultSquashCommitMessage", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Description of the merge request (Markdown rendered as HTML for caching).", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `description`", "isDeprecated": false, "name": "descriptionHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Detailed merge status of the merge request.", "isDeprecated": false, "name": "detailedMergeStatus", "type": { "kind": "ENUM", "name": "DetailedMergeStatus", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Diff head SHA of the merge request.", "isDeprecated": false, "name": "diffHeadSha", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "References of the base SHA, the head SHA, and the start SHA for this merge request.", "isDeprecated": false, "name": "diffRefs", "type": { "kind": "OBJECT", "name": "DiffRefs", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Specific file path.", "name": "path", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "deprecationReason": null, "description": "Details about which files were changed in this merge request.", "isDeprecated": false, "name": "diffStats", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DiffStats", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Summary of which files were changed in this merge request.", "isDeprecated": false, "name": "diffStatsSummary", "type": { "kind": "OBJECT", "name": "DiffStatsSummary", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if comments on the merge request are locked to members only.", "isDeprecated": false, "name": "discussionLocked", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All discussions on this noteable.", "isDeprecated": false, "name": "discussions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DiscussionConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if the source branch is behind the target branch.", "isDeprecated": false, "name": "divergedFromTargetBranch", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of downvotes for the merge request.", "isDeprecated": false, "name": "downvotes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if the merge request is a draft.", "isDeprecated": false, "name": "draft", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if the project settings will lead to source branch deletion after merge.", "isDeprecated": false, "name": "forceRemoveSourceBranch", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the merge request has CI.", "isDeprecated": false, "name": "hasCi", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if the source branch has any security reports.", "isDeprecated": false, "name": "hasSecurityReports", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Pipeline running on the branch HEAD of the merge request.", "isDeprecated": false, "name": "headPipeline", "type": { "kind": "OBJECT", "name": "Pipeline", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Human-readable time estimate of the merge request.", "isDeprecated": false, "name": "humanTimeEstimate", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Human-readable total time reported as spent on the merge request.", "isDeprecated": false, "name": "humanTotalTimeSpent", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the merge request.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Internal ID of the merge request.", "isDeprecated": false, "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Commit SHA of the merge request if merge is in progress.", "isDeprecated": false, "name": "inProgressMergeCommitSha", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Labels of the merge request.", "isDeprecated": false, "name": "labels", "type": { "kind": "OBJECT", "name": "LabelConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "SHA of the merge request commit (set once merged).", "isDeprecated": false, "name": "mergeCommitSha", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Error message due to a merge error.", "isDeprecated": false, "name": "mergeError", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if a merge is currently occurring.", "isDeprecated": false, "name": "mergeOngoing", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": "This was renamed. Please use `MergeRequest.mergeStatusEnum`. Deprecated in 14.0.", "description": "Status of the merge request. Deprecated in 14.0: This was renamed.", "isDeprecated": true, "name": "mergeStatus", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Merge status of the merge request.", "isDeprecated": false, "name": "mergeStatusEnum", "type": { "kind": "ENUM", "name": "MergeStatus", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of merge requests in the merge train.", "isDeprecated": false, "name": "mergeTrainsCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User who merged this merge request or set it to merge when pipeline succeeds.", "isDeprecated": false, "name": "mergeUser", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the merge has been set to be merged when its pipeline succeeds (MWPS).", "isDeprecated": false, "name": "mergeWhenPipelineSucceeds", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the merge request is mergeable.", "isDeprecated": false, "name": "mergeable", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if all discussions in the merge request have been resolved, allowing the merge request to be merged.", "isDeprecated": false, "name": "mergeableDiscussionsState", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the merge request was merged, null if not merged.", "isDeprecated": false, "name": "mergedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Milestone of the merge request.", "isDeprecated": false, "name": "milestone", "type": { "kind": "OBJECT", "name": "Milestone", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All notes on this noteable.", "isDeprecated": false, "name": "notes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NoteConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Participants in the merge request. This includes the author, assignees, reviewers, and users mentioned in notes.", "isDeprecated": false, "name": "participants", "type": { "kind": "OBJECT", "name": "MergeRequestParticipantConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter pipelines by their status.", "name": "status", "type": { "kind": "ENUM", "name": "PipelineStatusEnum", "ofType": null } }, { "defaultValue": null, "description": "Filter pipelines by scope.", "name": "scope", "type": { "kind": "ENUM", "name": "PipelineScopeEnum", "ofType": null } }, { "defaultValue": null, "description": "Filter pipelines by the ref they are run for.", "name": "ref", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter pipelines by the sha of the commit they are run for.", "name": "sha", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter pipelines by their source.", "name": "source", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Pipelines updated after this date.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Pipelines updated before this date.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Filter pipelines by the user that triggered the pipeline.", "name": "username", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Pipelines for the merge request. Note: for performance reasons, no more than the most recent 500 pipelines will be returned.", "isDeprecated": false, "name": "pipelines", "type": { "kind": "OBJECT", "name": "PipelineConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Alias for target_project.", "isDeprecated": false, "name": "project", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Project", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the merge request project.", "isDeprecated": false, "name": "projectId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Rebase commit SHA of the merge request.", "isDeprecated": false, "name": "rebaseCommitSha", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if there is a rebase currently in progress for the merge request.", "isDeprecated": false, "name": "rebaseInProgress", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [ { "defaultValue": "false", "description": "Boolean option specifying whether the reference should be returned in full.", "name": "full", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "deprecationReason": null, "description": "Internal reference of the merge request. Returned in shortened format by default.", "isDeprecated": false, "name": "reference", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Users from whom a review has been requested.", "isDeprecated": false, "name": "reviewers", "type": { "kind": "OBJECT", "name": "MergeRequestReviewerConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the merge request is created by @GitLab-Security-Bot.", "isDeprecated": false, "name": "securityAutoFix", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the target branch security reports are out of date.", "isDeprecated": false, "name": "securityReportsUpToDateOnTargetBranch", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if the merge request will be rebased.", "isDeprecated": false, "name": "shouldBeRebased", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if the source branch of the merge request will be deleted after merge.", "isDeprecated": false, "name": "shouldRemoveSourceBranch", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Source branch of the merge request.", "isDeprecated": false, "name": "sourceBranch", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if the source branch of the merge request exists.", "isDeprecated": false, "name": "sourceBranchExists", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if the source branch is protected.", "isDeprecated": false, "name": "sourceBranchProtected", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Source project of the merge request.", "isDeprecated": false, "name": "sourceProject", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the merge request source project.", "isDeprecated": false, "name": "sourceProjectId", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the merge request is set to be squashed when merged. [Project settings](https://docs.gitlab.com/ee/user/project/merge_requests/squash_and_merge.html#configure-squash-options-for-a-project) may override this value. Use `squash_on_merge` instead to take project squash options into account.", "isDeprecated": false, "name": "squash", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if the merge request will be squashed when merged.", "isDeprecated": false, "name": "squashOnMerge", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "State of the merge request.", "isDeprecated": false, "name": "state", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MergeRequestState", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if the currently logged in user is subscribed to this merge request.", "isDeprecated": false, "name": "subscribed", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.4.", "description": "Suggested reviewers for merge request. Returns `null` if `suggested_reviewers` feature flag is disabled. This flag is disabled by default and only available on GitLab.com because the feature is experimental and is subject to change without notice. Introduced in 15.4: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "suggestedReviewers", "type": { "kind": "OBJECT", "name": "SuggestedReviewersType", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Target branch of the merge request.", "isDeprecated": false, "name": "targetBranch", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if the target branch of the merge request exists.", "isDeprecated": false, "name": "targetBranchExists", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Target project of the merge request.", "isDeprecated": false, "name": "targetProject", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Project", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the merge request target project.", "isDeprecated": false, "name": "targetProjectId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Completion status of tasks", "isDeprecated": false, "name": "taskCompletionStatus", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TaskCompletionStatus", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Time estimate of the merge request.", "isDeprecated": false, "name": "timeEstimate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Timelogs on the merge request.", "isDeprecated": false, "name": "timelogs", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TimelogConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Title of the merge request.", "isDeprecated": false, "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `title`", "isDeprecated": false, "name": "titleHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total time reported as spent on the merge request.", "isDeprecated": false, "name": "totalTimeSpent", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the merge request was last updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of upvotes for the merge request.", "isDeprecated": false, "name": "upvotes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of user discussions in the merge request.", "isDeprecated": false, "name": "userDiscussionsCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User notes count of the merge request.", "isDeprecated": false, "name": "userNotesCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Permissions for the current user on the resource", "isDeprecated": false, "name": "userPermissions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "MergeRequestPermissions", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web URL of the merge request.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "CurrentUserTodos", "ofType": null }, { "kind": "INTERFACE", "name": "NoteableInterface", "ofType": null }, { "kind": "INTERFACE", "name": "Todoable", "ofType": null } ], "kind": "OBJECT", "name": "MergeRequest", "possibleTypes": null }, { "description": "Autogenerated input type of MergeRequestAccept", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project the merge request to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the merge request to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "How to merge the merge request.", "name": "strategy", "type": { "kind": "ENUM", "name": "MergeStrategyEnum", "ofType": null } }, { "defaultValue": null, "description": "Custom merge commit message.", "name": "commitMessage", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "HEAD SHA at the time when the merge was requested.", "name": "sha", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Custom squash commit message (if squash is true).", "name": "squashCommitMessage", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Should the source branch be removed.", "name": "shouldRemoveSourceBranch", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": "false", "description": "Squash commits on the source branch before merge.", "name": "squash", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "MergeRequestAcceptInput", "possibleTypes": null }, { "description": "Autogenerated return type of MergeRequestAccept", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Merge request after mutation.", "isDeprecated": false, "name": "mergeRequest", "type": { "kind": "OBJECT", "name": "MergeRequest", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MergeRequestAcceptPayload", "possibleTypes": null }, { "description": "Information relating to rules that must be satisfied to merge this merge request.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates if the merge request approval rules are overwritten for the merge request.", "isDeprecated": false, "name": "approvalRulesOverwritten", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "List of approval rules that are associated with the merge request, but invalid.", "isDeprecated": false, "name": "invalidApproversRules", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ApprovalRule", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "List of approval rules associated with the merge request.", "isDeprecated": false, "name": "rules", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ApprovalRule", "ofType": null } } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of suggested approvers.", "isDeprecated": false, "name": "suggestedApprovers", "type": { "kind": "OBJECT", "name": "UserCoreConnection", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MergeRequestApprovalState", "possibleTypes": null }, { "description": "A user assigned to a merge request.", "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Array of IIDs of merge requests, for example `[1, 2]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of source branch names.\nAll resolved merge requests will have one of these branches as their source.\n", "name": "sourceBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of target branch names.\nAll resolved merge requests will have one of these branches as their target.\n", "name": "targetBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge request state. If provided, all resolved merge requests will have this state.", "name": "state", "type": { "kind": "ENUM", "name": "MergeRequestState", "ofType": null } }, { "defaultValue": null, "description": "Limit result to draft merge requests.", "name": "draft", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Limit results to approved merge requests.", "name": "approved", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created after this timestamp.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created before this timestamp.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated after this timestamp.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated before this timestamp.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Array of label names. All resolved merge requests will have all of these labels.", "name": "labels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge requests merged after this date.", "name": "mergedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests merged before this date.", "name": "mergedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Title of the milestone.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "created_desc", "description": "Sort merge requests by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "MergeRequestSort", "ofType": null } }, { "defaultValue": null, "description": "List of negated arguments.\nWarning: this argument is experimental and a subject to change in future.\n", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "MergeRequestsResolverNegatedParams", "ofType": null } }, { "defaultValue": null, "description": "The full-path of the project the authored merge requests should be in.\nIncompatible with projectId.\n", "name": "projectPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The global ID of the project the authored merge requests should be in.\nIncompatible with projectPath.\n", "name": "projectId", "type": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } }, { "defaultValue": null, "description": "Username of the author.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Username of the reviewer.", "name": "reviewerUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Merge requests assigned to the user.", "isDeprecated": false, "name": "assignedMergeRequests", "type": { "kind": "OBJECT", "name": "MergeRequestConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Array of IIDs of merge requests, for example `[1, 2]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of source branch names.\nAll resolved merge requests will have one of these branches as their source.\n", "name": "sourceBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of target branch names.\nAll resolved merge requests will have one of these branches as their target.\n", "name": "targetBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge request state. If provided, all resolved merge requests will have this state.", "name": "state", "type": { "kind": "ENUM", "name": "MergeRequestState", "ofType": null } }, { "defaultValue": null, "description": "Limit result to draft merge requests.", "name": "draft", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Limit results to approved merge requests.", "name": "approved", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created after this timestamp.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created before this timestamp.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated after this timestamp.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated before this timestamp.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Array of label names. All resolved merge requests will have all of these labels.", "name": "labels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge requests merged after this date.", "name": "mergedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests merged before this date.", "name": "mergedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Title of the milestone.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "created_desc", "description": "Sort merge requests by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "MergeRequestSort", "ofType": null } }, { "defaultValue": null, "description": "List of negated arguments.\nWarning: this argument is experimental and a subject to change in future.\n", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "MergeRequestsResolverNegatedParams", "ofType": null } }, { "defaultValue": null, "description": "The full-path of the project the authored merge requests should be in.\nIncompatible with projectId.\n", "name": "projectPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The global ID of the project the authored merge requests should be in.\nIncompatible with projectPath.\n", "name": "projectId", "type": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } }, { "defaultValue": null, "description": "Username of the assignee.", "name": "assigneeUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Username of the reviewer.", "name": "reviewerUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Merge requests authored by the user.", "isDeprecated": false, "name": "authoredMergeRequests", "type": { "kind": "OBJECT", "name": "MergeRequestConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL of the user's avatar.", "isDeprecated": false, "name": "avatarUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the user is a bot.", "isDeprecated": false, "name": "bot", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "User callouts that belong to the user.", "isDeprecated": false, "name": "callouts", "type": { "kind": "OBJECT", "name": "UserCalloutConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User's default commit email.", "isDeprecated": false, "name": "commitEmail", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": "This was renamed. Please use `User.publicEmail`. Deprecated in 13.7.", "description": "User email. Deprecated in 13.7: This was renamed.", "isDeprecated": true, "name": "email", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "User's email addresses.", "isDeprecated": false, "name": "emails", "type": { "kind": "OBJECT", "name": "EmailConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether Gitpod is enabled at the user level.", "isDeprecated": false, "name": "gitpodEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Group count for the user.", "isDeprecated": false, "name": "groupCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Group memberships of the user.", "isDeprecated": false, "name": "groupMemberships", "type": { "kind": "OBJECT", "name": "GroupMemberConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter by permissions the user has on groups.", "name": "permissionScope", "type": { "kind": "ENUM", "name": "GroupPermission", "ofType": null } }, { "defaultValue": null, "description": "Search by group name or path.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Groups where the user has access.", "isDeprecated": false, "name": "groups", "type": { "kind": "OBJECT", "name": "GroupConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the user.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Location of the user.", "isDeprecated": false, "name": "location", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Details of this user's interactions with the merge request.", "isDeprecated": false, "name": "mergeRequestInteraction", "type": { "kind": "OBJECT", "name": "UserMergeRequestInteraction", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Human-readable name of the user. Returns `****` if the user is a project bot and the requester does not have permission to view the project.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Personal namespace of the user.", "isDeprecated": false, "name": "namespace", "type": { "kind": "OBJECT", "name": "Namespace", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "User's custom namespace commit emails.", "isDeprecated": false, "name": "namespaceCommitEmails", "type": { "kind": "OBJECT", "name": "NamespaceCommitEmailConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path to the Gitpod section within user preferences.", "isDeprecated": false, "name": "preferencesGitpodPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path to enable Gitpod for the user.", "isDeprecated": false, "name": "profileEnableGitpodPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Project memberships of the user.", "isDeprecated": false, "name": "projectMemberships", "type": { "kind": "OBJECT", "name": "ProjectMemberConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User's public email.", "isDeprecated": false, "name": "publicEmail", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Array of IIDs of merge requests, for example `[1, 2]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of source branch names.\nAll resolved merge requests will have one of these branches as their source.\n", "name": "sourceBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of target branch names.\nAll resolved merge requests will have one of these branches as their target.\n", "name": "targetBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge request state. If provided, all resolved merge requests will have this state.", "name": "state", "type": { "kind": "ENUM", "name": "MergeRequestState", "ofType": null } }, { "defaultValue": null, "description": "Limit result to draft merge requests.", "name": "draft", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Limit results to approved merge requests.", "name": "approved", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created after this timestamp.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created before this timestamp.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated after this timestamp.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated before this timestamp.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Array of label names. All resolved merge requests will have all of these labels.", "name": "labels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge requests merged after this date.", "name": "mergedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests merged before this date.", "name": "mergedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Title of the milestone.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "created_desc", "description": "Sort merge requests by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "MergeRequestSort", "ofType": null } }, { "defaultValue": null, "description": "List of negated arguments.\nWarning: this argument is experimental and a subject to change in future.\n", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "MergeRequestsResolverNegatedParams", "ofType": null } }, { "defaultValue": null, "description": "The full-path of the project the authored merge requests should be in.\nIncompatible with projectId.\n", "name": "projectPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The global ID of the project the authored merge requests should be in.\nIncompatible with projectPath.\n", "name": "projectId", "type": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } }, { "defaultValue": null, "description": "Username of the author.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Username of the assignee.", "name": "assigneeUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Merge requests assigned to the user for review.", "isDeprecated": false, "name": "reviewRequestedMergeRequests", "type": { "kind": "OBJECT", "name": "MergeRequestConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Saved replies authored by the user. Will not return saved replies if `saved_replies` feature flag is disabled.", "isDeprecated": false, "name": "savedReplies", "type": { "kind": "OBJECT", "name": "SavedReplyConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of a saved reply.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "UsersSavedReplyID", "ofType": null } } } ], "deprecationReason": null, "description": "Saved reply authored by the user. Will not return saved reply if `saved_replies` feature flag is disabled.", "isDeprecated": false, "name": "savedReply", "type": { "kind": "OBJECT", "name": "SavedReply", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Array of global snippet IDs. For example, `gid://gitlab/ProjectSnippet/1`.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "SnippetID", "ofType": null } } } }, { "defaultValue": null, "description": "Visibility of the snippet.", "name": "visibility", "type": { "kind": "ENUM", "name": "VisibilityScopesEnum", "ofType": null } }, { "defaultValue": null, "description": "Type of snippet.", "name": "type", "type": { "kind": "ENUM", "name": "TypeEnum", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Snippets authored by the user.", "isDeprecated": false, "name": "snippets", "type": { "kind": "OBJECT", "name": "SnippetConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Search query.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Projects starred by the user.", "isDeprecated": false, "name": "starredProjects", "type": { "kind": "OBJECT", "name": "ProjectConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "State of the user.", "isDeprecated": false, "name": "state", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "UserState", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "User status.", "isDeprecated": false, "name": "status", "type": { "kind": "OBJECT", "name": "UserStatus", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "List timelogs within a date range where the logged date is equal to or after startDate.", "name": "startDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs within a date range where the logged date is equal to or before endDate.", "name": "endDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs within a time range where the logged time is equal to or after startTime.", "name": "startTime", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs within a time range where the logged time is equal to or before endTime.", "name": "endTime", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs for a project.", "name": "projectId", "type": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } }, { "defaultValue": null, "description": "List timelogs for a group.", "name": "groupId", "type": { "kind": "SCALAR", "name": "GroupID", "ofType": null } }, { "defaultValue": null, "description": "List timelogs for a user.", "name": "username", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "SPENT_AT_ASC", "description": "List timelogs in a particular order.", "name": "sort", "type": { "kind": "ENUM", "name": "TimelogSort", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Time logged by the user.", "isDeprecated": false, "name": "timelogs", "type": { "kind": "OBJECT", "name": "TimelogConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Action to be filtered.", "name": "action", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TodoActionEnum", "ofType": null } } } }, { "defaultValue": null, "description": "ID of an author.", "name": "authorId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "ID of a project.", "name": "projectId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "ID of a group.", "name": "groupId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "State of the todo.", "name": "state", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TodoStateEnum", "ofType": null } } } }, { "defaultValue": null, "description": "Type of the todo.", "name": "type", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TodoTargetEnum", "ofType": null } } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "To-do items of the user.", "isDeprecated": false, "name": "todos", "type": { "kind": "OBJECT", "name": "TodoConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.10.", "description": "Achievements for the user. Only returns for namespaces where the `achievements` feature flag is enabled. Introduced in 15.10: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "userAchievements", "type": { "kind": "OBJECT", "name": "UserAchievementConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Permissions for the current user on the resource.", "isDeprecated": false, "name": "userPermissions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserPermissions", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Username of the user. Unique within this instance of GitLab.", "isDeprecated": false, "name": "username", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web path of the user.", "isDeprecated": false, "name": "webPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web URL of the user.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "User", "ofType": null } ], "kind": "OBJECT", "name": "MergeRequestAssignee", "possibleTypes": null }, { "description": "The connection type for MergeRequestAssignee.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "MergeRequestAssigneeEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "MergeRequestAssignee", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MergeRequestAssigneeConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "MergeRequestAssignee", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MergeRequestAssigneeEdge", "possibleTypes": null }, { "description": "The author of the merge request.", "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Array of IIDs of merge requests, for example `[1, 2]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of source branch names.\nAll resolved merge requests will have one of these branches as their source.\n", "name": "sourceBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of target branch names.\nAll resolved merge requests will have one of these branches as their target.\n", "name": "targetBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge request state. If provided, all resolved merge requests will have this state.", "name": "state", "type": { "kind": "ENUM", "name": "MergeRequestState", "ofType": null } }, { "defaultValue": null, "description": "Limit result to draft merge requests.", "name": "draft", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Limit results to approved merge requests.", "name": "approved", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created after this timestamp.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created before this timestamp.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated after this timestamp.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated before this timestamp.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Array of label names. All resolved merge requests will have all of these labels.", "name": "labels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge requests merged after this date.", "name": "mergedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests merged before this date.", "name": "mergedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Title of the milestone.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "created_desc", "description": "Sort merge requests by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "MergeRequestSort", "ofType": null } }, { "defaultValue": null, "description": "List of negated arguments.\nWarning: this argument is experimental and a subject to change in future.\n", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "MergeRequestsResolverNegatedParams", "ofType": null } }, { "defaultValue": null, "description": "The full-path of the project the authored merge requests should be in.\nIncompatible with projectId.\n", "name": "projectPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The global ID of the project the authored merge requests should be in.\nIncompatible with projectPath.\n", "name": "projectId", "type": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } }, { "defaultValue": null, "description": "Username of the author.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Username of the reviewer.", "name": "reviewerUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Merge requests assigned to the user.", "isDeprecated": false, "name": "assignedMergeRequests", "type": { "kind": "OBJECT", "name": "MergeRequestConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Array of IIDs of merge requests, for example `[1, 2]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of source branch names.\nAll resolved merge requests will have one of these branches as their source.\n", "name": "sourceBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of target branch names.\nAll resolved merge requests will have one of these branches as their target.\n", "name": "targetBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge request state. If provided, all resolved merge requests will have this state.", "name": "state", "type": { "kind": "ENUM", "name": "MergeRequestState", "ofType": null } }, { "defaultValue": null, "description": "Limit result to draft merge requests.", "name": "draft", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Limit results to approved merge requests.", "name": "approved", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created after this timestamp.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created before this timestamp.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated after this timestamp.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated before this timestamp.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Array of label names. All resolved merge requests will have all of these labels.", "name": "labels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge requests merged after this date.", "name": "mergedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests merged before this date.", "name": "mergedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Title of the milestone.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "created_desc", "description": "Sort merge requests by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "MergeRequestSort", "ofType": null } }, { "defaultValue": null, "description": "List of negated arguments.\nWarning: this argument is experimental and a subject to change in future.\n", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "MergeRequestsResolverNegatedParams", "ofType": null } }, { "defaultValue": null, "description": "The full-path of the project the authored merge requests should be in.\nIncompatible with projectId.\n", "name": "projectPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The global ID of the project the authored merge requests should be in.\nIncompatible with projectPath.\n", "name": "projectId", "type": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } }, { "defaultValue": null, "description": "Username of the assignee.", "name": "assigneeUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Username of the reviewer.", "name": "reviewerUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Merge requests authored by the user.", "isDeprecated": false, "name": "authoredMergeRequests", "type": { "kind": "OBJECT", "name": "MergeRequestConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL of the user's avatar.", "isDeprecated": false, "name": "avatarUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the user is a bot.", "isDeprecated": false, "name": "bot", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "User callouts that belong to the user.", "isDeprecated": false, "name": "callouts", "type": { "kind": "OBJECT", "name": "UserCalloutConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User's default commit email.", "isDeprecated": false, "name": "commitEmail", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": "This was renamed. Please use `User.publicEmail`. Deprecated in 13.7.", "description": "User email. Deprecated in 13.7: This was renamed.", "isDeprecated": true, "name": "email", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "User's email addresses.", "isDeprecated": false, "name": "emails", "type": { "kind": "OBJECT", "name": "EmailConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether Gitpod is enabled at the user level.", "isDeprecated": false, "name": "gitpodEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Group count for the user.", "isDeprecated": false, "name": "groupCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Group memberships of the user.", "isDeprecated": false, "name": "groupMemberships", "type": { "kind": "OBJECT", "name": "GroupMemberConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter by permissions the user has on groups.", "name": "permissionScope", "type": { "kind": "ENUM", "name": "GroupPermission", "ofType": null } }, { "defaultValue": null, "description": "Search by group name or path.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Groups where the user has access.", "isDeprecated": false, "name": "groups", "type": { "kind": "OBJECT", "name": "GroupConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the user.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Location of the user.", "isDeprecated": false, "name": "location", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Details of this user's interactions with the merge request.", "isDeprecated": false, "name": "mergeRequestInteraction", "type": { "kind": "OBJECT", "name": "UserMergeRequestInteraction", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Human-readable name of the user. Returns `****` if the user is a project bot and the requester does not have permission to view the project.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Personal namespace of the user.", "isDeprecated": false, "name": "namespace", "type": { "kind": "OBJECT", "name": "Namespace", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "User's custom namespace commit emails.", "isDeprecated": false, "name": "namespaceCommitEmails", "type": { "kind": "OBJECT", "name": "NamespaceCommitEmailConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path to the Gitpod section within user preferences.", "isDeprecated": false, "name": "preferencesGitpodPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path to enable Gitpod for the user.", "isDeprecated": false, "name": "profileEnableGitpodPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Project memberships of the user.", "isDeprecated": false, "name": "projectMemberships", "type": { "kind": "OBJECT", "name": "ProjectMemberConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User's public email.", "isDeprecated": false, "name": "publicEmail", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Array of IIDs of merge requests, for example `[1, 2]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of source branch names.\nAll resolved merge requests will have one of these branches as their source.\n", "name": "sourceBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of target branch names.\nAll resolved merge requests will have one of these branches as their target.\n", "name": "targetBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge request state. If provided, all resolved merge requests will have this state.", "name": "state", "type": { "kind": "ENUM", "name": "MergeRequestState", "ofType": null } }, { "defaultValue": null, "description": "Limit result to draft merge requests.", "name": "draft", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Limit results to approved merge requests.", "name": "approved", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created after this timestamp.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created before this timestamp.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated after this timestamp.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated before this timestamp.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Array of label names. All resolved merge requests will have all of these labels.", "name": "labels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge requests merged after this date.", "name": "mergedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests merged before this date.", "name": "mergedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Title of the milestone.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "created_desc", "description": "Sort merge requests by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "MergeRequestSort", "ofType": null } }, { "defaultValue": null, "description": "List of negated arguments.\nWarning: this argument is experimental and a subject to change in future.\n", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "MergeRequestsResolverNegatedParams", "ofType": null } }, { "defaultValue": null, "description": "The full-path of the project the authored merge requests should be in.\nIncompatible with projectId.\n", "name": "projectPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The global ID of the project the authored merge requests should be in.\nIncompatible with projectPath.\n", "name": "projectId", "type": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } }, { "defaultValue": null, "description": "Username of the author.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Username of the assignee.", "name": "assigneeUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Merge requests assigned to the user for review.", "isDeprecated": false, "name": "reviewRequestedMergeRequests", "type": { "kind": "OBJECT", "name": "MergeRequestConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Saved replies authored by the user. Will not return saved replies if `saved_replies` feature flag is disabled.", "isDeprecated": false, "name": "savedReplies", "type": { "kind": "OBJECT", "name": "SavedReplyConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of a saved reply.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "UsersSavedReplyID", "ofType": null } } } ], "deprecationReason": null, "description": "Saved reply authored by the user. Will not return saved reply if `saved_replies` feature flag is disabled.", "isDeprecated": false, "name": "savedReply", "type": { "kind": "OBJECT", "name": "SavedReply", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Array of global snippet IDs. For example, `gid://gitlab/ProjectSnippet/1`.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "SnippetID", "ofType": null } } } }, { "defaultValue": null, "description": "Visibility of the snippet.", "name": "visibility", "type": { "kind": "ENUM", "name": "VisibilityScopesEnum", "ofType": null } }, { "defaultValue": null, "description": "Type of snippet.", "name": "type", "type": { "kind": "ENUM", "name": "TypeEnum", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Snippets authored by the user.", "isDeprecated": false, "name": "snippets", "type": { "kind": "OBJECT", "name": "SnippetConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Search query.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Projects starred by the user.", "isDeprecated": false, "name": "starredProjects", "type": { "kind": "OBJECT", "name": "ProjectConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "State of the user.", "isDeprecated": false, "name": "state", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "UserState", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "User status.", "isDeprecated": false, "name": "status", "type": { "kind": "OBJECT", "name": "UserStatus", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "List timelogs within a date range where the logged date is equal to or after startDate.", "name": "startDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs within a date range where the logged date is equal to or before endDate.", "name": "endDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs within a time range where the logged time is equal to or after startTime.", "name": "startTime", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs within a time range where the logged time is equal to or before endTime.", "name": "endTime", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs for a project.", "name": "projectId", "type": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } }, { "defaultValue": null, "description": "List timelogs for a group.", "name": "groupId", "type": { "kind": "SCALAR", "name": "GroupID", "ofType": null } }, { "defaultValue": null, "description": "List timelogs for a user.", "name": "username", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "SPENT_AT_ASC", "description": "List timelogs in a particular order.", "name": "sort", "type": { "kind": "ENUM", "name": "TimelogSort", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Time logged by the user.", "isDeprecated": false, "name": "timelogs", "type": { "kind": "OBJECT", "name": "TimelogConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Action to be filtered.", "name": "action", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TodoActionEnum", "ofType": null } } } }, { "defaultValue": null, "description": "ID of an author.", "name": "authorId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "ID of a project.", "name": "projectId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "ID of a group.", "name": "groupId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "State of the todo.", "name": "state", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TodoStateEnum", "ofType": null } } } }, { "defaultValue": null, "description": "Type of the todo.", "name": "type", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TodoTargetEnum", "ofType": null } } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "To-do items of the user.", "isDeprecated": false, "name": "todos", "type": { "kind": "OBJECT", "name": "TodoConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.10.", "description": "Achievements for the user. Only returns for namespaces where the `achievements` feature flag is enabled. Introduced in 15.10: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "userAchievements", "type": { "kind": "OBJECT", "name": "UserAchievementConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Permissions for the current user on the resource.", "isDeprecated": false, "name": "userPermissions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserPermissions", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Username of the user. Unique within this instance of GitLab.", "isDeprecated": false, "name": "username", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web path of the user.", "isDeprecated": false, "name": "webPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web URL of the user.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "User", "ofType": null } ], "kind": "OBJECT", "name": "MergeRequestAuthor", "possibleTypes": null }, { "description": "The connection type for MergeRequest.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total count of collection.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "MergeRequestEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "MergeRequest", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Total sum of time to merge, in seconds, for the collection of merge requests.", "isDeprecated": false, "name": "totalTimeToMerge", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MergeRequestConnection", "possibleTypes": null }, { "description": "Autogenerated input type of MergeRequestCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Project full path the merge request is associated with.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Title of the merge request.", "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Source branch of the merge request.", "name": "sourceBranch", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Target branch of the merge request.", "name": "targetBranch", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Description of the merge request (Markdown rendered as HTML for caching).", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Labels of the merge request.", "name": "labels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "MergeRequestCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of MergeRequestCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Merge request after mutation.", "isDeprecated": false, "name": "mergeRequest", "type": { "kind": "OBJECT", "name": "MergeRequest", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MergeRequestCreatePayload", "possibleTypes": null }, { "description": "Represents the Geo sync and verification state of a Merge Request diff", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Timestamp when the MergeRequestDiffRegistry was created", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the MergeRequestDiffRegistry", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Error message during sync of the MergeRequestDiffRegistry", "isDeprecated": false, "name": "lastSyncFailure", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent successful sync of the MergeRequestDiffRegistry", "isDeprecated": false, "name": "lastSyncedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the Merge Request diff.", "isDeprecated": false, "name": "mergeRequestDiffId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp after which the MergeRequestDiffRegistry is resynced", "isDeprecated": false, "name": "retryAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of consecutive failed sync attempts of the MergeRequestDiffRegistry", "isDeprecated": false, "name": "retryCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Sync state of the MergeRequestDiffRegistry", "isDeprecated": false, "name": "state", "type": { "kind": "ENUM", "name": "RegistryState", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp after which the MergeRequestDiffRegistry is reverified", "isDeprecated": false, "name": "verificationRetryAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent successful verification of the MergeRequestDiffRegistry", "isDeprecated": false, "name": "verifiedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MergeRequestDiffRegistry", "possibleTypes": null }, { "description": "The connection type for MergeRequestDiffRegistry.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "MergeRequestDiffRegistryEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "MergeRequestDiffRegistry", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MergeRequestDiffRegistryConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "MergeRequestDiffRegistry", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MergeRequestDiffRegistryEdge", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "MergeRequest", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MergeRequestEdge", "possibleTypes": null }, { "description": "A `MergeRequestID` is a global ID. It is encoded as a string.\n\nAn example `MergeRequestID` is: `\"gid://gitlab/MergeRequest/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "MergeRequestID", "possibleTypes": null }, { "description": "New state to apply to a merge request.", "enumValues": [ { "deprecationReason": null, "description": "Open the merge request if it is closed.", "isDeprecated": false, "name": "OPEN" }, { "deprecationReason": null, "description": "Close the merge request if it is open.", "isDeprecated": false, "name": "CLOSED" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "MergeRequestNewState", "possibleTypes": null }, { "description": "A user participating in a merge request.", "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Array of IIDs of merge requests, for example `[1, 2]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of source branch names.\nAll resolved merge requests will have one of these branches as their source.\n", "name": "sourceBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of target branch names.\nAll resolved merge requests will have one of these branches as their target.\n", "name": "targetBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge request state. If provided, all resolved merge requests will have this state.", "name": "state", "type": { "kind": "ENUM", "name": "MergeRequestState", "ofType": null } }, { "defaultValue": null, "description": "Limit result to draft merge requests.", "name": "draft", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Limit results to approved merge requests.", "name": "approved", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created after this timestamp.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created before this timestamp.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated after this timestamp.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated before this timestamp.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Array of label names. All resolved merge requests will have all of these labels.", "name": "labels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge requests merged after this date.", "name": "mergedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests merged before this date.", "name": "mergedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Title of the milestone.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "created_desc", "description": "Sort merge requests by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "MergeRequestSort", "ofType": null } }, { "defaultValue": null, "description": "List of negated arguments.\nWarning: this argument is experimental and a subject to change in future.\n", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "MergeRequestsResolverNegatedParams", "ofType": null } }, { "defaultValue": null, "description": "The full-path of the project the authored merge requests should be in.\nIncompatible with projectId.\n", "name": "projectPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The global ID of the project the authored merge requests should be in.\nIncompatible with projectPath.\n", "name": "projectId", "type": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } }, { "defaultValue": null, "description": "Username of the author.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Username of the reviewer.", "name": "reviewerUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Merge requests assigned to the user.", "isDeprecated": false, "name": "assignedMergeRequests", "type": { "kind": "OBJECT", "name": "MergeRequestConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Array of IIDs of merge requests, for example `[1, 2]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of source branch names.\nAll resolved merge requests will have one of these branches as their source.\n", "name": "sourceBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of target branch names.\nAll resolved merge requests will have one of these branches as their target.\n", "name": "targetBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge request state. If provided, all resolved merge requests will have this state.", "name": "state", "type": { "kind": "ENUM", "name": "MergeRequestState", "ofType": null } }, { "defaultValue": null, "description": "Limit result to draft merge requests.", "name": "draft", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Limit results to approved merge requests.", "name": "approved", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created after this timestamp.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created before this timestamp.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated after this timestamp.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated before this timestamp.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Array of label names. All resolved merge requests will have all of these labels.", "name": "labels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge requests merged after this date.", "name": "mergedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests merged before this date.", "name": "mergedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Title of the milestone.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "created_desc", "description": "Sort merge requests by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "MergeRequestSort", "ofType": null } }, { "defaultValue": null, "description": "List of negated arguments.\nWarning: this argument is experimental and a subject to change in future.\n", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "MergeRequestsResolverNegatedParams", "ofType": null } }, { "defaultValue": null, "description": "The full-path of the project the authored merge requests should be in.\nIncompatible with projectId.\n", "name": "projectPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The global ID of the project the authored merge requests should be in.\nIncompatible with projectPath.\n", "name": "projectId", "type": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } }, { "defaultValue": null, "description": "Username of the assignee.", "name": "assigneeUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Username of the reviewer.", "name": "reviewerUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Merge requests authored by the user.", "isDeprecated": false, "name": "authoredMergeRequests", "type": { "kind": "OBJECT", "name": "MergeRequestConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL of the user's avatar.", "isDeprecated": false, "name": "avatarUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the user is a bot.", "isDeprecated": false, "name": "bot", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "User callouts that belong to the user.", "isDeprecated": false, "name": "callouts", "type": { "kind": "OBJECT", "name": "UserCalloutConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User's default commit email.", "isDeprecated": false, "name": "commitEmail", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": "This was renamed. Please use `User.publicEmail`. Deprecated in 13.7.", "description": "User email. Deprecated in 13.7: This was renamed.", "isDeprecated": true, "name": "email", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "User's email addresses.", "isDeprecated": false, "name": "emails", "type": { "kind": "OBJECT", "name": "EmailConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether Gitpod is enabled at the user level.", "isDeprecated": false, "name": "gitpodEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Group count for the user.", "isDeprecated": false, "name": "groupCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Group memberships of the user.", "isDeprecated": false, "name": "groupMemberships", "type": { "kind": "OBJECT", "name": "GroupMemberConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter by permissions the user has on groups.", "name": "permissionScope", "type": { "kind": "ENUM", "name": "GroupPermission", "ofType": null } }, { "defaultValue": null, "description": "Search by group name or path.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Groups where the user has access.", "isDeprecated": false, "name": "groups", "type": { "kind": "OBJECT", "name": "GroupConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the user.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Location of the user.", "isDeprecated": false, "name": "location", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Details of this user's interactions with the merge request.", "isDeprecated": false, "name": "mergeRequestInteraction", "type": { "kind": "OBJECT", "name": "UserMergeRequestInteraction", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Human-readable name of the user. Returns `****` if the user is a project bot and the requester does not have permission to view the project.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Personal namespace of the user.", "isDeprecated": false, "name": "namespace", "type": { "kind": "OBJECT", "name": "Namespace", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "User's custom namespace commit emails.", "isDeprecated": false, "name": "namespaceCommitEmails", "type": { "kind": "OBJECT", "name": "NamespaceCommitEmailConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path to the Gitpod section within user preferences.", "isDeprecated": false, "name": "preferencesGitpodPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path to enable Gitpod for the user.", "isDeprecated": false, "name": "profileEnableGitpodPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Project memberships of the user.", "isDeprecated": false, "name": "projectMemberships", "type": { "kind": "OBJECT", "name": "ProjectMemberConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User's public email.", "isDeprecated": false, "name": "publicEmail", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Array of IIDs of merge requests, for example `[1, 2]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of source branch names.\nAll resolved merge requests will have one of these branches as their source.\n", "name": "sourceBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of target branch names.\nAll resolved merge requests will have one of these branches as their target.\n", "name": "targetBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge request state. If provided, all resolved merge requests will have this state.", "name": "state", "type": { "kind": "ENUM", "name": "MergeRequestState", "ofType": null } }, { "defaultValue": null, "description": "Limit result to draft merge requests.", "name": "draft", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Limit results to approved merge requests.", "name": "approved", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created after this timestamp.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created before this timestamp.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated after this timestamp.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated before this timestamp.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Array of label names. All resolved merge requests will have all of these labels.", "name": "labels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge requests merged after this date.", "name": "mergedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests merged before this date.", "name": "mergedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Title of the milestone.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "created_desc", "description": "Sort merge requests by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "MergeRequestSort", "ofType": null } }, { "defaultValue": null, "description": "List of negated arguments.\nWarning: this argument is experimental and a subject to change in future.\n", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "MergeRequestsResolverNegatedParams", "ofType": null } }, { "defaultValue": null, "description": "The full-path of the project the authored merge requests should be in.\nIncompatible with projectId.\n", "name": "projectPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The global ID of the project the authored merge requests should be in.\nIncompatible with projectPath.\n", "name": "projectId", "type": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } }, { "defaultValue": null, "description": "Username of the author.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Username of the assignee.", "name": "assigneeUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Merge requests assigned to the user for review.", "isDeprecated": false, "name": "reviewRequestedMergeRequests", "type": { "kind": "OBJECT", "name": "MergeRequestConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Saved replies authored by the user. Will not return saved replies if `saved_replies` feature flag is disabled.", "isDeprecated": false, "name": "savedReplies", "type": { "kind": "OBJECT", "name": "SavedReplyConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of a saved reply.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "UsersSavedReplyID", "ofType": null } } } ], "deprecationReason": null, "description": "Saved reply authored by the user. Will not return saved reply if `saved_replies` feature flag is disabled.", "isDeprecated": false, "name": "savedReply", "type": { "kind": "OBJECT", "name": "SavedReply", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Array of global snippet IDs. For example, `gid://gitlab/ProjectSnippet/1`.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "SnippetID", "ofType": null } } } }, { "defaultValue": null, "description": "Visibility of the snippet.", "name": "visibility", "type": { "kind": "ENUM", "name": "VisibilityScopesEnum", "ofType": null } }, { "defaultValue": null, "description": "Type of snippet.", "name": "type", "type": { "kind": "ENUM", "name": "TypeEnum", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Snippets authored by the user.", "isDeprecated": false, "name": "snippets", "type": { "kind": "OBJECT", "name": "SnippetConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Search query.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Projects starred by the user.", "isDeprecated": false, "name": "starredProjects", "type": { "kind": "OBJECT", "name": "ProjectConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "State of the user.", "isDeprecated": false, "name": "state", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "UserState", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "User status.", "isDeprecated": false, "name": "status", "type": { "kind": "OBJECT", "name": "UserStatus", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "List timelogs within a date range where the logged date is equal to or after startDate.", "name": "startDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs within a date range where the logged date is equal to or before endDate.", "name": "endDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs within a time range where the logged time is equal to or after startTime.", "name": "startTime", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs within a time range where the logged time is equal to or before endTime.", "name": "endTime", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs for a project.", "name": "projectId", "type": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } }, { "defaultValue": null, "description": "List timelogs for a group.", "name": "groupId", "type": { "kind": "SCALAR", "name": "GroupID", "ofType": null } }, { "defaultValue": null, "description": "List timelogs for a user.", "name": "username", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "SPENT_AT_ASC", "description": "List timelogs in a particular order.", "name": "sort", "type": { "kind": "ENUM", "name": "TimelogSort", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Time logged by the user.", "isDeprecated": false, "name": "timelogs", "type": { "kind": "OBJECT", "name": "TimelogConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Action to be filtered.", "name": "action", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TodoActionEnum", "ofType": null } } } }, { "defaultValue": null, "description": "ID of an author.", "name": "authorId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "ID of a project.", "name": "projectId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "ID of a group.", "name": "groupId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "State of the todo.", "name": "state", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TodoStateEnum", "ofType": null } } } }, { "defaultValue": null, "description": "Type of the todo.", "name": "type", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TodoTargetEnum", "ofType": null } } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "To-do items of the user.", "isDeprecated": false, "name": "todos", "type": { "kind": "OBJECT", "name": "TodoConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.10.", "description": "Achievements for the user. Only returns for namespaces where the `achievements` feature flag is enabled. Introduced in 15.10: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "userAchievements", "type": { "kind": "OBJECT", "name": "UserAchievementConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Permissions for the current user on the resource.", "isDeprecated": false, "name": "userPermissions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserPermissions", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Username of the user. Unique within this instance of GitLab.", "isDeprecated": false, "name": "username", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web path of the user.", "isDeprecated": false, "name": "webPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web URL of the user.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "User", "ofType": null } ], "kind": "OBJECT", "name": "MergeRequestParticipant", "possibleTypes": null }, { "description": "The connection type for MergeRequestParticipant.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "MergeRequestParticipantEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "MergeRequestParticipant", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MergeRequestParticipantConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "MergeRequestParticipant", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MergeRequestParticipantEdge", "possibleTypes": null }, { "description": "Check permissions for the current user on a merge request", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `admin_merge_request` on this resource", "isDeprecated": false, "name": "adminMergeRequest", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `can_approve` on this resource", "isDeprecated": false, "name": "canApprove", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `can_merge` on this resource", "isDeprecated": false, "name": "canMerge", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `cherry_pick_on_current_merge_request` on this resource", "isDeprecated": false, "name": "cherryPickOnCurrentMergeRequest", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `create_note` on this resource", "isDeprecated": false, "name": "createNote", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `push_to_source_branch` on this resource", "isDeprecated": false, "name": "pushToSourceBranch", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `read_merge_request` on this resource", "isDeprecated": false, "name": "readMergeRequest", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `remove_source_branch` on this resource", "isDeprecated": false, "name": "removeSourceBranch", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `revert_on_current_merge_request` on this resource", "isDeprecated": false, "name": "revertOnCurrentMergeRequest", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `update_merge_request` on this resource", "isDeprecated": false, "name": "updateMergeRequest", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MergeRequestPermissions", "possibleTypes": null }, { "description": "State of a review of a GitLab merge request.", "enumValues": [ { "deprecationReason": null, "description": "The merge request is unreviewed.", "isDeprecated": false, "name": "UNREVIEWED" }, { "deprecationReason": null, "description": "The merge request is reviewed.", "isDeprecated": false, "name": "REVIEWED" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "MergeRequestReviewState", "possibleTypes": null }, { "description": "A user assigned to a merge request as a reviewer.", "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Array of IIDs of merge requests, for example `[1, 2]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of source branch names.\nAll resolved merge requests will have one of these branches as their source.\n", "name": "sourceBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of target branch names.\nAll resolved merge requests will have one of these branches as their target.\n", "name": "targetBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge request state. If provided, all resolved merge requests will have this state.", "name": "state", "type": { "kind": "ENUM", "name": "MergeRequestState", "ofType": null } }, { "defaultValue": null, "description": "Limit result to draft merge requests.", "name": "draft", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Limit results to approved merge requests.", "name": "approved", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created after this timestamp.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created before this timestamp.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated after this timestamp.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated before this timestamp.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Array of label names. All resolved merge requests will have all of these labels.", "name": "labels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge requests merged after this date.", "name": "mergedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests merged before this date.", "name": "mergedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Title of the milestone.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "created_desc", "description": "Sort merge requests by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "MergeRequestSort", "ofType": null } }, { "defaultValue": null, "description": "List of negated arguments.\nWarning: this argument is experimental and a subject to change in future.\n", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "MergeRequestsResolverNegatedParams", "ofType": null } }, { "defaultValue": null, "description": "The full-path of the project the authored merge requests should be in.\nIncompatible with projectId.\n", "name": "projectPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The global ID of the project the authored merge requests should be in.\nIncompatible with projectPath.\n", "name": "projectId", "type": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } }, { "defaultValue": null, "description": "Username of the author.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Username of the reviewer.", "name": "reviewerUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Merge requests assigned to the user.", "isDeprecated": false, "name": "assignedMergeRequests", "type": { "kind": "OBJECT", "name": "MergeRequestConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Array of IIDs of merge requests, for example `[1, 2]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of source branch names.\nAll resolved merge requests will have one of these branches as their source.\n", "name": "sourceBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of target branch names.\nAll resolved merge requests will have one of these branches as their target.\n", "name": "targetBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge request state. If provided, all resolved merge requests will have this state.", "name": "state", "type": { "kind": "ENUM", "name": "MergeRequestState", "ofType": null } }, { "defaultValue": null, "description": "Limit result to draft merge requests.", "name": "draft", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Limit results to approved merge requests.", "name": "approved", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created after this timestamp.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created before this timestamp.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated after this timestamp.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated before this timestamp.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Array of label names. All resolved merge requests will have all of these labels.", "name": "labels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge requests merged after this date.", "name": "mergedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests merged before this date.", "name": "mergedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Title of the milestone.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "created_desc", "description": "Sort merge requests by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "MergeRequestSort", "ofType": null } }, { "defaultValue": null, "description": "List of negated arguments.\nWarning: this argument is experimental and a subject to change in future.\n", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "MergeRequestsResolverNegatedParams", "ofType": null } }, { "defaultValue": null, "description": "The full-path of the project the authored merge requests should be in.\nIncompatible with projectId.\n", "name": "projectPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The global ID of the project the authored merge requests should be in.\nIncompatible with projectPath.\n", "name": "projectId", "type": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } }, { "defaultValue": null, "description": "Username of the assignee.", "name": "assigneeUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Username of the reviewer.", "name": "reviewerUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Merge requests authored by the user.", "isDeprecated": false, "name": "authoredMergeRequests", "type": { "kind": "OBJECT", "name": "MergeRequestConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL of the user's avatar.", "isDeprecated": false, "name": "avatarUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the user is a bot.", "isDeprecated": false, "name": "bot", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "User callouts that belong to the user.", "isDeprecated": false, "name": "callouts", "type": { "kind": "OBJECT", "name": "UserCalloutConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User's default commit email.", "isDeprecated": false, "name": "commitEmail", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": "This was renamed. Please use `User.publicEmail`. Deprecated in 13.7.", "description": "User email. Deprecated in 13.7: This was renamed.", "isDeprecated": true, "name": "email", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "User's email addresses.", "isDeprecated": false, "name": "emails", "type": { "kind": "OBJECT", "name": "EmailConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether Gitpod is enabled at the user level.", "isDeprecated": false, "name": "gitpodEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Group count for the user.", "isDeprecated": false, "name": "groupCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Group memberships of the user.", "isDeprecated": false, "name": "groupMemberships", "type": { "kind": "OBJECT", "name": "GroupMemberConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter by permissions the user has on groups.", "name": "permissionScope", "type": { "kind": "ENUM", "name": "GroupPermission", "ofType": null } }, { "defaultValue": null, "description": "Search by group name or path.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Groups where the user has access.", "isDeprecated": false, "name": "groups", "type": { "kind": "OBJECT", "name": "GroupConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the user.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Location of the user.", "isDeprecated": false, "name": "location", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Details of this user's interactions with the merge request.", "isDeprecated": false, "name": "mergeRequestInteraction", "type": { "kind": "OBJECT", "name": "UserMergeRequestInteraction", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Human-readable name of the user. Returns `****` if the user is a project bot and the requester does not have permission to view the project.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Personal namespace of the user.", "isDeprecated": false, "name": "namespace", "type": { "kind": "OBJECT", "name": "Namespace", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "User's custom namespace commit emails.", "isDeprecated": false, "name": "namespaceCommitEmails", "type": { "kind": "OBJECT", "name": "NamespaceCommitEmailConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path to the Gitpod section within user preferences.", "isDeprecated": false, "name": "preferencesGitpodPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path to enable Gitpod for the user.", "isDeprecated": false, "name": "profileEnableGitpodPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Project memberships of the user.", "isDeprecated": false, "name": "projectMemberships", "type": { "kind": "OBJECT", "name": "ProjectMemberConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User's public email.", "isDeprecated": false, "name": "publicEmail", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Array of IIDs of merge requests, for example `[1, 2]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of source branch names.\nAll resolved merge requests will have one of these branches as their source.\n", "name": "sourceBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of target branch names.\nAll resolved merge requests will have one of these branches as their target.\n", "name": "targetBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge request state. If provided, all resolved merge requests will have this state.", "name": "state", "type": { "kind": "ENUM", "name": "MergeRequestState", "ofType": null } }, { "defaultValue": null, "description": "Limit result to draft merge requests.", "name": "draft", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Limit results to approved merge requests.", "name": "approved", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created after this timestamp.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created before this timestamp.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated after this timestamp.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated before this timestamp.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Array of label names. All resolved merge requests will have all of these labels.", "name": "labels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge requests merged after this date.", "name": "mergedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests merged before this date.", "name": "mergedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Title of the milestone.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "created_desc", "description": "Sort merge requests by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "MergeRequestSort", "ofType": null } }, { "defaultValue": null, "description": "List of negated arguments.\nWarning: this argument is experimental and a subject to change in future.\n", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "MergeRequestsResolverNegatedParams", "ofType": null } }, { "defaultValue": null, "description": "The full-path of the project the authored merge requests should be in.\nIncompatible with projectId.\n", "name": "projectPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The global ID of the project the authored merge requests should be in.\nIncompatible with projectPath.\n", "name": "projectId", "type": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } }, { "defaultValue": null, "description": "Username of the author.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Username of the assignee.", "name": "assigneeUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Merge requests assigned to the user for review.", "isDeprecated": false, "name": "reviewRequestedMergeRequests", "type": { "kind": "OBJECT", "name": "MergeRequestConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Saved replies authored by the user. Will not return saved replies if `saved_replies` feature flag is disabled.", "isDeprecated": false, "name": "savedReplies", "type": { "kind": "OBJECT", "name": "SavedReplyConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of a saved reply.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "UsersSavedReplyID", "ofType": null } } } ], "deprecationReason": null, "description": "Saved reply authored by the user. Will not return saved reply if `saved_replies` feature flag is disabled.", "isDeprecated": false, "name": "savedReply", "type": { "kind": "OBJECT", "name": "SavedReply", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Array of global snippet IDs. For example, `gid://gitlab/ProjectSnippet/1`.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "SnippetID", "ofType": null } } } }, { "defaultValue": null, "description": "Visibility of the snippet.", "name": "visibility", "type": { "kind": "ENUM", "name": "VisibilityScopesEnum", "ofType": null } }, { "defaultValue": null, "description": "Type of snippet.", "name": "type", "type": { "kind": "ENUM", "name": "TypeEnum", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Snippets authored by the user.", "isDeprecated": false, "name": "snippets", "type": { "kind": "OBJECT", "name": "SnippetConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Search query.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Projects starred by the user.", "isDeprecated": false, "name": "starredProjects", "type": { "kind": "OBJECT", "name": "ProjectConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "State of the user.", "isDeprecated": false, "name": "state", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "UserState", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "User status.", "isDeprecated": false, "name": "status", "type": { "kind": "OBJECT", "name": "UserStatus", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "List timelogs within a date range where the logged date is equal to or after startDate.", "name": "startDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs within a date range where the logged date is equal to or before endDate.", "name": "endDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs within a time range where the logged time is equal to or after startTime.", "name": "startTime", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs within a time range where the logged time is equal to or before endTime.", "name": "endTime", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs for a project.", "name": "projectId", "type": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } }, { "defaultValue": null, "description": "List timelogs for a group.", "name": "groupId", "type": { "kind": "SCALAR", "name": "GroupID", "ofType": null } }, { "defaultValue": null, "description": "List timelogs for a user.", "name": "username", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "SPENT_AT_ASC", "description": "List timelogs in a particular order.", "name": "sort", "type": { "kind": "ENUM", "name": "TimelogSort", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Time logged by the user.", "isDeprecated": false, "name": "timelogs", "type": { "kind": "OBJECT", "name": "TimelogConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Action to be filtered.", "name": "action", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TodoActionEnum", "ofType": null } } } }, { "defaultValue": null, "description": "ID of an author.", "name": "authorId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "ID of a project.", "name": "projectId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "ID of a group.", "name": "groupId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "State of the todo.", "name": "state", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TodoStateEnum", "ofType": null } } } }, { "defaultValue": null, "description": "Type of the todo.", "name": "type", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TodoTargetEnum", "ofType": null } } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "To-do items of the user.", "isDeprecated": false, "name": "todos", "type": { "kind": "OBJECT", "name": "TodoConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.10.", "description": "Achievements for the user. Only returns for namespaces where the `achievements` feature flag is enabled. Introduced in 15.10: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "userAchievements", "type": { "kind": "OBJECT", "name": "UserAchievementConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Permissions for the current user on the resource.", "isDeprecated": false, "name": "userPermissions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserPermissions", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Username of the user. Unique within this instance of GitLab.", "isDeprecated": false, "name": "username", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web path of the user.", "isDeprecated": false, "name": "webPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web URL of the user.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "User", "ofType": null } ], "kind": "OBJECT", "name": "MergeRequestReviewer", "possibleTypes": null }, { "description": "The connection type for MergeRequestReviewer.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "MergeRequestReviewerEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "MergeRequestReviewer", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MergeRequestReviewerConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "MergeRequestReviewer", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MergeRequestReviewerEdge", "possibleTypes": null }, { "description": "Autogenerated input type of MergeRequestReviewerRereview", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project the merge request to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the merge request to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "User ID for the user that has been requested for a new review.\n", "name": "userId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "UserID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "MergeRequestReviewerRereviewInput", "possibleTypes": null }, { "description": "Autogenerated return type of MergeRequestReviewerRereview", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Merge request after mutation.", "isDeprecated": false, "name": "mergeRequest", "type": { "kind": "OBJECT", "name": "MergeRequest", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MergeRequestReviewerRereviewPayload", "possibleTypes": null }, { "description": "Autogenerated input type of MergeRequestSetAssignees", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project the merge request to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the merge request to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Usernames to assign to the resource. Replaces existing assignees by default.", "name": "assigneeUsernames", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "defaultValue": "REPLACE", "description": "Operation to perform. Defaults to REPLACE.", "name": "operationMode", "type": { "kind": "ENUM", "name": "MutationOperationMode", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "MergeRequestSetAssigneesInput", "possibleTypes": null }, { "description": "Autogenerated return type of MergeRequestSetAssignees", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Merge request after mutation.", "isDeprecated": false, "name": "mergeRequest", "type": { "kind": "OBJECT", "name": "MergeRequest", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MergeRequestSetAssigneesPayload", "possibleTypes": null }, { "description": "Autogenerated input type of MergeRequestSetDraft", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project the merge request to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the merge request to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether or not to set the merge request as a draft.\n", "name": "draft", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "MergeRequestSetDraftInput", "possibleTypes": null }, { "description": "Autogenerated return type of MergeRequestSetDraft", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Merge request after mutation.", "isDeprecated": false, "name": "mergeRequest", "type": { "kind": "OBJECT", "name": "MergeRequest", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MergeRequestSetDraftPayload", "possibleTypes": null }, { "description": "Autogenerated input type of MergeRequestSetLabels", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project the merge request to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the merge request to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Label IDs to set. Replaces existing labels by default.\n", "name": "labelIds", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "LabelID", "ofType": null } } } } }, { "defaultValue": null, "description": "Changes the operation mode. Defaults to REPLACE.\n", "name": "operationMode", "type": { "kind": "ENUM", "name": "MutationOperationMode", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "MergeRequestSetLabelsInput", "possibleTypes": null }, { "description": "Autogenerated return type of MergeRequestSetLabels", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Merge request after mutation.", "isDeprecated": false, "name": "mergeRequest", "type": { "kind": "OBJECT", "name": "MergeRequest", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MergeRequestSetLabelsPayload", "possibleTypes": null }, { "description": "Autogenerated input type of MergeRequestSetLocked", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project the merge request to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the merge request to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether or not to lock the merge request.\n", "name": "locked", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "MergeRequestSetLockedInput", "possibleTypes": null }, { "description": "Autogenerated return type of MergeRequestSetLocked", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Merge request after mutation.", "isDeprecated": false, "name": "mergeRequest", "type": { "kind": "OBJECT", "name": "MergeRequest", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MergeRequestSetLockedPayload", "possibleTypes": null }, { "description": "Autogenerated input type of MergeRequestSetMilestone", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project the merge request to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the merge request to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Milestone to assign to the merge request.\n", "name": "milestoneId", "type": { "kind": "SCALAR", "name": "MilestoneID", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "MergeRequestSetMilestoneInput", "possibleTypes": null }, { "description": "Autogenerated return type of MergeRequestSetMilestone", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Merge request after mutation.", "isDeprecated": false, "name": "mergeRequest", "type": { "kind": "OBJECT", "name": "MergeRequest", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MergeRequestSetMilestonePayload", "possibleTypes": null }, { "description": "Autogenerated input type of MergeRequestSetReviewers", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project the merge request to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the merge request to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Usernames of reviewers to assign. Replaces existing reviewers by default.", "name": "reviewerUsernames", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "defaultValue": "REPLACE", "description": "Operation to perform. Defaults to REPLACE.", "name": "operationMode", "type": { "kind": "ENUM", "name": "MutationOperationMode", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "MergeRequestSetReviewersInput", "possibleTypes": null }, { "description": "Autogenerated return type of MergeRequestSetReviewers", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Merge request after mutation.", "isDeprecated": false, "name": "mergeRequest", "type": { "kind": "OBJECT", "name": "MergeRequest", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MergeRequestSetReviewersPayload", "possibleTypes": null }, { "description": "Autogenerated input type of MergeRequestSetSubscription", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Desired state of the subscription.", "name": "subscribedState", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "defaultValue": null, "description": "Project the merge request to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the merge request to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "MergeRequestSetSubscriptionInput", "possibleTypes": null }, { "description": "Autogenerated return type of MergeRequestSetSubscription", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Merge request after mutation.", "isDeprecated": false, "name": "mergeRequest", "type": { "kind": "OBJECT", "name": "MergeRequest", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MergeRequestSetSubscriptionPayload", "possibleTypes": null }, { "description": "Values for sorting merge requests", "enumValues": [ { "deprecationReason": null, "description": "Merge time by ascending order.", "isDeprecated": false, "name": "MERGED_AT_ASC" }, { "deprecationReason": null, "description": "Merge time by descending order.", "isDeprecated": false, "name": "MERGED_AT_DESC" }, { "deprecationReason": null, "description": "Closed time by ascending order.", "isDeprecated": false, "name": "CLOSED_AT_ASC" }, { "deprecationReason": null, "description": "Closed time by descending order.", "isDeprecated": false, "name": "CLOSED_AT_DESC" }, { "deprecationReason": null, "description": "Title by ascending order.", "isDeprecated": false, "name": "TITLE_ASC" }, { "deprecationReason": null, "description": "Title by descending order.", "isDeprecated": false, "name": "TITLE_DESC" }, { "deprecationReason": null, "description": "Priority by ascending order.", "isDeprecated": false, "name": "PRIORITY_ASC" }, { "deprecationReason": null, "description": "Priority by descending order.", "isDeprecated": false, "name": "PRIORITY_DESC" }, { "deprecationReason": null, "description": "Label priority by ascending order.", "isDeprecated": false, "name": "LABEL_PRIORITY_ASC" }, { "deprecationReason": null, "description": "Label priority by descending order.", "isDeprecated": false, "name": "LABEL_PRIORITY_DESC" }, { "deprecationReason": null, "description": "Milestone due date by ascending order.", "isDeprecated": false, "name": "MILESTONE_DUE_ASC" }, { "deprecationReason": null, "description": "Milestone due date by descending order.", "isDeprecated": false, "name": "MILESTONE_DUE_DESC" }, { "deprecationReason": "This was renamed. Please use `UPDATED_DESC`. Deprecated in 13.5.", "description": "Updated at descending order.", "isDeprecated": true, "name": "updated_desc" }, { "deprecationReason": "This was renamed. Please use `UPDATED_ASC`. Deprecated in 13.5.", "description": "Updated at ascending order.", "isDeprecated": true, "name": "updated_asc" }, { "deprecationReason": "This was renamed. Please use `CREATED_DESC`. Deprecated in 13.5.", "description": "Created at descending order.", "isDeprecated": true, "name": "created_desc" }, { "deprecationReason": "This was renamed. Please use `CREATED_ASC`. Deprecated in 13.5.", "description": "Created at ascending order.", "isDeprecated": true, "name": "created_asc" }, { "deprecationReason": null, "description": "Updated at descending order.", "isDeprecated": false, "name": "UPDATED_DESC" }, { "deprecationReason": null, "description": "Updated at ascending order.", "isDeprecated": false, "name": "UPDATED_ASC" }, { "deprecationReason": null, "description": "Created at descending order.", "isDeprecated": false, "name": "CREATED_DESC" }, { "deprecationReason": null, "description": "Created at ascending order.", "isDeprecated": false, "name": "CREATED_ASC" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "MergeRequestSort", "possibleTypes": null }, { "description": "State of a GitLab merge request", "enumValues": [ { "deprecationReason": null, "description": "Merge request has been merged.", "isDeprecated": false, "name": "merged" }, { "deprecationReason": null, "description": "In open state.", "isDeprecated": false, "name": "opened" }, { "deprecationReason": null, "description": "In closed state.", "isDeprecated": false, "name": "closed" }, { "deprecationReason": null, "description": "Discussion has been locked.", "isDeprecated": false, "name": "locked" }, { "deprecationReason": null, "description": "All available.", "isDeprecated": false, "name": "all" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "MergeRequestState", "possibleTypes": null }, { "description": "Autogenerated input type of MergeRequestUpdateApprovalRule", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project the merge request to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the merge request to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Number of required approvals for a given rule.", "name": "approvalsRequired", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "defaultValue": null, "description": "ID of an approval rule.", "name": "approvalRuleId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "defaultValue": null, "description": "Name of the approval rule.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": "[]", "description": "IDs of groups as approvers.", "name": "groupIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": "[]", "description": "IDs of users as approvers.", "name": "userIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": "[]", "description": "Whether hidden groups should be removed.", "name": "removeHiddenGroups", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "MergeRequestUpdateApprovalRuleInput", "possibleTypes": null }, { "description": "Autogenerated return type of MergeRequestUpdateApprovalRule", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Merge request after mutation.", "isDeprecated": false, "name": "mergeRequest", "type": { "kind": "OBJECT", "name": "MergeRequest", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MergeRequestUpdateApprovalRulePayload", "possibleTypes": null }, { "description": "Autogenerated input type of MergeRequestUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project the merge request to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the merge request to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Title of the merge request.", "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Target branch of the merge request.", "name": "targetBranch", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Description of the merge request (Markdown rendered as HTML for caching).", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Action to perform to change the state.", "name": "state", "type": { "kind": "ENUM", "name": "MergeRequestNewState", "ofType": null } }, { "defaultValue": null, "description": "Estimated time to complete the merge request, or `0` to remove the current estimate.", "name": "timeEstimate", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "MergeRequestUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of MergeRequestUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Merge request after mutation.", "isDeprecated": false, "name": "mergeRequest", "type": { "kind": "OBJECT", "name": "MergeRequest", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MergeRequestUpdatePayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Array of label names. All resolved merge requests will not have these labels.", "name": "labels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Title of the milestone.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "MergeRequestsResolverNegatedParams", "possibleTypes": null }, { "description": "Representation of whether a GitLab merge request can be merged.", "enumValues": [ { "deprecationReason": null, "description": "Merge status has not been checked.", "isDeprecated": false, "name": "UNCHECKED" }, { "deprecationReason": null, "description": "Currently checking for mergeability.", "isDeprecated": false, "name": "CHECKING" }, { "deprecationReason": null, "description": "There are no conflicts between the source and target branches.", "isDeprecated": false, "name": "CAN_BE_MERGED" }, { "deprecationReason": null, "description": "There are conflicts between the source and target branches.", "isDeprecated": false, "name": "CANNOT_BE_MERGED" }, { "deprecationReason": null, "description": "Currently unchecked. The previous state was `CANNOT_BE_MERGED`.", "isDeprecated": false, "name": "CANNOT_BE_MERGED_RECHECK" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "MergeStatus", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "Use the merge_train merge strategy.", "isDeprecated": false, "name": "MERGE_TRAIN" }, { "deprecationReason": null, "description": "Use the add_to_merge_train_when_pipeline_succeeds merge strategy.", "isDeprecated": false, "name": "ADD_TO_MERGE_TRAIN_WHEN_PIPELINE_SUCCEEDS" }, { "deprecationReason": null, "description": "Use the merge_when_pipeline_succeeds merge strategy.", "isDeprecated": false, "name": "MERGE_WHEN_PIPELINE_SUCCEEDS" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "MergeStrategyEnum", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Enterprise edition.", "isDeprecated": false, "name": "enterprise", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Metadata about KAS.", "isDeprecated": false, "name": "kas", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Kas", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Revision.", "isDeprecated": false, "name": "revision", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Version.", "isDeprecated": false, "name": "version", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Metadata", "possibleTypes": null }, { "description": "Represents a metric image upload", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "File name of the metric image.", "isDeprecated": false, "name": "fileName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "File path of the metric image.", "isDeprecated": false, "name": "filePath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the metric upload.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Internal ID of the metric upload.", "isDeprecated": false, "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "URL of the metric source.", "isDeprecated": false, "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MetricImage", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Timestamp marking date and time from which annotations need to be fetched.", "name": "from", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "defaultValue": null, "description": "Timestamp marking date and time to which annotations need to be fetched.", "name": "to", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Annotations added to the dashboard.", "isDeprecated": false, "name": "annotations", "type": { "kind": "OBJECT", "name": "MetricsDashboardAnnotationConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Path to a file with the dashboard definition.", "isDeprecated": false, "name": "path", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Dashboard schema validation warnings.", "isDeprecated": false, "name": "schemaValidationWarnings", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MetricsDashboard", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Description of the annotation.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp marking end of annotated time span.", "isDeprecated": false, "name": "endingAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the annotation.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of a dashboard panel to which the annotation should be scoped.", "isDeprecated": false, "name": "panelId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp marking start of annotated time span.", "isDeprecated": false, "name": "startingAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MetricsDashboardAnnotation", "possibleTypes": null }, { "description": "The connection type for MetricsDashboardAnnotation.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "MetricsDashboardAnnotationEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "MetricsDashboardAnnotation", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MetricsDashboardAnnotationConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "MetricsDashboardAnnotation", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MetricsDashboardAnnotationEdge", "possibleTypes": null }, { "description": "A `MetricsDashboardAnnotationID` is a global ID. It is encoded as a string.\n\nAn example `MetricsDashboardAnnotationID` is: `\"gid://gitlab/Metrics::Dashboard::Annotation/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "MetricsDashboardAnnotationID", "possibleTypes": null }, { "description": "Represents a milestone", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Timestamp of milestone creation.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Description of the milestone.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the milestone due date.", "isDeprecated": false, "name": "dueDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Expired state of the milestone (a milestone is expired when the due date is past the current date). Defaults to `false` when due date has not been set.", "isDeprecated": false, "name": "expired", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if milestone is at group level.", "isDeprecated": false, "name": "groupMilestone", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the milestone.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Internal ID of the milestone.", "isDeprecated": false, "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if milestone is at project level.", "isDeprecated": false, "name": "projectMilestone", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Releases associated with this milestone.", "isDeprecated": false, "name": "releases", "type": { "kind": "OBJECT", "name": "ReleaseConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Full path of the project or group used as a scope for report. For example, `gitlab-org` or `gitlab-org/gitlab`.", "name": "fullPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "deprecationReason": null, "description": "Historically accurate report about the timebox.", "isDeprecated": false, "name": "report", "type": { "kind": "OBJECT", "name": "TimeboxReport", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the milestone start date.", "isDeprecated": false, "name": "startDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "State of the milestone.", "isDeprecated": false, "name": "state", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MilestoneStateEnum", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Milestone statistics.", "isDeprecated": false, "name": "stats", "type": { "kind": "OBJECT", "name": "MilestoneStats", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if milestone is at subgroup level.", "isDeprecated": false, "name": "subgroupMilestone", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Title of the milestone.", "isDeprecated": false, "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of last milestone update.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web path of the milestone.", "isDeprecated": false, "name": "webPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "TimeboxReportInterface", "ofType": null } ], "kind": "OBJECT", "name": "Milestone", "possibleTypes": null }, { "description": "The connection type for Milestone.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "MilestoneEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Milestone", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MilestoneConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Milestone", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MilestoneEdge", "possibleTypes": null }, { "description": "A `MilestoneID` is a global ID. It is encoded as a string.\n\nAn example `MilestoneID` is: `\"gid://gitlab/Milestone/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "MilestoneID", "possibleTypes": null }, { "description": "Values for sorting milestones", "enumValues": [ { "deprecationReason": null, "description": "Milestone due date by ascending order.", "isDeprecated": false, "name": "DUE_DATE_ASC" }, { "deprecationReason": null, "description": "Milestone due date by descending order.", "isDeprecated": false, "name": "DUE_DATE_DESC" }, { "deprecationReason": null, "description": "Group milestones in this order: non-expired milestones with due dates, non-expired milestones without due dates and expired milestones then sort by due date in ascending order.", "isDeprecated": false, "name": "EXPIRED_LAST_DUE_DATE_ASC" }, { "deprecationReason": null, "description": "Group milestones in this order: non-expired milestones with due dates, non-expired milestones without due dates and expired milestones then sort by due date in descending order.", "isDeprecated": false, "name": "EXPIRED_LAST_DUE_DATE_DESC" }, { "deprecationReason": "This was renamed. Please use `UPDATED_DESC`. Deprecated in 13.5.", "description": "Updated at descending order.", "isDeprecated": true, "name": "updated_desc" }, { "deprecationReason": "This was renamed. Please use `UPDATED_ASC`. Deprecated in 13.5.", "description": "Updated at ascending order.", "isDeprecated": true, "name": "updated_asc" }, { "deprecationReason": "This was renamed. Please use `CREATED_DESC`. Deprecated in 13.5.", "description": "Created at descending order.", "isDeprecated": true, "name": "created_desc" }, { "deprecationReason": "This was renamed. Please use `CREATED_ASC`. Deprecated in 13.5.", "description": "Created at ascending order.", "isDeprecated": true, "name": "created_asc" }, { "deprecationReason": null, "description": "Updated at descending order.", "isDeprecated": false, "name": "UPDATED_DESC" }, { "deprecationReason": null, "description": "Updated at ascending order.", "isDeprecated": false, "name": "UPDATED_ASC" }, { "deprecationReason": null, "description": "Created at descending order.", "isDeprecated": false, "name": "CREATED_DESC" }, { "deprecationReason": null, "description": "Created at ascending order.", "isDeprecated": false, "name": "CREATED_ASC" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "MilestoneSort", "possibleTypes": null }, { "description": "Current state of milestone", "enumValues": [ { "deprecationReason": null, "description": "Milestone is currently active.", "isDeprecated": false, "name": "active" }, { "deprecationReason": null, "description": "Milestone is closed.", "isDeprecated": false, "name": "closed" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "MilestoneStateEnum", "possibleTypes": null }, { "description": "Contains statistics about a milestone", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Number of closed issues associated with the milestone.", "isDeprecated": false, "name": "closedIssuesCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total number of issues associated with the milestone.", "isDeprecated": false, "name": "totalIssuesCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "MilestoneStats", "possibleTypes": null }, { "description": "Milestone ID wildcard values", "enumValues": [ { "deprecationReason": null, "description": "No milestone is assigned.", "isDeprecated": false, "name": "NONE" }, { "deprecationReason": null, "description": "Milestone is assigned.", "isDeprecated": false, "name": "ANY" }, { "deprecationReason": null, "description": "Milestone assigned is open and started (start date <= today).", "isDeprecated": false, "name": "STARTED" }, { "deprecationReason": null, "description": "Milestone assigned is due in the future (due date > today).", "isDeprecated": false, "name": "UPCOMING" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "MilestoneWildcardId", "possibleTypes": null }, { "description": "The position to which the adjacent object should be moved", "enumValues": [ { "deprecationReason": null, "description": "Adjacent object is moved before the object that is being moved.", "isDeprecated": false, "name": "before" }, { "deprecationReason": null, "description": "Adjacent object is moved after the object that is being moved.", "isDeprecated": false, "name": "after" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "MoveType", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Parameters for AchievementsAward", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AchievementsAwardInput", "ofType": null } } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.10.", "description": null, "isDeprecated": true, "name": "achievementsAward", "type": { "kind": "OBJECT", "name": "AchievementsAwardPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for AchievementsCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AchievementsCreateInput", "ofType": null } } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.8.", "description": null, "isDeprecated": true, "name": "achievementsCreate", "type": { "kind": "OBJECT", "name": "AchievementsCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for AchievementsDelete", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AchievementsDeleteInput", "ofType": null } } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.11.", "description": null, "isDeprecated": true, "name": "achievementsDelete", "type": { "kind": "OBJECT", "name": "AchievementsDeletePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for AchievementsRevoke", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AchievementsRevokeInput", "ofType": null } } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.10.", "description": null, "isDeprecated": true, "name": "achievementsRevoke", "type": { "kind": "OBJECT", "name": "AchievementsRevokePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for AchievementsUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AchievementsUpdateInput", "ofType": null } } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.11.", "description": null, "isDeprecated": true, "name": "achievementsUpdate", "type": { "kind": "OBJECT", "name": "AchievementsUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for AddProjectToSecurityDashboard", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AddProjectToSecurityDashboardInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "addProjectToSecurityDashboard", "type": { "kind": "OBJECT", "name": "AddProjectToSecurityDashboardPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for AdminSidekiqQueuesDeleteJobs", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AdminSidekiqQueuesDeleteJobsInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "adminSidekiqQueuesDeleteJobs", "type": { "kind": "OBJECT", "name": "AdminSidekiqQueuesDeleteJobsPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for AiAction", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AiActionInput", "ofType": null } } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.11.", "description": null, "isDeprecated": true, "name": "aiAction", "type": { "kind": "OBJECT", "name": "AiActionPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for AlertSetAssignees", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AlertSetAssigneesInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "alertSetAssignees", "type": { "kind": "OBJECT", "name": "AlertSetAssigneesPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for AlertTodoCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AlertTodoCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "alertTodoCreate", "type": { "kind": "OBJECT", "name": "AlertTodoCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for ApiFuzzingCiConfigurationCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ApiFuzzingCiConfigurationCreateInput", "ofType": null } } } ], "deprecationReason": "The configuration snippet is now generated client-side. Deprecated in 15.1.", "description": null, "isDeprecated": true, "name": "apiFuzzingCiConfigurationCreate", "type": { "kind": "OBJECT", "name": "ApiFuzzingCiConfigurationCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for ApproveDeployment", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ApproveDeploymentInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "approveDeployment", "type": { "kind": "OBJECT", "name": "ApproveDeploymentPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for ArtifactDestroy", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ArtifactDestroyInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "artifactDestroy", "type": { "kind": "OBJECT", "name": "ArtifactDestroyPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for AuditEventsStreamingDestinationEventsAdd", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AuditEventsStreamingDestinationEventsAddInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "auditEventsStreamingDestinationEventsAdd", "type": { "kind": "OBJECT", "name": "AuditEventsStreamingDestinationEventsAddPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for AuditEventsStreamingDestinationEventsRemove", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AuditEventsStreamingDestinationEventsRemoveInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "auditEventsStreamingDestinationEventsRemove", "type": { "kind": "OBJECT", "name": "AuditEventsStreamingDestinationEventsRemovePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for AuditEventsStreamingHeadersCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AuditEventsStreamingHeadersCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "auditEventsStreamingHeadersCreate", "type": { "kind": "OBJECT", "name": "AuditEventsStreamingHeadersCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for AuditEventsStreamingHeadersDestroy", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AuditEventsStreamingHeadersDestroyInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "auditEventsStreamingHeadersDestroy", "type": { "kind": "OBJECT", "name": "AuditEventsStreamingHeadersDestroyPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for AuditEventsStreamingHeadersUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AuditEventsStreamingHeadersUpdateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "auditEventsStreamingHeadersUpdate", "type": { "kind": "OBJECT", "name": "AuditEventsStreamingHeadersUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for AwardEmojiAdd", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AwardEmojiAddInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "awardEmojiAdd", "type": { "kind": "OBJECT", "name": "AwardEmojiAddPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for AwardEmojiRemove", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AwardEmojiRemoveInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "awardEmojiRemove", "type": { "kind": "OBJECT", "name": "AwardEmojiRemovePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for AwardEmojiToggle", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "AwardEmojiToggleInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "awardEmojiToggle", "type": { "kind": "OBJECT", "name": "AwardEmojiTogglePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for BoardEpicCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BoardEpicCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "boardEpicCreate", "type": { "kind": "OBJECT", "name": "BoardEpicCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for BoardListCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BoardListCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "boardListCreate", "type": { "kind": "OBJECT", "name": "BoardListCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for BoardListUpdateLimitMetrics", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BoardListUpdateLimitMetricsInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "boardListUpdateLimitMetrics", "type": { "kind": "OBJECT", "name": "BoardListUpdateLimitMetricsPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for BulkDestroyJobArtifacts", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BulkDestroyJobArtifactsInput", "ofType": null } } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.10.", "description": null, "isDeprecated": true, "name": "bulkDestroyJobArtifacts", "type": { "kind": "OBJECT", "name": "BulkDestroyJobArtifactsPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for BulkEnableDevopsAdoptionNamespaces", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BulkEnableDevopsAdoptionNamespacesInput", "ofType": null } } } ], "deprecationReason": null, "description": "**BETA** This endpoint is subject to change without notice.", "isDeprecated": false, "name": "bulkEnableDevopsAdoptionNamespaces", "type": { "kind": "OBJECT", "name": "BulkEnableDevopsAdoptionNamespacesPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for BulkRunnerDelete", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "BulkRunnerDeleteInput", "ofType": null } } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.3.", "description": null, "isDeprecated": true, "name": "bulkRunnerDelete", "type": { "kind": "OBJECT", "name": "BulkRunnerDeletePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for CatalogResourcesCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CatalogResourcesCreateInput", "ofType": null } } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.11.", "description": null, "isDeprecated": true, "name": "catalogResourcesCreate", "type": { "kind": "OBJECT", "name": "CatalogResourcesCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for CiCdSettingsUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CiCdSettingsUpdateInput", "ofType": null } } } ], "deprecationReason": "This was renamed. Please use `ProjectCiCdSettingsUpdate`. Deprecated in 15.0.", "description": null, "isDeprecated": true, "name": "ciCdSettingsUpdate", "type": { "kind": "OBJECT", "name": "CiCdSettingsUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for CiJobTokenScopeAddProject", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CiJobTokenScopeAddProjectInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "ciJobTokenScopeAddProject", "type": { "kind": "OBJECT", "name": "CiJobTokenScopeAddProjectPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for CiJobTokenScopeRemoveProject", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CiJobTokenScopeRemoveProjectInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "ciJobTokenScopeRemoveProject", "type": { "kind": "OBJECT", "name": "CiJobTokenScopeRemoveProjectPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for ClusterAgentDelete", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ClusterAgentDeleteInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "clusterAgentDelete", "type": { "kind": "OBJECT", "name": "ClusterAgentDeletePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for ClusterAgentTokenCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ClusterAgentTokenCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "clusterAgentTokenCreate", "type": { "kind": "OBJECT", "name": "ClusterAgentTokenCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for ClusterAgentTokenRevoke", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ClusterAgentTokenRevokeInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "clusterAgentTokenRevoke", "type": { "kind": "OBJECT", "name": "ClusterAgentTokenRevokePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for CommitCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CommitCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "commitCreate", "type": { "kind": "OBJECT", "name": "CommitCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for ConfigureContainerScanning", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ConfigureContainerScanningInput", "ofType": null } } } ], "deprecationReason": null, "description": "Configure Container Scanning for a project by enabling Container Scanning in a new or modified\n`.gitlab-ci.yml` file in a new branch. The new branch and a URL to\ncreate a merge request are part of the response.\n", "isDeprecated": false, "name": "configureContainerScanning", "type": { "kind": "OBJECT", "name": "ConfigureContainerScanningPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for ConfigureDependencyScanning", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ConfigureDependencyScanningInput", "ofType": null } } } ], "deprecationReason": null, "description": "Configure Dependency Scanning for a project by enabling Dependency Scanning in a new or modified\n`.gitlab-ci.yml` file in a new branch. The new branch and a URL to\ncreate a Merge Request are a part of the response.\n", "isDeprecated": false, "name": "configureDependencyScanning", "type": { "kind": "OBJECT", "name": "ConfigureDependencyScanningPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for ConfigureSast", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ConfigureSastInput", "ofType": null } } } ], "deprecationReason": null, "description": "Configure SAST for a project by enabling SAST in a new or modified\n`.gitlab-ci.yml` file in a new branch. The new branch and a URL to\ncreate a Merge Request are a part of the response.\n", "isDeprecated": false, "name": "configureSast", "type": { "kind": "OBJECT", "name": "ConfigureSastPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for ConfigureSastIac", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ConfigureSastIacInput", "ofType": null } } } ], "deprecationReason": null, "description": "Enable SAST IaC for a project in a new or\nmodified `.gitlab-ci.yml` file in a new branch. The new\nbranch and a URL to create a merge request are a part of the\nresponse.\n", "isDeprecated": false, "name": "configureSastIac", "type": { "kind": "OBJECT", "name": "ConfigureSastIacPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for ConfigureSecretDetection", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ConfigureSecretDetectionInput", "ofType": null } } } ], "deprecationReason": null, "description": "Configure Secret Detection for a project by enabling Secret Detection\nin a new or modified `.gitlab-ci.yml` file in a new branch. The new\nbranch and a URL to create a Merge Request are a part of the\nresponse.\n", "isDeprecated": false, "name": "configureSecretDetection", "type": { "kind": "OBJECT", "name": "ConfigureSecretDetectionPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for CorpusCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CorpusCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "corpusCreate", "type": { "kind": "OBJECT", "name": "CorpusCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for CreateAlertIssue", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateAlertIssueInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "createAlertIssue", "type": { "kind": "OBJECT", "name": "CreateAlertIssuePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for CreateAnnotation", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateAnnotationInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "createAnnotation", "type": { "kind": "OBJECT", "name": "CreateAnnotationPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for CreateBoard", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateBoardInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "createBoard", "type": { "kind": "OBJECT", "name": "CreateBoardPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for CreateBranch", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateBranchInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "createBranch", "type": { "kind": "OBJECT", "name": "CreateBranchPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for CreateClusterAgent", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateClusterAgentInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "createClusterAgent", "type": { "kind": "OBJECT", "name": "CreateClusterAgentPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for CreateComplianceFramework", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateComplianceFrameworkInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "createComplianceFramework", "type": { "kind": "OBJECT", "name": "CreateComplianceFrameworkPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for CreateCustomEmoji", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateCustomEmojiInput", "ofType": null } } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 13.6.", "description": null, "isDeprecated": true, "name": "createCustomEmoji", "type": { "kind": "OBJECT", "name": "CreateCustomEmojiPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for CreateDiffNote", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateDiffNoteInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "createDiffNote", "type": { "kind": "OBJECT", "name": "CreateDiffNotePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for CreateEpic", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateEpicInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "createEpic", "type": { "kind": "OBJECT", "name": "CreateEpicPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for CreateImageDiffNote", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateImageDiffNoteInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "createImageDiffNote", "type": { "kind": "OBJECT", "name": "CreateImageDiffNotePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for CreateIssue", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateIssueInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "createIssue", "type": { "kind": "OBJECT", "name": "CreateIssuePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for CreateIteration", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateIterationInput", "ofType": null } } } ], "deprecationReason": "Use iterationCreate. Deprecated in 14.0.", "description": null, "isDeprecated": true, "name": "createIteration", "type": { "kind": "OBJECT", "name": "CreateIterationPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for CreateNote", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateNoteInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates a Note.\nIf the body of the Note contains only quick actions,\nthe Note will be destroyed during an update, and no Note will be\nreturned.\n", "isDeprecated": false, "name": "createNote", "type": { "kind": "OBJECT", "name": "CreateNotePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for CreateRequirement", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateRequirementInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "createRequirement", "type": { "kind": "OBJECT", "name": "CreateRequirementPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for CreateSnippet", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateSnippetInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "createSnippet", "type": { "kind": "OBJECT", "name": "CreateSnippetPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for CreateTestCase", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateTestCaseInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "createTestCase", "type": { "kind": "OBJECT", "name": "CreateTestCasePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for CustomerRelationsContactCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CustomerRelationsContactCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "customerRelationsContactCreate", "type": { "kind": "OBJECT", "name": "CustomerRelationsContactCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for CustomerRelationsContactUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CustomerRelationsContactUpdateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "customerRelationsContactUpdate", "type": { "kind": "OBJECT", "name": "CustomerRelationsContactUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for CustomerRelationsOrganizationCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CustomerRelationsOrganizationCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "customerRelationsOrganizationCreate", "type": { "kind": "OBJECT", "name": "CustomerRelationsOrganizationCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for CustomerRelationsOrganizationUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CustomerRelationsOrganizationUpdateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "customerRelationsOrganizationUpdate", "type": { "kind": "OBJECT", "name": "CustomerRelationsOrganizationUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DastOnDemandScanCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DastOnDemandScanCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "dastOnDemandScanCreate", "type": { "kind": "OBJECT", "name": "DastOnDemandScanCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DastProfileCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DastProfileCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "dastProfileCreate", "type": { "kind": "OBJECT", "name": "DastProfileCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DastProfileDelete", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DastProfileDeleteInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "dastProfileDelete", "type": { "kind": "OBJECT", "name": "DastProfileDeletePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DastProfileRun", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DastProfileRunInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "dastProfileRun", "type": { "kind": "OBJECT", "name": "DastProfileRunPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DastProfileUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DastProfileUpdateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "dastProfileUpdate", "type": { "kind": "OBJECT", "name": "DastProfileUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DastScannerProfileCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DastScannerProfileCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "dastScannerProfileCreate", "type": { "kind": "OBJECT", "name": "DastScannerProfileCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DastScannerProfileDelete", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DastScannerProfileDeleteInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "dastScannerProfileDelete", "type": { "kind": "OBJECT", "name": "DastScannerProfileDeletePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DastScannerProfileUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DastScannerProfileUpdateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "dastScannerProfileUpdate", "type": { "kind": "OBJECT", "name": "DastScannerProfileUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DastSiteProfileCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DastSiteProfileCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "dastSiteProfileCreate", "type": { "kind": "OBJECT", "name": "DastSiteProfileCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DastSiteProfileDelete", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DastSiteProfileDeleteInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "dastSiteProfileDelete", "type": { "kind": "OBJECT", "name": "DastSiteProfileDeletePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DastSiteProfileUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DastSiteProfileUpdateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "dastSiteProfileUpdate", "type": { "kind": "OBJECT", "name": "DastSiteProfileUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DastSiteTokenCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DastSiteTokenCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "dastSiteTokenCreate", "type": { "kind": "OBJECT", "name": "DastSiteTokenCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DastSiteValidationCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DastSiteValidationCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "dastSiteValidationCreate", "type": { "kind": "OBJECT", "name": "DastSiteValidationCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DastSiteValidationRevoke", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DastSiteValidationRevokeInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "dastSiteValidationRevoke", "type": { "kind": "OBJECT", "name": "DastSiteValidationRevokePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DeleteAnnotation", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DeleteAnnotationInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "deleteAnnotation", "type": { "kind": "OBJECT", "name": "DeleteAnnotationPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DesignManagementDelete", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DesignManagementDeleteInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "designManagementDelete", "type": { "kind": "OBJECT", "name": "DesignManagementDeletePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DesignManagementMove", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DesignManagementMoveInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "designManagementMove", "type": { "kind": "OBJECT", "name": "DesignManagementMovePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DesignManagementUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DesignManagementUpdateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "designManagementUpdate", "type": { "kind": "OBJECT", "name": "DesignManagementUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DesignManagementUpload", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DesignManagementUploadInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "designManagementUpload", "type": { "kind": "OBJECT", "name": "DesignManagementUploadPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DestroyBoard", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DestroyBoardInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "destroyBoard", "type": { "kind": "OBJECT", "name": "DestroyBoardPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DestroyBoardList", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DestroyBoardListInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "destroyBoardList", "type": { "kind": "OBJECT", "name": "DestroyBoardListPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DestroyComplianceFramework", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DestroyComplianceFrameworkInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "destroyComplianceFramework", "type": { "kind": "OBJECT", "name": "DestroyComplianceFrameworkPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DestroyContainerRepository", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DestroyContainerRepositoryInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "destroyContainerRepository", "type": { "kind": "OBJECT", "name": "DestroyContainerRepositoryPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DestroyContainerRepositoryTags", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DestroyContainerRepositoryTagsInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "destroyContainerRepositoryTags", "type": { "kind": "OBJECT", "name": "DestroyContainerRepositoryTagsPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DestroyCustomEmoji", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DestroyCustomEmojiInput", "ofType": null } } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 13.6.", "description": null, "isDeprecated": true, "name": "destroyCustomEmoji", "type": { "kind": "OBJECT", "name": "DestroyCustomEmojiPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DestroyEpicBoard", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DestroyEpicBoardInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "destroyEpicBoard", "type": { "kind": "OBJECT", "name": "DestroyEpicBoardPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DestroyNote", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DestroyNoteInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "destroyNote", "type": { "kind": "OBJECT", "name": "DestroyNotePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DestroyPackage", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DestroyPackageInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "destroyPackage", "type": { "kind": "OBJECT", "name": "DestroyPackagePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DestroyPackageFile", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DestroyPackageFileInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "destroyPackageFile", "type": { "kind": "OBJECT", "name": "DestroyPackageFilePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DestroyPackageFiles", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DestroyPackageFilesInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "destroyPackageFiles", "type": { "kind": "OBJECT", "name": "DestroyPackageFilesPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DestroyPackages", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DestroyPackagesInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "destroyPackages", "type": { "kind": "OBJECT", "name": "DestroyPackagesPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DestroySnippet", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DestroySnippetInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "destroySnippet", "type": { "kind": "OBJECT", "name": "DestroySnippetPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DisableDevopsAdoptionNamespace", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DisableDevopsAdoptionNamespaceInput", "ofType": null } } } ], "deprecationReason": null, "description": "**BETA** This endpoint is subject to change without notice.", "isDeprecated": false, "name": "disableDevopsAdoptionNamespace", "type": { "kind": "OBJECT", "name": "DisableDevopsAdoptionNamespacePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for DiscussionToggleResolve", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "DiscussionToggleResolveInput", "ofType": null } } } ], "deprecationReason": null, "description": "Toggles the resolved state of a discussion", "isDeprecated": false, "name": "discussionToggleResolve", "type": { "kind": "OBJECT", "name": "DiscussionToggleResolvePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for EchoCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EchoCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "A mutation that does not perform any changes.\n\nThis is expected to be used for testing of endpoints, to verify\nthat a user has mutation access.\n", "isDeprecated": false, "name": "echoCreate", "type": { "kind": "OBJECT", "name": "EchoCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for EnableDevopsAdoptionNamespace", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EnableDevopsAdoptionNamespaceInput", "ofType": null } } } ], "deprecationReason": null, "description": "**BETA** This endpoint is subject to change without notice.", "isDeprecated": false, "name": "enableDevopsAdoptionNamespace", "type": { "kind": "OBJECT", "name": "EnableDevopsAdoptionNamespacePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for EnvironmentsCanaryIngressUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EnvironmentsCanaryIngressUpdateInput", "ofType": null } } } ], "deprecationReason": null, "description": "**Deprecated** This endpoint is planned to be removed along with certificate-based clusters. [See this epic](https://gitlab.com/groups/gitlab-org/configure/-/epics/8) for more information.", "isDeprecated": false, "name": "environmentsCanaryIngressUpdate", "type": { "kind": "OBJECT", "name": "EnvironmentsCanaryIngressUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for EpicAddIssue", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EpicAddIssueInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "epicAddIssue", "type": { "kind": "OBJECT", "name": "EpicAddIssuePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for EpicBoardCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EpicBoardCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "epicBoardCreate", "type": { "kind": "OBJECT", "name": "EpicBoardCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for EpicBoardListCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EpicBoardListCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "epicBoardListCreate", "type": { "kind": "OBJECT", "name": "EpicBoardListCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for EpicBoardListDestroy", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EpicBoardListDestroyInput", "ofType": null } } } ], "deprecationReason": null, "description": "Destroys an epic board list.", "isDeprecated": false, "name": "epicBoardListDestroy", "type": { "kind": "OBJECT", "name": "EpicBoardListDestroyPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for EpicBoardUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EpicBoardUpdateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "epicBoardUpdate", "type": { "kind": "OBJECT", "name": "EpicBoardUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for EpicMoveList", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EpicMoveListInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "epicMoveList", "type": { "kind": "OBJECT", "name": "EpicMoveListPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for EpicSetSubscription", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EpicSetSubscriptionInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "epicSetSubscription", "type": { "kind": "OBJECT", "name": "EpicSetSubscriptionPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for EpicTreeReorder", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EpicTreeReorderInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "epicTreeReorder", "type": { "kind": "OBJECT", "name": "EpicTreeReorderPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for EscalationPolicyCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EscalationPolicyCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "escalationPolicyCreate", "type": { "kind": "OBJECT", "name": "EscalationPolicyCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for EscalationPolicyDestroy", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EscalationPolicyDestroyInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "escalationPolicyDestroy", "type": { "kind": "OBJECT", "name": "EscalationPolicyDestroyPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for EscalationPolicyUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "EscalationPolicyUpdateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "escalationPolicyUpdate", "type": { "kind": "OBJECT", "name": "EscalationPolicyUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for ExportRequirements", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ExportRequirementsInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "exportRequirements", "type": { "kind": "OBJECT", "name": "ExportRequirementsPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for ExternalAuditEventDestinationCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ExternalAuditEventDestinationCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "externalAuditEventDestinationCreate", "type": { "kind": "OBJECT", "name": "ExternalAuditEventDestinationCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for ExternalAuditEventDestinationDestroy", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ExternalAuditEventDestinationDestroyInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "externalAuditEventDestinationDestroy", "type": { "kind": "OBJECT", "name": "ExternalAuditEventDestinationDestroyPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for ExternalAuditEventDestinationUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ExternalAuditEventDestinationUpdateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "externalAuditEventDestinationUpdate", "type": { "kind": "OBJECT", "name": "ExternalAuditEventDestinationUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for GitlabSubscriptionActivate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "GitlabSubscriptionActivateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "gitlabSubscriptionActivate", "type": { "kind": "OBJECT", "name": "GitlabSubscriptionActivatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for GroupMemberBulkUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "GroupMemberBulkUpdateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "groupMemberBulkUpdate", "type": { "kind": "OBJECT", "name": "GroupMemberBulkUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for GroupUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "GroupUpdateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "groupUpdate", "type": { "kind": "OBJECT", "name": "GroupUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for HttpIntegrationCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "HttpIntegrationCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "httpIntegrationCreate", "type": { "kind": "OBJECT", "name": "HttpIntegrationCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for HttpIntegrationDestroy", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "HttpIntegrationDestroyInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "httpIntegrationDestroy", "type": { "kind": "OBJECT", "name": "HttpIntegrationDestroyPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for HttpIntegrationResetToken", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "HttpIntegrationResetTokenInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "httpIntegrationResetToken", "type": { "kind": "OBJECT", "name": "HttpIntegrationResetTokenPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for HttpIntegrationUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "HttpIntegrationUpdateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "httpIntegrationUpdate", "type": { "kind": "OBJECT", "name": "HttpIntegrationUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for IssuableResourceLinkCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssuableResourceLinkCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "issuableResourceLinkCreate", "type": { "kind": "OBJECT", "name": "IssuableResourceLinkCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for IssuableResourceLinkDestroy", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssuableResourceLinkDestroyInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "issuableResourceLinkDestroy", "type": { "kind": "OBJECT", "name": "IssuableResourceLinkDestroyPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for IssueLinkAlerts", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueLinkAlertsInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "issueLinkAlerts", "type": { "kind": "OBJECT", "name": "IssueLinkAlertsPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for IssueMove", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueMoveInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "issueMove", "type": { "kind": "OBJECT", "name": "IssueMovePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for IssueMoveList", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueMoveListInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "issueMoveList", "type": { "kind": "OBJECT", "name": "IssueMoveListPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for IssueSetAssignees", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueSetAssigneesInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "issueSetAssignees", "type": { "kind": "OBJECT", "name": "IssueSetAssigneesPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for IssueSetConfidential", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueSetConfidentialInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "issueSetConfidential", "type": { "kind": "OBJECT", "name": "IssueSetConfidentialPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for IssueSetCrmContacts", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueSetCrmContactsInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "issueSetCrmContacts", "type": { "kind": "OBJECT", "name": "IssueSetCrmContactsPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for IssueSetDueDate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueSetDueDateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "issueSetDueDate", "type": { "kind": "OBJECT", "name": "IssueSetDueDatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for IssueSetEpic", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueSetEpicInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "issueSetEpic", "type": { "kind": "OBJECT", "name": "IssueSetEpicPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for IssueSetEscalationPolicy", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueSetEscalationPolicyInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "issueSetEscalationPolicy", "type": { "kind": "OBJECT", "name": "IssueSetEscalationPolicyPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for IssueSetEscalationStatus", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueSetEscalationStatusInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "issueSetEscalationStatus", "type": { "kind": "OBJECT", "name": "IssueSetEscalationStatusPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for IssueSetIteration", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueSetIterationInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "issueSetIteration", "type": { "kind": "OBJECT", "name": "IssueSetIterationPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for IssueSetLocked", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueSetLockedInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "issueSetLocked", "type": { "kind": "OBJECT", "name": "IssueSetLockedPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for IssueSetSeverity", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueSetSeverityInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "issueSetSeverity", "type": { "kind": "OBJECT", "name": "IssueSetSeverityPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for IssueSetSubscription", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueSetSubscriptionInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "issueSetSubscription", "type": { "kind": "OBJECT", "name": "IssueSetSubscriptionPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for IssueSetWeight", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueSetWeightInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "issueSetWeight", "type": { "kind": "OBJECT", "name": "IssueSetWeightPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for IssueUnlinkAlert", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssueUnlinkAlertInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "issueUnlinkAlert", "type": { "kind": "OBJECT", "name": "IssueUnlinkAlertPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for IssuesBulkUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IssuesBulkUpdateInput", "ofType": null } } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.9.", "description": "Allows updating several properties for a set of issues. Does nothing if the `bulk_update_issues_mutation` feature flag is disabled. Introduced in 15.9: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "issuesBulkUpdate", "type": { "kind": "OBJECT", "name": "IssuesBulkUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for IterationCadenceCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IterationCadenceCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "iterationCadenceCreate", "type": { "kind": "OBJECT", "name": "IterationCadenceCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for IterationCadenceDestroy", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IterationCadenceDestroyInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "iterationCadenceDestroy", "type": { "kind": "OBJECT", "name": "IterationCadenceDestroyPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for IterationCadenceUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IterationCadenceUpdateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "iterationCadenceUpdate", "type": { "kind": "OBJECT", "name": "IterationCadenceUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for iterationCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "iterationCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "iterationCreate", "type": { "kind": "OBJECT", "name": "iterationCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for IterationDelete", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "IterationDeleteInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "iterationDelete", "type": { "kind": "OBJECT", "name": "IterationDeletePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for JiraImportStart", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "JiraImportStartInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "jiraImportStart", "type": { "kind": "OBJECT", "name": "JiraImportStartPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for JiraImportUsers", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "JiraImportUsersInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "jiraImportUsers", "type": { "kind": "OBJECT", "name": "JiraImportUsersPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for JobArtifactsDestroy", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "JobArtifactsDestroyInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "jobArtifactsDestroy", "type": { "kind": "OBJECT", "name": "JobArtifactsDestroyPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for JobCancel", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "JobCancelInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "jobCancel", "type": { "kind": "OBJECT", "name": "JobCancelPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for JobPlay", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "JobPlayInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "jobPlay", "type": { "kind": "OBJECT", "name": "JobPlayPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for JobRetry", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "JobRetryInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "jobRetry", "type": { "kind": "OBJECT", "name": "JobRetryPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for JobUnschedule", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "JobUnscheduleInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "jobUnschedule", "type": { "kind": "OBJECT", "name": "JobUnschedulePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for LabelCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "LabelCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "labelCreate", "type": { "kind": "OBJECT", "name": "LabelCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for MarkAsSpamSnippet", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MarkAsSpamSnippetInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "markAsSpamSnippet", "type": { "kind": "OBJECT", "name": "MarkAsSpamSnippetPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for MergeRequestAccept", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MergeRequestAcceptInput", "ofType": null } } } ], "deprecationReason": null, "description": "Accepts a merge request.\nWhen accepted, the source branch will be merged into the target branch, either\nimmediately if possible, or using one of the automatic merge strategies.\n", "isDeprecated": false, "name": "mergeRequestAccept", "type": { "kind": "OBJECT", "name": "MergeRequestAcceptPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for MergeRequestCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MergeRequestCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "mergeRequestCreate", "type": { "kind": "OBJECT", "name": "MergeRequestCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for MergeRequestReviewerRereview", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MergeRequestReviewerRereviewInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "mergeRequestReviewerRereview", "type": { "kind": "OBJECT", "name": "MergeRequestReviewerRereviewPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for MergeRequestSetAssignees", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MergeRequestSetAssigneesInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "mergeRequestSetAssignees", "type": { "kind": "OBJECT", "name": "MergeRequestSetAssigneesPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for MergeRequestSetDraft", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MergeRequestSetDraftInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "mergeRequestSetDraft", "type": { "kind": "OBJECT", "name": "MergeRequestSetDraftPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for MergeRequestSetLabels", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MergeRequestSetLabelsInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "mergeRequestSetLabels", "type": { "kind": "OBJECT", "name": "MergeRequestSetLabelsPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for MergeRequestSetLocked", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MergeRequestSetLockedInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "mergeRequestSetLocked", "type": { "kind": "OBJECT", "name": "MergeRequestSetLockedPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for MergeRequestSetMilestone", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MergeRequestSetMilestoneInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "mergeRequestSetMilestone", "type": { "kind": "OBJECT", "name": "MergeRequestSetMilestonePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for MergeRequestSetReviewers", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MergeRequestSetReviewersInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "mergeRequestSetReviewers", "type": { "kind": "OBJECT", "name": "MergeRequestSetReviewersPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for MergeRequestSetSubscription", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MergeRequestSetSubscriptionInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "mergeRequestSetSubscription", "type": { "kind": "OBJECT", "name": "MergeRequestSetSubscriptionPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for MergeRequestUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MergeRequestUpdateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Update attributes of a merge request", "isDeprecated": false, "name": "mergeRequestUpdate", "type": { "kind": "OBJECT", "name": "MergeRequestUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for MergeRequestUpdateApprovalRule", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MergeRequestUpdateApprovalRuleInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "mergeRequestUpdateApprovalRule", "type": { "kind": "OBJECT", "name": "MergeRequestUpdateApprovalRulePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for NamespaceBanDestroy", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NamespaceBanDestroyInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "namespaceBanDestroy", "type": { "kind": "OBJECT", "name": "NamespaceBanDestroyPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for NamespaceCiCdSettingsUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NamespaceCiCdSettingsUpdateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "namespaceCiCdSettingsUpdate", "type": { "kind": "OBJECT", "name": "NamespaceCiCdSettingsUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for NamespaceIncreaseStorageTemporarily", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "NamespaceIncreaseStorageTemporarilyInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "namespaceIncreaseStorageTemporarily", "type": { "kind": "OBJECT", "name": "NamespaceIncreaseStorageTemporarilyPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for OncallRotationCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OncallRotationCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "oncallRotationCreate", "type": { "kind": "OBJECT", "name": "OncallRotationCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for OncallRotationDestroy", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OncallRotationDestroyInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "oncallRotationDestroy", "type": { "kind": "OBJECT", "name": "OncallRotationDestroyPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for OncallRotationUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OncallRotationUpdateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "oncallRotationUpdate", "type": { "kind": "OBJECT", "name": "OncallRotationUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for OncallScheduleCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OncallScheduleCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "oncallScheduleCreate", "type": { "kind": "OBJECT", "name": "OncallScheduleCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for OncallScheduleDestroy", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OncallScheduleDestroyInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "oncallScheduleDestroy", "type": { "kind": "OBJECT", "name": "OncallScheduleDestroyPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for OncallScheduleUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OncallScheduleUpdateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "oncallScheduleUpdate", "type": { "kind": "OBJECT", "name": "OncallScheduleUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for PagesMarkOnboardingComplete", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PagesMarkOnboardingCompleteInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pagesMarkOnboardingComplete", "type": { "kind": "OBJECT", "name": "PagesMarkOnboardingCompletePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for PipelineCancel", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PipelineCancelInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pipelineCancel", "type": { "kind": "OBJECT", "name": "PipelineCancelPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for PipelineDestroy", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PipelineDestroyInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pipelineDestroy", "type": { "kind": "OBJECT", "name": "PipelineDestroyPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for PipelineRetry", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PipelineRetryInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pipelineRetry", "type": { "kind": "OBJECT", "name": "PipelineRetryPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for PipelineScheduleCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PipelineScheduleCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pipelineScheduleCreate", "type": { "kind": "OBJECT", "name": "PipelineScheduleCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for PipelineScheduleDelete", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PipelineScheduleDeleteInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pipelineScheduleDelete", "type": { "kind": "OBJECT", "name": "PipelineScheduleDeletePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for PipelineSchedulePlay", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PipelineSchedulePlayInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pipelineSchedulePlay", "type": { "kind": "OBJECT", "name": "PipelineSchedulePlayPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for PipelineScheduleTakeOwnership", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PipelineScheduleTakeOwnershipInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pipelineScheduleTakeOwnership", "type": { "kind": "OBJECT", "name": "PipelineScheduleTakeOwnershipPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for PipelineScheduleUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PipelineScheduleUpdateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "pipelineScheduleUpdate", "type": { "kind": "OBJECT", "name": "PipelineScheduleUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for ProjectCiCdSettingsUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProjectCiCdSettingsUpdateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "projectCiCdSettingsUpdate", "type": { "kind": "OBJECT", "name": "ProjectCiCdSettingsUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for ProjectInitializeProductAnalytics", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProjectInitializeProductAnalyticsInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "projectInitializeProductAnalytics", "type": { "kind": "OBJECT", "name": "ProjectInitializeProductAnalyticsPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for ProjectMemberBulkUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProjectMemberBulkUpdateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Updates multiple members of a project. To use this mutation, you must have at least the Maintainer role.", "isDeprecated": false, "name": "projectMemberBulkUpdate", "type": { "kind": "OBJECT", "name": "ProjectMemberBulkUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for ProjectSetComplianceFramework", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProjectSetComplianceFrameworkInput", "ofType": null } } } ], "deprecationReason": null, "description": "Assign (or unset) a compliance framework to a project.", "isDeprecated": false, "name": "projectSetComplianceFramework", "type": { "kind": "OBJECT", "name": "ProjectSetComplianceFrameworkPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for ProjectSetLocked", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProjectSetLockedInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "projectSetLocked", "type": { "kind": "OBJECT", "name": "ProjectSetLockedPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for ProjectSyncFork", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProjectSyncForkInput", "ofType": null } } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.9.", "description": null, "isDeprecated": true, "name": "projectSyncFork", "type": { "kind": "OBJECT", "name": "ProjectSyncForkPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for PrometheusIntegrationCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PrometheusIntegrationCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "prometheusIntegrationCreate", "type": { "kind": "OBJECT", "name": "PrometheusIntegrationCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for PrometheusIntegrationResetToken", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PrometheusIntegrationResetTokenInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "prometheusIntegrationResetToken", "type": { "kind": "OBJECT", "name": "PrometheusIntegrationResetTokenPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for PrometheusIntegrationUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PrometheusIntegrationUpdateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "prometheusIntegrationUpdate", "type": { "kind": "OBJECT", "name": "PrometheusIntegrationUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for PromoteToEpic", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PromoteToEpicInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "promoteToEpic", "type": { "kind": "OBJECT", "name": "PromoteToEpicPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for ReleaseAssetLinkCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReleaseAssetLinkCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "releaseAssetLinkCreate", "type": { "kind": "OBJECT", "name": "ReleaseAssetLinkCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for ReleaseAssetLinkDelete", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReleaseAssetLinkDeleteInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "releaseAssetLinkDelete", "type": { "kind": "OBJECT", "name": "ReleaseAssetLinkDeletePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for ReleaseAssetLinkUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReleaseAssetLinkUpdateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "releaseAssetLinkUpdate", "type": { "kind": "OBJECT", "name": "ReleaseAssetLinkUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for ReleaseCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReleaseCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "releaseCreate", "type": { "kind": "OBJECT", "name": "ReleaseCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for ReleaseDelete", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReleaseDeleteInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "releaseDelete", "type": { "kind": "OBJECT", "name": "ReleaseDeletePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for ReleaseUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReleaseUpdateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "releaseUpdate", "type": { "kind": "OBJECT", "name": "ReleaseUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for RemoveProjectFromSecurityDashboard", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RemoveProjectFromSecurityDashboardInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "removeProjectFromSecurityDashboard", "type": { "kind": "OBJECT", "name": "RemoveProjectFromSecurityDashboardPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for RepositionImageDiffNote", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RepositionImageDiffNoteInput", "ofType": null } } } ], "deprecationReason": null, "description": "Repositions a DiffNote on an image (a `Note` where the `position.positionType` is `\"image\"`)", "isDeprecated": false, "name": "repositionImageDiffNote", "type": { "kind": "OBJECT", "name": "RepositionImageDiffNotePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for RunnerCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RunnerCreateInput", "ofType": null } } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.10.", "description": null, "isDeprecated": true, "name": "runnerCreate", "type": { "kind": "OBJECT", "name": "RunnerCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for RunnerDelete", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RunnerDeleteInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "runnerDelete", "type": { "kind": "OBJECT", "name": "RunnerDeletePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for RunnerUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RunnerUpdateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "runnerUpdate", "type": { "kind": "OBJECT", "name": "RunnerUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for RunnersRegistrationTokenReset", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RunnersRegistrationTokenResetInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "runnersRegistrationTokenReset", "type": { "kind": "OBJECT", "name": "RunnersRegistrationTokenResetPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for SavedReplyCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "SavedReplyCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "savedReplyCreate", "type": { "kind": "OBJECT", "name": "SavedReplyCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for SavedReplyDestroy", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "SavedReplyDestroyInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "savedReplyDestroy", "type": { "kind": "OBJECT", "name": "SavedReplyDestroyPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for SavedReplyUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "SavedReplyUpdateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "savedReplyUpdate", "type": { "kind": "OBJECT", "name": "SavedReplyUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for ScanExecutionPolicyCommit", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ScanExecutionPolicyCommitInput", "ofType": null } } } ], "deprecationReason": null, "description": "Commits the `policy_yaml` content to the assigned security policy project for the given project (`full_path`)", "isDeprecated": false, "name": "scanExecutionPolicyCommit", "type": { "kind": "OBJECT", "name": "ScanExecutionPolicyCommitPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for SecurityFindingCreateIssue", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "SecurityFindingCreateIssueInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "securityFindingCreateIssue", "type": { "kind": "OBJECT", "name": "SecurityFindingCreateIssuePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for SecurityFindingCreateMergeRequest", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "SecurityFindingCreateMergeRequestInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "securityFindingCreateMergeRequest", "type": { "kind": "OBJECT", "name": "SecurityFindingCreateMergeRequestPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for SecurityFindingDismiss", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "SecurityFindingDismissInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "securityFindingDismiss", "type": { "kind": "OBJECT", "name": "SecurityFindingDismissPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for SecurityFindingRevertToDetected", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "SecurityFindingRevertToDetectedInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "securityFindingRevertToDetected", "type": { "kind": "OBJECT", "name": "SecurityFindingRevertToDetectedPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for SecurityPolicyProjectAssign", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "SecurityPolicyProjectAssignInput", "ofType": null } } } ], "deprecationReason": null, "description": "Assigns the specified project(`security_policy_project_id`) as security policy project for the given project(`full_path`). If the project already has a security policy project, this reassigns the project's security policy project with the given `security_policy_project_id`", "isDeprecated": false, "name": "securityPolicyProjectAssign", "type": { "kind": "OBJECT", "name": "SecurityPolicyProjectAssignPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for SecurityPolicyProjectCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "SecurityPolicyProjectCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": "Creates and assigns a security policy project for the given project (`full_path`)", "isDeprecated": false, "name": "securityPolicyProjectCreate", "type": { "kind": "OBJECT", "name": "SecurityPolicyProjectCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for SecurityPolicyProjectUnassign", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "SecurityPolicyProjectUnassignInput", "ofType": null } } } ], "deprecationReason": null, "description": "Unassigns the security policy project for the given project (`full_path`).", "isDeprecated": false, "name": "securityPolicyProjectUnassign", "type": { "kind": "OBJECT", "name": "SecurityPolicyProjectUnassignPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for SecurityTrainingUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "SecurityTrainingUpdateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "securityTrainingUpdate", "type": { "kind": "OBJECT", "name": "SecurityTrainingUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for TerraformStateDelete", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TerraformStateDeleteInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "terraformStateDelete", "type": { "kind": "OBJECT", "name": "TerraformStateDeletePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for TerraformStateLock", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TerraformStateLockInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "terraformStateLock", "type": { "kind": "OBJECT", "name": "TerraformStateLockPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for TerraformStateUnlock", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TerraformStateUnlockInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "terraformStateUnlock", "type": { "kind": "OBJECT", "name": "TerraformStateUnlockPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for TimelineEventCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TimelineEventCreateInput", "ofType": null } } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.6.", "description": null, "isDeprecated": true, "name": "timelineEventCreate", "type": { "kind": "OBJECT", "name": "TimelineEventCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for TimelineEventDestroy", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TimelineEventDestroyInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "timelineEventDestroy", "type": { "kind": "OBJECT", "name": "TimelineEventDestroyPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for TimelineEventPromoteFromNote", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TimelineEventPromoteFromNoteInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "timelineEventPromoteFromNote", "type": { "kind": "OBJECT", "name": "TimelineEventPromoteFromNotePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for TimelineEventTagCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TimelineEventTagCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "timelineEventTagCreate", "type": { "kind": "OBJECT", "name": "TimelineEventTagCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for TimelineEventUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TimelineEventUpdateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "timelineEventUpdate", "type": { "kind": "OBJECT", "name": "TimelineEventUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for TimelogCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TimelogCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "timelogCreate", "type": { "kind": "OBJECT", "name": "TimelogCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for TimelogDelete", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TimelogDeleteInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "timelogDelete", "type": { "kind": "OBJECT", "name": "TimelogDeletePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for TodoCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TodoCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "todoCreate", "type": { "kind": "OBJECT", "name": "TodoCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for TodoMarkDone", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TodoMarkDoneInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "todoMarkDone", "type": { "kind": "OBJECT", "name": "TodoMarkDonePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for TodoRestore", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TodoRestoreInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "todoRestore", "type": { "kind": "OBJECT", "name": "TodoRestorePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for TodoRestoreMany", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TodoRestoreManyInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "todoRestoreMany", "type": { "kind": "OBJECT", "name": "TodoRestoreManyPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for TodosMarkAllDone", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "TodosMarkAllDoneInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "todosMarkAllDone", "type": { "kind": "OBJECT", "name": "TodosMarkAllDonePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for UpdateAlertStatus", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateAlertStatusInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "updateAlertStatus", "type": { "kind": "OBJECT", "name": "UpdateAlertStatusPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for UpdateBoard", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateBoardInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "updateBoard", "type": { "kind": "OBJECT", "name": "UpdateBoardPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for UpdateBoardEpicUserPreferences", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateBoardEpicUserPreferencesInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "updateBoardEpicUserPreferences", "type": { "kind": "OBJECT", "name": "UpdateBoardEpicUserPreferencesPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for UpdateBoardList", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateBoardListInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "updateBoardList", "type": { "kind": "OBJECT", "name": "UpdateBoardListPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for UpdateComplianceFramework", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateComplianceFrameworkInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "updateComplianceFramework", "type": { "kind": "OBJECT", "name": "UpdateComplianceFrameworkPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for UpdateContainerExpirationPolicy", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateContainerExpirationPolicyInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "updateContainerExpirationPolicy", "type": { "kind": "OBJECT", "name": "UpdateContainerExpirationPolicyPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for UpdateDependencyProxyImageTtlGroupPolicy", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateDependencyProxyImageTtlGroupPolicyInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "updateDependencyProxyImageTtlGroupPolicy", "type": { "kind": "OBJECT", "name": "UpdateDependencyProxyImageTtlGroupPolicyPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for UpdateDependencyProxySettings", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateDependencyProxySettingsInput", "ofType": null } } } ], "deprecationReason": null, "description": "These settings can be adjusted by the group Owner or Maintainer. However, in GitLab 16.0, we will be limiting this to the Owner role. [GitLab-#364441](https://gitlab.com/gitlab-org/gitlab/-/issues/364441) proposes making this change to match the permissions level in the user interface.", "isDeprecated": false, "name": "updateDependencyProxySettings", "type": { "kind": "OBJECT", "name": "UpdateDependencyProxySettingsPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for UpdateEpic", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateEpicInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "updateEpic", "type": { "kind": "OBJECT", "name": "UpdateEpicPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for UpdateEpicBoardList", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateEpicBoardListInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "updateEpicBoardList", "type": { "kind": "OBJECT", "name": "UpdateEpicBoardListPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for UpdateImageDiffNote", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateImageDiffNoteInput", "ofType": null } } } ], "deprecationReason": null, "description": "Updates a DiffNote on an image (a `Note` where the `position.positionType` is `\"image\"`).\nIf the body of the Note contains only quick actions,\nthe Note will be destroyed during an update, and no Note will be\nreturned.\n\n", "isDeprecated": false, "name": "updateImageDiffNote", "type": { "kind": "OBJECT", "name": "UpdateImageDiffNotePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for UpdateIssue", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateIssueInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "updateIssue", "type": { "kind": "OBJECT", "name": "UpdateIssuePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for UpdateIteration", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateIterationInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "updateIteration", "type": { "kind": "OBJECT", "name": "UpdateIterationPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for UpdateNamespacePackageSettings", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateNamespacePackageSettingsInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "updateNamespacePackageSettings", "type": { "kind": "OBJECT", "name": "UpdateNamespacePackageSettingsPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for UpdateNote", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateNoteInput", "ofType": null } } } ], "deprecationReason": null, "description": "Updates a Note.\nIf the body of the Note contains only quick actions,\nthe Note will be destroyed during an update, and no Note will be\nreturned.\n", "isDeprecated": false, "name": "updateNote", "type": { "kind": "OBJECT", "name": "UpdateNotePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for UpdatePackagesCleanupPolicy", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdatePackagesCleanupPolicyInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "updatePackagesCleanupPolicy", "type": { "kind": "OBJECT", "name": "UpdatePackagesCleanupPolicyPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for UpdateRequirement", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateRequirementInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "updateRequirement", "type": { "kind": "OBJECT", "name": "UpdateRequirementPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for UpdateSnippet", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateSnippetInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "updateSnippet", "type": { "kind": "OBJECT", "name": "UpdateSnippetPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for UploadDelete", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UploadDeleteInput", "ofType": null } } } ], "deprecationReason": null, "description": "Deletes an upload.", "isDeprecated": false, "name": "uploadDelete", "type": { "kind": "OBJECT", "name": "UploadDeletePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for UserCalloutCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UserCalloutCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "userCalloutCreate", "type": { "kind": "OBJECT", "name": "UserCalloutCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for UserPreferencesUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UserPreferencesUpdateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "userPreferencesUpdate", "type": { "kind": "OBJECT", "name": "UserPreferencesUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for VulnerabilityConfirm", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VulnerabilityConfirmInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "vulnerabilityConfirm", "type": { "kind": "OBJECT", "name": "VulnerabilityConfirmPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for VulnerabilityCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VulnerabilityCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "vulnerabilityCreate", "type": { "kind": "OBJECT", "name": "VulnerabilityCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for VulnerabilityDismiss", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VulnerabilityDismissInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "vulnerabilityDismiss", "type": { "kind": "OBJECT", "name": "VulnerabilityDismissPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for VulnerabilityExternalIssueLinkCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VulnerabilityExternalIssueLinkCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "vulnerabilityExternalIssueLinkCreate", "type": { "kind": "OBJECT", "name": "VulnerabilityExternalIssueLinkCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for VulnerabilityExternalIssueLinkDestroy", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VulnerabilityExternalIssueLinkDestroyInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "vulnerabilityExternalIssueLinkDestroy", "type": { "kind": "OBJECT", "name": "VulnerabilityExternalIssueLinkDestroyPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for VulnerabilityFindingDismiss", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VulnerabilityFindingDismissInput", "ofType": null } } } ], "deprecationReason": "Use VulnerabilityDismiss for vulnerabilities or SecurityFindingDismiss for pipeline findings. Deprecated in 15.5.", "description": null, "isDeprecated": true, "name": "vulnerabilityFindingDismiss", "type": { "kind": "OBJECT", "name": "VulnerabilityFindingDismissPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for VulnerabilityIssueLinkCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VulnerabilityIssueLinkCreateInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "vulnerabilityIssueLinkCreate", "type": { "kind": "OBJECT", "name": "VulnerabilityIssueLinkCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for VulnerabilityResolve", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VulnerabilityResolveInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "vulnerabilityResolve", "type": { "kind": "OBJECT", "name": "VulnerabilityResolvePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for VulnerabilityRevertToDetected", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VulnerabilityRevertToDetectedInput", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "vulnerabilityRevertToDetected", "type": { "kind": "OBJECT", "name": "VulnerabilityRevertToDetectedPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for WorkItemConvert", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkItemConvertInput", "ofType": null } } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.11.", "description": "Converts the work item to a new type Introduced in 15.11: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "workItemConvert", "type": { "kind": "OBJECT", "name": "WorkItemConvertPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for WorkItemCreate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkItemCreateInput", "ofType": null } } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.1.", "description": "Creates a work item. Introduced in 15.1: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "workItemCreate", "type": { "kind": "OBJECT", "name": "WorkItemCreatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for WorkItemCreateFromTask", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkItemCreateFromTaskInput", "ofType": null } } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.1.", "description": "Creates a work item from a task in another work item's description. Introduced in 15.1: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "workItemCreateFromTask", "type": { "kind": "OBJECT", "name": "WorkItemCreateFromTaskPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for WorkItemDelete", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkItemDeleteInput", "ofType": null } } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.1.", "description": "Deletes a work item. Introduced in 15.1: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "workItemDelete", "type": { "kind": "OBJECT", "name": "WorkItemDeletePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for WorkItemDeleteTask", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkItemDeleteTaskInput", "ofType": null } } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.1.", "description": "Deletes a task in a work item's description. Introduced in 15.1: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "workItemDeleteTask", "type": { "kind": "OBJECT", "name": "WorkItemDeleteTaskPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for WorkItemExport", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkItemExportInput", "ofType": null } } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.10.", "description": null, "isDeprecated": true, "name": "workItemExport", "type": { "kind": "OBJECT", "name": "WorkItemExportPayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for WorkItemUpdate", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkItemUpdateInput", "ofType": null } } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.1.", "description": "Updates a work item by Global ID. Introduced in 15.1: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "workItemUpdate", "type": { "kind": "OBJECT", "name": "WorkItemUpdatePayload", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Parameters for WorkItemUpdateTask", "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkItemUpdateTaskInput", "ofType": null } } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.1.", "description": "Updates a work item's task by Global ID. Introduced in 15.1: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "workItemUpdateTask", "type": { "kind": "OBJECT", "name": "WorkItemUpdateTaskPayload", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Mutation", "possibleTypes": null }, { "description": "Different toggles for changing mutator behavior", "enumValues": [ { "deprecationReason": null, "description": "Performs a replace operation.", "isDeprecated": false, "name": "REPLACE" }, { "deprecationReason": null, "description": "Performs an append operation.", "isDeprecated": false, "name": "APPEND" }, { "deprecationReason": null, "description": "Performs a removal operation.", "isDeprecated": false, "name": "REMOVE" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "MutationOperationMode", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.8.", "description": "Achievements for the namespace. Returns `null` if the `achievements` feature flag is disabled. Introduced in 15.8: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "achievements", "type": { "kind": "OBJECT", "name": "AchievementConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Size limit for repositories in the namespace in bytes.", "isDeprecated": false, "name": "actualRepositorySizeLimit", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Additional storage purchased for the root namespace in bytes.", "isDeprecated": false, "name": "additionalPurchasedStorageSize", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Global ID of a specific compliance framework to return.", "name": "id", "type": { "kind": "SCALAR", "name": "ComplianceManagementFrameworkID", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Compliance frameworks available to projects in this namespace.", "isDeprecated": false, "name": "complianceFrameworks", "type": { "kind": "OBJECT", "name": "ComplianceFrameworkConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Includes at least one project where the repository size exceeds the limit.", "isDeprecated": false, "name": "containsLockedProjects", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if the cross_project_pipeline feature is available for the namespace.", "isDeprecated": false, "name": "crossProjectPipelineAvailable", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Description of the namespace.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `description`", "isDeprecated": false, "name": "descriptionHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Full name of the namespace.", "isDeprecated": false, "name": "fullName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Full path of the namespace.", "isDeprecated": false, "name": "fullPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the namespace.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Status of the temporary storage increase.", "isDeprecated": false, "name": "isTemporaryStorageIncreaseEnabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if Large File Storage (LFS) is enabled for namespace.", "isDeprecated": false, "name": "lfsEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the namespace.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Package settings for the namespace.", "isDeprecated": false, "name": "packageSettings", "type": { "kind": "OBJECT", "name": "PackageSettings", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Path of the namespace.", "isDeprecated": false, "name": "path", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [ { "defaultValue": "false", "description": "Include also subgroup projects.", "name": "includeSubgroups", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": "null", "description": "Search project with most similar names or paths.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "null", "description": "Sort projects by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "NamespaceProjectSort", "ofType": null } }, { "defaultValue": "null", "description": "Filter projects by IDs.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Return only projects with issues enabled.", "name": "withIssuesEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Return only projects with merge requests enabled.", "name": "withMergeRequestsEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filters applied when selecting a compliance framework.", "name": "complianceFrameworkFilters", "type": { "kind": "INPUT_OBJECT", "name": "ComplianceFrameworkFilters", "ofType": null } }, { "defaultValue": "false", "description": "Returns only the projects which have code coverage.", "name": "hasCodeCoverage", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": "false", "description": "Returns only the projects which have vulnerabilities.", "name": "hasVulnerabilities", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Projects within this namespace.", "isDeprecated": false, "name": "projects", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of projects in the root namespace where the repository size exceeds the limit.", "isDeprecated": false, "name": "repositorySizeExcessProjectCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if users can request access to namespace.", "isDeprecated": false, "name": "requestAccessEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Aggregated storage statistics of the namespace. Only available for root namespaces.", "isDeprecated": false, "name": "rootStorageStatistics", "type": { "kind": "OBJECT", "name": "RootStorageStatistics", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filters policies by the action scan type. Only these scan types are supported: `dast`, `secret_detection`, `cluster_image_scanning`, `container_scanning`, `sast`, `sast_iac`, `dependency_scanning`.", "name": "actionScanTypes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SecurityReportTypeEnum", "ofType": null } } } }, { "defaultValue": "DIRECT", "description": "Filter policies by the given policy relationship.", "name": "relationship", "type": { "kind": "ENUM", "name": "SecurityPolicyRelationType", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Scan Execution Policies of the namespace.", "isDeprecated": false, "name": "scanExecutionPolicies", "type": { "kind": "OBJECT", "name": "ScanExecutionPolicyConnection", "ofType": null } }, { "args": [ { "defaultValue": "DIRECT", "description": "Filter policies by the given policy relationship.", "name": "relationship", "type": { "kind": "ENUM", "name": "SecurityPolicyRelationType", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Scan Result Policies of the project", "isDeprecated": false, "name": "scanResultPolicies", "type": { "kind": "OBJECT", "name": "ScanResultPolicyConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Shared runners availability for the namespace and its descendants.", "isDeprecated": false, "name": "sharedRunnersSetting", "type": { "kind": "ENUM", "name": "SharedRunnersSetting", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total storage limit of the root namespace in bytes.", "isDeprecated": false, "name": "storageSizeLimit", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Date until the temporary storage increase is active.", "isDeprecated": false, "name": "temporaryStorageIncreaseEndsOn", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.3.", "description": "Timelog categories for the namespace. Introduced in 15.3: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "timelogCategories", "type": { "kind": "OBJECT", "name": "TimeTrackingTimelogCategoryConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total repository size of all projects in the root namespace in bytes.", "isDeprecated": false, "name": "totalRepositorySize", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total excess repository size of all projects in the root namespace in bytes.", "isDeprecated": false, "name": "totalRepositorySizeExcess", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Visibility of the namespace.", "isDeprecated": false, "name": "visibility", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Namespace", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Global ID of the namespace ban.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "GlobalID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Root namespace to which the ban applies.", "isDeprecated": false, "name": "namespace", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Namespace", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "User to which the namespace ban applies.", "isDeprecated": false, "name": "user", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "NamespaceBan", "possibleTypes": null }, { "description": "Autogenerated input type of NamespaceBanDestroy", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the namespace ban to remove.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "NamespacesNamespaceBanID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "NamespaceBanDestroyInput", "possibleTypes": null }, { "description": "Autogenerated return type of NamespaceBanDestroy", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Namespace Ban.", "isDeprecated": false, "name": "namespaceBan", "type": { "kind": "OBJECT", "name": "NamespaceBan", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "NamespaceBanDestroyPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates if stale runners directly belonging to this namespace should be periodically pruned.", "isDeprecated": false, "name": "allowStaleRunnerPruning", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Namespace the CI/CD settings belong to.", "isDeprecated": false, "name": "namespace", "type": { "kind": "OBJECT", "name": "Namespace", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "NamespaceCiCdSetting", "possibleTypes": null }, { "description": "Autogenerated input type of NamespaceCiCdSettingsUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Indicates if stale runners directly belonging to this namespace should be periodically pruned.", "name": "allowStaleRunnerPruning", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Full path of the namespace the settings belong to.", "name": "fullPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "NamespaceCiCdSettingsUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of NamespaceCiCdSettingsUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "CI/CD settings after mutation.", "isDeprecated": false, "name": "ciCdSettings", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NamespaceCiCdSetting", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "NamespaceCiCdSettingsUpdatePayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Timestamp the namespace commit email was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Email.", "isDeprecated": false, "name": "email", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Email", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Internal ID of the namespace commit email.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Namespace.", "isDeprecated": false, "name": "namespace", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Namespace", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp the namespace commit email was last updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "NamespaceCommitEmail", "possibleTypes": null }, { "description": "The connection type for NamespaceCommitEmail.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "NamespaceCommitEmailEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "NamespaceCommitEmail", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "NamespaceCommitEmailConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "NamespaceCommitEmail", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "NamespaceCommitEmailEdge", "possibleTypes": null }, { "description": "The connection type for Namespace.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "NamespaceEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Namespace", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "NamespaceConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Namespace", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "NamespaceEdge", "possibleTypes": null }, { "description": "A `NamespaceID` is a global ID. It is encoded as a string.\n\nAn example `NamespaceID` is: `\"gid://gitlab/Namespace/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "NamespaceID", "possibleTypes": null }, { "description": "Autogenerated input type of NamespaceIncreaseStorageTemporarily", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Global ID of the namespace to mutate.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "NamespaceID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "NamespaceIncreaseStorageTemporarilyInput", "possibleTypes": null }, { "description": "Autogenerated return type of NamespaceIncreaseStorageTemporarily", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Namespace after mutation.", "isDeprecated": false, "name": "namespace", "type": { "kind": "OBJECT", "name": "Namespace", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "NamespaceIncreaseStorageTemporarilyPayload", "possibleTypes": null }, { "description": "Values for sorting projects", "enumValues": [ { "deprecationReason": null, "description": "Most similar to the search query.", "isDeprecated": false, "name": "SIMILARITY" }, { "deprecationReason": null, "description": "Sort by latest activity, descending order.", "isDeprecated": false, "name": "ACTIVITY_DESC" }, { "deprecationReason": null, "description": "Sort by excess repository storage size, descending order.", "isDeprecated": false, "name": "STORAGE" }, { "deprecationReason": null, "description": "Sort by total storage size, ascending order.", "isDeprecated": false, "name": "STORAGE_SIZE_ASC" }, { "deprecationReason": null, "description": "Sort by total storage size, descending order.", "isDeprecated": false, "name": "STORAGE_SIZE_DESC" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "NamespaceProjectSort", "possibleTypes": null }, { "description": "A `NamespacesNamespaceBanID` is a global ID. It is encoded as a string.\n\nAn example `NamespacesNamespaceBanID` is: `\"gid://gitlab/Namespaces::NamespaceBan/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "NamespacesNamespaceBanID", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Filter by label name.", "name": "labelName", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Filter by author username.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter by reaction emoji applied by the current user. Wildcard values \"NONE\" and \"ANY\" are supported.", "name": "myReactionEmoji", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "List of IIDs of issues. For example `[\"1\", \"2\"]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter by milestone title.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter by assignee username.", "name": "assigneeUsername", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Filter by release tag.", "name": "releaseTag", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter by the given issue types.", "name": "types", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssueType", "ofType": null } } } }, { "defaultValue": null, "description": "Filter by milestone ID wildcard.", "name": "milestoneWildcardId", "type": { "kind": "ENUM", "name": "MilestoneWildcardId", "ofType": null } }, { "defaultValue": null, "description": "Filter by epic ID. Incompatible with epicWildcardId.", "name": "epicId", "type": { "kind": "SCALAR", "name": "EpicID", "ofType": null } }, { "defaultValue": null, "description": "Filter by iteration title.", "name": "iterationTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter by weight.", "name": "weight", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter by a list of iteration IDs. Incompatible with iterationWildcardId.", "name": "iterationId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IterationID", "ofType": null } } } }, { "defaultValue": null, "description": "Filter by iteration ID wildcard.", "name": "iterationWildcardId", "type": { "kind": "ENUM", "name": "NegatedIterationWildcardId", "ofType": null } }, { "defaultValue": null, "description": "Health status not applied to the issue.\n Includes issues where health status is not set.", "name": "healthStatusFilter", "type": { "kind": "ENUM", "name": "HealthStatus", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "NegatedBoardIssueInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "ID of the compliance framework.", "name": "id", "type": { "kind": "SCALAR", "name": "ComplianceManagementFrameworkID", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "NegatedComplianceFrameworkFilters", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Filter by label name.", "name": "labelName", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Filter by author username.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter by reaction emoji applied by the current user. Wildcard values \"NONE\" and \"ANY\" are supported.", "name": "myReactionEmoji", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "NegatedEpicBoardIssueInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Filter by label name.", "name": "labelName", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Filter by author username.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter by reaction emoji applied by the current user.", "name": "myReactionEmoji", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "NegatedEpicFilterInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "ID of a user not assigned to the issues.", "name": "assigneeId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Usernames of users not assigned to the issue.", "name": "assigneeUsernames", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Username of a user who didn't author the issue.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "List of IIDs of issues to exclude. For example, `[1, 2]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Labels not applied to this issue.", "name": "labelName", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Milestone not applied to this issue.", "name": "milestoneTitle", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter by negated milestone wildcard values.", "name": "milestoneWildcardId", "type": { "kind": "ENUM", "name": "NegatedMilestoneWildcardId", "ofType": null } }, { "defaultValue": null, "description": "Filter by reaction emoji applied by the current user.", "name": "myReactionEmoji", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Release tag not associated with the issue's milestone. Ignored when parent is a group.", "name": "releaseTag", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filters out issues by the given issue types.", "name": "types", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssueType", "ofType": null } } } }, { "defaultValue": null, "description": "ID of an epic not associated with the issues.", "name": "epicId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Weight not applied to the issue.", "name": "weight", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "List of iteration Global IDs not applied to the issue.", "name": "iterationId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Filter by negated iteration ID wildcard.", "name": "iterationWildcardId", "type": { "kind": "ENUM", "name": "IterationWildcardId", "ofType": null } }, { "defaultValue": null, "description": "Health status not applied to the issue.\n Includes issues where health status is not set.", "name": "healthStatusFilter", "type": { "kind": "ENUM", "name": "HealthStatus", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "NegatedIssueFilterInput", "possibleTypes": null }, { "description": "Negated Iteration ID wildcard values", "enumValues": [ { "deprecationReason": null, "description": "Current iteration.", "isDeprecated": false, "name": "CURRENT" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "NegatedIterationWildcardId", "possibleTypes": null }, { "description": "Negated Milestone ID wildcard values", "enumValues": [ { "deprecationReason": null, "description": "Milestone assigned is open and yet to be started (start date > today).", "isDeprecated": false, "name": "STARTED" }, { "deprecationReason": null, "description": "Milestone assigned is open but due in the past (due date <= today).", "isDeprecated": false, "name": "UPCOMING" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "NegatedMilestoneWildcardId", "possibleTypes": null }, { "description": "Describes where code is deployed for a project organized by folder.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Latest environment in the folder.", "isDeprecated": false, "name": "environment", "type": { "kind": "OBJECT", "name": "Environment", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Human-readable name of the environment.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of environments nested in the folder.", "isDeprecated": false, "name": "size", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "NestedEnvironment", "possibleTypes": null }, { "description": "The connection type for NestedEnvironment.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "NestedEnvironmentEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "NestedEnvironment", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "NestedEnvironmentConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "NestedEnvironment", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "NestedEnvironmentEdge", "possibleTypes": null }, { "description": "Represents the network policy", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates whether this policy is enabled.", "isDeprecated": false, "name": "enabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Environments where this policy is applied.", "isDeprecated": false, "name": "environments", "type": { "kind": "OBJECT", "name": "EnvironmentConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates whether this policy is created from AutoDevops.", "isDeprecated": false, "name": "fromAutoDevops", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Kind of the policy.", "isDeprecated": false, "name": "kind", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "NetworkPolicyKind", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the policy.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Namespace of the policy.", "isDeprecated": false, "name": "namespace", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the policy YAML was last updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "YAML definition of the policy.", "isDeprecated": false, "name": "yaml", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "NetworkPolicy", "possibleTypes": null }, { "description": "The connection type for NetworkPolicy.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "NetworkPolicyEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "NetworkPolicy", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "NetworkPolicyConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "NetworkPolicy", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "NetworkPolicyEdge", "possibleTypes": null }, { "description": "Kind of the network policy", "enumValues": [ { "deprecationReason": null, "description": "Policy kind of Cilium Network Policy.", "isDeprecated": false, "name": "CiliumNetworkPolicy" }, { "deprecationReason": null, "description": "Policy kind of Network Policy.", "isDeprecated": false, "name": "NetworkPolicy" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "NetworkPolicyKind", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "User who wrote this note.", "isDeprecated": false, "name": "author", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Content of the note.", "isDeprecated": false, "name": "body", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `note`", "isDeprecated": false, "name": "bodyHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": "This was renamed. Please use `internal`. Deprecated in 15.5.", "description": "Indicates if this note is confidential. Deprecated in 15.5: This was renamed.", "isDeprecated": true, "name": "confidential", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the note creation.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Discussion this note is a part of.", "isDeprecated": false, "name": "discussion", "type": { "kind": "OBJECT", "name": "Discussion", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the note.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "NoteID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if this note is internal.", "isDeprecated": false, "name": "internal", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp when note was last edited.", "isDeprecated": false, "name": "lastEditedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User who last edited the note.", "isDeprecated": false, "name": "lastEditedBy", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Position of this note on a diff.", "isDeprecated": false, "name": "position", "type": { "kind": "OBJECT", "name": "DiffPosition", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Project associated with the note.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the object can be resolved.", "isDeprecated": false, "name": "resolvable", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if the object is resolved.", "isDeprecated": false, "name": "resolved", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the object was resolved.", "isDeprecated": false, "name": "resolvedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User who resolved the object.", "isDeprecated": false, "name": "resolvedBy", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates whether this note was created by the system or by a user.", "isDeprecated": false, "name": "system", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the icon corresponding to a system note.", "isDeprecated": false, "name": "systemNoteIconName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Metadata for the given note if it is a system note.", "isDeprecated": false, "name": "systemNoteMetadata", "type": { "kind": "OBJECT", "name": "SystemNoteMetadata", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the note's last activity.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "URL to view this Note in the Web UI.", "isDeprecated": false, "name": "url", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Permissions for the current user on the resource", "isDeprecated": false, "name": "userPermissions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NotePermissions", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "ResolvableInterface", "ofType": null } ], "kind": "OBJECT", "name": "Note", "possibleTypes": null }, { "description": "The connection type for Note.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "NoteEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Note", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "NoteConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Note", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "NoteEdge", "possibleTypes": null }, { "description": "A `NoteID` is a global ID. It is encoded as a string.\n\nAn example `NoteID` is: `\"gid://gitlab/Note/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "NoteID", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `admin_note` on this resource", "isDeprecated": false, "name": "adminNote", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `award_emoji` on this resource", "isDeprecated": false, "name": "awardEmoji", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `create_note` on this resource", "isDeprecated": false, "name": "createNote", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `read_note` on this resource", "isDeprecated": false, "name": "readNote", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `reposition_note` on this resource", "isDeprecated": false, "name": "repositionNote", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `resolve_note` on this resource", "isDeprecated": false, "name": "resolveNote", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "NotePermissions", "possibleTypes": null }, { "description": "A `NoteableID` is a global ID. It is encoded as a string.\n\nAn example `NoteableID` is: `\"gid://gitlab/Noteable/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "NoteableID", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All commenters on this noteable.", "isDeprecated": false, "name": "commenters", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCoreConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All discussions on this noteable.", "isDeprecated": false, "name": "discussions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DiscussionConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All notes on this noteable.", "isDeprecated": false, "name": "notes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NoteConnection", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "INTERFACE", "name": "NoteableInterface", "possibleTypes": [ { "kind": "OBJECT", "name": "AlertManagementAlert", "ofType": null }, { "kind": "OBJECT", "name": "BoardEpic", "ofType": null }, { "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 }, { "kind": "OBJECT", "name": "Snippet", "ofType": null }, { "kind": "OBJECT", "name": "Vulnerability", "ofType": null } ] }, { "description": "Represents an object that supports notes.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "UNION", "name": "NoteableType", "possibleTypes": [ { "kind": "OBJECT", "name": "Design", "ofType": null }, { "kind": "OBJECT", "name": "Issue", "ofType": null }, { "kind": "OBJECT", "name": "MergeRequest", "ofType": null } ] }, { "description": "Work item notes collection type.", "enumValues": [ { "deprecationReason": null, "description": "Show all activity", "isDeprecated": false, "name": "ALL_NOTES" }, { "deprecationReason": null, "description": "Show comments only", "isDeprecated": false, "name": "ONLY_COMMENTS" }, { "deprecationReason": null, "description": "Show history only", "isDeprecated": false, "name": "ONLY_ACTIVITY" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "NotesFilterType", "possibleTypes": null }, { "description": "Nuget dependency link metadata", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "ID of the metadatum.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PackagesNugetDependencyLinkMetadatumID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Target framework of the dependency link package.", "isDeprecated": false, "name": "targetFramework", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "NugetDependencyLinkMetadata", "possibleTypes": null }, { "description": "Nuget metadata", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Icon URL of the Nuget package.", "isDeprecated": false, "name": "iconUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the metadatum.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PackagesNugetMetadatumID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "License URL of the Nuget package.", "isDeprecated": false, "name": "licenseUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Project URL of the Nuget package.", "isDeprecated": false, "name": "projectUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "NugetMetadata", "possibleTypes": null }, { "description": "The rotation participant and color palette", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Color palette to assign to the on-call user. For example \"blue\".", "isDeprecated": false, "name": "colorPalette", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Color weight to assign to for the on-call user, for example \"500\". Max 4 chars. For easy identification of the user.", "isDeprecated": false, "name": "colorWeight", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the on-call participant.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IncidentManagementOncallParticipantID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "User who is participating.", "isDeprecated": false, "name": "user", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "OncallParticipantType", "possibleTypes": null }, { "description": "The connection type for OncallParticipantType.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "OncallParticipantTypeEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "OncallParticipantType", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "OncallParticipantTypeConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "OncallParticipantType", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "OncallParticipantTypeEdge", "possibleTypes": null }, { "description": "Active period time range for on-call rotation", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Start of the rotation active period in 24 hour format. For example, \"18:30\".", "name": "startTime", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "End of the rotation active period in 24 hour format. For example, \"18:30\".", "name": "endTime", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "OncallRotationActivePeriodInputType", "possibleTypes": null }, { "description": "Active period time range for on-call rotation", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "End of the rotation active period.", "isDeprecated": false, "name": "endTime", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Start of the rotation active period.", "isDeprecated": false, "name": "startTime", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "OncallRotationActivePeriodType", "possibleTypes": null }, { "description": "Autogenerated input type of OncallRotationCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Project to create the on-call schedule in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the on-call schedule to create the on-call rotation in.", "name": "scheduleIid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Name of the on-call rotation.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Start date and time of the on-call rotation, in the timezone of the on-call schedule.", "name": "startsAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OncallRotationDateInputType", "ofType": null } } }, { "defaultValue": null, "description": "End date and time of the on-call rotation, in the timezone of the on-call schedule.", "name": "endsAt", "type": { "kind": "INPUT_OBJECT", "name": "OncallRotationDateInputType", "ofType": null } }, { "defaultValue": null, "description": "Rotation length of the on-call rotation.", "name": "rotationLength", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OncallRotationLengthInputType", "ofType": null } } }, { "defaultValue": null, "description": "Active period of time that the on-call rotation should take place.", "name": "activePeriod", "type": { "kind": "INPUT_OBJECT", "name": "OncallRotationActivePeriodInputType", "ofType": null } }, { "defaultValue": null, "description": "Usernames of users participating in the on-call rotation. A maximum limit of 100 participants applies.", "name": "participants", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OncallUserInputType", "ofType": null } } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "OncallRotationCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of OncallRotationCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "On-call rotation.", "isDeprecated": false, "name": "oncallRotation", "type": { "kind": "OBJECT", "name": "IncidentManagementOncallRotation", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "OncallRotationCreatePayload", "possibleTypes": null }, { "description": "Date input type for on-call rotation", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Date component of the date in YYYY-MM-DD format.", "name": "date", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Time component of the date in 24hr HH:MM format.", "name": "time", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "OncallRotationDateInputType", "possibleTypes": null }, { "description": "Autogenerated input type of OncallRotationDestroy", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Project to remove the on-call schedule from.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the on-call schedule to the on-call rotation belongs to.", "name": "scheduleIid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "ID of the on-call rotation to remove.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IncidentManagementOncallRotationID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "OncallRotationDestroyInput", "possibleTypes": null }, { "description": "Autogenerated return type of OncallRotationDestroy", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "On-call rotation.", "isDeprecated": false, "name": "oncallRotation", "type": { "kind": "OBJECT", "name": "IncidentManagementOncallRotation", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "OncallRotationDestroyPayload", "possibleTypes": null }, { "description": "The rotation length of the on-call rotation", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Rotation length of the on-call rotation.", "name": "length", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "defaultValue": null, "description": "Unit of the rotation length of the on-call rotation.", "name": "unit", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "OncallRotationUnitEnum", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "OncallRotationLengthInputType", "possibleTypes": null }, { "description": "Rotation length unit of an on-call rotation", "enumValues": [ { "deprecationReason": null, "description": "Hours", "isDeprecated": false, "name": "HOURS" }, { "deprecationReason": null, "description": "Days", "isDeprecated": false, "name": "DAYS" }, { "deprecationReason": null, "description": "Weeks", "isDeprecated": false, "name": "WEEKS" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "OncallRotationUnitEnum", "possibleTypes": null }, { "description": "Autogenerated input type of OncallRotationUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the on-call schedule to create the on-call rotation in.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IncidentManagementOncallRotationID", "ofType": null } } }, { "defaultValue": null, "description": "Name of the on-call rotation.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Start date and time of the on-call rotation, in the timezone of the on-call schedule.", "name": "startsAt", "type": { "kind": "INPUT_OBJECT", "name": "OncallRotationDateInputType", "ofType": null } }, { "defaultValue": null, "description": "End date and time of the on-call rotation, in the timezone of the on-call schedule.", "name": "endsAt", "type": { "kind": "INPUT_OBJECT", "name": "OncallRotationDateInputType", "ofType": null } }, { "defaultValue": null, "description": "Rotation length of the on-call rotation.", "name": "rotationLength", "type": { "kind": "INPUT_OBJECT", "name": "OncallRotationLengthInputType", "ofType": null } }, { "defaultValue": null, "description": "Active period of time that the on-call rotation should take place.", "name": "activePeriod", "type": { "kind": "INPUT_OBJECT", "name": "OncallRotationActivePeriodInputType", "ofType": null } }, { "defaultValue": null, "description": "Usernames of users participating in the on-call rotation. A maximum limit of 100 participants applies.", "name": "participants", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "OncallUserInputType", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "OncallRotationUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of OncallRotationUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "On-call rotation.", "isDeprecated": false, "name": "oncallRotation", "type": { "kind": "OBJECT", "name": "IncidentManagementOncallRotation", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "OncallRotationUpdatePayload", "possibleTypes": null }, { "description": "Autogenerated input type of OncallScheduleCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Project to create the on-call schedule in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Name of the on-call schedule.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Description of the on-call schedule.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Timezone of the on-call schedule.", "name": "timezone", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "OncallScheduleCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of OncallScheduleCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "On-call schedule.", "isDeprecated": false, "name": "oncallSchedule", "type": { "kind": "OBJECT", "name": "IncidentManagementOncallSchedule", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "OncallScheduleCreatePayload", "possibleTypes": null }, { "description": "Autogenerated input type of OncallScheduleDestroy", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Project to remove the on-call schedule from.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "On-call schedule internal ID to remove.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "OncallScheduleDestroyInput", "possibleTypes": null }, { "description": "Autogenerated return type of OncallScheduleDestroy", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "On-call schedule.", "isDeprecated": false, "name": "oncallSchedule", "type": { "kind": "OBJECT", "name": "IncidentManagementOncallSchedule", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "OncallScheduleDestroyPayload", "possibleTypes": null }, { "description": "Autogenerated input type of OncallScheduleUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Project to update the on-call schedule in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "On-call schedule internal ID to update.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Name of the on-call schedule.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Description of the on-call schedule.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Timezone of the on-call schedule.", "name": "timezone", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "OncallScheduleUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of OncallScheduleUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "On-call schedule.", "isDeprecated": false, "name": "oncallSchedule", "type": { "kind": "OBJECT", "name": "IncidentManagementOncallSchedule", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "OncallScheduleUpdatePayload", "possibleTypes": null }, { "description": "The rotation user and color palette", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Username of the user to participate in the on-call rotation. For example, `\"user_one\"`.", "name": "username", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Value of DataVisualizationColorEnum. The color from the palette to assign to the on-call user.", "name": "colorPalette", "type": { "kind": "ENUM", "name": "DataVisualizationColorEnum", "ofType": null } }, { "defaultValue": null, "description": "Color weight to assign to for the on-call user. To view on-call schedules in GitLab, do not provide a value below 500. A value between 500 and 950 ensures sufficient contrast.", "name": "colorWeight", "type": { "kind": "ENUM", "name": "DataVisualizationWeightEnum", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "OncallUserInputType", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Description of the policy.", "isDeprecated": false, "name": "description", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates whether this policy is enabled.", "isDeprecated": false, "name": "enabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the policy.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the policy YAML was last updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "YAML definition of the policy.", "isDeprecated": false, "name": "yaml", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "INTERFACE", "name": "OrchestrationPolicy", "possibleTypes": [ { "kind": "OBJECT", "name": "ScanExecutionPolicy", "ofType": null }, { "kind": "OBJECT", "name": "ScanResultPolicy", "ofType": null } ] }, { "description": "Values for sorting organizations", "enumValues": [ { "deprecationReason": null, "description": "Name in ascending order.", "isDeprecated": false, "name": "NAME_ASC" }, { "deprecationReason": null, "description": "Name in descending order.", "isDeprecated": false, "name": "NAME_DESC" }, { "deprecationReason": null, "description": "Description in ascending order.", "isDeprecated": false, "name": "DESCRIPTION_ASC" }, { "deprecationReason": null, "description": "Description in descending order.", "isDeprecated": false, "name": "DESCRIPTION_DESC" }, { "deprecationReason": null, "description": "Default Rate in ascending order.", "isDeprecated": false, "name": "DEFAULT_RATE_ASC" }, { "deprecationReason": null, "description": "Default Rate in descending order.", "isDeprecated": false, "name": "DEFAULT_RATE_DESC" }, { "deprecationReason": "This was renamed. Please use `UPDATED_DESC`. Deprecated in 13.5.", "description": "Updated at descending order.", "isDeprecated": true, "name": "updated_desc" }, { "deprecationReason": "This was renamed. Please use `UPDATED_ASC`. Deprecated in 13.5.", "description": "Updated at ascending order.", "isDeprecated": true, "name": "updated_asc" }, { "deprecationReason": "This was renamed. Please use `CREATED_DESC`. Deprecated in 13.5.", "description": "Created at descending order.", "isDeprecated": true, "name": "created_desc" }, { "deprecationReason": "This was renamed. Please use `CREATED_ASC`. Deprecated in 13.5.", "description": "Created at ascending order.", "isDeprecated": true, "name": "created_asc" }, { "deprecationReason": null, "description": "Updated at descending order.", "isDeprecated": false, "name": "UPDATED_DESC" }, { "deprecationReason": null, "description": "Updated at ascending order.", "isDeprecated": false, "name": "UPDATED_ASC" }, { "deprecationReason": null, "description": "Created at descending order.", "isDeprecated": false, "name": "CREATED_DESC" }, { "deprecationReason": null, "description": "Created at ascending order.", "isDeprecated": false, "name": "CREATED_ASC" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "OrganizationSort", "possibleTypes": null }, { "description": "Represents the total number of organizations for the represented states.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Number of organizations with state `ACTIVE`", "isDeprecated": false, "name": "active", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of organizations with state `ALL`", "isDeprecated": false, "name": "all", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of organizations with state `INACTIVE`", "isDeprecated": false, "name": "inactive", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "OrganizationStateCounts", "possibleTypes": null }, { "description": "Represents a package with pipelines in the Package Registry", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Map of links to perform actions on the package.", "isDeprecated": false, "name": "_links", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PackageLinks", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the user can destroy the package.", "isDeprecated": false, "name": "canDestroy", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Date of creation.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the package.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PackagesPackageID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Package metadata.", "isDeprecated": false, "name": "metadata", "type": { "kind": "UNION", "name": "PackageMetadata", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the package.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Package type.", "isDeprecated": false, "name": "packageType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PackageTypeEnum", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": " Pipelines that built the package. Max page size 20.\n", "isDeprecated": false, "name": "pipelines", "type": { "kind": "OBJECT", "name": "PipelineConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Project where the package is stored.", "isDeprecated": false, "name": "project", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Project", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Package status.", "isDeprecated": false, "name": "status", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PackageStatus", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Package tags.", "isDeprecated": false, "name": "tags", "type": { "kind": "OBJECT", "name": "PackageTagConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Date of most recent update.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Version string.", "isDeprecated": false, "name": "version", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Package", "possibleTypes": null }, { "description": "Represents a package in the Package Registry", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Map of links to perform actions on the package.", "isDeprecated": false, "name": "_links", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PackageLinks", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the user can destroy the package.", "isDeprecated": false, "name": "canDestroy", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Date of creation.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the package.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PackagesPackageID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Package metadata.", "isDeprecated": false, "name": "metadata", "type": { "kind": "UNION", "name": "PackageMetadata", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the package.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Package type.", "isDeprecated": false, "name": "packageType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PackageTypeEnum", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Project where the package is stored.", "isDeprecated": false, "name": "project", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Project", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Package status.", "isDeprecated": false, "name": "status", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PackageStatus", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Package tags.", "isDeprecated": false, "name": "tags", "type": { "kind": "OBJECT", "name": "PackageTagConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Date of most recent update.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Version string.", "isDeprecated": false, "name": "version", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PackageBase", "possibleTypes": null }, { "description": "The connection type for PackageBase.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total count of collection.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PackageBaseEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PackageBase", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PackageBaseConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "PackageBase", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PackageBaseEdge", "possibleTypes": null }, { "description": "Represents a composer JSON file", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "License set in the Composer JSON file.", "isDeprecated": false, "name": "license", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name set in the Composer JSON file.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type set in the Composer JSON file.", "isDeprecated": false, "name": "type", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Version set in the Composer JSON file.", "isDeprecated": false, "name": "version", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PackageComposerJsonType", "possibleTypes": null }, { "description": "The connection type for Package.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total count of collection.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PackageEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Package", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PackageConnection", "possibleTypes": null }, { "description": "Represents a package dependency.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "ID of the dependency.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PackagesDependencyID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the dependency.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Version pattern of the dependency.", "isDeprecated": false, "name": "versionPattern", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PackageDependency", "possibleTypes": null }, { "description": "Represents a package dependency link", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Dependency.", "isDeprecated": false, "name": "dependency", "type": { "kind": "OBJECT", "name": "PackageDependency", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Dependency type.", "isDeprecated": false, "name": "dependencyType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PackageDependencyType", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the dependency link.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PackagesDependencyLinkID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Dependency link metadata.", "isDeprecated": false, "name": "metadata", "type": { "kind": "UNION", "name": "DependencyLinkMetadata", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PackageDependencyLink", "possibleTypes": null }, { "description": "The connection type for PackageDependencyLink.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PackageDependencyLinkEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PackageDependencyLink", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PackageDependencyLinkConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "PackageDependencyLink", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PackageDependencyLinkEdge", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "dependencies dependency type", "isDeprecated": false, "name": "DEPENDENCIES" }, { "deprecationReason": null, "description": "devDependencies dependency type", "isDeprecated": false, "name": "DEV_DEPENDENCIES" }, { "deprecationReason": null, "description": "bundleDependencies dependency type", "isDeprecated": false, "name": "BUNDLE_DEPENDENCIES" }, { "deprecationReason": null, "description": "peerDependencies dependency type", "isDeprecated": false, "name": "PEER_DEPENDENCIES" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "PackageDependencyType", "possibleTypes": null }, { "description": "Represents a package details in the Package Registry", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Map of links to perform actions on the package.", "isDeprecated": false, "name": "_links", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PackageLinks", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether the user can destroy the package.", "isDeprecated": false, "name": "canDestroy", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Url of the Composer setup endpoint.", "isDeprecated": false, "name": "composerConfigRepositoryUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Url of the Composer endpoint.", "isDeprecated": false, "name": "composerUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Url of the Conan project endpoint.", "isDeprecated": false, "name": "conanUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Date of creation.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Dependency link.", "isDeprecated": false, "name": "dependencyLinks", "type": { "kind": "OBJECT", "name": "PackageDependencyLinkConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the package.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PackagesPackageID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Last time that a file of this package was downloaded.", "isDeprecated": false, "name": "lastDownloadedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Url of the Maven project endpoint.", "isDeprecated": false, "name": "mavenUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Package metadata.", "isDeprecated": false, "name": "metadata", "type": { "kind": "UNION", "name": "PackageMetadata", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the package.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Url of the NPM project endpoint.", "isDeprecated": false, "name": "npmUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Url of the Nuget project endpoint.", "isDeprecated": false, "name": "nugetUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Package files.", "isDeprecated": false, "name": "packageFiles", "type": { "kind": "OBJECT", "name": "PackageFileConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Package type.", "isDeprecated": false, "name": "packageType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PackageTypeEnum", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": " Pipelines that built the package. Max page size 20.\n", "isDeprecated": false, "name": "pipelines", "type": { "kind": "OBJECT", "name": "PipelineConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Project where the package is stored.", "isDeprecated": false, "name": "project", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Project", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if there is public access to the package.", "isDeprecated": false, "name": "publicPackage", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Url of the PyPi project setup endpoint.", "isDeprecated": false, "name": "pypiSetupUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Url of the PyPi project endpoint.", "isDeprecated": false, "name": "pypiUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Package status.", "isDeprecated": false, "name": "status", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PackageStatus", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Package tags.", "isDeprecated": false, "name": "tags", "type": { "kind": "OBJECT", "name": "PackageTagConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Date of most recent update.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Version string.", "isDeprecated": false, "name": "version", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Other versions of the package.", "isDeprecated": false, "name": "versions", "type": { "kind": "OBJECT", "name": "PackageBaseConnection", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PackageDetailsType", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Package", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PackageEdge", "possibleTypes": null }, { "description": "Represents a package file", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Created date.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Download path of the package file.", "isDeprecated": false, "name": "downloadPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Md5 of the package file.", "isDeprecated": false, "name": "fileMd5", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "File metadata.", "isDeprecated": false, "name": "fileMetadata", "type": { "kind": "INTERFACE", "name": "PackageFileMetadata", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the package file.", "isDeprecated": false, "name": "fileName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Sha1 of the package file.", "isDeprecated": false, "name": "fileSha1", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Sha256 of the package file.", "isDeprecated": false, "name": "fileSha256", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the file.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PackagesPackageFileID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Size of the package file.", "isDeprecated": false, "name": "size", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Updated date.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PackageFile", "possibleTypes": null }, { "description": "The connection type for PackageFile.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PackageFileEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PackageFile", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PackageFileConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "PackageFile", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PackageFileEdge", "possibleTypes": null }, { "description": "Represents metadata associated with a Package file", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Date of creation.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Date of most recent update.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "INTERFACE", "name": "PackageFileMetadata", "possibleTypes": [ { "kind": "OBJECT", "name": "ConanFileMetadata", "ofType": null }, { "kind": "OBJECT", "name": "HelmFileMetadata", "ofType": null } ] }, { "description": "Represents the Geo sync and verification state of a package file", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Timestamp when the PackageFileRegistry was created", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the PackageFileRegistry", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Error message during sync of the PackageFileRegistry", "isDeprecated": false, "name": "lastSyncFailure", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent successful sync of the PackageFileRegistry", "isDeprecated": false, "name": "lastSyncedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the PackageFile.", "isDeprecated": false, "name": "packageFileId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp after which the PackageFileRegistry is resynced", "isDeprecated": false, "name": "retryAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of consecutive failed sync attempts of the PackageFileRegistry", "isDeprecated": false, "name": "retryCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Sync state of the PackageFileRegistry", "isDeprecated": false, "name": "state", "type": { "kind": "ENUM", "name": "RegistryState", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp after which the PackageFileRegistry is reverified", "isDeprecated": false, "name": "verificationRetryAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent successful verification of the PackageFileRegistry", "isDeprecated": false, "name": "verifiedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PackageFileRegistry", "possibleTypes": null }, { "description": "The connection type for PackageFileRegistry.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PackageFileRegistryEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PackageFileRegistry", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PackageFileRegistryConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "PackageFileRegistry", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PackageFileRegistryEdge", "possibleTypes": null }, { "description": "Values for sorting group packages", "enumValues": [ { "deprecationReason": null, "description": "Ordered by project path in descending order.", "isDeprecated": false, "name": "PROJECT_PATH_DESC" }, { "deprecationReason": null, "description": "Ordered by project path in ascending order.", "isDeprecated": false, "name": "PROJECT_PATH_ASC" }, { "deprecationReason": null, "description": "Ordered by created_at in descending order.", "isDeprecated": false, "name": "CREATED_DESC" }, { "deprecationReason": null, "description": "Ordered by created_at in ascending order.", "isDeprecated": false, "name": "CREATED_ASC" }, { "deprecationReason": null, "description": "Ordered by name in descending order.", "isDeprecated": false, "name": "NAME_DESC" }, { "deprecationReason": null, "description": "Ordered by name in ascending order.", "isDeprecated": false, "name": "NAME_ASC" }, { "deprecationReason": null, "description": "Ordered by version in descending order.", "isDeprecated": false, "name": "VERSION_DESC" }, { "deprecationReason": null, "description": "Ordered by version in ascending order.", "isDeprecated": false, "name": "VERSION_ASC" }, { "deprecationReason": null, "description": "Ordered by type in descending order.", "isDeprecated": false, "name": "TYPE_DESC" }, { "deprecationReason": null, "description": "Ordered by type in ascending order.", "isDeprecated": false, "name": "TYPE_ASC" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "PackageGroupSort", "possibleTypes": null }, { "description": "Represents a Helm dependency", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Alias of the dependency.", "isDeprecated": false, "name": "alias", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Condition of the dependency.", "isDeprecated": false, "name": "condition", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates the dependency is enabled.", "isDeprecated": false, "name": "enabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Import-values of the dependency.", "isDeprecated": false, "name": "importValues", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSON", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Name of the dependency.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Repository of the dependency.", "isDeprecated": false, "name": "repository", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Tags of the dependency.", "isDeprecated": false, "name": "tags", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Version of the dependency.", "isDeprecated": false, "name": "version", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PackageHelmDependencyType", "possibleTypes": null }, { "description": "Represents a Helm maintainer", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Email of the maintainer.", "isDeprecated": false, "name": "email", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the maintainer.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL of the maintainer.", "isDeprecated": false, "name": "url", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PackageHelmMaintainerType", "possibleTypes": null }, { "description": "Represents the contents of a Helm Chart.yml file", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Annotations for the chart.", "isDeprecated": false, "name": "annotations", "type": { "kind": "SCALAR", "name": "JSON", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "API version of the chart.", "isDeprecated": false, "name": "apiVersion", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "App version of the chart.", "isDeprecated": false, "name": "appVersion", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Condition for the chart.", "isDeprecated": false, "name": "condition", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Dependencies of the chart.", "isDeprecated": false, "name": "dependencies", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PackageHelmDependencyType", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Indicates if the chart is deprecated.", "isDeprecated": false, "name": "deprecated", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Description of the chart.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL of the home page.", "isDeprecated": false, "name": "home", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL to an SVG or PNG image for the chart.", "isDeprecated": false, "name": "icon", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Keywords for the chart.", "isDeprecated": false, "name": "keywords", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Kubernetes versions for the chart.", "isDeprecated": false, "name": "kubeVersion", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Maintainers of the chart.", "isDeprecated": false, "name": "maintainers", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PackageHelmMaintainerType", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Name of the chart.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "URLs of the source code for the chart.", "isDeprecated": false, "name": "sources", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Tags for the chart.", "isDeprecated": false, "name": "tags", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of the chart.", "isDeprecated": false, "name": "type", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Version of the chart.", "isDeprecated": false, "name": "version", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PackageHelmMetadataType", "possibleTypes": null }, { "description": "Represents links to perform actions on the package", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Path to the package details page.", "isDeprecated": false, "name": "webPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PackageLinks", "possibleTypes": null }, { "description": "Represents metadata associated with a Package", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "UNION", "name": "PackageMetadata", "possibleTypes": [ { "kind": "OBJECT", "name": "ComposerMetadata", "ofType": null }, { "kind": "OBJECT", "name": "ConanMetadata", "ofType": null }, { "kind": "OBJECT", "name": "MavenMetadata", "ofType": null }, { "kind": "OBJECT", "name": "NugetMetadata", "ofType": null }, { "kind": "OBJECT", "name": "PypiMetadata", "ofType": null } ] }, { "description": "Namespace-level Package Registry settings", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "When generic_duplicates_allowed is false, you can publish duplicate packages with names that match this regex. Otherwise, this setting has no effect.", "isDeprecated": false, "name": "genericDuplicateExceptionRegex", "type": { "kind": "SCALAR", "name": "UntrustedRegexp", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates whether duplicate generic packages are allowed for this namespace.", "isDeprecated": false, "name": "genericDuplicatesAllowed", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates whether Maven package forwarding is locked for all descendent namespaces.", "isDeprecated": false, "name": "lockMavenPackageRequestsForwarding", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates whether npm package forwarding is locked for all descendent namespaces.", "isDeprecated": false, "name": "lockNpmPackageRequestsForwarding", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates whether PyPI package forwarding is locked for all descendent namespaces.", "isDeprecated": false, "name": "lockPypiPackageRequestsForwarding", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "When maven_duplicates_allowed is false, you can publish duplicate packages with names that match this regex. Otherwise, this setting has no effect.", "isDeprecated": false, "name": "mavenDuplicateExceptionRegex", "type": { "kind": "SCALAR", "name": "UntrustedRegexp", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates whether duplicate Maven packages are allowed for this namespace.", "isDeprecated": false, "name": "mavenDuplicatesAllowed", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates whether Maven package forwarding is allowed for this namespace.", "isDeprecated": false, "name": "mavenPackageRequestsForwarding", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates whether Maven package forwarding settings are locked by a parent namespace.", "isDeprecated": false, "name": "mavenPackageRequestsForwardingLocked", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates whether npm package forwarding is allowed for this namespace.", "isDeprecated": false, "name": "npmPackageRequestsForwarding", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates whether npm package forwarding settings are locked by a parent namespace.", "isDeprecated": false, "name": "npmPackageRequestsForwardingLocked", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates whether PyPI package forwarding is allowed for this namespace.", "isDeprecated": false, "name": "pypiPackageRequestsForwarding", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates whether PyPI package forwarding settings are locked by a parent namespace.", "isDeprecated": false, "name": "pypiPackageRequestsForwardingLocked", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PackageSettings", "possibleTypes": null }, { "description": "Values for sorting package", "enumValues": [ { "deprecationReason": null, "description": "Ordered by created_at in descending order.", "isDeprecated": false, "name": "CREATED_DESC" }, { "deprecationReason": null, "description": "Ordered by created_at in ascending order.", "isDeprecated": false, "name": "CREATED_ASC" }, { "deprecationReason": null, "description": "Ordered by name in descending order.", "isDeprecated": false, "name": "NAME_DESC" }, { "deprecationReason": null, "description": "Ordered by name in ascending order.", "isDeprecated": false, "name": "NAME_ASC" }, { "deprecationReason": null, "description": "Ordered by version in descending order.", "isDeprecated": false, "name": "VERSION_DESC" }, { "deprecationReason": null, "description": "Ordered by version in ascending order.", "isDeprecated": false, "name": "VERSION_ASC" }, { "deprecationReason": null, "description": "Ordered by type in descending order.", "isDeprecated": false, "name": "TYPE_DESC" }, { "deprecationReason": null, "description": "Ordered by type in ascending order.", "isDeprecated": false, "name": "TYPE_ASC" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "PackageSort", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "Packages with a default status", "isDeprecated": false, "name": "DEFAULT" }, { "deprecationReason": null, "description": "Packages with a hidden status", "isDeprecated": false, "name": "HIDDEN" }, { "deprecationReason": null, "description": "Packages with a processing status", "isDeprecated": false, "name": "PROCESSING" }, { "deprecationReason": null, "description": "Packages with a error status", "isDeprecated": false, "name": "ERROR" }, { "deprecationReason": null, "description": "Packages with a pending_destruction status", "isDeprecated": false, "name": "PENDING_DESTRUCTION" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "PackageStatus", "possibleTypes": null }, { "description": "Represents a package tag", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Created date.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the tag.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the tag.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Updated date.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PackageTag", "possibleTypes": null }, { "description": "The connection type for PackageTag.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PackageTagEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PackageTag", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PackageTagConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "PackageTag", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PackageTagEdge", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "Packages from the Maven package manager", "isDeprecated": false, "name": "MAVEN" }, { "deprecationReason": null, "description": "Packages from the npm package manager", "isDeprecated": false, "name": "NPM" }, { "deprecationReason": null, "description": "Packages from the Conan package manager", "isDeprecated": false, "name": "CONAN" }, { "deprecationReason": null, "description": "Packages from the Nuget package manager", "isDeprecated": false, "name": "NUGET" }, { "deprecationReason": null, "description": "Packages from the PyPI package manager", "isDeprecated": false, "name": "PYPI" }, { "deprecationReason": null, "description": "Packages from the Composer package manager", "isDeprecated": false, "name": "COMPOSER" }, { "deprecationReason": null, "description": "Packages from the Generic package manager", "isDeprecated": false, "name": "GENERIC" }, { "deprecationReason": null, "description": "Packages from the Golang package manager", "isDeprecated": false, "name": "GOLANG" }, { "deprecationReason": null, "description": "Packages from the Debian package manager", "isDeprecated": false, "name": "DEBIAN" }, { "deprecationReason": null, "description": "Packages from the Rubygems package manager", "isDeprecated": false, "name": "RUBYGEMS" }, { "deprecationReason": null, "description": "Packages from the Helm package manager", "isDeprecated": false, "name": "HELM" }, { "deprecationReason": null, "description": "Packages from the Terraform Module package manager", "isDeprecated": false, "name": "TERRAFORM_MODULE" }, { "deprecationReason": null, "description": "Packages from the Rpm package manager", "isDeprecated": false, "name": "RPM" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "PackageTypeEnum", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "Value to keep all package files", "isDeprecated": false, "name": "ALL_PACKAGE_FILES" }, { "deprecationReason": null, "description": "Value to keep 1 package files", "isDeprecated": false, "name": "ONE_PACKAGE_FILE" }, { "deprecationReason": null, "description": "Value to keep 10 package files", "isDeprecated": false, "name": "TEN_PACKAGE_FILES" }, { "deprecationReason": null, "description": "Value to keep 20 package files", "isDeprecated": false, "name": "TWENTY_PACKAGE_FILES" }, { "deprecationReason": null, "description": "Value to keep 30 package files", "isDeprecated": false, "name": "THIRTY_PACKAGE_FILES" }, { "deprecationReason": null, "description": "Value to keep 40 package files", "isDeprecated": false, "name": "FORTY_PACKAGE_FILES" }, { "deprecationReason": null, "description": "Value to keep 50 package files", "isDeprecated": false, "name": "FIFTY_PACKAGE_FILES" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "PackagesCleanupKeepDuplicatedPackageFilesEnum", "possibleTypes": null }, { "description": "A packages cleanup policy designed to keep only packages and packages assets that matter most", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Number of duplicated package files to retain.", "isDeprecated": false, "name": "keepNDuplicatedPackageFiles", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PackagesCleanupKeepDuplicatedPackageFilesEnum", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Next time that this packages cleanup policy will be executed.", "isDeprecated": false, "name": "nextRunAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PackagesCleanupPolicy", "possibleTypes": null }, { "description": "A `PackagesConanFileMetadatumID` is a global ID. It is encoded as a string.\n\nAn example `PackagesConanFileMetadatumID` is: `\"gid://gitlab/Packages::Conan::FileMetadatum/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "PackagesConanFileMetadatumID", "possibleTypes": null }, { "description": "A `PackagesConanMetadatumID` is a global ID. It is encoded as a string.\n\nAn example `PackagesConanMetadatumID` is: `\"gid://gitlab/Packages::Conan::Metadatum/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "PackagesConanMetadatumID", "possibleTypes": null }, { "description": "A `PackagesDependencyID` is a global ID. It is encoded as a string.\n\nAn example `PackagesDependencyID` is: `\"gid://gitlab/Packages::Dependency/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "PackagesDependencyID", "possibleTypes": null }, { "description": "A `PackagesDependencyLinkID` is a global ID. It is encoded as a string.\n\nAn example `PackagesDependencyLinkID` is: `\"gid://gitlab/Packages::DependencyLink/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "PackagesDependencyLinkID", "possibleTypes": null }, { "description": "A `PackagesMavenMetadatumID` is a global ID. It is encoded as a string.\n\nAn example `PackagesMavenMetadatumID` is: `\"gid://gitlab/Packages::Maven::Metadatum/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "PackagesMavenMetadatumID", "possibleTypes": null }, { "description": "A `PackagesNugetDependencyLinkMetadatumID` is a global ID. It is encoded as a string.\n\nAn example `PackagesNugetDependencyLinkMetadatumID` is: `\"gid://gitlab/Packages::Nuget::DependencyLinkMetadatum/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "PackagesNugetDependencyLinkMetadatumID", "possibleTypes": null }, { "description": "A `PackagesNugetMetadatumID` is a global ID. It is encoded as a string.\n\nAn example `PackagesNugetMetadatumID` is: `\"gid://gitlab/Packages::Nuget::Metadatum/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "PackagesNugetMetadatumID", "possibleTypes": null }, { "description": "A `PackagesPackageFileID` is a global ID. It is encoded as a string.\n\nAn example `PackagesPackageFileID` is: `\"gid://gitlab/Packages::PackageFile/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "PackagesPackageFileID", "possibleTypes": null }, { "description": "A `PackagesPackageID` is a global ID. It is encoded as a string.\n\nAn example `PackagesPackageID` is: `\"gid://gitlab/Packages::Package/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "PackagesPackageID", "possibleTypes": null }, { "description": "A `PackagesPypiMetadatumID` is a global ID. It is encoded as a string.\n\nAn example `PackagesPypiMetadatumID` is: `\"gid://gitlab/Packages::Pypi::Metadatum/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "PackagesPypiMetadatumID", "possibleTypes": null }, { "description": "Information about pagination in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "When paginating forwards, the cursor to continue.", "isDeprecated": false, "name": "endCursor", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "When paginating forwards, are there more items?", "isDeprecated": false, "name": "hasNextPage", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "When paginating backwards, are there more items?", "isDeprecated": false, "name": "hasPreviousPage", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "When paginating backwards, the cursor to continue.", "isDeprecated": false, "name": "startCursor", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PageInfo", "possibleTypes": null }, { "description": "Represents the Geo replication and verification state of a pages_deployment", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Timestamp when the PagesDeploymentRegistry was created", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the PagesDeploymentRegistry", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Error message during sync of the PagesDeploymentRegistry", "isDeprecated": false, "name": "lastSyncFailure", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent successful sync of the PagesDeploymentRegistry", "isDeprecated": false, "name": "lastSyncedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the Pages Deployment.", "isDeprecated": false, "name": "pagesDeploymentId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp after which the PagesDeploymentRegistry is resynced", "isDeprecated": false, "name": "retryAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of consecutive failed sync attempts of the PagesDeploymentRegistry", "isDeprecated": false, "name": "retryCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Sync state of the PagesDeploymentRegistry", "isDeprecated": false, "name": "state", "type": { "kind": "ENUM", "name": "RegistryState", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp after which the PagesDeploymentRegistry is reverified", "isDeprecated": false, "name": "verificationRetryAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent successful verification of the PagesDeploymentRegistry", "isDeprecated": false, "name": "verifiedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PagesDeploymentRegistry", "possibleTypes": null }, { "description": "The connection type for PagesDeploymentRegistry.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PagesDeploymentRegistryEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PagesDeploymentRegistry", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PagesDeploymentRegistryConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "PagesDeploymentRegistry", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PagesDeploymentRegistryEdge", "possibleTypes": null }, { "description": "Autogenerated input type of PagesMarkOnboardingComplete", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Full path of the project.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "PagesMarkOnboardingCompleteInput", "possibleTypes": null }, { "description": "Autogenerated return type of PagesMarkOnboardingComplete", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Indicates the new onboarding_complete state of the project's Pages metadata.", "isDeprecated": false, "name": "onboardingComplete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PagesMarkOnboardingCompletePayload", "possibleTypes": null }, { "description": "Represents a file or directory in the project repository that has been locked.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "ID of the path lock.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PathLockID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Locked path.", "isDeprecated": false, "name": "path", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User that has locked this path.", "isDeprecated": false, "name": "user", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PathLock", "possibleTypes": null }, { "description": "The connection type for PathLock.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PathLockEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PathLock", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PathLockConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "PathLock", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PathLockEdge", "possibleTypes": null }, { "description": "A `PathLockID` is a global ID. It is encoded as a string.\n\nAn example `PathLockID` is: `\"gid://gitlab/PathLock/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "PathLockID", "possibleTypes": null }, { "description": "String or integer.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "PayloadAlertFieldPathSegment", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates if the pipeline is active.", "isDeprecated": false, "name": "active", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Base SHA of the source branch.", "isDeprecated": false, "name": "beforeSha", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Specifies if a pipeline can be canceled.", "isDeprecated": false, "name": "cancelable", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Code Quality report summary for a pipeline.", "isDeprecated": false, "name": "codeQualityReportSummary", "type": { "kind": "OBJECT", "name": "CodeQualityReportSummary", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Code Quality degradations reported on the pipeline.", "isDeprecated": false, "name": "codeQualityReports", "type": { "kind": "OBJECT", "name": "CodeQualityDegradationConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Git commit of the pipeline.", "isDeprecated": false, "name": "commit", "type": { "kind": "OBJECT", "name": "Commit", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Path to the commit that triggered the pipeline.", "isDeprecated": false, "name": "commitPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the pipeline's commit.", "isDeprecated": false, "name": "committedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if a pipeline is complete.", "isDeprecated": false, "name": "complete", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Configuration source of the pipeline (UNKNOWN_SOURCE, REPOSITORY_SOURCE, AUTO_DEVOPS_SOURCE, WEBIDE_SOURCE, REMOTE_SOURCE, EXTERNAL_PROJECT_SOURCE, BRIDGE_SOURCE, PARAMETER_SOURCE, COMPLIANCE_SOURCE)", "isDeprecated": false, "name": "configSource", "type": { "kind": "ENUM", "name": "PipelineConfigSourceEnum", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Coverage percentage.", "isDeprecated": false, "name": "coverage", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the pipeline's creation.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "DAST profile associated with the pipeline.", "isDeprecated": false, "name": "dastProfile", "type": { "kind": "OBJECT", "name": "DastProfile", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Detailed status of the pipeline.", "isDeprecated": false, "name": "detailedStatus", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DetailedStatus", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Pipelines this pipeline will trigger.", "isDeprecated": false, "name": "downstream", "type": { "kind": "OBJECT", "name": "PipelineConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Duration of the pipeline in seconds.", "isDeprecated": false, "name": "duration", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the pipeline's completion.", "isDeprecated": false, "name": "finishedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the pipeline.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Internal ID of the pipeline.", "isDeprecated": false, "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "ID of the job.", "name": "id", "type": { "kind": "SCALAR", "name": "JobID", "ofType": null } }, { "defaultValue": null, "description": "Name of the job.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "deprecationReason": null, "description": "Specific job in this pipeline, either by name or ID.", "isDeprecated": false, "name": "job", "type": { "kind": "OBJECT", "name": "CiJob", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Job artifacts of the pipeline.", "isDeprecated": false, "name": "jobArtifacts", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CiJobArtifact", "ofType": null } } } }, { "args": [ { "defaultValue": null, "description": "Filter jobs by the type of security report they produce.", "name": "securityReportTypes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SecurityReportTypeEnum", "ofType": null } } } }, { "defaultValue": null, "description": "Filter jobs by status.", "name": "statuses", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CiJobStatus", "ofType": null } } } }, { "defaultValue": null, "description": "Filter jobs by retry-status.", "name": "retried", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filter jobs by when they are executed.", "name": "whenExecuted", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Jobs belonging to the pipeline.", "isDeprecated": false, "name": "jobs", "type": { "kind": "OBJECT", "name": "CiJobConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Event type of the pipeline associated with a merge request.", "isDeprecated": false, "name": "mergeRequestEventType", "type": { "kind": "ENUM", "name": "PipelineMergeRequestEventType", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Relative path to the pipeline's page.", "isDeprecated": false, "name": "path", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Project the pipeline belongs to.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "How long the pipeline was queued before starting.", "isDeprecated": false, "name": "queuedDuration", "type": { "kind": "SCALAR", "name": "Duration", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Reference to the branch from which the pipeline was triggered.", "isDeprecated": false, "name": "ref", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Reference path to the branch from which the pipeline was triggered.", "isDeprecated": false, "name": "refPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Specifies if a pipeline can be retried.", "isDeprecated": false, "name": "retryable", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "UUID of the security report finding.", "name": "uuid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Vulnerability finding reported on the pipeline.", "isDeprecated": false, "name": "securityReportFinding", "type": { "kind": "OBJECT", "name": "PipelineSecurityReportFinding", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter vulnerability findings by report type.", "name": "reportType", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerability findings by severity.", "name": "severity", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerability findings by Scanner.externalId.", "name": "scanner", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerability findings by state.", "name": "state", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VulnerabilityState", "ofType": null } } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Vulnerability findings reported on the pipeline.", "isDeprecated": false, "name": "securityReportFindings", "type": { "kind": "OBJECT", "name": "PipelineSecurityReportFindingConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Vulnerability and scanned resource counts for each security scanner of the pipeline.", "isDeprecated": false, "name": "securityReportSummary", "type": { "kind": "OBJECT", "name": "SecurityReportSummary", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Format of the SHA.", "name": "format", "type": { "kind": "ENUM", "name": "ShaFormat", "ofType": null } } ], "deprecationReason": null, "description": "SHA of the pipeline's commit.", "isDeprecated": false, "name": "sha", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Job where pipeline was triggered from.", "isDeprecated": false, "name": "sourceJob", "type": { "kind": "OBJECT", "name": "CiJob", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Stages of the pipeline.", "isDeprecated": false, "name": "stages", "type": { "kind": "OBJECT", "name": "CiStageConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp when the pipeline was started.", "isDeprecated": false, "name": "startedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Status of the pipeline (CREATED, WAITING_FOR_RESOURCE, PREPARING, PENDING, RUNNING, FAILED, SUCCESS, CANCELED, SKIPPED, MANUAL, SCHEDULED)", "isDeprecated": false, "name": "status", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "PipelineStatusEnum", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Summary of the test report generated by the pipeline.", "isDeprecated": false, "name": "testReportSummary", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TestReportSummary", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "IDs of the builds used to run the test suite.", "name": "buildIds", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } } } ], "deprecationReason": null, "description": "A specific test suite in a pipeline test report.", "isDeprecated": false, "name": "testSuite", "type": { "kind": "OBJECT", "name": "TestSuite", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the pipeline's last activity.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Pipeline that triggered the pipeline.", "isDeprecated": false, "name": "upstream", "type": { "kind": "OBJECT", "name": "Pipeline", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Pipeline user.", "isDeprecated": false, "name": "user", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Permissions for the current user on the resource", "isDeprecated": false, "name": "userPermissions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PipelinePermissions", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if the pipeline has jobs with `needs` dependencies.", "isDeprecated": false, "name": "usesNeeds", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Pipeline warning messages.", "isDeprecated": false, "name": "warningMessages", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PipelineMessage", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Indicates if a pipeline has warnings.", "isDeprecated": false, "name": "warnings", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Pipeline", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Labels for the monthly pipeline count.", "isDeprecated": false, "name": "monthPipelinesLabels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Total monthly successful pipeline count.", "isDeprecated": false, "name": "monthPipelinesSuccessful", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Total monthly pipeline count.", "isDeprecated": false, "name": "monthPipelinesTotals", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Pipeline times labels.", "isDeprecated": false, "name": "pipelineTimesLabels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Pipeline times.", "isDeprecated": false, "name": "pipelineTimesValues", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Labels for the weekly pipeline count.", "isDeprecated": false, "name": "weekPipelinesLabels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Total weekly successful pipeline count.", "isDeprecated": false, "name": "weekPipelinesSuccessful", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Total weekly pipeline count.", "isDeprecated": false, "name": "weekPipelinesTotals", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Labels for the yearly pipeline count.", "isDeprecated": false, "name": "yearPipelinesLabels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Total yearly successful pipeline count.", "isDeprecated": false, "name": "yearPipelinesSuccessful", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Total yearly pipeline count.", "isDeprecated": false, "name": "yearPipelinesTotals", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PipelineAnalytics", "possibleTypes": null }, { "description": "Represents the Geo sync and verification state of a pipeline artifact", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Timestamp when the PipelineArtifactRegistry was created", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the PipelineArtifactRegistry", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Error message during sync of the PipelineArtifactRegistry", "isDeprecated": false, "name": "lastSyncFailure", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent successful sync of the PipelineArtifactRegistry", "isDeprecated": false, "name": "lastSyncedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the pipeline artifact.", "isDeprecated": false, "name": "pipelineArtifactId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp after which the PipelineArtifactRegistry is resynced", "isDeprecated": false, "name": "retryAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of consecutive failed sync attempts of the PipelineArtifactRegistry", "isDeprecated": false, "name": "retryCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Sync state of the PipelineArtifactRegistry", "isDeprecated": false, "name": "state", "type": { "kind": "ENUM", "name": "RegistryState", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp after which the PipelineArtifactRegistry is reverified", "isDeprecated": false, "name": "verificationRetryAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent successful verification of the PipelineArtifactRegistry", "isDeprecated": false, "name": "verifiedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PipelineArtifactRegistry", "possibleTypes": null }, { "description": "The connection type for PipelineArtifactRegistry.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PipelineArtifactRegistryEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PipelineArtifactRegistry", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PipelineArtifactRegistryConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "PipelineArtifactRegistry", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PipelineArtifactRegistryEdge", "possibleTypes": null }, { "description": "Autogenerated input type of PipelineCancel", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "ID of the pipeline to mutate.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "CiPipelineID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "PipelineCancelInput", "possibleTypes": null }, { "description": "Autogenerated return type of PipelineCancel", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PipelineCancelPayload", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "Unknown source.", "isDeprecated": false, "name": "UNKNOWN_SOURCE" }, { "deprecationReason": null, "description": "Repository source.", "isDeprecated": false, "name": "REPOSITORY_SOURCE" }, { "deprecationReason": null, "description": "Auto DevOps source.", "isDeprecated": false, "name": "AUTO_DEVOPS_SOURCE" }, { "deprecationReason": null, "description": "Webide source.", "isDeprecated": false, "name": "WEBIDE_SOURCE" }, { "deprecationReason": null, "description": "Remote source.", "isDeprecated": false, "name": "REMOTE_SOURCE" }, { "deprecationReason": null, "description": "External project source.", "isDeprecated": false, "name": "EXTERNAL_PROJECT_SOURCE" }, { "deprecationReason": null, "description": "Bridge source.", "isDeprecated": false, "name": "BRIDGE_SOURCE" }, { "deprecationReason": null, "description": "Parameter source.", "isDeprecated": false, "name": "PARAMETER_SOURCE" }, { "deprecationReason": null, "description": "Compliance source.", "isDeprecated": false, "name": "COMPLIANCE_SOURCE" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "PipelineConfigSourceEnum", "possibleTypes": null }, { "description": "The connection type for Pipeline.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total count of collection.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PipelineEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Pipeline", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PipelineConnection", "possibleTypes": null }, { "description": "Represents pipeline counts for the project", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total number of pipelines for the project.", "isDeprecated": false, "name": "all", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of pipelines with scope FINISHED for the project", "isDeprecated": false, "name": "finished", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of pipelines with scope PENDING for the project", "isDeprecated": false, "name": "pending", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of pipelines with scope RUNNING for the project", "isDeprecated": false, "name": "running", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PipelineCounts", "possibleTypes": null }, { "description": "Autogenerated input type of PipelineDestroy", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "ID of the pipeline to mutate.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "CiPipelineID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "PipelineDestroyInput", "possibleTypes": null }, { "description": "Autogenerated return type of PipelineDestroy", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PipelineDestroyPayload", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Pipeline", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PipelineEdge", "possibleTypes": null }, { "description": "Event type of the pipeline associated with a merge request", "enumValues": [ { "deprecationReason": null, "description": "Pipeline run on the changes from the source branch combined with the target branch.", "isDeprecated": false, "name": "MERGED_RESULT" }, { "deprecationReason": null, "description": "Pipeline run on the changes in the merge request source branch.", "isDeprecated": false, "name": "DETACHED" }, { "deprecationReason": null, "description": "Pipeline ran as part of a merge train.", "isDeprecated": false, "name": "MERGE_TRAIN" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "PipelineMergeRequestEventType", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Content of the pipeline message.", "isDeprecated": false, "name": "content", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the pipeline message.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PipelineMessage", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `admin_pipeline` on this resource", "isDeprecated": false, "name": "adminPipeline", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `destroy_pipeline` on this resource", "isDeprecated": false, "name": "destroyPipeline", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `update_pipeline` on this resource", "isDeprecated": false, "name": "updatePipeline", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PipelinePermissions", "possibleTypes": null }, { "description": "Autogenerated input type of PipelineRetry", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "ID of the pipeline to mutate.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "CiPipelineID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "PipelineRetryInput", "possibleTypes": null }, { "description": "Autogenerated return type of PipelineRetry", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Pipeline after mutation.", "isDeprecated": false, "name": "pipeline", "type": { "kind": "OBJECT", "name": "Pipeline", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PipelineRetryPayload", "possibleTypes": null }, { "description": "Represents a pipeline schedule", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates if the pipeline schedule is active.", "isDeprecated": false, "name": "active", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the pipeline schedule was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Cron notation for the schedule.", "isDeprecated": false, "name": "cron", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timezone for the pipeline schedule.", "isDeprecated": false, "name": "cronTimezone", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Description of the pipeline schedule.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Edit path of the pipeline schedule.", "isDeprecated": false, "name": "editPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if a pipelines schedule belongs to a tag.", "isDeprecated": false, "name": "forTag", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the pipeline schedule.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Last pipeline object.", "isDeprecated": false, "name": "lastPipeline", "type": { "kind": "OBJECT", "name": "Pipeline", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Time when the next pipeline will run.", "isDeprecated": false, "name": "nextRunAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Owner of the pipeline schedule.", "isDeprecated": false, "name": "owner", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Project of the pipeline schedule.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Time when the next pipeline will run.", "isDeprecated": false, "name": "realNextRun", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Ref of the pipeline schedule.", "isDeprecated": false, "name": "ref", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Git ref for the pipeline schedule.", "isDeprecated": false, "name": "refForDisplay", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Path to the ref that triggered the pipeline.", "isDeprecated": false, "name": "refPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the pipeline schedule was last updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Permissions for the current user on the resource", "isDeprecated": false, "name": "userPermissions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PipelineSchedulePermissions", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Pipeline schedule variables.", "isDeprecated": false, "name": "variables", "type": { "kind": "OBJECT", "name": "PipelineScheduleVariableConnection", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PipelineSchedule", "possibleTypes": null }, { "description": "The connection type for PipelineSchedule.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total count of collection.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PipelineScheduleEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PipelineSchedule", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PipelineScheduleConnection", "possibleTypes": null }, { "description": "Autogenerated input type of PipelineScheduleCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Full path of the project the pipeline schedule is associated with.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Description of the pipeline schedule.", "name": "description", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Cron expression of the pipeline schedule.", "name": "cron", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": " Cron time zone supported by ActiveSupport::TimeZone.\n For example: \"Pacific Time (US & Canada)\" (default: \"UTC\").\n", "name": "cronTimezone", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Ref of the pipeline schedule.", "name": "ref", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Indicates if the pipeline schedule should be active or not.", "name": "active", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Variables for the pipeline schedule.", "name": "variables", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PipelineScheduleVariableInput", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "PipelineScheduleCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of PipelineScheduleCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Created pipeline schedule.", "isDeprecated": false, "name": "pipelineSchedule", "type": { "kind": "OBJECT", "name": "PipelineSchedule", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PipelineScheduleCreatePayload", "possibleTypes": null }, { "description": "Autogenerated input type of PipelineScheduleDelete", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "ID of the pipeline schedule to mutate.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "CiPipelineScheduleID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "PipelineScheduleDeleteInput", "possibleTypes": null }, { "description": "Autogenerated return type of PipelineScheduleDelete", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PipelineScheduleDeletePayload", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "PipelineSchedule", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PipelineScheduleEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `admin_pipeline_schedule` on this resource", "isDeprecated": false, "name": "adminPipelineSchedule", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `play_pipeline_schedule` on this resource", "isDeprecated": false, "name": "playPipelineSchedule", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": "Use admin_pipeline_schedule permission to determine if the user can take ownership of a pipeline schedule. Deprecated in 15.9.", "description": "Indicates the user can perform `take_ownership_pipeline_schedule` on this resource Deprecated in 15.9: Use admin_pipeline_schedule permission to determine if the user can take ownership of a pipeline schedule.", "isDeprecated": true, "name": "takeOwnershipPipelineSchedule", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `update_pipeline_schedule` on this resource", "isDeprecated": false, "name": "updatePipelineSchedule", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PipelineSchedulePermissions", "possibleTypes": null }, { "description": "Autogenerated input type of PipelineSchedulePlay", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "ID of the pipeline schedule to mutate.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "CiPipelineScheduleID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "PipelineSchedulePlayInput", "possibleTypes": null }, { "description": "Autogenerated return type of PipelineSchedulePlay", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Pipeline schedule after mutation.", "isDeprecated": false, "name": "pipelineSchedule", "type": { "kind": "OBJECT", "name": "PipelineSchedule", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PipelineSchedulePlayPayload", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "Active pipeline schedules.", "isDeprecated": false, "name": "ACTIVE" }, { "deprecationReason": null, "description": "Inactive pipeline schedules.", "isDeprecated": false, "name": "INACTIVE" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "PipelineScheduleStatus", "possibleTypes": null }, { "description": "Autogenerated input type of PipelineScheduleTakeOwnership", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "ID of the pipeline schedule to mutate.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "CiPipelineScheduleID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "PipelineScheduleTakeOwnershipInput", "possibleTypes": null }, { "description": "Autogenerated return type of PipelineScheduleTakeOwnership", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Updated pipeline schedule ownership.", "isDeprecated": false, "name": "pipelineSchedule", "type": { "kind": "OBJECT", "name": "PipelineSchedule", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PipelineScheduleTakeOwnershipPayload", "possibleTypes": null }, { "description": "Autogenerated input type of PipelineScheduleUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "ID of the pipeline schedule to mutate.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "CiPipelineScheduleID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Description of the pipeline schedule.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Cron expression of the pipeline schedule.", "name": "cron", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": " Cron time zone supported by ActiveSupport::TimeZone.\n For example: \"Pacific Time (US & Canada)\" (default: \"UTC\").\n", "name": "cronTimezone", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Ref of the pipeline schedule.", "name": "ref", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Indicates if the pipeline schedule should be active or not.", "name": "active", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Variables for the pipeline schedule.", "name": "variables", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PipelineScheduleVariableInput", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "PipelineScheduleUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of PipelineScheduleUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Updated pipeline schedule.", "isDeprecated": false, "name": "pipelineSchedule", "type": { "kind": "OBJECT", "name": "PipelineSchedule", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PipelineScheduleUpdatePayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "ID of the variable.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the variable.", "isDeprecated": false, "name": "key", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates whether the variable is raw.", "isDeprecated": false, "name": "raw", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Value of the variable.", "isDeprecated": false, "name": "value", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of the variable.", "isDeprecated": false, "name": "variableType", "type": { "kind": "ENUM", "name": "CiVariableType", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "CiVariable", "ofType": null } ], "kind": "OBJECT", "name": "PipelineScheduleVariable", "possibleTypes": null }, { "description": "The connection type for PipelineScheduleVariable.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PipelineScheduleVariableEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PipelineScheduleVariable", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PipelineScheduleVariableConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "PipelineScheduleVariable", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PipelineScheduleVariableEdge", "possibleTypes": null }, { "description": "Attributes for the pipeline schedule variable.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Name of the variable.", "name": "key", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Value of the variable.", "name": "value", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Type of the variable.", "name": "variableType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CiVariableType", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "PipelineScheduleVariableInput", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "Pipeline is running.", "isDeprecated": false, "name": "RUNNING" }, { "deprecationReason": null, "description": "Pipeline has not started running yet.", "isDeprecated": false, "name": "PENDING" }, { "deprecationReason": null, "description": "Pipeline has completed.", "isDeprecated": false, "name": "FINISHED" }, { "deprecationReason": null, "description": "Branches.", "isDeprecated": false, "name": "BRANCHES" }, { "deprecationReason": null, "description": "Tags.", "isDeprecated": false, "name": "TAGS" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "PipelineScopeEnum", "possibleTypes": null }, { "description": "Represents vulnerability finding of a security report on the pipeline.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "List of assets associated with the vulnerability.", "isDeprecated": false, "name": "assets", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AssetType", "ofType": null } } } }, { "args": [], "deprecationReason": "This field will be removed from the Finding domain model. Deprecated in 15.4.", "description": "Type of the security report that found the vulnerability. Deprecated in 15.4: This field will be removed from the Finding domain model.", "isDeprecated": true, "name": "confidence", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Description of the vulnerability finding.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `description`", "isDeprecated": false, "name": "descriptionHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Details of the security finding.", "isDeprecated": false, "name": "details", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "VulnerabilityDetail", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Reason for the dismissal of the security report finding.", "isDeprecated": false, "name": "dismissalReason", "type": { "kind": "ENUM", "name": "VulnerabilityDismissalReason", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Time of the dismissal of the security report finding.", "isDeprecated": false, "name": "dismissedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User who dismissed the security report finding.", "isDeprecated": false, "name": "dismissedBy", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Evidence for the vulnerability.", "isDeprecated": false, "name": "evidence", "type": { "kind": "OBJECT", "name": "VulnerabilityEvidence", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates whether the vulnerability is a false positive.", "isDeprecated": false, "name": "falsePositive", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Identifiers of the vulnerability finding.", "isDeprecated": false, "name": "identifiers", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VulnerabilityIdentifier", "ofType": null } } } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of issue links related to the vulnerability.", "isDeprecated": false, "name": "issueLinks", "type": { "kind": "OBJECT", "name": "VulnerabilityIssueLinkConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "List of links associated with the vulnerability.", "isDeprecated": false, "name": "links", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VulnerabilityLink", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Location metadata for the vulnerability. Its fields depend on the type of security scan that found the vulnerability.", "isDeprecated": false, "name": "location", "type": { "kind": "UNION", "name": "VulnerabilityLocation", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Merge request that fixes the vulnerability.", "isDeprecated": false, "name": "mergeRequest", "type": { "kind": "OBJECT", "name": "MergeRequest", "ofType": null } }, { "args": [], "deprecationReason": "Use `title`. Deprecated in 15.1.", "description": "Name of the vulnerability finding. Deprecated in 15.1: Use `title`.", "isDeprecated": true, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Project on which the vulnerability finding was found.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } }, { "args": [], "deprecationReason": "The `project_fingerprint` attribute is being deprecated. Use `uuid` to identify findings. Deprecated in 15.1.", "description": "Name of the vulnerability finding. Deprecated in 15.1: The `project_fingerprint` attribute is being deprecated. Use `uuid` to identify findings.", "isDeprecated": true, "name": "projectFingerprint", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Remediations of the security report finding.", "isDeprecated": false, "name": "remediations", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VulnerabilityRemediationType", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Type of the security report that found the vulnerability finding.", "isDeprecated": false, "name": "reportType", "type": { "kind": "ENUM", "name": "VulnerabilityReportType", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Scanner metadata for the vulnerability.", "isDeprecated": false, "name": "scanner", "type": { "kind": "OBJECT", "name": "VulnerabilityScanner", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Severity of the vulnerability finding.", "isDeprecated": false, "name": "severity", "type": { "kind": "ENUM", "name": "VulnerabilitySeverity", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Solution for resolving the security report finding.", "isDeprecated": false, "name": "solution", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Finding status.", "isDeprecated": false, "name": "state", "type": { "kind": "ENUM", "name": "VulnerabilityState", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Comment for the state of the security report finding.", "isDeprecated": false, "name": "stateComment", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Title of the vulnerability finding.", "isDeprecated": false, "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "UUIDv5 digest based on the vulnerability's report type, primary identifier, location, fingerprint, project identifier.", "isDeprecated": false, "name": "uuid", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Vulnerability related to the security report finding.", "isDeprecated": false, "name": "vulnerability", "type": { "kind": "OBJECT", "name": "Vulnerability", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PipelineSecurityReportFinding", "possibleTypes": null }, { "description": "The connection type for PipelineSecurityReportFinding.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PipelineSecurityReportFindingEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PipelineSecurityReportFinding", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PipelineSecurityReportFindingConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "PipelineSecurityReportFinding", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PipelineSecurityReportFindingEdge", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "Pipeline has been created.", "isDeprecated": false, "name": "CREATED" }, { "deprecationReason": null, "description": "A resource (for example, a runner) that the pipeline requires to run is unavailable.", "isDeprecated": false, "name": "WAITING_FOR_RESOURCE" }, { "deprecationReason": null, "description": "Pipeline is preparing to run.", "isDeprecated": false, "name": "PREPARING" }, { "deprecationReason": null, "description": "Pipeline has not started running yet.", "isDeprecated": false, "name": "PENDING" }, { "deprecationReason": null, "description": "Pipeline is running.", "isDeprecated": false, "name": "RUNNING" }, { "deprecationReason": null, "description": "At least one stage of the pipeline failed.", "isDeprecated": false, "name": "FAILED" }, { "deprecationReason": null, "description": "Pipeline completed successfully.", "isDeprecated": false, "name": "SUCCESS" }, { "deprecationReason": null, "description": "Pipeline was canceled before completion.", "isDeprecated": false, "name": "CANCELED" }, { "deprecationReason": null, "description": "Pipeline was skipped.", "isDeprecated": false, "name": "SKIPPED" }, { "deprecationReason": null, "description": "Pipeline needs to be manually started.", "isDeprecated": false, "name": "MANUAL" }, { "deprecationReason": null, "description": "Pipeline is scheduled to run.", "isDeprecated": false, "name": "SCHEDULED" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "PipelineStatusEnum", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total number of billable users after change.", "isDeprecated": false, "name": "newBillableUserCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of seats in subscription.", "isDeprecated": false, "name": "seatsInSubscription", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": " If the group will have an increased overage after change.", "isDeprecated": false, "name": "willIncreaseOverage", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PreviewBillableUserChange", "possibleTypes": null }, { "description": "Represents a product analytics dashboard.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Description of the dashboard.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Panels shown on the dashboard.", "isDeprecated": false, "name": "panels", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProductAnalyticsDashboardPanelConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Title of the dashboard.", "isDeprecated": false, "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProductAnalyticsDashboard", "possibleTypes": null }, { "description": "The connection type for ProductAnalyticsDashboard.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProductAnalyticsDashboardEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProductAnalyticsDashboard", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProductAnalyticsDashboardConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "ProductAnalyticsDashboard", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProductAnalyticsDashboardEdge", "possibleTypes": null }, { "description": "Represents a product analytics dashboard panel.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Description of the position and size of the panel.", "isDeprecated": false, "name": "gridAttributes", "type": { "kind": "SCALAR", "name": "JSON", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Title of the panel.", "isDeprecated": false, "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Visualization of the panel.", "isDeprecated": false, "name": "visualization", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProductAnalyticsDashboardVisualization", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProductAnalyticsDashboardPanel", "possibleTypes": null }, { "description": "The connection type for ProductAnalyticsDashboardPanel.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProductAnalyticsDashboardPanelEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProductAnalyticsDashboardPanel", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProductAnalyticsDashboardPanelConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "ProductAnalyticsDashboardPanel", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProductAnalyticsDashboardPanelEdge", "possibleTypes": null }, { "description": "Represents a product analytics dashboard visualization.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Data of the visualization.", "isDeprecated": false, "name": "data", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSON", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Options of the visualization.", "isDeprecated": false, "name": "options", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSON", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Type of the visualization.", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProductAnalyticsDashboardVisualization", "possibleTypes": null }, { "description": "Current state of the product analytics stack.", "enumValues": [ { "deprecationReason": null, "description": "Stack has not been created yet.", "isDeprecated": false, "name": "CREATE_INSTANCE" }, { "deprecationReason": null, "description": "Stack is currently initializing.", "isDeprecated": false, "name": "LOADING_INSTANCE" }, { "deprecationReason": null, "description": "Stack is waiting for events from users.", "isDeprecated": false, "name": "WAITING_FOR_EVENTS" }, { "deprecationReason": null, "description": "Stack has been initialized and has data.", "isDeprecated": false, "name": "COMPLETE" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ProductAnalyticsState", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Size limit for the repository in bytes.", "isDeprecated": false, "name": "actualRepositorySizeLimit", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Agent configurations defined by the project", "isDeprecated": false, "name": "agentConfigurations", "type": { "kind": "OBJECT", "name": "AgentConfigurationConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "IID of the alert. For example, \"1\".", "name": "iid", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Alerts with the specified statues. For example, `[TRIGGERED]`.", "name": "statuses", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AlertManagementStatus", "ofType": null } } } }, { "defaultValue": null, "description": "Sort alerts by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "AlertManagementAlertSort", "ofType": null } }, { "defaultValue": "operations", "description": "Filter query for given domain.", "name": "domain", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AlertManagementDomainFilter", "ofType": null } } }, { "defaultValue": null, "description": "Search query for title, description, service, or monitoring_tool.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Username of a user assigned to the issue.", "name": "assigneeUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "deprecationReason": null, "description": "A single Alert Management alert of the project.", "isDeprecated": false, "name": "alertManagementAlert", "type": { "kind": "OBJECT", "name": "AlertManagementAlert", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Search query for title, description, service, or monitoring_tool.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Username of a user assigned to the issue.", "name": "assigneeUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "deprecationReason": null, "description": "Counts of alerts by status for the project.", "isDeprecated": false, "name": "alertManagementAlertStatusCounts", "type": { "kind": "OBJECT", "name": "AlertManagementAlertStatusCountsType", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "IID of the alert. For example, \"1\".", "name": "iid", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Alerts with the specified statues. For example, `[TRIGGERED]`.", "name": "statuses", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AlertManagementStatus", "ofType": null } } } }, { "defaultValue": null, "description": "Sort alerts by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "AlertManagementAlertSort", "ofType": null } }, { "defaultValue": "operations", "description": "Filter query for given domain.", "name": "domain", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AlertManagementDomainFilter", "ofType": null } } }, { "defaultValue": null, "description": "Search query for title, description, service, or monitoring_tool.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Username of a user assigned to the issue.", "name": "assigneeUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Alert Management alerts of the project.", "isDeprecated": false, "name": "alertManagementAlerts", "type": { "kind": "OBJECT", "name": "AlertManagementAlertConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of the integration.", "name": "id", "type": { "kind": "SCALAR", "name": "AlertManagementHttpIntegrationID", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "HTTP Integrations which can receive alerts for the project.", "isDeprecated": false, "name": "alertManagementHttpIntegrations", "type": { "kind": "OBJECT", "name": "AlertManagementHttpIntegrationConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of the integration.", "name": "id", "type": { "kind": "SCALAR", "name": "GlobalID", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Integrations which can receive alerts for the project.", "isDeprecated": false, "name": "alertManagementIntegrations", "type": { "kind": "OBJECT", "name": "AlertManagementIntegrationConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Sample payload for extracting alert fields for custom mappings.", "name": "payloadExample", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Extract alert fields from payload for custom mapping.", "isDeprecated": false, "name": "alertManagementPayloadFields", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AlertManagementPayloadAlertField", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "If `only_allow_merge_if_pipeline_succeeds` is true, indicates if merge requests of the project can also be merged with skipped jobs.", "isDeprecated": false, "name": "allowMergeOnSkippedPipeline", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "API fuzzing configuration for the project. ", "isDeprecated": false, "name": "apiFuzzingCiConfiguration", "type": { "kind": "OBJECT", "name": "ApiFuzzingCiConfiguration", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates the archived status of the project.", "isDeprecated": false, "name": "archived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if issues referenced by merge requests and commits within the default branch are closed automatically.", "isDeprecated": false, "name": "autocloseReferencedIssues", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL to avatar image file of the project.", "isDeprecated": false, "name": "avatarUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of the board.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BoardID", "ofType": null } } } ], "deprecationReason": null, "description": "A single board of the project.", "isDeprecated": false, "name": "board", "type": { "kind": "OBJECT", "name": "Board", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Find a board by its ID.", "name": "id", "type": { "kind": "SCALAR", "name": "BoardID", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Boards of the project.", "isDeprecated": false, "name": "boards", "type": { "kind": "OBJECT", "name": "BoardConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Branch rules configured for the project.", "isDeprecated": false, "name": "branchRules", "type": { "kind": "OBJECT", "name": "BranchRuleConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "CI/CD settings for the project.", "isDeprecated": false, "name": "ciCdSettings", "type": { "kind": "OBJECT", "name": "ProjectCiCdSetting", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Path of the CI configuration file.", "isDeprecated": false, "name": "ciConfigPathOrDefault", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Ref.", "name": "ref", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.3.", "description": "CI/CD config variable. Introduced in 15.3: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "ciConfigVariables", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CiConfigVariable", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "The CI Job Tokens scope of access.", "isDeprecated": false, "name": "ciJobTokenScope", "type": { "kind": "OBJECT", "name": "CiJobTokenScopeType", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Name of the CI/CD template to search for. Template must be formatted as `Name.gitlab-ci.yml`.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Find a single CI/CD template by name.", "isDeprecated": false, "name": "ciTemplate", "type": { "kind": "OBJECT", "name": "CiTemplate", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Sort order of results.", "name": "sort", "type": { "kind": "ENUM", "name": "CiVariableSort", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of the project's CI/CD variables.", "isDeprecated": false, "name": "ciVariables", "type": { "kind": "OBJECT", "name": "CiProjectVariableConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns only cluster agents which have vulnerabilities.", "name": "hasVulnerabilities", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Name of the cluster agent.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Find a single cluster agent by name.", "isDeprecated": false, "name": "clusterAgent", "type": { "kind": "OBJECT", "name": "ClusterAgent", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns only cluster agents which have vulnerabilities.", "name": "hasVulnerabilities", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Cluster agents associated with the project.", "isDeprecated": false, "name": "clusterAgents", "type": { "kind": "OBJECT", "name": "ClusterAgentConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Code coverage summary associated with the project.", "isDeprecated": false, "name": "codeCoverageSummary", "type": { "kind": "OBJECT", "name": "CodeCoverageSummary", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Compliance frameworks associated with the project.", "isDeprecated": false, "name": "complianceFrameworks", "type": { "kind": "OBJECT", "name": "ComplianceFrameworkConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Container expiration policy of the project.", "isDeprecated": false, "name": "containerExpirationPolicy", "type": { "kind": "OBJECT", "name": "ContainerExpirationPolicy", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if Container Registry is enabled for the current user", "isDeprecated": false, "name": "containerRegistryEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter the container repositories by their name.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "created_desc", "description": "Sort container repositories by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "ContainerRepositorySort", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Container repositories of the project.", "isDeprecated": false, "name": "containerRepositories", "type": { "kind": "OBJECT", "name": "ContainerRepositoryConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of container repositories in the project.", "isDeprecated": false, "name": "containerRepositoriesCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find corpuses of the project.", "isDeprecated": false, "name": "corpuses", "type": { "kind": "OBJECT", "name": "CoverageFuzzingCorpusConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the project creation.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter DAST Profiles by whether or not they have a schedule.", "name": "hasDastProfileSchedule", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "ID of the DAST Profile.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DastProfileID", "ofType": null } } } ], "deprecationReason": null, "description": "DAST Profile associated with the project.", "isDeprecated": false, "name": "dastProfile", "type": { "kind": "OBJECT", "name": "DastProfile", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter DAST Profiles by whether or not they have a schedule.", "name": "hasDastProfileSchedule", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "DAST Profiles associated with the project.", "isDeprecated": false, "name": "dastProfiles", "type": { "kind": "OBJECT", "name": "DastProfileConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "DAST scanner profiles associated with the project.", "isDeprecated": false, "name": "dastScannerProfiles", "type": { "kind": "OBJECT", "name": "DastScannerProfileConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of the site profile.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DastSiteProfileID", "ofType": null } } } ], "deprecationReason": null, "description": "DAST Site Profile associated with the project.", "isDeprecated": false, "name": "dastSiteProfile", "type": { "kind": "OBJECT", "name": "DastSiteProfile", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "DAST Site Profiles associated with the project.", "isDeprecated": false, "name": "dastSiteProfiles", "type": { "kind": "OBJECT", "name": "DastSiteProfileConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Normalized URL of the target to be scanned.", "name": "normalizedTargetUrls", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Status of the site validation.", "name": "status", "type": { "kind": "ENUM", "name": "DastSiteValidationStatusEnum", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "DAST Site Validations associated with the project.", "isDeprecated": false, "name": "dastSiteValidations", "type": { "kind": "OBJECT", "name": "DastSiteValidationConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Retain egress data for one year. Data for the current month will increase dynamically as egress occurs.", "name": "from", "type": { "kind": "SCALAR", "name": "Date", "ofType": null } }, { "defaultValue": null, "description": "End date for the data.", "name": "to", "type": { "kind": "SCALAR", "name": "Date", "ofType": null } } ], "deprecationReason": null, "description": "Data transfer data point for a specific period. This is mocked data under a development feature flag.", "isDeprecated": false, "name": "dataTransfer", "type": { "kind": "OBJECT", "name": "ProjectDataTransfer", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.9.", "description": "Software dependencies used by the project. Introduced in 15.9: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "dependencies", "type": { "kind": "OBJECT", "name": "DependencyConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Project-level internal ID of the Deployment.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } ], "deprecationReason": null, "description": "Details of the deployment of the project.", "isDeprecated": false, "name": "deployment", "type": { "kind": "OBJECT", "name": "Deployment", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Short description of the project.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `description`", "isDeprecated": false, "name": "descriptionHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Project's DORA metrics.", "isDeprecated": false, "name": "dora", "type": { "kind": "OBJECT", "name": "Dora", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Name of the environment.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Search query for environment name.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "States of environments that should be included in result.", "name": "states", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Search query for environment type.", "name": "type", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "deprecationReason": null, "description": "A single environment of the project.", "isDeprecated": false, "name": "environment", "type": { "kind": "OBJECT", "name": "Environment", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Name of the environment.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Search query for environment name.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "States of environments that should be included in result.", "name": "states", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Search query for environment type.", "name": "type", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Environments of the project. This field can only be resolved for one project in any single request.", "isDeprecated": false, "name": "environments", "type": { "kind": "OBJECT", "name": "EnvironmentConnection", "ofType": null } }, { "args": [], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.10.", "description": "Flow metrics for value stream analytics. Introduced in 15.10: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "flowMetrics", "type": { "kind": "OBJECT", "name": "ProjectValueStreamAnalyticsFlowMetrics", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Ref of the fork. Default value is HEAD.", "name": "ref", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.7.", "description": "Details of the fork project compared to its upstream project. Introduced in 15.7: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "forkDetails", "type": { "kind": "OBJECT", "name": "ForkDetails", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Search query for path or name.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Namespaces in which the current user can fork the project into.", "isDeprecated": false, "name": "forkTargets", "type": { "kind": "OBJECT", "name": "NamespaceConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of times the project has been forked.", "isDeprecated": false, "name": "forksCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Full path of the project.", "isDeprecated": false, "name": "fullPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Group ID to add.", "name": "addGroupId", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "User emails to add.", "name": "addUserEmails", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "User IDs to add.", "name": "addUserIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } }, { "defaultValue": null, "description": "Role of users being added to group.", "name": "role", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "GitlabSubscriptionsUserRole", "ofType": null } } } ], "deprecationReason": null, "description": "Preview Billable User Changes", "isDeprecated": false, "name": "gitlabSubscriptionsPreviewBillableUserChange", "type": { "kind": "OBJECT", "name": "PreviewBillableUserChange", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Grafana integration details for the project.", "isDeprecated": false, "name": "grafanaIntegration", "type": { "kind": "OBJECT", "name": "GrafanaIntegration", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Group of the project.", "isDeprecated": false, "name": "group", "type": { "kind": "OBJECT", "name": "Group", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL to connect to the project via HTTPS.", "isDeprecated": false, "name": "httpUrlToRepo", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the project.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Status of import background job of the project.", "isDeprecated": false, "name": "importStatus", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Fuzzy search by escalation policy name.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Incident Management escalation policies of the project.", "isDeprecated": false, "name": "incidentManagementEscalationPolicies", "type": { "kind": "OBJECT", "name": "EscalationPolicyTypeConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Fuzzy search by escalation policy name.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the escalation policy.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IncidentManagementEscalationPolicyID", "ofType": null } } } ], "deprecationReason": null, "description": "Incident Management escalation policy of the project.", "isDeprecated": false, "name": "incidentManagementEscalationPolicy", "type": { "kind": "OBJECT", "name": "EscalationPolicyType", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "IIDs of on-call schedules.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Incident Management On-call schedules of the project.", "isDeprecated": false, "name": "incidentManagementOncallSchedules", "type": { "kind": "OBJECT", "name": "IncidentManagementOncallScheduleConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of the incident.", "name": "incidentId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IssueID", "ofType": null } } }, { "defaultValue": null, "description": "ID of the timeline event.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IncidentManagementTimelineEventID", "ofType": null } } } ], "deprecationReason": null, "description": "Incident Management Timeline event associated with the incident.", "isDeprecated": false, "name": "incidentManagementTimelineEvent", "type": { "kind": "OBJECT", "name": "TimelineEventType", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timeline event tags for the project.", "isDeprecated": false, "name": "incidentManagementTimelineEventTags", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TimelineEventTagType", "ofType": null } } } }, { "args": [ { "defaultValue": null, "description": "ID of the incident.", "name": "incidentId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IssueID", "ofType": null } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Incident Management Timeline events associated with the incident.", "isDeprecated": false, "name": "incidentManagementTimelineEvents", "type": { "kind": "OBJECT", "name": "TimelineEventTypeConnection", "ofType": null } }, { "args": [], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.11.", "description": "Indicates if a project is a catalog resource. Introduced in 15.11: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "isCatalogResource", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Search query for title or description.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Specify the fields to perform the search in.\nDefaults to `[TITLE, DESCRIPTION]`. Requires the `search` argument.'\n", "name": "in", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssuableSearchableField", "ofType": null } } } }, { "defaultValue": null, "description": "ID of a user assigned to the issues. Wildcard values \"NONE\" and \"ANY\" are supported.", "name": "assigneeId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Usernames of users assigned to the issue.", "name": "assigneeUsernames", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Username of the author of the issue.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Issues closed after this date.", "name": "closedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Issues closed before this date.", "name": "closedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Filter for confidential issues. If \"false\", excludes confidential issues. If \"true\", returns only confidential issues.", "name": "confidential", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Issues created after this date.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Issues created before this date.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "ID of a contact assigned to the issues.", "name": "crmContactId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of an organization assigned to the issues.", "name": "crmOrganizationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "IID of the issue. For example, \"1\".", "name": "iid", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "List of IIDs of issues. For example, `[\"1\", \"2\"]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Labels applied to this issue.", "name": "labelName", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Milestone applied to this issue.", "name": "milestoneTitle", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Filter issues by milestone ID wildcard.", "name": "milestoneWildcardId", "type": { "kind": "ENUM", "name": "MilestoneWildcardId", "ofType": null } }, { "defaultValue": null, "description": "Filter by reaction emoji applied by the current user. Wildcard values \"NONE\" and \"ANY\" are supported.", "name": "myReactionEmoji", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Negated arguments.", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "NegatedIssueFilterInput", "ofType": null } }, { "defaultValue": null, "description": "List of arguments with inclusive OR.", "name": "or", "type": { "kind": "INPUT_OBJECT", "name": "UnionedIssueFilterInput", "ofType": null } }, { "defaultValue": null, "description": "Filter issues by the given issue types.", "name": "types", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssueType", "ofType": null } } } }, { "defaultValue": null, "description": "Issues updated after this date.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Issues updated before this date.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List of iteration Global IDs applied to the issue.", "name": "iterationId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Filter by iteration ID wildcard.", "name": "iterationWildcardId", "type": { "kind": "ENUM", "name": "IterationWildcardId", "ofType": null } }, { "defaultValue": null, "description": "ID of an epic associated with the issues, \"none\" and \"any\" values are supported.", "name": "epicId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether to include subepics when filtering issues by epicId.", "name": "includeSubepics", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Weight applied to the issue, \"none\" and \"any\" values are supported.", "name": "weight", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Health status of the issue, \"none\" and \"any\" values are supported.", "name": "healthStatusFilter", "type": { "kind": "ENUM", "name": "HealthStatusFilter", "ofType": null } }, { "defaultValue": "created_desc", "description": "Sort issues by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "IssueSort", "ofType": null } }, { "defaultValue": null, "description": "Current state of this issue.", "name": "state", "type": { "kind": "ENUM", "name": "IssuableState", "ofType": null } }, { "defaultValue": null, "description": "Release tag associated with the issue's milestone.", "name": "releaseTag", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter issues by release tag ID wildcard.", "name": "releaseTagWildcardId", "type": { "kind": "ENUM", "name": "ReleaseTagWildcardId", "ofType": null } } ], "deprecationReason": null, "description": "A single issue of the project.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Search query for title or description.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Specify the fields to perform the search in.\nDefaults to `[TITLE, DESCRIPTION]`. Requires the `search` argument.'\n", "name": "in", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssuableSearchableField", "ofType": null } } } }, { "defaultValue": null, "description": "ID of a user assigned to the issues. Wildcard values \"NONE\" and \"ANY\" are supported.", "name": "assigneeId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Usernames of users assigned to the issue.", "name": "assigneeUsernames", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Username of the author of the issue.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Issues closed after this date.", "name": "closedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Issues closed before this date.", "name": "closedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Filter for confidential issues. If \"false\", excludes confidential issues. If \"true\", returns only confidential issues.", "name": "confidential", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Issues created after this date.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Issues created before this date.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "ID of a contact assigned to the issues.", "name": "crmContactId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of an organization assigned to the issues.", "name": "crmOrganizationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "IID of the issue. For example, \"1\".", "name": "iid", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "List of IIDs of issues. For example, `[\"1\", \"2\"]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Labels applied to this issue.", "name": "labelName", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Milestone applied to this issue.", "name": "milestoneTitle", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Filter issues by milestone ID wildcard.", "name": "milestoneWildcardId", "type": { "kind": "ENUM", "name": "MilestoneWildcardId", "ofType": null } }, { "defaultValue": null, "description": "Filter by reaction emoji applied by the current user. Wildcard values \"NONE\" and \"ANY\" are supported.", "name": "myReactionEmoji", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Negated arguments.", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "NegatedIssueFilterInput", "ofType": null } }, { "defaultValue": null, "description": "List of arguments with inclusive OR.", "name": "or", "type": { "kind": "INPUT_OBJECT", "name": "UnionedIssueFilterInput", "ofType": null } }, { "defaultValue": null, "description": "Filter issues by the given issue types.", "name": "types", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssueType", "ofType": null } } } }, { "defaultValue": null, "description": "Issues updated after this date.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Issues updated before this date.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List of iteration Global IDs applied to the issue.", "name": "iterationId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Filter by iteration ID wildcard.", "name": "iterationWildcardId", "type": { "kind": "ENUM", "name": "IterationWildcardId", "ofType": null } }, { "defaultValue": null, "description": "ID of an epic associated with the issues, \"none\" and \"any\" values are supported.", "name": "epicId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether to include subepics when filtering issues by epicId.", "name": "includeSubepics", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Weight applied to the issue, \"none\" and \"any\" values are supported.", "name": "weight", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Health status of the issue, \"none\" and \"any\" values are supported.", "name": "healthStatusFilter", "type": { "kind": "ENUM", "name": "HealthStatusFilter", "ofType": null } }, { "defaultValue": null, "description": "Release tag associated with the issue's milestone.", "name": "releaseTag", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter issues by release tag ID wildcard.", "name": "releaseTagWildcardId", "type": { "kind": "ENUM", "name": "ReleaseTagWildcardId", "ofType": null } } ], "deprecationReason": null, "description": "Counts of issues by status for the project.", "isDeprecated": false, "name": "issueStatusCounts", "type": { "kind": "OBJECT", "name": "IssueStatusCountsType", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Search query for title or description.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Specify the fields to perform the search in.\nDefaults to `[TITLE, DESCRIPTION]`. Requires the `search` argument.'\n", "name": "in", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssuableSearchableField", "ofType": null } } } }, { "defaultValue": null, "description": "ID of a user assigned to the issues. Wildcard values \"NONE\" and \"ANY\" are supported.", "name": "assigneeId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Usernames of users assigned to the issue.", "name": "assigneeUsernames", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Username of the author of the issue.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Issues closed after this date.", "name": "closedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Issues closed before this date.", "name": "closedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Filter for confidential issues. If \"false\", excludes confidential issues. If \"true\", returns only confidential issues.", "name": "confidential", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Issues created after this date.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Issues created before this date.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "ID of a contact assigned to the issues.", "name": "crmContactId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of an organization assigned to the issues.", "name": "crmOrganizationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "IID of the issue. For example, \"1\".", "name": "iid", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "List of IIDs of issues. For example, `[\"1\", \"2\"]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Labels applied to this issue.", "name": "labelName", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Milestone applied to this issue.", "name": "milestoneTitle", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Filter issues by milestone ID wildcard.", "name": "milestoneWildcardId", "type": { "kind": "ENUM", "name": "MilestoneWildcardId", "ofType": null } }, { "defaultValue": null, "description": "Filter by reaction emoji applied by the current user. Wildcard values \"NONE\" and \"ANY\" are supported.", "name": "myReactionEmoji", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Negated arguments.", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "NegatedIssueFilterInput", "ofType": null } }, { "defaultValue": null, "description": "List of arguments with inclusive OR.", "name": "or", "type": { "kind": "INPUT_OBJECT", "name": "UnionedIssueFilterInput", "ofType": null } }, { "defaultValue": null, "description": "Filter issues by the given issue types.", "name": "types", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssueType", "ofType": null } } } }, { "defaultValue": null, "description": "Issues updated after this date.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Issues updated before this date.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List of iteration Global IDs applied to the issue.", "name": "iterationId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Filter by iteration ID wildcard.", "name": "iterationWildcardId", "type": { "kind": "ENUM", "name": "IterationWildcardId", "ofType": null } }, { "defaultValue": null, "description": "ID of an epic associated with the issues, \"none\" and \"any\" values are supported.", "name": "epicId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether to include subepics when filtering issues by epicId.", "name": "includeSubepics", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Weight applied to the issue, \"none\" and \"any\" values are supported.", "name": "weight", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Health status of the issue, \"none\" and \"any\" values are supported.", "name": "healthStatusFilter", "type": { "kind": "ENUM", "name": "HealthStatusFilter", "ofType": null } }, { "defaultValue": "created_desc", "description": "Sort issues by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "IssueSort", "ofType": null } }, { "defaultValue": null, "description": "Current state of this issue.", "name": "state", "type": { "kind": "ENUM", "name": "IssuableState", "ofType": null } }, { "defaultValue": null, "description": "Release tag associated with the issue's milestone.", "name": "releaseTag", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter issues by release tag ID wildcard.", "name": "releaseTagWildcardId", "type": { "kind": "ENUM", "name": "ReleaseTagWildcardId", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Issues of the project.", "isDeprecated": false, "name": "issues", "type": { "kind": "OBJECT", "name": "IssueConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if Issues are enabled for the current user", "isDeprecated": false, "name": "issuesEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Global ID of the iteration cadence to look up.", "name": "id", "type": { "kind": "SCALAR", "name": "IterationsCadenceID", "ofType": null } }, { "defaultValue": null, "description": "Fuzzy search by title.", "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Duration in weeks of the iterations within this cadence.", "name": "durationInWeeks", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Whether the iteration cadence should automatically generate upcoming iterations.", "name": "automatic", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether the iteration cadence is active.", "name": "active", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether to include ancestor groups to search iterations cadences in.", "name": "includeAncestorGroups", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find iteration cadences.", "isDeprecated": false, "name": "iterationCadences", "type": { "kind": "OBJECT", "name": "IterationCadenceConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "List items overlapping the given timeframe.", "name": "timeframe", "type": { "kind": "INPUT_OBJECT", "name": "Timeframe", "ofType": null } }, { "defaultValue": null, "description": "Filter iterations by state.", "name": "state", "type": { "kind": "ENUM", "name": "IterationState", "ofType": null } }, { "defaultValue": null, "description": "Query used for fuzzy-searching in the fields selected in the argument `in`. Returns all iterations if empty.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Fields in which the fuzzy-search should be performed with the query given in the argument `search`. Defaults to `[title]`.", "name": "in", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IterationSearchableField", "ofType": null } } } }, { "defaultValue": null, "description": "Global ID of the Iteration to look up.", "name": "id", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "Internal ID of the Iteration to look up.", "name": "iid", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "Whether to include ancestor iterations. Defaults to true.", "name": "includeAncestors", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Global iteration cadence IDs by which to look up the iterations.", "name": "iterationCadenceIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IterationsCadenceID", "ofType": null } } } }, { "defaultValue": null, "description": "List iterations by sort order. If unspecified, an arbitrary order (subject to change) is used.", "name": "sort", "type": { "kind": "ENUM", "name": "IterationSort", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find iterations.", "isDeprecated": false, "name": "iterations", "type": { "kind": "OBJECT", "name": "IterationConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Status of Jira import background job of the project.", "isDeprecated": false, "name": "jiraImportStatus", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Jira imports into the project.", "isDeprecated": false, "name": "jiraImports", "type": { "kind": "OBJECT", "name": "JiraImportConnection", "ofType": null } }, { "args": [], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.7.", "description": "Jitsu key assigned to the project. Introduced in 15.7: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "jitsuKey", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of the job.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JobID", "ofType": null } } } ], "deprecationReason": null, "description": "One job belonging to the project, selected by ID.", "isDeprecated": false, "name": "job", "type": { "kind": "OBJECT", "name": "CiJob", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter jobs by status.", "name": "statuses", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CiJobStatus", "ofType": null } } } }, { "defaultValue": null, "description": "Filter by artifacts presence.", "name": "withArtifacts", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Jobs of a project. This field can only be resolved for one project in any single request.", "isDeprecated": false, "name": "jobs", "type": { "kind": "OBJECT", "name": "CiJobConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if CI/CD pipeline jobs are enabled for the current user.", "isDeprecated": false, "name": "jobsEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Title of the label.", "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Label available on this project.", "isDeprecated": false, "name": "label", "type": { "kind": "OBJECT", "name": "Label", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Search term to find labels with.", "name": "searchTerm", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "false", "description": "Include labels from ancestor groups.", "name": "includeAncestorGroups", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Labels available on this project.", "isDeprecated": false, "name": "labels", "type": { "kind": "OBJECT", "name": "LabelConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Programming languages used in the project.", "isDeprecated": false, "name": "languages", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryLanguage", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the project last activity.", "isDeprecated": false, "name": "lastActivityAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the project has Large File Storage (LFS) enabled.", "isDeprecated": false, "name": "lfsEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Template used to create merge commit message in merge requests.", "isDeprecated": false, "name": "mergeCommitTemplate", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "IID of the merge request, for example `1`.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "A single merge request of the project.", "isDeprecated": false, "name": "mergeRequest", "type": { "kind": "OBJECT", "name": "MergeRequest", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Array of IIDs of merge requests, for example `[1, 2]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of source branch names.\nAll resolved merge requests will have one of these branches as their source.\n", "name": "sourceBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of target branch names.\nAll resolved merge requests will have one of these branches as their target.\n", "name": "targetBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge request state. If provided, all resolved merge requests will have this state.", "name": "state", "type": { "kind": "ENUM", "name": "MergeRequestState", "ofType": null } }, { "defaultValue": null, "description": "Limit result to draft merge requests.", "name": "draft", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Limit results to approved merge requests.", "name": "approved", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created after this timestamp.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created before this timestamp.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated after this timestamp.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated before this timestamp.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Array of label names. All resolved merge requests will have all of these labels.", "name": "labels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge requests merged after this date.", "name": "mergedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests merged before this date.", "name": "mergedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Title of the milestone.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "created_desc", "description": "Sort merge requests by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "MergeRequestSort", "ofType": null } }, { "defaultValue": null, "description": "List of negated arguments.\nWarning: this argument is experimental and a subject to change in future.\n", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "MergeRequestsResolverNegatedParams", "ofType": null } }, { "defaultValue": null, "description": "Username of the assignee.", "name": "assigneeUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Username of the author.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Username of the reviewer.", "name": "reviewerUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Merge requests of the project.", "isDeprecated": false, "name": "mergeRequests", "type": { "kind": "OBJECT", "name": "MergeRequestConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates that committers of the given merge request cannot approve.", "isDeprecated": false, "name": "mergeRequestsDisableCommittersApproval", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if Merge Requests are enabled for the current user", "isDeprecated": false, "name": "mergeRequestsEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "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.", "isDeprecated": false, "name": "mergeRequestsFfOnlyEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "List items overlapping the given timeframe.", "name": "timeframe", "type": { "kind": "INPUT_OBJECT", "name": "Timeframe", "ofType": null } }, { "defaultValue": null, "description": "Array of global milestone IDs, e.g., `\"gid://gitlab/Milestone/1\"`.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Filter milestones by state.", "name": "state", "type": { "kind": "ENUM", "name": "MilestoneStateEnum", "ofType": null } }, { "defaultValue": null, "description": "Title of the milestone.", "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Search string for the title.", "name": "searchTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Date the milestone contains.", "name": "containingDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": "DUE_DATE_ASC", "description": "Sort milestones by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "MilestoneSort", "ofType": null } }, { "defaultValue": null, "description": "Also return milestones in the project's parent group and its ancestors.", "name": "includeAncestors", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Milestones of the project.", "isDeprecated": false, "name": "milestones", "type": { "kind": "OBJECT", "name": "MilestoneConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the project (without namespace).", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Full name of the project with its namespace.", "isDeprecated": false, "name": "nameWithNamespace", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Namespace of the project.", "isDeprecated": false, "name": "namespace", "type": { "kind": "OBJECT", "name": "Namespace", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Name of the environment.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Search query for environment name.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "States of environments that should be included in result.", "name": "states", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Search query for environment type.", "name": "type", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Environments for this project with nested folders, can only be resolved for one project in any single request", "isDeprecated": false, "name": "nestedEnvironments", "type": { "kind": "OBJECT", "name": "NestedEnvironmentConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Global ID of the environment to filter policies.", "name": "environmentId", "type": { "kind": "SCALAR", "name": "EnvironmentID", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": "Network policies are deprecated and will be removed in GitLab 16.0. Since GitLab 15.0 this field returns no data. Deprecated in 14.8.", "description": "Network Policies of the project Deprecated in 14.8: Network policies are deprecated and will be removed in GitLab 16.0. Since GitLab 15.0 this field returns no data.", "isDeprecated": true, "name": "networkPolicies", "type": { "kind": "OBJECT", "name": "NetworkPolicyConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if merge requests of the project can only be merged when all the discussions are resolved.", "isDeprecated": false, "name": "onlyAllowMergeIfAllDiscussionsAreResolved", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates that merges of merge requests should be blocked unless all status checks have passed.", "isDeprecated": false, "name": "onlyAllowMergeIfAllStatusChecksPassed", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if merge requests of the project can only be merged with successful jobs.", "isDeprecated": false, "name": "onlyAllowMergeIfPipelineSucceeds", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of open issues for the project.", "isDeprecated": false, "name": "openIssuesCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [ { "defaultValue": "CREATED_DESC", "description": "Sort packages by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "PackageSort", "ofType": null } }, { "defaultValue": "null", "description": "Search a package by name.", "name": "packageName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "null", "description": "Filter a package by type.", "name": "packageType", "type": { "kind": "ENUM", "name": "PackageTypeEnum", "ofType": null } }, { "defaultValue": "null", "description": "Filter a package by status.", "name": "status", "type": { "kind": "ENUM", "name": "PackageStatus", "ofType": null } }, { "defaultValue": "false", "description": "Include versionless packages.", "name": "includeVersionless", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Packages of the project.", "isDeprecated": false, "name": "packages", "type": { "kind": "OBJECT", "name": "PackageConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Packages cleanup policy for the project.", "isDeprecated": false, "name": "packagesCleanupPolicy", "type": { "kind": "OBJECT", "name": "PackagesCleanupPolicy", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Path of the project.", "isDeprecated": false, "name": "path", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "The project's path locks.", "isDeprecated": false, "name": "pathLocks", "type": { "kind": "OBJECT", "name": "PathLockConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "IID of the Pipeline. For example, \"1\".", "name": "iid", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "SHA of the Pipeline. For example, \"dyd0f15ay83993f5ab66k927w28673882x99100b\".", "name": "sha", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "deprecationReason": null, "description": "Build pipeline of the project.", "isDeprecated": false, "name": "pipeline", "type": { "kind": "OBJECT", "name": "Pipeline", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Pipeline analytics.", "isDeprecated": false, "name": "pipelineAnalytics", "type": { "kind": "OBJECT", "name": "PipelineAnalytics", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter pipelines by the ref they are run for.", "name": "ref", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter pipelines by the SHA of the commit they are run for.", "name": "sha", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter pipelines by their source.", "name": "source", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "deprecationReason": null, "description": "Build pipeline counts of the project.", "isDeprecated": false, "name": "pipelineCounts", "type": { "kind": "OBJECT", "name": "PipelineCounts", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter pipeline schedules by active status.", "name": "status", "type": { "kind": "ENUM", "name": "PipelineScheduleStatus", "ofType": null } }, { "defaultValue": "null", "description": "Filter pipeline schedules by IDs.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Pipeline schedules of the project. This field can only be resolved for one project per request.", "isDeprecated": false, "name": "pipelineSchedules", "type": { "kind": "OBJECT", "name": "PipelineScheduleConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter pipelines by their status.", "name": "status", "type": { "kind": "ENUM", "name": "PipelineStatusEnum", "ofType": null } }, { "defaultValue": null, "description": "Filter pipelines by scope.", "name": "scope", "type": { "kind": "ENUM", "name": "PipelineScopeEnum", "ofType": null } }, { "defaultValue": null, "description": "Filter pipelines by the ref they are run for.", "name": "ref", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter pipelines by the sha of the commit they are run for.", "name": "sha", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter pipelines by their source.", "name": "source", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Pipelines updated after this date.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Pipelines updated before this date.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Filter pipelines by the user that triggered the pipeline.", "name": "username", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Build pipelines of the project.", "isDeprecated": false, "name": "pipelines", "type": { "kind": "OBJECT", "name": "PipelineConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "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.", "isDeprecated": false, "name": "printingMergeRequestLinkEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Find by dashboard slug.", "name": "slug", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.6.", "description": "Product Analytics dashboards of the project. Introduced in 15.6: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "productAnalyticsDashboards", "type": { "kind": "OBJECT", "name": "ProductAnalyticsDashboardConnection", "ofType": null } }, { "args": [], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.10.", "description": "Current state of the product analytics stack for this project.Can only be called for one project in a single request Introduced in 15.10: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "productAnalyticsState", "type": { "kind": "ENUM", "name": "ProductAnalyticsState", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Search query.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "sort query.", "name": "sort", "type": { "kind": "ENUM", "name": "MemberSort", "ofType": null } }, { "defaultValue": "[DIRECT, INHERITED]", "description": "Filter members by the given member relations.", "name": "relations", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ProjectMemberRelation", "ofType": null } } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Members of the project.", "isDeprecated": false, "name": "projectMembers", "type": { "kind": "OBJECT", "name": "MemberInterfaceConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if there is public access to pipelines and job details of the project, including output logs and artifacts.", "isDeprecated": false, "name": "publicJobs", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Project's push rules settings.", "isDeprecated": false, "name": "pushRules", "type": { "kind": "OBJECT", "name": "PushRules", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of recently visited boards of the project. Maximum size is 4.", "isDeprecated": false, "name": "recentIssueBoards", "type": { "kind": "OBJECT", "name": "BoardConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Name of the tag associated to the release.", "name": "tagName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "A single release of the project.", "isDeprecated": false, "name": "release", "type": { "kind": "OBJECT", "name": "Release", "ofType": null } }, { "args": [ { "defaultValue": "RELEASED_AT_DESC", "description": "Sort releases by given criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "ReleaseSort", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Releases of the project.", "isDeprecated": false, "name": "releases", "type": { "kind": "OBJECT", "name": "ReleaseConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if `Delete source branch` option should be enabled by default for all new merge requests of the project.", "isDeprecated": false, "name": "removeSourceBranchAfterMerge", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Git repository of the project.", "isDeprecated": false, "name": "repository", "type": { "kind": "OBJECT", "name": "Repository", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Size of repository that exceeds the limit in bytes.", "isDeprecated": false, "name": "repositorySizeExcess", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if users can request member access to the project.", "isDeprecated": false, "name": "requestAccessEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "List requirements by sort order.", "name": "sort", "type": { "kind": "ENUM", "name": "Sort", "ofType": null } }, { "defaultValue": null, "description": "Filter requirements by state.", "name": "state", "type": { "kind": "ENUM", "name": "RequirementState", "ofType": null } }, { "defaultValue": null, "description": "Search query for requirement title.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter requirements by author username.", "name": "authorUsername", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "IID of the requirement work item, for example, \"1\".", "name": "workItemIid", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "List of IIDs of requirement work items, for example, `[1, 2]`.", "name": "workItemIids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "State of latest requirement test report.", "name": "lastTestReportState", "type": { "kind": "ENUM", "name": "RequirementStatusFilter", "ofType": null } } ], "deprecationReason": null, "description": "Find a single requirement.", "isDeprecated": false, "name": "requirement", "type": { "kind": "OBJECT", "name": "Requirement", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of requirements for the project by their state.", "isDeprecated": false, "name": "requirementStatesCount", "type": { "kind": "OBJECT", "name": "RequirementStatesCount", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "List requirements by sort order.", "name": "sort", "type": { "kind": "ENUM", "name": "Sort", "ofType": null } }, { "defaultValue": null, "description": "Filter requirements by state.", "name": "state", "type": { "kind": "ENUM", "name": "RequirementState", "ofType": null } }, { "defaultValue": null, "description": "Search query for requirement title.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Filter requirements by author username.", "name": "authorUsername", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "IID of the requirement work item, for example, \"1\".", "name": "workItemIid", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "List of IIDs of requirement work items, for example, `[1, 2]`.", "name": "workItemIids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "State of latest requirement test report.", "name": "lastTestReportState", "type": { "kind": "ENUM", "name": "RequirementStatusFilter", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find requirements.", "isDeprecated": false, "name": "requirements", "type": { "kind": "OBJECT", "name": "RequirementConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter runners by `paused` (true) or `active` (false) status.", "name": "paused", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filter runners by status.", "name": "status", "type": { "kind": "ENUM", "name": "CiRunnerStatus", "ofType": null } }, { "defaultValue": null, "description": "Filter runners by type.", "name": "type", "type": { "kind": "ENUM", "name": "CiRunnerType", "ofType": null } }, { "defaultValue": null, "description": "Filter by tags associated with the runner (comma-separated or array).", "name": "tagList", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter by full token or partial text in description field.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Sort order of results.", "name": "sort", "type": { "kind": "ENUM", "name": "CiRunnerSort", "ofType": null } }, { "defaultValue": null, "description": "Filter by upgrade status.", "name": "upgradeStatus", "type": { "kind": "ENUM", "name": "CiRunnerUpgradeStatus", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find runners visible to the current user.", "isDeprecated": false, "name": "runners", "type": { "kind": "OBJECT", "name": "CiRunnerConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "SAST CI configuration for the project.", "isDeprecated": false, "name": "sastCiConfiguration", "type": { "kind": "OBJECT", "name": "SastCiConfiguration", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filters policies by the action scan type. Only these scan types are supported: `dast`, `secret_detection`, `cluster_image_scanning`, `container_scanning`, `sast`, `sast_iac`, `dependency_scanning`.", "name": "actionScanTypes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SecurityReportTypeEnum", "ofType": null } } } }, { "defaultValue": "DIRECT", "description": "Filter policies by the given policy relationship.", "name": "relationship", "type": { "kind": "ENUM", "name": "SecurityPolicyRelationType", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Scan Execution Policies of the project", "isDeprecated": false, "name": "scanExecutionPolicies", "type": { "kind": "OBJECT", "name": "ScanExecutionPolicyConnection", "ofType": null } }, { "args": [ { "defaultValue": "DIRECT", "description": "Filter policies by the given policy relationship.", "name": "relationship", "type": { "kind": "ENUM", "name": "SecurityPolicyRelationType", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Scan Result Policies of the project", "isDeprecated": false, "name": "scanResultPolicies", "type": { "kind": "OBJECT", "name": "ScanResultPolicyConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Path to project's security dashboard.", "isDeprecated": false, "name": "securityDashboardPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Information about security analyzers used in the project.", "isDeprecated": false, "name": "securityScanners", "type": { "kind": "OBJECT", "name": "SecurityScanners", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter the list by only enabled security trainings.", "name": "onlyEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "deprecationReason": null, "description": "List of security training providers for the project", "isDeprecated": false, "name": "securityTrainingProviders", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectSecurityTraining", "ofType": null } } } }, { "args": [ { "defaultValue": null, "description": "List of external IDs of vulnerability identifiers.", "name": "identifierExternalIds", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "defaultValue": null, "description": "Filename to filter security training URLs by programming language.", "name": "filename", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "deprecationReason": null, "description": "Security training URLs for the enabled training providers of the project.", "isDeprecated": false, "name": "securityTrainingUrls", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SecurityTrainingUrl", "ofType": null } } } }, { "args": [ { "defaultValue": null, "description": "ID of the Sentry issue.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "GitlabErrorTrackingDetailedErrorID", "ofType": null } } } ], "deprecationReason": null, "description": "Detailed version of a Sentry error on the project.", "isDeprecated": false, "name": "sentryDetailedError", "type": { "kind": "OBJECT", "name": "SentryDetailedError", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Paginated collection of Sentry errors on the project.", "isDeprecated": false, "name": "sentryErrors", "type": { "kind": "OBJECT", "name": "SentryErrorCollection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "E-mail address of the Service Desk.", "isDeprecated": false, "name": "serviceDeskAddress", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the project has Service Desk enabled.", "isDeprecated": false, "name": "serviceDeskEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Indicates if the integration is active.", "name": "active", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Type of integration.", "name": "type", "type": { "kind": "ENUM", "name": "ServiceType", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": "This will be renamed to `Project.integrations`. Deprecated in 15.9.", "description": "Project services. Deprecated in 15.9: This will be renamed to `Project.integrations`.", "isDeprecated": true, "name": "services", "type": { "kind": "OBJECT", "name": "ServiceConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if shared runners are enabled for the project.", "isDeprecated": false, "name": "sharedRunnersEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Array of global snippet IDs. For example, `gid://gitlab/ProjectSnippet/1`.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "SnippetID", "ofType": null } } } }, { "defaultValue": null, "description": "Visibility of the snippet.", "name": "visibility", "type": { "kind": "ENUM", "name": "VisibilityScopesEnum", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Snippets of the project.", "isDeprecated": false, "name": "snippets", "type": { "kind": "OBJECT", "name": "SnippetConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if Snippets are enabled for the current user", "isDeprecated": false, "name": "snippetsEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Template used to create squash commit message in merge requests.", "isDeprecated": false, "name": "squashCommitTemplate", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if `squashReadOnly` is enabled.", "isDeprecated": false, "name": "squashReadOnly", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "URL to connect to the project via SSH.", "isDeprecated": false, "name": "sshUrlToRepo", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of times the project has been starred.", "isDeprecated": false, "name": "starCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Statistics of the project.", "isDeprecated": false, "name": "statistics", "type": { "kind": "OBJECT", "name": "ProjectStatistics", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Commit message used to apply merge request suggestions.", "isDeprecated": false, "name": "suggestionCommitMessage", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": "Use `topics`. Deprecated in 13.12.", "description": "List of project topics (not Git tags). Deprecated in 13.12: Use `topics`.", "isDeprecated": true, "name": "tagList", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Name of the Terraform state.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Find a single Terraform state by name.", "isDeprecated": false, "name": "terraformState", "type": { "kind": "OBJECT", "name": "TerraformState", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Terraform states associated with the project.", "isDeprecated": false, "name": "terraformStates", "type": { "kind": "OBJECT", "name": "TerraformStateConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.3.", "description": "Timelog categories for the project. Introduced in 15.3: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "timelogCategories", "type": { "kind": "OBJECT", "name": "TimeTrackingTimelogCategoryConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "List timelogs within a date range where the logged date is equal to or after startDate.", "name": "startDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs within a date range where the logged date is equal to or before endDate.", "name": "endDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs within a time range where the logged time is equal to or after startTime.", "name": "startTime", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs within a time range where the logged time is equal to or before endTime.", "name": "endTime", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs for a project.", "name": "projectId", "type": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } }, { "defaultValue": null, "description": "List timelogs for a group.", "name": "groupId", "type": { "kind": "SCALAR", "name": "GroupID", "ofType": null } }, { "defaultValue": null, "description": "List timelogs for a user.", "name": "username", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "SPENT_AT_ASC", "description": "List timelogs in a particular order.", "name": "sort", "type": { "kind": "ENUM", "name": "TimelogSort", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Time logged on issues and merge requests in the project.", "isDeprecated": false, "name": "timelogs", "type": { "kind": "OBJECT", "name": "TimelogConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "List of project topics.", "isDeprecated": false, "name": "topics", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Permissions for the current user on the resource", "isDeprecated": false, "name": "userPermissions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectPermissions", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Visibility of the project.", "isDeprecated": false, "name": "visibility", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Minimum access level.", "name": "minimumAccessLevel", "type": { "kind": "ENUM", "name": "AccessLevelEnum", "ofType": null } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.10.", "description": "Visible forks of the project. Introduced in 15.10: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "visibleForks", "type": { "kind": "OBJECT", "name": "ProjectConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter vulnerabilities by project.", "name": "projectId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by report type.", "name": "reportType", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VulnerabilityReportType", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by severity.", "name": "severity", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VulnerabilitySeverity", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by state.", "name": "state", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VulnerabilityState", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by VulnerabilityScanner.externalId.", "name": "scanner", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by scanner ID.", "name": "scannerId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "VulnerabilitiesScannerID", "ofType": null } } } }, { "defaultValue": "severity_desc", "description": "List vulnerabilities by sort order.", "name": "sort", "type": { "kind": "ENUM", "name": "VulnerabilitySort", "ofType": null } }, { "defaultValue": null, "description": "Returns only the vulnerabilities which have been resolved on default branch.", "name": "hasResolution", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Returns only the vulnerabilities which have linked issues.", "name": "hasIssues", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filter vulnerabilities by location image. When this filter is present, the response only matches entries for a `reportType` that includes `container_scanning`, `cluster_image_scanning`.", "name": "image", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by `cluster_id`. Vulnerabilities with a `reportType` of `cluster_image_scanning` are only included with this filter.", "name": "clusterId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ClustersClusterID", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by `cluster_agent_id`. Vulnerabilities with a `reportType` of `cluster_image_scanning` are only included with this filter.", "name": "clusterAgentId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ClustersAgentID", "ofType": null } } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Vulnerabilities reported on the project.", "isDeprecated": false, "name": "vulnerabilities", "type": { "kind": "OBJECT", "name": "VulnerabilityConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "First day for which to fetch vulnerability history.", "name": "startDate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601Date", "ofType": null } } }, { "defaultValue": null, "description": "Last day for which to fetch vulnerability history.", "name": "endDate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601Date", "ofType": null } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "The historical number of vulnerabilities per day for the project.", "isDeprecated": false, "name": "vulnerabilitiesCountByDay", "type": { "kind": "OBJECT", "name": "VulnerabilitiesCountByDayConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Container images reported on the project vulnerabilities.", "isDeprecated": false, "name": "vulnerabilityImages", "type": { "kind": "OBJECT", "name": "VulnerabilityContainerImageConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Vulnerability scanners reported on the project vulnerabilities.", "isDeprecated": false, "name": "vulnerabilityScanners", "type": { "kind": "OBJECT", "name": "VulnerabilityScannerConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter vulnerabilities by project.", "name": "projectId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by report type.", "name": "reportType", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VulnerabilityReportType", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by severity.", "name": "severity", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VulnerabilitySeverity", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by state.", "name": "state", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VulnerabilityState", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by scanner.", "name": "scanner", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by scanner ID.", "name": "scannerId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "VulnerabilitiesScannerID", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities that do or do not have issues.", "name": "hasIssues", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filter vulnerabilities that do or do not have a resolution.", "name": "hasResolution", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filter vulnerabilities by location image. When this filter is present, the response only matches entries for a `reportType` that includes `container_scanning`, `cluster_image_scanning`.", "name": "image", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by `cluster_agent_id`. Vulnerabilities with a `reportType` of `cluster_image_scanning` are only included with this filter.", "name": "clusterAgentId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ClustersAgentID", "ofType": null } } } } ], "deprecationReason": null, "description": "Counts for each vulnerability severity in the project.", "isDeprecated": false, "name": "vulnerabilitySeveritiesCount", "type": { "kind": "OBJECT", "name": "VulnerabilitySeveritiesCount", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web URL of the project.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if Wikis are enabled for the current user", "isDeprecated": false, "name": "wikiEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "If `true`, only taskable work item types will be returned. Argument is experimental and can be removed in the future without notice.", "name": "taskable", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Work item types available to the project.", "isDeprecated": false, "name": "workItemTypes", "type": { "kind": "OBJECT", "name": "WorkItemTypeConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Search query for title or description.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Specify the fields to perform the search in.\nDefaults to `[TITLE, DESCRIPTION]`. Requires the `search` argument.'\n", "name": "in", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssuableSearchableField", "ofType": null } } } }, { "defaultValue": null, "description": "List of IIDs of work items. For example, `[\"1\", \"2\"]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Current state of the work item.", "name": "state", "type": { "kind": "ENUM", "name": "IssuableState", "ofType": null } }, { "defaultValue": null, "description": "Filter work items by the given work item types.", "name": "types", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssueType", "ofType": null } } } }, { "defaultValue": null, "description": "IID of the work item. For example, \"1\".", "name": "iid", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "created_desc", "description": "Sort work items by criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "WorkItemSort", "ofType": null } }, { "defaultValue": null, "description": "Input for status widget filter. Ignored if `work_items_mvc_2` is disabled.", "name": "statusWidget", "type": { "kind": "INPUT_OBJECT", "name": "StatusFilterInput", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.1.", "description": "Work items of the project. Introduced in 15.1: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "workItems", "type": { "kind": "OBJECT", "name": "WorkItemConnection", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Project", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates CI/CD job tokens generated in other projects have restricted access to this project.", "isDeprecated": false, "name": "inboundJobTokenScopeEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates CI/CD job tokens generated in this project have restricted access to other projects.", "isDeprecated": false, "name": "jobTokenScopeEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether to keep the latest builds artifacts.", "isDeprecated": false, "name": "keepLatestArtifact", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether merge pipelines are enabled.", "isDeprecated": false, "name": "mergePipelinesEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether merge trains are enabled.", "isDeprecated": false, "name": "mergeTrainsEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "When disabled, the JSON Web Token is always available in all jobs in the pipeline.", "isDeprecated": false, "name": "optInJwt", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Project the CI/CD settings belong to.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectCiCdSetting", "possibleTypes": null }, { "description": "Autogenerated input type of ProjectCiCdSettingsUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Full Path of the project the settings belong to.", "name": "fullPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Indicates if the latest artifact should be kept for the project.", "name": "keepLatestArtifact", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Indicates CI/CD job tokens generated in this project have restricted access to other projects.", "name": "jobTokenScopeEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Indicates CI/CD job tokens generated in other projects have restricted access to this project.", "name": "inboundJobTokenScopeEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "When disabled, the JSON Web Token is always available in all jobs in the pipeline.", "name": "optInJwt", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Indicates if merge pipelines are enabled for the project.", "name": "mergePipelinesEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Indicates if merge trains are enabled for the project.", "name": "mergeTrainsEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ProjectCiCdSettingsUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of ProjectCiCdSettingsUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "CI/CD settings after mutation.", "isDeprecated": false, "name": "ciCdSettings", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectCiCdSetting", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectCiCdSettingsUpdatePayload", "possibleTypes": null }, { "description": "The connection type for Project.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total count of collection.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Project", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectConnection", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Data nodes.", "isDeprecated": false, "name": "egressNodes", "type": { "kind": "OBJECT", "name": "EgressNodeConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total egress for that project in that period of time.", "isDeprecated": false, "name": "totalEgress", "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectDataTransfer", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectEdge", "possibleTypes": null }, { "description": "A `ProjectID` is a global ID. It is encoded as a string.\n\nAn example `ProjectID` is: `\"gid://gitlab/Project/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "ProjectID", "possibleTypes": null }, { "description": "Autogenerated input type of ProjectInitializeProductAnalytics", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Full path of the project to initialize.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ProjectInitializeProductAnalyticsInput", "possibleTypes": null }, { "description": "Autogenerated return type of ProjectInitializeProductAnalytics", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Project on which the initialization took place.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectInitializeProductAnalyticsPayload", "possibleTypes": null }, { "description": "Represents a Project Membership", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "GitLab::Access level.", "isDeprecated": false, "name": "accessLevel", "type": { "kind": "OBJECT", "name": "AccessLevel", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Date and time the membership was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User that authorized membership.", "isDeprecated": false, "name": "createdBy", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Date and time the membership expires.", "isDeprecated": false, "name": "expiresAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the member.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Global ID of the merge request.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "MergeRequestID", "ofType": null } } } ], "deprecationReason": null, "description": "Find a merge request.", "isDeprecated": false, "name": "mergeRequestInteraction", "type": { "kind": "OBJECT", "name": "UserMergeRequestInteraction", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Project that User is a member of.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Date and time the membership was last updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User that is associated with the member object.", "isDeprecated": false, "name": "user", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Permissions for the current user on the resource", "isDeprecated": false, "name": "userPermissions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectPermissions", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "MemberInterface", "ofType": null } ], "kind": "OBJECT", "name": "ProjectMember", "possibleTypes": null }, { "description": "Autogenerated input type of ProjectMemberBulkUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Global IDs of the members.", "name": "userIds", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "UserID", "ofType": null } } } } }, { "defaultValue": null, "description": "Access level to update the members to.", "name": "accessLevel", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MemberAccessLevel", "ofType": null } } }, { "defaultValue": null, "description": "Date and time the membership expires.", "name": "expiresAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the project.", "name": "projectId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ProjectMemberBulkUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of ProjectMemberBulkUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Project members after mutation.", "isDeprecated": false, "name": "projectMembers", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectMember", "ofType": null } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectMemberBulkUpdatePayload", "possibleTypes": null }, { "description": "The connection type for ProjectMember.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectMemberEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectMember", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectMemberConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "ProjectMember", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectMemberEdge", "possibleTypes": null }, { "description": "Project member relation", "enumValues": [ { "deprecationReason": null, "description": "Direct members", "isDeprecated": false, "name": "DIRECT" }, { "deprecationReason": null, "description": "Inherited members", "isDeprecated": false, "name": "INHERITED" }, { "deprecationReason": null, "description": "Descendants members", "isDeprecated": false, "name": "DESCENDANTS" }, { "deprecationReason": null, "description": "Invited Groups members", "isDeprecated": false, "name": "INVITED_GROUPS" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ProjectMemberRelation", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `admin_operations` on this resource", "isDeprecated": false, "name": "adminOperations", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `admin_path_locks` on this resource", "isDeprecated": false, "name": "adminPathLocks", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `admin_project` on this resource", "isDeprecated": false, "name": "adminProject", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `admin_remote_mirror` on this resource", "isDeprecated": false, "name": "adminRemoteMirror", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `admin_wiki` on this resource", "isDeprecated": false, "name": "adminWiki", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `archive_project` on this resource", "isDeprecated": false, "name": "archiveProject", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `change_namespace` on this resource", "isDeprecated": false, "name": "changeNamespace", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `change_visibility_level` on this resource", "isDeprecated": false, "name": "changeVisibilityLevel", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `create_deployment` on this resource", "isDeprecated": false, "name": "createDeployment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `create_design` on this resource", "isDeprecated": false, "name": "createDesign", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `create_issue` on this resource", "isDeprecated": false, "name": "createIssue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `create_label` on this resource", "isDeprecated": false, "name": "createLabel", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `create_merge_request_from` on this resource", "isDeprecated": false, "name": "createMergeRequestFrom", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `create_merge_request_in` on this resource", "isDeprecated": false, "name": "createMergeRequestIn", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `create_pages` on this resource", "isDeprecated": false, "name": "createPages", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `create_pipeline` on this resource", "isDeprecated": false, "name": "createPipeline", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `create_pipeline_schedule` on this resource", "isDeprecated": false, "name": "createPipelineSchedule", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `create_snippet` on this resource", "isDeprecated": false, "name": "createSnippet", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `create_wiki` on this resource", "isDeprecated": false, "name": "createWiki", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `destroy_design` on this resource", "isDeprecated": false, "name": "destroyDesign", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `destroy_pages` on this resource", "isDeprecated": false, "name": "destroyPages", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `destroy_wiki` on this resource", "isDeprecated": false, "name": "destroyWiki", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `download_code` on this resource", "isDeprecated": false, "name": "downloadCode", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `download_wiki_code` on this resource", "isDeprecated": false, "name": "downloadWikiCode", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `fork_project` on this resource", "isDeprecated": false, "name": "forkProject", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `push_code` on this resource", "isDeprecated": false, "name": "pushCode", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `push_to_delete_protected_branch` on this resource", "isDeprecated": false, "name": "pushToDeleteProtectedBranch", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `read_commit_status` on this resource", "isDeprecated": false, "name": "readCommitStatus", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `read_cycle_analytics` on this resource", "isDeprecated": false, "name": "readCycleAnalytics", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `read_design` on this resource", "isDeprecated": false, "name": "readDesign", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `read_environment` on this resource", "isDeprecated": false, "name": "readEnvironment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `read_merge_request` on this resource", "isDeprecated": false, "name": "readMergeRequest", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `read_pages_content` on this resource", "isDeprecated": false, "name": "readPagesContent", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `read_project` on this resource", "isDeprecated": false, "name": "readProject", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `read_project_member` on this resource", "isDeprecated": false, "name": "readProjectMember", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `read_wiki` on this resource", "isDeprecated": false, "name": "readWiki", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `remove_fork_project` on this resource", "isDeprecated": false, "name": "removeForkProject", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `remove_pages` on this resource", "isDeprecated": false, "name": "removePages", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `remove_project` on this resource", "isDeprecated": false, "name": "removeProject", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `rename_project` on this resource", "isDeprecated": false, "name": "renameProject", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `request_access` on this resource", "isDeprecated": false, "name": "requestAccess", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `update_pages` on this resource", "isDeprecated": false, "name": "updatePages", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `update_wiki` on this resource", "isDeprecated": false, "name": "updateWiki", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `upload_file` on this resource", "isDeprecated": false, "name": "uploadFile", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectPermissions", "possibleTypes": null }, { "description": "Represents the source of a security policy belonging to a project", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Project the policy is associated with.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectSecurityPolicySource", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Description of the training provider.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the training provider.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "GlobalID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Represents whether the provider is enabled or not.", "isDeprecated": false, "name": "isEnabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Represents whether the provider is set as primary or not.", "isDeprecated": false, "name": "isPrimary", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Logo URL of the provider.", "isDeprecated": false, "name": "logoUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the training provider.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "URL of the provider.", "isDeprecated": false, "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectSecurityTraining", "possibleTypes": null }, { "description": "Autogenerated input type of ProjectSetComplianceFramework", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the project to change the compliance framework of.", "name": "projectId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } } }, { "defaultValue": null, "description": "ID of the compliance framework to assign to the project. Set to `null` to unset.", "name": "complianceFrameworkId", "type": { "kind": "SCALAR", "name": "ComplianceManagementFrameworkID", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ProjectSetComplianceFrameworkInput", "possibleTypes": null }, { "description": "Autogenerated return type of ProjectSetComplianceFramework", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Project after mutation.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectSetComplianceFrameworkPayload", "possibleTypes": null }, { "description": "Autogenerated input type of ProjectSetLocked", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Full path of the project to mutate.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Full path to the file.", "name": "filePath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Whether or not to lock the file path.", "name": "lock", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ProjectSetLockedInput", "possibleTypes": null }, { "description": "Autogenerated return type of ProjectSetLocked", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Project after mutation.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectSetLockedPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Build artifacts size of the project in bytes.", "isDeprecated": false, "name": "buildArtifactsSize", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Commit count of the project.", "isDeprecated": false, "name": "commitCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Container Registry size of the project in bytes.", "isDeprecated": false, "name": "containerRegistrySize", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Large File Storage (LFS) object size of the project in bytes.", "isDeprecated": false, "name": "lfsObjectsSize", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Packages size of the project in bytes.", "isDeprecated": false, "name": "packagesSize", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "CI Pipeline artifacts size in bytes.", "isDeprecated": false, "name": "pipelineArtifactsSize", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Repository size of the project in bytes.", "isDeprecated": false, "name": "repositorySize", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Snippets size of the project in bytes.", "isDeprecated": false, "name": "snippetsSize", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Storage size of the project in bytes.", "isDeprecated": false, "name": "storageSize", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Uploads size of the project in bytes.", "isDeprecated": false, "name": "uploadsSize", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Wiki size of the project in bytes.", "isDeprecated": false, "name": "wikiSize", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectStatistics", "possibleTypes": null }, { "description": "Autogenerated input type of ProjectSyncFork", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Full path of the project to initialize.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Ref of the fork to fetch into.", "name": "targetBranch", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ProjectSyncForkInput", "possibleTypes": null }, { "description": "Autogenerated return type of ProjectSyncFork", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Updated fork details.", "isDeprecated": false, "name": "details", "type": { "kind": "OBJECT", "name": "ForkDetails", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectSyncForkPayload", "possibleTypes": null }, { "description": "Exposes aggregated value stream flow metrics", "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "After the date.", "name": "from", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "defaultValue": null, "description": "Before the date.", "name": "to", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "defaultValue": null, "description": "Usernames of users assigned to the issue.", "name": "assigneeUsernames", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Username of the author of the issue.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Milestone applied to the issue.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Labels applied to the issue.", "name": "labelNames", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "deprecationReason": null, "description": "Median time from first commit to issue closed", "isDeprecated": false, "name": "cycleTime", "type": { "kind": "OBJECT", "name": "ValueStreamAnalyticsMetric", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "After the date.", "name": "from", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "defaultValue": null, "description": "Before the date.", "name": "to", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } } ], "deprecationReason": null, "description": "Number of production deployments in the given period.", "isDeprecated": false, "name": "deploymentCount", "type": { "kind": "OBJECT", "name": "ValueStreamAnalyticsMetric", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "After the date.", "name": "from", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "defaultValue": null, "description": "Before the date.", "name": "to", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "defaultValue": null, "description": "Usernames of users assigned to the issue.", "name": "assigneeUsernames", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Username of the author of the issue.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Milestone applied to the issue.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Labels applied to the issue.", "name": "labelNames", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "deprecationReason": null, "description": "Number of issues opened in the given period.", "isDeprecated": false, "name": "issueCount", "type": { "kind": "OBJECT", "name": "ValueStreamAnalyticsMetric", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "After the date.", "name": "from", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "defaultValue": null, "description": "Before the date.", "name": "to", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "defaultValue": null, "description": "Usernames of users assigned to the issue.", "name": "assigneeUsernames", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Username of the author of the issue.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Milestone applied to the issue.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Labels applied to the issue.", "name": "labelNames", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "deprecationReason": null, "description": "Median time from when the issue was created to when it was closed.", "isDeprecated": false, "name": "leadTime", "type": { "kind": "OBJECT", "name": "ValueStreamAnalyticsMetric", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectValueStreamAnalyticsFlowMetrics", "possibleTypes": null }, { "description": "Represents the Geo replication and verification state of a project_wiki_repository", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Timestamp when the ProjectWikiRepositoryRegistry was created", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the ProjectWikiRepositoryRegistry", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Error message during sync of the ProjectWikiRepositoryRegistry", "isDeprecated": false, "name": "lastSyncFailure", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent successful sync of the ProjectWikiRepositoryRegistry", "isDeprecated": false, "name": "lastSyncedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the Project Wiki Repository.", "isDeprecated": false, "name": "projectWikiRepositoryId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp after which the ProjectWikiRepositoryRegistry is resynced", "isDeprecated": false, "name": "retryAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of consecutive failed sync attempts of the ProjectWikiRepositoryRegistry", "isDeprecated": false, "name": "retryCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Sync state of the ProjectWikiRepositoryRegistry", "isDeprecated": false, "name": "state", "type": { "kind": "ENUM", "name": "RegistryState", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp after which the ProjectWikiRepositoryRegistry is reverified", "isDeprecated": false, "name": "verificationRetryAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent successful verification of the ProjectWikiRepositoryRegistry", "isDeprecated": false, "name": "verifiedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectWikiRepositoryRegistry", "possibleTypes": null }, { "description": "The connection type for ProjectWikiRepositoryRegistry.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectWikiRepositoryRegistryEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectWikiRepositoryRegistry", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectWikiRepositoryRegistryConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "ProjectWikiRepositoryRegistry", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProjectWikiRepositoryRegistryEdge", "possibleTypes": null }, { "description": "The alert condition for Prometheus", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Human-readable text of the alert condition.", "isDeprecated": false, "name": "humanizedText", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the alert condition.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PrometheusAlert", "possibleTypes": null }, { "description": "Autogenerated input type of PrometheusIntegrationCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Project to create the integration in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Whether the integration is receiving alerts.", "name": "active", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "defaultValue": null, "description": "Endpoint at which Prometheus can be queried.", "name": "apiUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "PrometheusIntegrationCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of PrometheusIntegrationCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Newly created integration.", "isDeprecated": false, "name": "integration", "type": { "kind": "OBJECT", "name": "AlertManagementPrometheusIntegration", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PrometheusIntegrationCreatePayload", "possibleTypes": null }, { "description": "Autogenerated input type of PrometheusIntegrationResetToken", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the integration to mutate.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IntegrationsPrometheusID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "PrometheusIntegrationResetTokenInput", "possibleTypes": null }, { "description": "Autogenerated return type of PrometheusIntegrationResetToken", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Newly created integration.", "isDeprecated": false, "name": "integration", "type": { "kind": "OBJECT", "name": "AlertManagementPrometheusIntegration", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PrometheusIntegrationResetTokenPayload", "possibleTypes": null }, { "description": "Autogenerated input type of PrometheusIntegrationUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the integration to mutate.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IntegrationsPrometheusID", "ofType": null } } }, { "defaultValue": null, "description": "Whether the integration is receiving alerts.", "name": "active", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Endpoint at which Prometheus can be queried.", "name": "apiUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "PrometheusIntegrationUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of PrometheusIntegrationUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Newly created integration.", "isDeprecated": false, "name": "integration", "type": { "kind": "OBJECT", "name": "AlertManagementPrometheusIntegration", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PrometheusIntegrationUpdatePayload", "possibleTypes": null }, { "description": "Autogenerated input type of PromoteToEpic", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project the issue to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the issue to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Group the promoted epic will belong to.", "name": "groupPath", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "PromoteToEpicInput", "possibleTypes": null }, { "description": "Autogenerated return type of PromoteToEpic", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Epic after issue promotion.", "isDeprecated": false, "name": "epic", "type": { "kind": "OBJECT", "name": "Epic", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Issue after mutation.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PromoteToEpicPayload", "possibleTypes": null }, { "description": "Protected Environments of the environment.", "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Which group, user or role is allowed to approve deployments to the environment.", "isDeprecated": false, "name": "approvalRules", "type": { "kind": "OBJECT", "name": "ProtectedEnvironmentApprovalRuleConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Which group, user or role is allowed to execute deployments to the environment.", "isDeprecated": false, "name": "deployAccessLevels", "type": { "kind": "OBJECT", "name": "ProtectedEnvironmentDeployAccessLevelConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Group details. Present if it's group-level protected environment.", "isDeprecated": false, "name": "group", "type": { "kind": "OBJECT", "name": "Group", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the environment if it's a project-level protected environment. Tier of the environment if it's a group-level protected environment.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Project details. Present if it's project-level protected environment.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Required approval count for Unified Approval Setting.", "isDeprecated": false, "name": "requiredApprovalCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProtectedEnvironment", "possibleTypes": null }, { "description": "Which group, user or role is allowed to approve deployments to the environment.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Role details. Present if it's role specific access control.", "isDeprecated": false, "name": "accessLevel", "type": { "kind": "OBJECT", "name": "AccessLevel", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Group details. Present if it's group specific access control.", "isDeprecated": false, "name": "group", "type": { "kind": "OBJECT", "name": "Group", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of required approvals.", "isDeprecated": false, "name": "requiredApprovals", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User details. Present if it's user specific access control.", "isDeprecated": false, "name": "user", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProtectedEnvironmentApprovalRule", "possibleTypes": null }, { "description": "The connection type for ProtectedEnvironmentApprovalRule.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProtectedEnvironmentApprovalRuleEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProtectedEnvironmentApprovalRule", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProtectedEnvironmentApprovalRuleConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "ProtectedEnvironmentApprovalRule", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProtectedEnvironmentApprovalRuleEdge", "possibleTypes": null }, { "description": "Which group, user or role is allowed to approve deployments to the environment.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Role details. Present if it's role specific access control.", "isDeprecated": false, "name": "accessLevel", "type": { "kind": "OBJECT", "name": "AccessLevel", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Current approvals of the deployment.", "isDeprecated": false, "name": "approvals", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DeploymentApproval", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Approved count.", "isDeprecated": false, "name": "approvedCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Group details. Present if it's group specific access control.", "isDeprecated": false, "name": "group", "type": { "kind": "OBJECT", "name": "Group", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Pending approval count.", "isDeprecated": false, "name": "pendingApprovalCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of required approvals.", "isDeprecated": false, "name": "requiredApprovals", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Status of the approval summary.", "isDeprecated": false, "name": "status", "type": { "kind": "ENUM", "name": "DeploymentApprovalSummaryStatus", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User details. Present if it's user specific access control.", "isDeprecated": false, "name": "user", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProtectedEnvironmentApprovalRuleForSummary", "possibleTypes": null }, { "description": "The connection type for ProtectedEnvironment.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProtectedEnvironmentEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProtectedEnvironment", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProtectedEnvironmentConnection", "possibleTypes": null }, { "description": "Which group, user or role is allowed to execute deployments to the environment.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Role details. Present if it's role specific access control.", "isDeprecated": false, "name": "accessLevel", "type": { "kind": "OBJECT", "name": "AccessLevel", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Group details. Present if it's group specific access control.", "isDeprecated": false, "name": "group", "type": { "kind": "OBJECT", "name": "Group", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User details. Present if it's user specific access control.", "isDeprecated": false, "name": "user", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProtectedEnvironmentDeployAccessLevel", "possibleTypes": null }, { "description": "The connection type for ProtectedEnvironmentDeployAccessLevel.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProtectedEnvironmentDeployAccessLevelEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProtectedEnvironmentDeployAccessLevel", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProtectedEnvironmentDeployAccessLevelConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "ProtectedEnvironmentDeployAccessLevel", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProtectedEnvironmentDeployAccessLevelEdge", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "ProtectedEnvironment", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ProtectedEnvironmentEdge", "possibleTypes": null }, { "description": "Defines which user roles, users, or groups can push to a protected branch.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "GitLab::Access level.", "isDeprecated": false, "name": "accessLevel", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Human readable representation for this access level.", "isDeprecated": false, "name": "accessLevelDescription", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Group associated with this access level.", "isDeprecated": false, "name": "group", "type": { "kind": "OBJECT", "name": "AccessLevelGroup", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User associated with this access level.", "isDeprecated": false, "name": "user", "type": { "kind": "OBJECT", "name": "AccessLevelUser", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PushAccessLevel", "possibleTypes": null }, { "description": "The connection type for PushAccessLevel.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PushAccessLevelEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "PushAccessLevel", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PushAccessLevelConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "PushAccessLevel", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PushAccessLevelEdge", "possibleTypes": null }, { "description": "Represents rules that commit pushes must follow.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates whether commits not signed through GPG will be rejected.", "isDeprecated": false, "name": "rejectUnsignedCommits", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PushRules", "possibleTypes": null }, { "description": "Pypi metadata", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "ID of the metadatum.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PackagesPypiMetadatumID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Required Python version of the Pypi package.", "isDeprecated": false, "name": "requiredPython", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PypiMetadata", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Global ID of the list.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ListID", "ofType": null } } }, { "defaultValue": null, "description": "Filters applied when getting issue metadata in the board list.", "name": "issueFilters", "type": { "kind": "INPUT_OBJECT", "name": "BoardIssueInput", "ofType": null } } ], "deprecationReason": null, "description": "Find an issue board list.", "isDeprecated": false, "name": "boardList", "type": { "kind": "OBJECT", "name": "BoardList", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "CI related settings that apply to the entire instance.", "isDeprecated": false, "name": "ciApplicationSettings", "type": { "kind": "OBJECT", "name": "CiApplicationSettings", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Project with the namespace catalog.", "name": "projectPath", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.11.", "description": "CI Catalog resources visible to the current user Introduced in 15.11: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "ciCatalogResources", "type": { "kind": "OBJECT", "name": "CiCatalogResourceConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Project of the CI config.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Sha for the pipeline.", "name": "sha", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Contents of `.gitlab-ci.yml`.", "name": "content", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Run pipeline creation simulation, or only do static check.", "name": "dryRun", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "deprecationReason": null, "description": "Linted and processed contents of a CI config.\nShould not be requested more than once per request.\n", "isDeprecated": false, "name": "ciConfig", "type": { "kind": "OBJECT", "name": "CiConfig", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the Namespace for the monthly CI/CD minutes usage.", "name": "namespaceId", "type": { "kind": "SCALAR", "name": "NamespaceID", "ofType": null } }, { "defaultValue": null, "description": "Date for which to retrieve the usage data, should be the first day of a month.", "name": "date", "type": { "kind": "SCALAR", "name": "Date", "ofType": null } } ], "deprecationReason": null, "description": "CI/CD minutes usage data for a namespace.", "isDeprecated": false, "name": "ciMinutesUsage", "type": { "kind": "OBJECT", "name": "CiMinutesNamespaceMonthlyUsageConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Sort order of results.", "name": "sort", "type": { "kind": "ENUM", "name": "CiVariableSort", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of the instance's CI/CD variables.", "isDeprecated": false, "name": "ciVariables", "type": { "kind": "OBJECT", "name": "CiInstanceVariableConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Global ID of the container repository.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ContainerRepositoryID", "ofType": null } } } ], "deprecationReason": null, "description": "Find a container repository.", "isDeprecated": false, "name": "containerRepository", "type": { "kind": "OBJECT", "name": "ContainerRepositoryDetails", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Fields related to the current license.", "isDeprecated": false, "name": "currentLicense", "type": { "kind": "OBJECT", "name": "CurrentLicense", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Get information about current user.", "isDeprecated": false, "name": "currentUser", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Fields related to design management.", "isDeprecated": false, "name": "designManagement", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DesignManagement", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Filter by display namespace.", "name": "displayNamespaceId", "type": { "kind": "SCALAR", "name": "NamespaceID", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Get configured DevOps adoption namespaces. **BETA** This endpoint is subject to change without notice.", "isDeprecated": false, "name": "devopsAdoptionEnabledNamespaces", "type": { "kind": "OBJECT", "name": "DevopsAdoptionEnabledNamespaceConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Text to echo back.", "name": "text", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": null, "description": "Testing endpoint to validate the API with", "isDeprecated": false, "name": "echo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Global ID of the list.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BoardsEpicListID", "ofType": null } } }, { "defaultValue": null, "description": "Filters applied when getting epic metadata in the epic board list.", "name": "epicFilters", "type": { "kind": "INPUT_OBJECT", "name": "EpicFilters", "ofType": null } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "epicBoardList", "type": { "kind": "OBJECT", "name": "EpicList", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Name of the Geo node. Defaults to the current Geo node name.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "deprecationReason": null, "description": "Find a Geo node.", "isDeprecated": false, "name": "geoNode", "type": { "kind": "OBJECT", "name": "GeoNode", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether Gitpod is enabled in application settings.", "isDeprecated": false, "name": "gitpodEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Full path of the project, group, or namespace. For example, `gitlab-org/gitlab-foss`.", "name": "fullPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } ], "deprecationReason": null, "description": "Find a group.", "isDeprecated": false, "name": "group", "type": { "kind": "OBJECT", "name": "Group", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Search query for group name or group full path.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find groups.", "isDeprecated": false, "name": "groups", "type": { "kind": "OBJECT", "name": "GroupConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Fields related to Instance Security Dashboard.", "isDeprecated": false, "name": "instanceSecurityDashboard", "type": { "kind": "OBJECT", "name": "InstanceSecurityDashboard", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Global ID of the issue.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IssueID", "ofType": null } } } ], "deprecationReason": null, "description": "Find an issue.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Search query for title or description.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Specify the fields to perform the search in.\nDefaults to `[TITLE, DESCRIPTION]`. Requires the `search` argument.'\n", "name": "in", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssuableSearchableField", "ofType": null } } } }, { "defaultValue": null, "description": "ID of a user assigned to the issues. Wildcard values \"NONE\" and \"ANY\" are supported.", "name": "assigneeId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Usernames of users assigned to the issue.", "name": "assigneeUsernames", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Username of the author of the issue.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Issues closed after this date.", "name": "closedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Issues closed before this date.", "name": "closedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Filter for confidential issues. If \"false\", excludes confidential issues. If \"true\", returns only confidential issues.", "name": "confidential", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Issues created after this date.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Issues created before this date.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "ID of a contact assigned to the issues.", "name": "crmContactId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of an organization assigned to the issues.", "name": "crmOrganizationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "IID of the issue. For example, \"1\".", "name": "iid", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "List of IIDs of issues. For example, `[\"1\", \"2\"]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Labels applied to this issue.", "name": "labelName", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Milestone applied to this issue.", "name": "milestoneTitle", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Filter issues by milestone ID wildcard.", "name": "milestoneWildcardId", "type": { "kind": "ENUM", "name": "MilestoneWildcardId", "ofType": null } }, { "defaultValue": null, "description": "Filter by reaction emoji applied by the current user. Wildcard values \"NONE\" and \"ANY\" are supported.", "name": "myReactionEmoji", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Negated arguments.", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "NegatedIssueFilterInput", "ofType": null } }, { "defaultValue": null, "description": "List of arguments with inclusive OR.", "name": "or", "type": { "kind": "INPUT_OBJECT", "name": "UnionedIssueFilterInput", "ofType": null } }, { "defaultValue": null, "description": "Filter issues by the given issue types.", "name": "types", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssueType", "ofType": null } } } }, { "defaultValue": null, "description": "Issues updated after this date.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Issues updated before this date.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List of iteration Global IDs applied to the issue.", "name": "iterationId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Filter by iteration ID wildcard.", "name": "iterationWildcardId", "type": { "kind": "ENUM", "name": "IterationWildcardId", "ofType": null } }, { "defaultValue": null, "description": "ID of an epic associated with the issues, \"none\" and \"any\" values are supported.", "name": "epicId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether to include subepics when filtering issues by epicId.", "name": "includeSubepics", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Weight applied to the issue, \"none\" and \"any\" values are supported.", "name": "weight", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Health status of the issue, \"none\" and \"any\" values are supported.", "name": "healthStatusFilter", "type": { "kind": "ENUM", "name": "HealthStatusFilter", "ofType": null } }, { "defaultValue": "created_desc", "description": "Sort issues by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "IssueSort", "ofType": null } }, { "defaultValue": "false", "description": "Whether to include issues from archived projects. Defaults to `false`.", "name": "includeArchived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Current state of this issue.", "name": "state", "type": { "kind": "ENUM", "name": "IssuableState", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.6.", "description": "Find issues visible to the current user. At least one filter must be provided. Introduced in 15.6: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "issues", "type": { "kind": "OBJECT", "name": "IssueConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Find an iteration by its ID.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IterationID", "ofType": null } } } ], "deprecationReason": null, "description": "Find an iteration.", "isDeprecated": false, "name": "iteration", "type": { "kind": "OBJECT", "name": "Iteration", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter jobs by status.", "name": "statuses", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CiJobStatus", "ofType": null } } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All jobs on this GitLab instance.", "isDeprecated": false, "name": "jobs", "type": { "kind": "OBJECT", "name": "CiJobConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Fields related to entries in the license history.", "isDeprecated": false, "name": "licenseHistoryEntries", "type": { "kind": "OBJECT", "name": "LicenseHistoryEntryConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Global ID of the merge request.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "MergeRequestID", "ofType": null } } } ], "deprecationReason": null, "description": "Find a merge request.", "isDeprecated": false, "name": "mergeRequest", "type": { "kind": "OBJECT", "name": "MergeRequest", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Metadata about GitLab.", "isDeprecated": false, "name": "metadata", "type": { "kind": "OBJECT", "name": "Metadata", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Find a milestone by its ID.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "MilestoneID", "ofType": null } } } ], "deprecationReason": null, "description": "Find a milestone.", "isDeprecated": false, "name": "milestone", "type": { "kind": "OBJECT", "name": "Milestone", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Full path of the project, group, or namespace. For example, `gitlab-org/gitlab-foss`.", "name": "fullPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } ], "deprecationReason": null, "description": "Find a namespace.", "isDeprecated": false, "name": "namespace", "type": { "kind": "OBJECT", "name": "Namespace", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Global ID of the note.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "NoteID", "ofType": null } } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.9.", "description": "Find a note. Introduced in 15.9: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "note", "type": { "kind": "OBJECT", "name": "Note", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Global ID of the package.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "PackagesPackageID", "ofType": null } } } ], "deprecationReason": null, "description": "Find a package. This field can only be resolved for one query in any single request. Returns `null` if a package has no `default` status.", "isDeprecated": false, "name": "package", "type": { "kind": "OBJECT", "name": "PackageDetailsType", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Full path of the project, group, or namespace. For example, `gitlab-org/gitlab-foss`.", "name": "fullPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } ], "deprecationReason": null, "description": "Find a project.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Return only projects that the current user is a member of.", "name": "membership", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Search query, which can be for the project name, a path, or a description.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Include namespace in project search.", "name": "searchNamespaces", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filter projects by topics.", "name": "topics", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter projects by IDs.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Sort order of results. Format: `_`, for example: `id_desc` or `name_asc`", "name": "sort", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Return only projects with issues enabled.", "name": "withIssuesEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Return only projects with merge requests enabled.", "name": "withMergeRequestsEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find projects visible to the current user.", "isDeprecated": false, "name": "projects", "type": { "kind": "OBJECT", "name": "ProjectConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Information about the complexity of the GraphQL query.", "isDeprecated": false, "name": "queryComplexity", "type": { "kind": "OBJECT", "name": "QueryComplexity", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Runner ID.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "CiRunnerID", "ofType": null } } } ], "deprecationReason": null, "description": "Find a runner.", "isDeprecated": false, "name": "runner", "type": { "kind": "OBJECT", "name": "CiRunner", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": "No longer used, use gitlab-runner documentation to learn about supported platforms. Deprecated in 15.9.", "description": "Supported runner platforms. Deprecated in 15.9: No longer used, use gitlab-runner documentation to learn about supported platforms.", "isDeprecated": true, "name": "runnerPlatforms", "type": { "kind": "OBJECT", "name": "RunnerPlatformConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Platform to generate the instructions for.", "name": "platform", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Architecture to generate the instructions for.", "name": "architecture", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "deprecationReason": "No longer used, use gitlab-runner documentation to learn about runner registration commands. Deprecated in 15.9.", "description": "Runner setup instructions. Deprecated in 15.9: No longer used, use gitlab-runner documentation to learn about runner registration commands.", "isDeprecated": true, "name": "runnerSetup", "type": { "kind": "OBJECT", "name": "RunnerSetup", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter runners by `paused` (true) or `active` (false) status.", "name": "paused", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filter runners by status.", "name": "status", "type": { "kind": "ENUM", "name": "CiRunnerStatus", "ofType": null } }, { "defaultValue": null, "description": "Filter runners by type.", "name": "type", "type": { "kind": "ENUM", "name": "CiRunnerType", "ofType": null } }, { "defaultValue": null, "description": "Filter by tags associated with the runner (comma-separated or array).", "name": "tagList", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter by full token or partial text in description field.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Sort order of results.", "name": "sort", "type": { "kind": "ENUM", "name": "CiRunnerSort", "ofType": null } }, { "defaultValue": null, "description": "Filter by upgrade status.", "name": "upgradeStatus", "type": { "kind": "ENUM", "name": "CiRunnerUpgradeStatus", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find runners visible to the current user.", "isDeprecated": false, "name": "runners", "type": { "kind": "OBJECT", "name": "CiRunnerConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Array of global snippet IDs. For example, `gid://gitlab/ProjectSnippet/1`.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "SnippetID", "ofType": null } } } }, { "defaultValue": null, "description": "Visibility of the snippet.", "name": "visibility", "type": { "kind": "ENUM", "name": "VisibilityScopesEnum", "ofType": null } }, { "defaultValue": null, "description": "ID of an author.", "name": "authorId", "type": { "kind": "SCALAR", "name": "UserID", "ofType": null } }, { "defaultValue": null, "description": "ID of a project.", "name": "projectId", "type": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } }, { "defaultValue": null, "description": "Type of snippet.", "name": "type", "type": { "kind": "ENUM", "name": "TypeEnum", "ofType": null } }, { "defaultValue": null, "description": "Explore personal snippets.", "name": "explore", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find Snippets visible to the current user.", "isDeprecated": false, "name": "snippets", "type": { "kind": "OBJECT", "name": "SnippetConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Fields related to entries in future subscriptions.", "isDeprecated": false, "name": "subscriptionFutureEntries", "type": { "kind": "OBJECT", "name": "SubscriptionFutureEntryConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Global ID of the note.", "name": "sha", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Global ID of the resource to search synthetic note on.", "name": "noteableId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "NoteableID", "ofType": null } } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.9.", "description": "Find a synthetic note Introduced in 15.9: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "syntheticNote", "type": { "kind": "OBJECT", "name": "Note", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "List timelogs within a date range where the logged date is equal to or after startDate.", "name": "startDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs within a date range where the logged date is equal to or before endDate.", "name": "endDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs within a time range where the logged time is equal to or after startTime.", "name": "startTime", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs within a time range where the logged time is equal to or before endTime.", "name": "endTime", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs for a project.", "name": "projectId", "type": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } }, { "defaultValue": null, "description": "List timelogs for a group.", "name": "groupId", "type": { "kind": "SCALAR", "name": "GroupID", "ofType": null } }, { "defaultValue": null, "description": "List timelogs for a user.", "name": "username", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "SPENT_AT_ASC", "description": "List timelogs in a particular order.", "name": "sort", "type": { "kind": "ENUM", "name": "TimelogSort", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find timelogs visible to the current user.", "isDeprecated": false, "name": "timelogs", "type": { "kind": "OBJECT", "name": "TimelogConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of the to-do item.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "TodoID", "ofType": null } } } ], "deprecationReason": null, "description": "Retrieve a single to-do item", "isDeprecated": false, "name": "todo", "type": { "kind": "OBJECT", "name": "Todo", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Search query for topic name.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find project topics.", "isDeprecated": false, "name": "topics", "type": { "kind": "OBJECT", "name": "TopicConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Type of measurement or statistics to retrieve.", "name": "identifier", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MeasurementIdentifier", "ofType": null } } }, { "defaultValue": null, "description": "Measurement recorded after this date.", "name": "recordedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Measurement recorded before this date.", "name": "recordedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Get statistics on the instance.", "isDeprecated": false, "name": "usageTrendsMeasurements", "type": { "kind": "OBJECT", "name": "UsageTrendsMeasurementConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of the User.", "name": "id", "type": { "kind": "SCALAR", "name": "UserID", "ofType": null } }, { "defaultValue": null, "description": "Username of the User.", "name": "username", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "deprecationReason": null, "description": "Find a user.", "isDeprecated": false, "name": "user", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "List of user Global IDs.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "List of usernames.", "name": "usernames", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": "created_desc", "description": "Sort users by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "Sort", "ofType": null } }, { "defaultValue": null, "description": "Query to search users by name, username, or primary email.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "false", "description": "Return only admin users.", "name": "admins", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Find users.", "isDeprecated": false, "name": "users", "type": { "kind": "OBJECT", "name": "UserCoreConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter vulnerabilities by project.", "name": "projectId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by report type.", "name": "reportType", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VulnerabilityReportType", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by severity.", "name": "severity", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VulnerabilitySeverity", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by state.", "name": "state", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VulnerabilityState", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by VulnerabilityScanner.externalId.", "name": "scanner", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by scanner ID.", "name": "scannerId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "VulnerabilitiesScannerID", "ofType": null } } } }, { "defaultValue": "severity_desc", "description": "List vulnerabilities by sort order.", "name": "sort", "type": { "kind": "ENUM", "name": "VulnerabilitySort", "ofType": null } }, { "defaultValue": null, "description": "Returns only the vulnerabilities which have been resolved on default branch.", "name": "hasResolution", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Returns only the vulnerabilities which have linked issues.", "name": "hasIssues", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Filter vulnerabilities by location image. When this filter is present, the response only matches entries for a `reportType` that includes `container_scanning`, `cluster_image_scanning`.", "name": "image", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by `cluster_id`. Vulnerabilities with a `reportType` of `cluster_image_scanning` are only included with this filter.", "name": "clusterId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ClustersClusterID", "ofType": null } } } }, { "defaultValue": null, "description": "Filter vulnerabilities by `cluster_agent_id`. Vulnerabilities with a `reportType` of `cluster_image_scanning` are only included with this filter.", "name": "clusterAgentId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ClustersAgentID", "ofType": null } } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Vulnerabilities reported on projects on the current user's instance security dashboard.", "isDeprecated": false, "name": "vulnerabilities", "type": { "kind": "OBJECT", "name": "VulnerabilityConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "First day for which to fetch vulnerability history.", "name": "startDate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601Date", "ofType": null } } }, { "defaultValue": null, "description": "Last day for which to fetch vulnerability history.", "name": "endDate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601Date", "ofType": null } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "The historical number of vulnerabilities per day for the projects on the current user's instance security dashboard.", "isDeprecated": false, "name": "vulnerabilitiesCountByDay", "type": { "kind": "OBJECT", "name": "VulnerabilitiesCountByDayConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Global ID of the Vulnerability.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "VulnerabilityID", "ofType": null } } } ], "deprecationReason": null, "description": "Find a vulnerability.", "isDeprecated": false, "name": "vulnerability", "type": { "kind": "OBJECT", "name": "Vulnerability", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Global ID of the work item.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "WorkItemID", "ofType": null } } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.1.", "description": "Find a work item. Introduced in 15.1: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "workItem", "type": { "kind": "OBJECT", "name": "WorkItem", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Query", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "GraphQL query complexity limit.", "isDeprecated": false, "name": "limit", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "GraphQL query complexity score.", "isDeprecated": false, "name": "score", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "QueryComplexity", "possibleTypes": null }, { "description": "Recent failure history of a test case.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Name of the base branch of the project.", "isDeprecated": false, "name": "baseBranch", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of times the test case has failed in the past 14 days.", "isDeprecated": false, "name": "count", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RecentFailures", "possibleTypes": null }, { "description": "State of a Geo registry", "enumValues": [ { "deprecationReason": null, "description": "Registry waiting to be synced.", "isDeprecated": false, "name": "PENDING" }, { "deprecationReason": null, "description": "Registry currently syncing.", "isDeprecated": false, "name": "STARTED" }, { "deprecationReason": null, "description": "Registry that is synced.", "isDeprecated": false, "name": "SYNCED" }, { "deprecationReason": null, "description": "Registry that failed to sync.", "isDeprecated": false, "name": "FAILED" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "RegistryState", "possibleTypes": null }, { "description": "The position to which the object should be moved", "enumValues": [ { "deprecationReason": null, "description": "Object is moved before an adjacent object.", "isDeprecated": false, "name": "BEFORE" }, { "deprecationReason": null, "description": "Object is moved after an adjacent object.", "isDeprecated": false, "name": "AFTER" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "RelativePositionType", "possibleTypes": null }, { "description": "Represents a release", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Assets of the release.", "isDeprecated": false, "name": "assets", "type": { "kind": "OBJECT", "name": "ReleaseAssets", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User that created the release.", "isDeprecated": false, "name": "author", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Commit associated with the release.", "isDeprecated": false, "name": "commit", "type": { "kind": "OBJECT", "name": "Commit", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the release was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Description (also known as \"release notes\") of the release.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `description`", "isDeprecated": false, "name": "descriptionHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Evidence for the release.", "isDeprecated": false, "name": "evidences", "type": { "kind": "OBJECT", "name": "ReleaseEvidenceConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates the release is an historical release.", "isDeprecated": false, "name": "historicalRelease", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Global ID of the release.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ReleaseID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Links of the release.", "isDeprecated": false, "name": "links", "type": { "kind": "OBJECT", "name": "ReleaseLinks", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Milestones associated to the release.", "isDeprecated": false, "name": "milestones", "type": { "kind": "OBJECT", "name": "MilestoneConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the release.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the release was released.", "isDeprecated": false, "name": "releasedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the tag associated with the release.", "isDeprecated": false, "name": "tagName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Relative web path to the tag associated with the release.", "isDeprecated": false, "name": "tagPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates the release is an upcoming release.", "isDeprecated": false, "name": "upcomingRelease", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Release", "possibleTypes": null }, { "description": "Represents an asset link associated with a release", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Relative path for the direct asset link.", "isDeprecated": false, "name": "directAssetPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Direct asset URL of the link.", "isDeprecated": false, "name": "directAssetUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": "No longer used. Deprecated in 15.9.", "description": "Indicates the link points to an external resource. Deprecated in 15.9: No longer used.", "isDeprecated": true, "name": "external", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the link.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Type of the link: `other`, `runbook`, `image`, `package`; defaults to `other`.", "isDeprecated": false, "name": "linkType", "type": { "kind": "ENUM", "name": "ReleaseAssetLinkType", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the link.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL of the link.", "isDeprecated": false, "name": "url", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ReleaseAssetLink", "possibleTypes": null }, { "description": "The connection type for ReleaseAssetLink.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ReleaseAssetLinkEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ReleaseAssetLink", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ReleaseAssetLinkConnection", "possibleTypes": null }, { "description": "Autogenerated input type of ReleaseAssetLinkCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Name of the asset link.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "URL of the asset link.", "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Relative path for a direct asset link.", "name": "directAssetPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "OTHER", "description": "Type of the asset link.", "name": "linkType", "type": { "kind": "ENUM", "name": "ReleaseAssetLinkType", "ofType": null } }, { "defaultValue": null, "description": "Full path of the project the asset link is associated with.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Name of the associated release's tag.", "name": "tagName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ReleaseAssetLinkCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of ReleaseAssetLinkCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Asset link after mutation.", "isDeprecated": false, "name": "link", "type": { "kind": "OBJECT", "name": "ReleaseAssetLink", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ReleaseAssetLinkCreatePayload", "possibleTypes": null }, { "description": "Autogenerated input type of ReleaseAssetLinkDelete", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the release asset link to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ReleasesLinkID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ReleaseAssetLinkDeleteInput", "possibleTypes": null }, { "description": "Autogenerated return type of ReleaseAssetLinkDelete", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Deleted release asset link.", "isDeprecated": false, "name": "link", "type": { "kind": "OBJECT", "name": "ReleaseAssetLink", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ReleaseAssetLinkDeletePayload", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "ReleaseAssetLink", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ReleaseAssetLinkEdge", "possibleTypes": null }, { "description": "Fields that are available when modifying a release asset link", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Name of the asset link.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "URL of the asset link.", "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Relative path for a direct asset link.", "name": "directAssetPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "OTHER", "description": "Type of the asset link.", "name": "linkType", "type": { "kind": "ENUM", "name": "ReleaseAssetLinkType", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ReleaseAssetLinkInput", "possibleTypes": null }, { "description": "Type of the link: `other`, `runbook`, `image`, `package`", "enumValues": [ { "deprecationReason": null, "description": "Other link type", "isDeprecated": false, "name": "OTHER" }, { "deprecationReason": null, "description": "Runbook link type", "isDeprecated": false, "name": "RUNBOOK" }, { "deprecationReason": null, "description": "Package link type", "isDeprecated": false, "name": "PACKAGE" }, { "deprecationReason": null, "description": "Image link type", "isDeprecated": false, "name": "IMAGE" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ReleaseAssetLinkType", "possibleTypes": null }, { "description": "Autogenerated input type of ReleaseAssetLinkUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the release asset link to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ReleasesLinkID", "ofType": null } } }, { "defaultValue": null, "description": "Name of the asset link.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "URL of the asset link.", "name": "url", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Relative path for a direct asset link.", "name": "directAssetPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Type of the asset link.", "name": "linkType", "type": { "kind": "ENUM", "name": "ReleaseAssetLinkType", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ReleaseAssetLinkUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of ReleaseAssetLinkUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Asset link after mutation.", "isDeprecated": false, "name": "link", "type": { "kind": "OBJECT", "name": "ReleaseAssetLink", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ReleaseAssetLinkUpdatePayload", "possibleTypes": null }, { "description": "A container for all assets associated with a release", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Number of assets of the release.", "isDeprecated": false, "name": "count", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Asset links of the release.", "isDeprecated": false, "name": "links", "type": { "kind": "OBJECT", "name": "ReleaseAssetLinkConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Sources of the release.", "isDeprecated": false, "name": "sources", "type": { "kind": "OBJECT", "name": "ReleaseSourceConnection", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ReleaseAssets", "possibleTypes": null }, { "description": "Fields that are available when modifying release assets", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "List of asset links to associate to the release.", "name": "links", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ReleaseAssetLinkInput", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ReleaseAssetsInput", "possibleTypes": null }, { "description": "The connection type for Release.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total count of collection.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ReleaseEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Release", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ReleaseConnection", "possibleTypes": null }, { "description": "Autogenerated input type of ReleaseCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Full path of the project the release is associated with.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Name of the tag to associate with the release.", "name": "tagName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Message to use if creating a new annotated tag.", "name": "tagMessage", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Commit SHA or branch name to use if creating a new tag.", "name": "ref", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Name of the release.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Description (also known as \"release notes\") of the release.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Date and time for the release. Defaults to the current time. Expected in ISO 8601 format (`2019-03-15T08:00:00Z`). Only provide this field if creating an upcoming or historical release.", "name": "releasedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Title of each milestone the release is associated with. GitLab Premium customers can specify group milestones.", "name": "milestones", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Assets associated to the release.", "name": "assets", "type": { "kind": "INPUT_OBJECT", "name": "ReleaseAssetsInput", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ReleaseCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of ReleaseCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Release after mutation.", "isDeprecated": false, "name": "release", "type": { "kind": "OBJECT", "name": "Release", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ReleaseCreatePayload", "possibleTypes": null }, { "description": "Autogenerated input type of ReleaseDelete", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Full path of the project the release is associated with.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Name of the tag associated with the release to delete.", "name": "tagName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ReleaseDeleteInput", "possibleTypes": null }, { "description": "Autogenerated return type of ReleaseDelete", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Deleted release.", "isDeprecated": false, "name": "release", "type": { "kind": "OBJECT", "name": "Release", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ReleaseDeletePayload", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Release", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ReleaseEdge", "possibleTypes": null }, { "description": "Evidence for a release", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Timestamp when the evidence was collected.", "isDeprecated": false, "name": "collectedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL from where the evidence can be downloaded.", "isDeprecated": false, "name": "filepath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the evidence.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "SHA1 ID of the evidence hash.", "isDeprecated": false, "name": "sha", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ReleaseEvidence", "possibleTypes": null }, { "description": "The connection type for ReleaseEvidence.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ReleaseEvidenceEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ReleaseEvidence", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ReleaseEvidenceConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "ReleaseEvidence", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ReleaseEvidenceEdge", "possibleTypes": null }, { "description": "A `ReleaseID` is a global ID. It is encoded as a string.\n\nAn example `ReleaseID` is: `\"gid://gitlab/Release/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "ReleaseID", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "HTTP URL of the issues page, filtered by this release and `state=closed`.", "isDeprecated": false, "name": "closedIssuesUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "HTTP URL of the merge request page , filtered by this release and `state=closed`.", "isDeprecated": false, "name": "closedMergeRequestsUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "HTTP URL of the release's edit page.", "isDeprecated": false, "name": "editUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "HTTP URL of the merge request page , filtered by this release and `state=merged`.", "isDeprecated": false, "name": "mergedMergeRequestsUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "HTTP URL of the issues page, filtered by this release and `state=open`.", "isDeprecated": false, "name": "openedIssuesUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "HTTP URL of the merge request page, filtered by this release and `state=open`.", "isDeprecated": false, "name": "openedMergeRequestsUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "HTTP URL of the release.", "isDeprecated": false, "name": "selfUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ReleaseLinks", "possibleTypes": null }, { "description": "Values for sorting releases", "enumValues": [ { "deprecationReason": null, "description": "Created at descending order.", "isDeprecated": false, "name": "CREATED_DESC" }, { "deprecationReason": null, "description": "Created at ascending order.", "isDeprecated": false, "name": "CREATED_ASC" }, { "deprecationReason": null, "description": "Released at by descending order.", "isDeprecated": false, "name": "RELEASED_AT_DESC" }, { "deprecationReason": null, "description": "Released at by ascending order.", "isDeprecated": false, "name": "RELEASED_AT_ASC" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ReleaseSort", "possibleTypes": null }, { "description": "Represents the source code attached to a release in a particular format", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Format of the source.", "isDeprecated": false, "name": "format", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Download URL of the source.", "isDeprecated": false, "name": "url", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ReleaseSource", "possibleTypes": null }, { "description": "The connection type for ReleaseSource.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ReleaseSourceEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ReleaseSource", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ReleaseSourceConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "ReleaseSource", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ReleaseSourceEdge", "possibleTypes": null }, { "description": "Release tag ID wildcard values", "enumValues": [ { "deprecationReason": null, "description": "No release tag is assigned.", "isDeprecated": false, "name": "NONE" }, { "deprecationReason": null, "description": "Release tag is assigned.", "isDeprecated": false, "name": "ANY" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ReleaseTagWildcardId", "possibleTypes": null }, { "description": "Autogenerated input type of ReleaseUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Full path of the project the release is associated with.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Name of the tag associated with the release.", "name": "tagName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Name of the release.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Description (release notes) of the release.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Release date.", "name": "releasedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Title of each milestone the release is associated with. GitLab Premium customers can specify group milestones.", "name": "milestones", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ReleaseUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of ReleaseUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Release after mutation.", "isDeprecated": false, "name": "release", "type": { "kind": "OBJECT", "name": "Release", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ReleaseUpdatePayload", "possibleTypes": null }, { "description": "A `ReleasesLinkID` is a global ID. It is encoded as a string.\n\nAn example `ReleasesLinkID` is: `\"gid://gitlab/Releases::Link/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "ReleasesLinkID", "possibleTypes": null }, { "description": "Autogenerated input type of RemoveProjectFromSecurityDashboard", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the project to remove from the Instance Security Dashboard.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "RemoveProjectFromSecurityDashboardInput", "possibleTypes": null }, { "description": "Autogenerated return type of RemoveProjectFromSecurityDashboard", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RemoveProjectFromSecurityDashboardPayload", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "Replication process has not started.", "isDeprecated": false, "name": "PENDING" }, { "deprecationReason": null, "description": "Replication process is in progress.", "isDeprecated": false, "name": "STARTED" }, { "deprecationReason": null, "description": "Replication process finished successfully.", "isDeprecated": false, "name": "SYNCED" }, { "deprecationReason": null, "description": "Replication process finished but failed.", "isDeprecated": false, "name": "FAILED" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ReplicationStateEnum", "possibleTypes": null }, { "description": "Autogenerated input type of RepositionImageDiffNote", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the DiffNote to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DiffNoteID", "ofType": null } } }, { "defaultValue": null, "description": "Position of this note on a diff.", "name": "position", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateDiffImagePositionInput", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "RepositionImageDiffNoteInput", "possibleTypes": null }, { "description": "Autogenerated return type of RepositionImageDiffNote", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Note after mutation.", "isDeprecated": false, "name": "note", "type": { "kind": "OBJECT", "name": "Note", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RepositionImageDiffNotePayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Array of desired blob paths.", "name": "paths", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "defaultValue": "null", "description": "Commit ref to get the blobs from. Default value is HEAD.", "name": "ref", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Blobs contained within the repository", "isDeprecated": false, "name": "blobs", "type": { "kind": "OBJECT", "name": "RepositoryBlobConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Pattern to search for branch names by.", "name": "searchPattern", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Number of branch names to skip.", "name": "offset", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "defaultValue": null, "description": "Number of branch names to return.", "name": "limit", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } ], "deprecationReason": null, "description": "Names of branches available in this repository that match the search pattern.", "isDeprecated": false, "name": "branchNames", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [ { "defaultValue": null, "description": "Name of the ref.", "name": "ref", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "deprecationReason": null, "description": "Path to CODEOWNERS file in a ref.", "isDeprecated": false, "name": "codeOwnersPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Shows a disk path of the repository.", "isDeprecated": false, "name": "diskPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates repository has no visible content.", "isDeprecated": false, "name": "empty", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates a corresponding Git repository exists on disk.", "isDeprecated": false, "name": "exists", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [ { "defaultValue": "\"\"", "description": "Path to get the tree for. Default value is the root of the repository.", "name": "path", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "false", "description": "Used to get a recursive tree. Default is false.", "name": "recursive", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Commit ref to get the tree for. Default value is HEAD.", "name": "ref", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Paginated tree of the repository.", "isDeprecated": false, "name": "paginatedTree", "type": { "kind": "OBJECT", "name": "TreeConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Default branch of the repository.", "isDeprecated": false, "name": "rootRef", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": "\"\"", "description": "Path to get the tree for. Default value is the root of the repository.", "name": "path", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "false", "description": "Used to get a recursive tree. Default is false.", "name": "recursive", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Commit ref to get the tree for. Default value is HEAD.", "name": "ref", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "deprecationReason": null, "description": "Tree of the repository.", "isDeprecated": false, "name": "tree", "type": { "kind": "OBJECT", "name": "Tree", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Repository", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether the current project is archived.", "isDeprecated": false, "name": "archived", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path to blob blame page.", "isDeprecated": false, "name": "blamePath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the current user can push to the branch.", "isDeprecated": false, "name": "canCurrentUserPushToBranch", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the current user can modify the blob.", "isDeprecated": false, "name": "canModifyBlob", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path for code navigation.", "isDeprecated": false, "name": "codeNavigationPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "List of code owners for the blob.", "isDeprecated": false, "name": "codeOwners", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Web path to edit the blob in the old-style editor.", "isDeprecated": false, "name": "editBlobPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path to blob on an environment.", "isDeprecated": false, "name": "environmentExternalUrlForRouteMap", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Environment on which the blob is available.", "isDeprecated": false, "name": "environmentFormattedExternalUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "External storage being used, if enabled (for instance, 'LFS').", "isDeprecated": false, "name": "externalStorage", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path to download the raw blob via external storage, if enabled.", "isDeprecated": false, "name": "externalStorageUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Expected format of the blob based on the extension.", "isDeprecated": false, "name": "fileType", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path to find file.", "isDeprecated": false, "name": "findFilePath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path to edit this blob using a forked project.", "isDeprecated": false, "name": "forkAndEditPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path to view this blob using a forked project.", "isDeprecated": false, "name": "forkAndViewPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL to the blob within Gitpod.", "isDeprecated": false, "name": "gitpodBlobUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path to blob history page.", "isDeprecated": false, "name": "historyPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the blob.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web path to edit this blob in the Web IDE.", "isDeprecated": false, "name": "ideEditPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path to edit this blob in the Web IDE using a forked project.", "isDeprecated": false, "name": "ideForkAndEditPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Blob language.", "isDeprecated": false, "name": "language", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "LFS OID of the blob.", "isDeprecated": false, "name": "lfsOid", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Blob mode.", "isDeprecated": false, "name": "mode", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Blob name.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "OID of the blob.", "isDeprecated": false, "name": "oid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Path of the blob.", "isDeprecated": false, "name": "path", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web path to blob permalink.", "isDeprecated": false, "name": "permalinkPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path to edit .gitlab-ci.yml file.", "isDeprecated": false, "name": "pipelineEditorPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Blob plain highlighted data.", "isDeprecated": false, "name": "plainData", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path for the root of the blob.", "isDeprecated": false, "name": "projectBlobPathRoot", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Raw content of the blob.", "isDeprecated": false, "name": "rawBlob", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path to download the raw blob.", "isDeprecated": false, "name": "rawPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Size (in bytes) of the blob, or the blob target if stored externally.", "isDeprecated": false, "name": "rawSize", "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Raw content of the blob, if the blob is text data.", "isDeprecated": false, "name": "rawTextBlob", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path to replace the blob content.", "isDeprecated": false, "name": "replacePath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Blob content rich viewer.", "isDeprecated": false, "name": "richViewer", "type": { "kind": "OBJECT", "name": "BlobViewer", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Blob content simple viewer.", "isDeprecated": false, "name": "simpleViewer", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BlobViewer", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Size (in bytes) of the blob.", "isDeprecated": false, "name": "size", "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the blob's content is stored externally (for instance, in LFS).", "isDeprecated": false, "name": "storedExternally", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path of the blob.", "isDeprecated": false, "name": "webPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RepositoryBlob", "possibleTypes": null }, { "description": "The connection type for RepositoryBlob.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryBlobEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "RepositoryBlob", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RepositoryBlobConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "RepositoryBlob", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RepositoryBlobEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Color to visualize the repository language.", "isDeprecated": false, "name": "color", "type": { "kind": "SCALAR", "name": "Color", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the repository language.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Percentage of the repository's languages.", "isDeprecated": false, "name": "share", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RepositoryLanguage", "possibleTypes": null }, { "description": "Represents a requirement", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Author of the requirement.", "isDeprecated": false, "name": "author", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the requirement was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Description of the requirement.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `description`.", "isDeprecated": false, "name": "descriptionHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the requirement.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": "Use work_item_iid instead. Deprecated in 15.8.", "description": "Internal ID of the requirement. Deprecated in 15.8: Use work_item_iid instead.", "isDeprecated": true, "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if latest test report was created by user.", "isDeprecated": false, "name": "lastTestReportManuallyCreated", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Latest requirement test report state.", "isDeprecated": false, "name": "lastTestReportState", "type": { "kind": "ENUM", "name": "TestReportState", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Project to which the requirement belongs.", "isDeprecated": false, "name": "project", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Project", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "State of the requirement.", "isDeprecated": false, "name": "state", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RequirementState", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "List test reports by sort order.", "name": "sort", "type": { "kind": "ENUM", "name": "Sort", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Test reports of the requirement.", "isDeprecated": false, "name": "testReports", "type": { "kind": "OBJECT", "name": "TestReportConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Title of the requirement.", "isDeprecated": false, "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `title`.", "isDeprecated": false, "name": "titleHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the requirement was last updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Permissions for the current user on the resource", "isDeprecated": false, "name": "userPermissions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RequirementPermissions", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Work item IID of the requirement, will replace current IID as identifier soon.", "isDeprecated": false, "name": "workItemIid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Requirement", "possibleTypes": null }, { "description": "The connection type for Requirement.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "RequirementEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Requirement", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RequirementConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Requirement", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RequirementEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "List of legacy requirement IIDs of work items. or example `[\"1\", \"2\"]`.", "name": "legacyIids", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "RequirementLegacyFilterInput", "possibleTypes": null }, { "description": "Check permissions for the current user on a requirement", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `admin_requirement` on this resource", "isDeprecated": false, "name": "adminRequirement", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `create_requirement` on this resource", "isDeprecated": false, "name": "createRequirement", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `destroy_requirement` on this resource", "isDeprecated": false, "name": "destroyRequirement", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `read_requirement` on this resource", "isDeprecated": false, "name": "readRequirement", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `update_requirement` on this resource", "isDeprecated": false, "name": "updateRequirement", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RequirementPermissions", "possibleTypes": null }, { "description": "State of a requirement", "enumValues": [ { "deprecationReason": null, "description": "Open requirement.", "isDeprecated": false, "name": "OPENED" }, { "deprecationReason": null, "description": "Archived requirement.", "isDeprecated": false, "name": "ARCHIVED" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "RequirementState", "possibleTypes": null }, { "description": "Counts of requirements by their state", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Number of archived requirements.", "isDeprecated": false, "name": "archived", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of opened requirements.", "isDeprecated": false, "name": "opened", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RequirementStatesCount", "possibleTypes": null }, { "description": "Status of a requirement based on last test report", "enumValues": [ { "deprecationReason": null, "description": "Requirements without any test report.", "isDeprecated": false, "name": "MISSING" }, { "deprecationReason": null, "description": "Passed test report.", "isDeprecated": false, "name": "PASSED" }, { "deprecationReason": null, "description": "Failed test report.", "isDeprecated": false, "name": "FAILED" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "RequirementStatusFilter", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates if the object can be resolved.", "isDeprecated": false, "name": "resolvable", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if the object is resolved.", "isDeprecated": false, "name": "resolved", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the object was resolved.", "isDeprecated": false, "name": "resolvedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User who resolved the object.", "isDeprecated": false, "name": "resolvedBy", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "INTERFACE", "name": "ResolvableInterface", "possibleTypes": [ { "kind": "OBJECT", "name": "Discussion", "ofType": null }, { "kind": "OBJECT", "name": "Note", "ofType": null } ] }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "CI artifacts size in bytes.", "isDeprecated": false, "name": "buildArtifactsSize", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Container Registry size in bytes.", "isDeprecated": false, "name": "containerRegistrySize", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Dependency Proxy sizes in bytes.", "isDeprecated": false, "name": "dependencyProxySize", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "LFS objects size in bytes.", "isDeprecated": false, "name": "lfsObjectsSize", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Packages size in bytes.", "isDeprecated": false, "name": "packagesSize", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "CI pipeline artifacts size in bytes.", "isDeprecated": false, "name": "pipelineArtifactsSize", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates whether the deduplicated Container Registry size for the namespace is an estimated value or not.", "isDeprecated": false, "name": "registrySizeEstimated", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Git repository size in bytes.", "isDeprecated": false, "name": "repositorySize", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Snippets size in bytes.", "isDeprecated": false, "name": "snippetsSize", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Total storage in bytes.", "isDeprecated": false, "name": "storageSize", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Uploads size in bytes.", "isDeprecated": false, "name": "uploadsSize", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Wiki size in bytes.", "isDeprecated": false, "name": "wikiSize", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RootStorageStatistics", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Download location for the runner for the platform architecture.", "isDeprecated": false, "name": "downloadLocation", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the runner platform architecture.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RunnerArchitecture", "possibleTypes": null }, { "description": "The connection type for RunnerArchitecture.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "RunnerArchitectureEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "RunnerArchitecture", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RunnerArchitectureConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "RunnerArchitecture", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RunnerArchitectureEdge", "possibleTypes": null }, { "description": "Autogenerated input type of RunnerCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Description of the runner.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Runner's maintenance notes.", "name": "maintenanceNote", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Maximum timeout (in seconds) for jobs processed by the runner.", "name": "maximumTimeout", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Access level of the runner.", "name": "accessLevel", "type": { "kind": "ENUM", "name": "CiRunnerAccessLevel", "ofType": null } }, { "defaultValue": null, "description": "Indicates the runner is not allowed to receive jobs.", "name": "paused", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Indicates the runner is locked.", "name": "locked", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Indicates the runner is able to run untagged jobs.", "name": "runUntagged", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Tags associated with the runner.", "name": "tagList", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Type of the runner to create.", "name": "runnerType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CiRunnerType", "ofType": null } } }, { "defaultValue": null, "description": "Global ID of the group that the runner is created in (valid only for group runner).", "name": "groupId", "type": { "kind": "SCALAR", "name": "GroupID", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the project that the runner is created in (valid only for project runner).", "name": "projectId", "type": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "RunnerCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of RunnerCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Runner after mutation.", "isDeprecated": false, "name": "runner", "type": { "kind": "OBJECT", "name": "CiRunner", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RunnerCreatePayload", "possibleTypes": null }, { "description": "Autogenerated input type of RunnerDelete", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the runner to delete.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "CiRunnerID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "RunnerDeleteInput", "possibleTypes": null }, { "description": "Autogenerated return type of RunnerDelete", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RunnerDeletePayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `assign_runner` on this resource", "isDeprecated": false, "name": "assignRunner", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `delete_runner` on this resource", "isDeprecated": false, "name": "deleteRunner", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `read_runner` on this resource", "isDeprecated": false, "name": "readRunner", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `update_runner` on this resource", "isDeprecated": false, "name": "updateRunner", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RunnerPermissions", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Runner architectures supported for the platform.", "isDeprecated": false, "name": "architectures", "type": { "kind": "OBJECT", "name": "RunnerArchitectureConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Human readable name of the runner platform.", "isDeprecated": false, "name": "humanReadableName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name slug of the runner platform.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RunnerPlatform", "possibleTypes": null }, { "description": "The connection type for RunnerPlatform.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "RunnerPlatformEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "RunnerPlatform", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RunnerPlatformConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "RunnerPlatform", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RunnerPlatformEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Instructions for installing the runner on the specified architecture.", "isDeprecated": false, "name": "installInstructions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Instructions for registering the runner. The actual registration tokens are not included in the commands. Instead, a placeholder `$REGISTRATION_TOKEN` is shown.", "isDeprecated": false, "name": "registerInstructions", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RunnerSetup", "possibleTypes": null }, { "description": "Autogenerated input type of RunnerUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Description of the runner.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Runner's maintenance notes.", "name": "maintenanceNote", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Maximum timeout (in seconds) for jobs processed by the runner.", "name": "maximumTimeout", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Access level of the runner.", "name": "accessLevel", "type": { "kind": "ENUM", "name": "CiRunnerAccessLevel", "ofType": null } }, { "defaultValue": null, "description": "Indicates the runner is not allowed to receive jobs.", "name": "paused", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Indicates the runner is locked.", "name": "locked", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Indicates the runner is able to run untagged jobs.", "name": "runUntagged", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Tags associated with the runner.", "name": "tagList", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "ID of the runner to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "CiRunnerID", "ofType": null } } }, { "defaultValue": null, "description": "Projects associated with the runner. Available only for project runners.", "name": "associatedProjects", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } } } }, { "defaultValue": null, "description": "Public projects' \"minutes cost factor\" associated with the runner (GitLab.com only).", "name": "publicProjectsMinutesCostFactor", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "defaultValue": null, "description": "Private projects' \"minutes cost factor\" associated with the runner (GitLab.com only).", "name": "privateProjectsMinutesCostFactor", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "RunnerUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of RunnerUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Runner after mutation.", "isDeprecated": false, "name": "runner", "type": { "kind": "OBJECT", "name": "CiRunner", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RunnerUpdatePayload", "possibleTypes": null }, { "description": "Autogenerated input type of RunnersRegistrationTokenReset", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Scope of the object to reset the token for.", "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CiRunnerType", "ofType": null } } }, { "defaultValue": null, "description": "ID of the project or group to reset the token for. Omit if resetting instance runner token.", "name": "id", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "RunnersRegistrationTokenResetInput", "possibleTypes": null }, { "description": "Autogenerated return type of RunnersRegistrationTokenReset", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Runner token after mutation.", "isDeprecated": false, "name": "token", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "RunnersRegistrationTokenResetPayload", "possibleTypes": null }, { "description": "Represents a CI configuration of SAST", "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of analyzers entities attached to SAST configuration.", "isDeprecated": false, "name": "analyzers", "type": { "kind": "OBJECT", "name": "SastCiConfigurationAnalyzersEntityConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of global entities related to SAST configuration.", "isDeprecated": false, "name": "global", "type": { "kind": "OBJECT", "name": "SastCiConfigurationEntityConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of pipeline entities related to SAST configuration.", "isDeprecated": false, "name": "pipeline", "type": { "kind": "OBJECT", "name": "SastCiConfigurationEntityConnection", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SastCiConfiguration", "possibleTypes": null }, { "description": "Represents an analyzer entity in SAST CI configuration", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Analyzer description that is displayed on the form.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates whether an analyzer is enabled.", "isDeprecated": false, "name": "enabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Analyzer label used in the config UI.", "isDeprecated": false, "name": "label", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the analyzer.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of supported variables.", "isDeprecated": false, "name": "variables", "type": { "kind": "OBJECT", "name": "SastCiConfigurationEntityConnection", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SastCiConfigurationAnalyzersEntity", "possibleTypes": null }, { "description": "The connection type for SastCiConfigurationAnalyzersEntity.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SastCiConfigurationAnalyzersEntityEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SastCiConfigurationAnalyzersEntity", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SastCiConfigurationAnalyzersEntityConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "SastCiConfigurationAnalyzersEntity", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SastCiConfigurationAnalyzersEntityEdge", "possibleTypes": null }, { "description": "Represents the analyzers entity in SAST CI configuration", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Name of analyzer.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "State of the analyzer.", "name": "enabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "defaultValue": null, "description": "List of variables for the analyzer.", "name": "variables", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "SastCiConfigurationEntityInput", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "SastCiConfigurationAnalyzersEntityInput", "possibleTypes": null }, { "description": "Represents an entity in SAST CI configuration", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Default value that is used if value is empty.", "isDeprecated": false, "name": "defaultValue", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Entity description that is displayed on the form.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "CI keyword of entity.", "isDeprecated": false, "name": "field", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Label for entity used in the form.", "isDeprecated": false, "name": "label", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Different possible values of the field.", "isDeprecated": false, "name": "options", "type": { "kind": "OBJECT", "name": "SastCiConfigurationOptionsEntityConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Size of the UI component.", "isDeprecated": false, "name": "size", "type": { "kind": "ENUM", "name": "SastUiComponentSize", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of the field value.", "isDeprecated": false, "name": "type", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Current value of the entity.", "isDeprecated": false, "name": "value", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SastCiConfigurationEntity", "possibleTypes": null }, { "description": "The connection type for SastCiConfigurationEntity.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SastCiConfigurationEntityEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SastCiConfigurationEntity", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SastCiConfigurationEntityConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "SastCiConfigurationEntity", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SastCiConfigurationEntityEdge", "possibleTypes": null }, { "description": "Represents an entity in SAST CI configuration", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "CI keyword of entity.", "name": "field", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Default value that is used if value is empty.", "name": "defaultValue", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Current value of the entity.", "name": "value", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "SastCiConfigurationEntityInput", "possibleTypes": null }, { "description": "Represents a CI configuration of SAST", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "List of global entities related to SAST configuration.", "name": "global", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "SastCiConfigurationEntityInput", "ofType": null } } } }, { "defaultValue": null, "description": "List of pipeline entities related to SAST configuration.", "name": "pipeline", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "SastCiConfigurationEntityInput", "ofType": null } } } }, { "defaultValue": null, "description": "List of analyzers and related variables for the SAST configuration.", "name": "analyzers", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "SastCiConfigurationAnalyzersEntityInput", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "SastCiConfigurationInput", "possibleTypes": null }, { "description": "Represents an entity for options in SAST CI configuration", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Label of option entity.", "isDeprecated": false, "name": "label", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Value of option entity.", "isDeprecated": false, "name": "value", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SastCiConfigurationOptionsEntity", "possibleTypes": null }, { "description": "The connection type for SastCiConfigurationOptionsEntity.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SastCiConfigurationOptionsEntityEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SastCiConfigurationOptionsEntity", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SastCiConfigurationOptionsEntityConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "SastCiConfigurationOptionsEntity", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SastCiConfigurationOptionsEntityEdge", "possibleTypes": null }, { "description": "Size of UI component in SAST configuration page", "enumValues": [ { "deprecationReason": null, "description": "Size of UI component in SAST configuration page is small.", "isDeprecated": false, "name": "SMALL" }, { "deprecationReason": null, "description": "Size of UI component in SAST configuration page is medium.", "isDeprecated": false, "name": "MEDIUM" }, { "deprecationReason": null, "description": "Size of UI component in SAST configuration page is large.", "isDeprecated": false, "name": "LARGE" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "SastUiComponentSize", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Content of the saved reply.", "isDeprecated": false, "name": "content", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Global ID of the saved reply.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "UsersSavedReplyID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the saved reply.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SavedReply", "possibleTypes": null }, { "description": "The connection type for SavedReply.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total count of collection.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SavedReplyEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SavedReply", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SavedReplyConnection", "possibleTypes": null }, { "description": "Autogenerated input type of SavedReplyCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Name of the saved reply.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Content of the saved reply.", "name": "content", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "SavedReplyCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of SavedReplyCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Saved reply after mutation.", "isDeprecated": false, "name": "savedReply", "type": { "kind": "OBJECT", "name": "SavedReply", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SavedReplyCreatePayload", "possibleTypes": null }, { "description": "Autogenerated input type of SavedReplyDestroy", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the saved reply.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "UsersSavedReplyID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "SavedReplyDestroyInput", "possibleTypes": null }, { "description": "Autogenerated return type of SavedReplyDestroy", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Saved reply after mutation.", "isDeprecated": false, "name": "savedReply", "type": { "kind": "OBJECT", "name": "SavedReply", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SavedReplyDestroyPayload", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "SavedReply", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SavedReplyEdge", "possibleTypes": null }, { "description": "Autogenerated input type of SavedReplyUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the saved reply.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "UsersSavedReplyID", "ofType": null } } }, { "defaultValue": null, "description": "Name of the saved reply.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Content of the saved reply.", "name": "content", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "SavedReplyUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of SavedReplyUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Saved reply after mutation.", "isDeprecated": false, "name": "savedReply", "type": { "kind": "OBJECT", "name": "SavedReply", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SavedReplyUpdatePayload", "possibleTypes": null }, { "description": "Represents the security scan information", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "List of errors.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Name of the scan.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the status of the scan.", "isDeprecated": false, "name": "status", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ScanStatus", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "List of warnings.", "isDeprecated": false, "name": "warnings", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Scan", "possibleTypes": null }, { "description": "The connection type for Scan.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ScanEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Scan", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ScanConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Scan", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ScanEdge", "possibleTypes": null }, { "description": "Represents the scan execution policy", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Description of the policy.", "isDeprecated": false, "name": "description", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates whether this policy is enabled.", "isDeprecated": false, "name": "enabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the policy.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Source of the policy. Its fields depend on the source type.", "isDeprecated": false, "name": "source", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "SecurityPolicySource", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the policy YAML was last updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "YAML definition of the policy.", "isDeprecated": false, "name": "yaml", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "OrchestrationPolicy", "ofType": null } ], "kind": "OBJECT", "name": "ScanExecutionPolicy", "possibleTypes": null }, { "description": "Autogenerated input type of ScanExecutionPolicyCommit", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Full path of the project.", "name": "fullPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "YAML snippet of the policy.", "name": "policyYaml", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Changes the operation mode.", "name": "operationMode", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MutationOperationMode", "ofType": null } } }, { "defaultValue": null, "description": "Name of the policy. If the name is null, the `name` field from `policy_yaml` is used.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "ScanExecutionPolicyCommitInput", "possibleTypes": null }, { "description": "Autogenerated return type of ScanExecutionPolicyCommit", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Name of the branch to which the policy changes are committed.", "isDeprecated": false, "name": "branch", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ScanExecutionPolicyCommitPayload", "possibleTypes": null }, { "description": "The connection type for ScanExecutionPolicy.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ScanExecutionPolicyEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ScanExecutionPolicy", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ScanExecutionPolicyConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "ScanExecutionPolicy", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ScanExecutionPolicyEdge", "possibleTypes": null }, { "description": "Represents the scan result policy", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Description of the policy.", "isDeprecated": false, "name": "description", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates whether this policy is enabled.", "isDeprecated": false, "name": "enabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Approvers of the group type.", "isDeprecated": false, "name": "groupApprovers", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Group", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Name of the policy.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Approvers of the role type. Users belonging to these role(s) alone will be approvers.", "isDeprecated": false, "name": "roleApprovers", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MemberAccessLevelName", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Source of the policy. Its fields depend on the source type.", "isDeprecated": false, "name": "source", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "SecurityPolicySource", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the policy YAML was last updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Approvers of the user type.", "isDeprecated": false, "name": "userApprovers", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "YAML definition of the policy.", "isDeprecated": false, "name": "yaml", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "OrchestrationPolicy", "ofType": null } ], "kind": "OBJECT", "name": "ScanResultPolicy", "possibleTypes": null }, { "description": "The connection type for ScanResultPolicy.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ScanResultPolicyEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ScanResultPolicy", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ScanResultPolicyConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "ScanResultPolicy", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ScanResultPolicyEdge", "possibleTypes": null }, { "description": "The status of the security scan", "enumValues": [ { "deprecationReason": null, "description": "The scan has been created.", "isDeprecated": false, "name": "CREATED" }, { "deprecationReason": null, "description": "The report has been successfully prepared.", "isDeprecated": false, "name": "SUCCEEDED" }, { "deprecationReason": null, "description": "The related CI build failed.", "isDeprecated": false, "name": "JOB_FAILED" }, { "deprecationReason": null, "description": "The report artifact provided by the CI build couldn't be parsed.", "isDeprecated": false, "name": "REPORT_ERROR" }, { "deprecationReason": null, "description": "Preparing the report for the scan.", "isDeprecated": false, "name": "PREPARING" }, { "deprecationReason": null, "description": "Report couldn't be prepared.", "isDeprecated": false, "name": "PREPARATION_FAILED" }, { "deprecationReason": null, "description": "Report for the scan has been removed from the database.", "isDeprecated": false, "name": "PURGED" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ScanStatus", "possibleTypes": null }, { "description": "Represents a resource scanned by a security scan", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "HTTP request method used to access the URL.", "isDeprecated": false, "name": "requestMethod", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL scanned by the scanner.", "isDeprecated": false, "name": "url", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ScannedResource", "possibleTypes": null }, { "description": "The connection type for ScannedResource.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ScannedResourceEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ScannedResource", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ScannedResourceConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "ScannedResource", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ScannedResourceEdge", "possibleTypes": null }, { "description": "Autogenerated input type of SecurityFindingCreateIssue", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "UUID of the security finding to be used to create an issue.", "name": "uuid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "ID of the project to attach the issue to.", "name": "project", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "SecurityFindingCreateIssueInput", "possibleTypes": null }, { "description": "Autogenerated return type of SecurityFindingCreateIssue", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Issue created after mutation.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SecurityFindingCreateIssuePayload", "possibleTypes": null }, { "description": "Autogenerated input type of SecurityFindingCreateMergeRequest", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "UUID of the security finding to be used to create a merge request.", "name": "uuid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "SecurityFindingCreateMergeRequestInput", "possibleTypes": null }, { "description": "Autogenerated return type of SecurityFindingCreateMergeRequest", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Merge Request created after mutation.", "isDeprecated": false, "name": "mergeRequest", "type": { "kind": "OBJECT", "name": "MergeRequest", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SecurityFindingCreateMergeRequestPayload", "possibleTypes": null }, { "description": "Autogenerated input type of SecurityFindingDismiss", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "UUID of the finding to be dismissed.", "name": "uuid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Comment why finding should be dismissed.", "name": "comment", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Reason why finding should be dismissed.", "name": "dismissalReason", "type": { "kind": "ENUM", "name": "VulnerabilityDismissalReason", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "SecurityFindingDismissInput", "possibleTypes": null }, { "description": "Autogenerated return type of SecurityFindingDismiss", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Dismissed finding.", "isDeprecated": false, "name": "securityFinding", "type": { "kind": "OBJECT", "name": "PipelineSecurityReportFinding", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "UUID of dismissed finding.", "isDeprecated": false, "name": "uuid", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SecurityFindingDismissPayload", "possibleTypes": null }, { "description": "Autogenerated input type of SecurityFindingRevertToDetected", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "UUID of the finding to be dismissed.", "name": "uuid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "SecurityFindingRevertToDetectedInput", "possibleTypes": null }, { "description": "Autogenerated return type of SecurityFindingRevertToDetected", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Finding reverted to detected.", "isDeprecated": false, "name": "securityFinding", "type": { "kind": "OBJECT", "name": "PipelineSecurityReportFinding", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SecurityFindingRevertToDetectedPayload", "possibleTypes": null }, { "description": "Autogenerated input type of SecurityPolicyProjectAssign", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Full path of the project or group.", "name": "fullPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the security policy project.", "name": "securityPolicyProjectId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "SecurityPolicyProjectAssignInput", "possibleTypes": null }, { "description": "Autogenerated return type of SecurityPolicyProjectAssign", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SecurityPolicyProjectAssignPayload", "possibleTypes": null }, { "description": "Autogenerated input type of SecurityPolicyProjectCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Full path of the project or group.", "name": "fullPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "SecurityPolicyProjectCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of SecurityPolicyProjectCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Security Policy Project that was created.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SecurityPolicyProjectCreatePayload", "possibleTypes": null }, { "description": "Autogenerated input type of SecurityPolicyProjectUnassign", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Full path of the project or group.", "name": "fullPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "SecurityPolicyProjectUnassignInput", "possibleTypes": null }, { "description": "Autogenerated return type of SecurityPolicyProjectUnassign", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SecurityPolicyProjectUnassignPayload", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "Policies defined for the project/group only.", "isDeprecated": false, "name": "DIRECT" }, { "deprecationReason": null, "description": "Policies defined for the project/group and ancestor groups.", "isDeprecated": false, "name": "INHERITED" }, { "deprecationReason": null, "description": "Policies defined for the project/group's ancestor groups only.", "isDeprecated": false, "name": "INHERITED_ONLY" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "SecurityPolicyRelationType", "possibleTypes": null }, { "description": "Represents a policy source. Its fields depend on the source type.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "UNION", "name": "SecurityPolicySource", "possibleTypes": [ { "kind": "OBJECT", "name": "GroupSecurityPolicySource", "ofType": null }, { "kind": "OBJECT", "name": "ProjectSecurityPolicySource", "ofType": null } ] }, { "description": "Represents summary of a security report", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Aggregated counts for the `api_fuzzing` scan", "isDeprecated": false, "name": "apiFuzzing", "type": { "kind": "OBJECT", "name": "SecurityReportSummarySection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Aggregated counts for the `cluster_image_scanning` scan", "isDeprecated": false, "name": "clusterImageScanning", "type": { "kind": "OBJECT", "name": "SecurityReportSummarySection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Aggregated counts for the `container_scanning` scan", "isDeprecated": false, "name": "containerScanning", "type": { "kind": "OBJECT", "name": "SecurityReportSummarySection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Aggregated counts for the `coverage_fuzzing` scan", "isDeprecated": false, "name": "coverageFuzzing", "type": { "kind": "OBJECT", "name": "SecurityReportSummarySection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Aggregated counts for the `dast` scan", "isDeprecated": false, "name": "dast", "type": { "kind": "OBJECT", "name": "SecurityReportSummarySection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Aggregated counts for the `dependency_scanning` scan", "isDeprecated": false, "name": "dependencyScanning", "type": { "kind": "OBJECT", "name": "SecurityReportSummarySection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Aggregated counts for the `generic` scan", "isDeprecated": false, "name": "generic", "type": { "kind": "OBJECT", "name": "SecurityReportSummarySection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Aggregated counts for the `sast` scan", "isDeprecated": false, "name": "sast", "type": { "kind": "OBJECT", "name": "SecurityReportSummarySection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Aggregated counts for the `secret_detection` scan", "isDeprecated": false, "name": "secretDetection", "type": { "kind": "OBJECT", "name": "SecurityReportSummarySection", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SecurityReportSummary", "possibleTypes": null }, { "description": "Represents a section of a summary of a security report", "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of the first 20 scanned resources.", "isDeprecated": false, "name": "scannedResources", "type": { "kind": "OBJECT", "name": "ScannedResourceConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total number of scanned resources.", "isDeprecated": false, "name": "scannedResourcesCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Path to download all the scanned resources in CSV format.", "isDeprecated": false, "name": "scannedResourcesCsvPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of security scans ran for the type.", "isDeprecated": false, "name": "scans", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ScanConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Total number of vulnerabilities.", "isDeprecated": false, "name": "vulnerabilitiesCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SecurityReportSummarySection", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "SAST scan report", "isDeprecated": false, "name": "SAST" }, { "deprecationReason": null, "description": "SAST IAC scan report", "isDeprecated": false, "name": "SAST_IAC" }, { "deprecationReason": null, "description": "BREACH AND ATTACK SIMULATION scan report", "isDeprecated": false, "name": "BREACH_AND_ATTACK_SIMULATION" }, { "deprecationReason": null, "description": "DAST scan report", "isDeprecated": false, "name": "DAST" }, { "deprecationReason": null, "description": "DEPENDENCY SCANNING scan report", "isDeprecated": false, "name": "DEPENDENCY_SCANNING" }, { "deprecationReason": null, "description": "CONTAINER SCANNING scan report", "isDeprecated": false, "name": "CONTAINER_SCANNING" }, { "deprecationReason": null, "description": "SECRET DETECTION scan report", "isDeprecated": false, "name": "SECRET_DETECTION" }, { "deprecationReason": null, "description": "COVERAGE FUZZING scan report", "isDeprecated": false, "name": "COVERAGE_FUZZING" }, { "deprecationReason": null, "description": "API FUZZING scan report", "isDeprecated": false, "name": "API_FUZZING" }, { "deprecationReason": null, "description": "CLUSTER IMAGE SCANNING scan report", "isDeprecated": false, "name": "CLUSTER_IMAGE_SCANNING" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "SecurityReportTypeEnum", "possibleTypes": null }, { "description": "The type of the security scanner", "enumValues": [ { "deprecationReason": null, "description": "SAST scanner", "isDeprecated": false, "name": "SAST" }, { "deprecationReason": null, "description": "Sast Iac scanner", "isDeprecated": false, "name": "SAST_IAC" }, { "deprecationReason": null, "description": "Breach And Attack Simulation scanner", "isDeprecated": false, "name": "BREACH_AND_ATTACK_SIMULATION" }, { "deprecationReason": null, "description": "DAST scanner", "isDeprecated": false, "name": "DAST" }, { "deprecationReason": null, "description": "Dependency Scanning scanner", "isDeprecated": false, "name": "DEPENDENCY_SCANNING" }, { "deprecationReason": null, "description": "Container Scanning scanner", "isDeprecated": false, "name": "CONTAINER_SCANNING" }, { "deprecationReason": null, "description": "Secret Detection scanner", "isDeprecated": false, "name": "SECRET_DETECTION" }, { "deprecationReason": null, "description": "Coverage Fuzzing scanner", "isDeprecated": false, "name": "COVERAGE_FUZZING" }, { "deprecationReason": null, "description": "API Fuzzing scanner", "isDeprecated": false, "name": "API_FUZZING" }, { "deprecationReason": null, "description": "Cluster Image Scanning scanner", "isDeprecated": false, "name": "CLUSTER_IMAGE_SCANNING" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "SecurityScannerType", "possibleTypes": null }, { "description": "Represents a list of security scanners", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "List of analyzers which are available for the project.", "isDeprecated": false, "name": "available", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SecurityScannerType", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "List of analyzers which are enabled for the project.", "isDeprecated": false, "name": "enabled", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SecurityScannerType", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "List of analyzers which ran successfully in the latest pipeline.", "isDeprecated": false, "name": "pipelineRun", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SecurityScannerType", "ofType": null } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SecurityScanners", "possibleTypes": null }, { "description": "A `SecurityTrainingProviderID` is a global ID. It is encoded as a string.\n\nAn example `SecurityTrainingProviderID` is: `\"gid://gitlab/Security::TrainingProvider/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "SecurityTrainingProviderID", "possibleTypes": null }, { "description": "Autogenerated input type of SecurityTrainingUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Full path of the project.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "ID of the provider.", "name": "providerId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "SecurityTrainingProviderID", "ofType": null } } }, { "defaultValue": null, "description": "Sets the training provider as enabled for the project.", "name": "isEnabled", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "defaultValue": null, "description": "Sets the training provider as primary for the project.", "name": "isPrimary", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "SecurityTrainingUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of SecurityTrainingUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Represents the training entity subject to mutation.", "isDeprecated": false, "name": "training", "type": { "kind": "OBJECT", "name": "ProjectSecurityTraining", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SecurityTrainingUpdatePayload", "possibleTypes": null }, { "description": "Represents a URL related to a security training", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Name of the vulnerability identifier.", "isDeprecated": false, "name": "identifier", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the training provider.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Status of the request to training provider.", "isDeprecated": false, "name": "status", "type": { "kind": "ENUM", "name": "TrainingUrlRequestStatus", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL of the link for security training content.", "isDeprecated": false, "name": "url", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SecurityTrainingUrl", "possibleTypes": null }, { "description": "A Sentry error", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Count of occurrences.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Culprit of the error.", "isDeprecated": false, "name": "culprit", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "External Base URL of the Sentry Instance.", "isDeprecated": false, "name": "externalBaseUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "External URL of the error.", "isDeprecated": false, "name": "externalUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Commit the error was first seen.", "isDeprecated": false, "name": "firstReleaseLastCommit", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Release short version the error was first seen.", "isDeprecated": false, "name": "firstReleaseShortVersion", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Release version the error was first seen.", "isDeprecated": false, "name": "firstReleaseVersion", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp when the error was first seen.", "isDeprecated": false, "name": "firstSeen", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Last 24hr stats of the error.", "isDeprecated": false, "name": "frequency", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SentryErrorFrequency", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "GitLab commit SHA attributed to the Error based on the release version.", "isDeprecated": false, "name": "gitlabCommit", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Path to the GitLab page for the GitLab commit attributed to the error.", "isDeprecated": false, "name": "gitlabCommitPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL of GitLab Issue.", "isDeprecated": false, "name": "gitlabIssuePath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID (global ID) of the error.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Error tracking backend.", "isDeprecated": false, "name": "integrated", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Commit the error was last seen.", "isDeprecated": false, "name": "lastReleaseLastCommit", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Release short version the error was last seen.", "isDeprecated": false, "name": "lastReleaseShortVersion", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Release version the error was last seen.", "isDeprecated": false, "name": "lastReleaseVersion", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp when the error was last seen.", "isDeprecated": false, "name": "lastSeen", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Sentry metadata message of the error.", "isDeprecated": false, "name": "message", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID (Sentry ID) of the error.", "isDeprecated": false, "name": "sentryId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the project (Sentry project).", "isDeprecated": false, "name": "sentryProjectId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the project affected by the error.", "isDeprecated": false, "name": "sentryProjectName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Slug of the project affected by the error.", "isDeprecated": false, "name": "sentryProjectSlug", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Short ID (Sentry ID) of the error.", "isDeprecated": false, "name": "shortId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Status of the error.", "isDeprecated": false, "name": "status", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SentryErrorStatus", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Tags associated with the Sentry Error.", "isDeprecated": false, "name": "tags", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SentryErrorTags", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Title of the error.", "isDeprecated": false, "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Type of the error.", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Count of users affected by the error.", "isDeprecated": false, "name": "userCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SentryDetailedError", "possibleTypes": null }, { "description": "A Sentry error. A simplified version of SentryDetailedError", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Count of occurrences.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Culprit of the error.", "isDeprecated": false, "name": "culprit", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "External URL of the error.", "isDeprecated": false, "name": "externalUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp when the error was first seen.", "isDeprecated": false, "name": "firstSeen", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Last 24hr stats of the error.", "isDeprecated": false, "name": "frequency", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SentryErrorFrequency", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "ID (global ID) of the error.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp when the error was last seen.", "isDeprecated": false, "name": "lastSeen", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Sentry metadata message of the error.", "isDeprecated": false, "name": "message", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID (Sentry ID) of the error.", "isDeprecated": false, "name": "sentryId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the project (Sentry project).", "isDeprecated": false, "name": "sentryProjectId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the project affected by the error.", "isDeprecated": false, "name": "sentryProjectName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Slug of the project affected by the error.", "isDeprecated": false, "name": "sentryProjectSlug", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Short ID (Sentry ID) of the error.", "isDeprecated": false, "name": "shortId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Status of the error.", "isDeprecated": false, "name": "status", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SentryErrorStatus", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Title of the error.", "isDeprecated": false, "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Type of the error.", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Count of users affected by the error.", "isDeprecated": false, "name": "userCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SentryError", "possibleTypes": null }, { "description": "An object containing a collection of Sentry errors, and a detailed error", "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "ID of the Sentry issue.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "GitlabErrorTrackingDetailedErrorID", "ofType": null } } } ], "deprecationReason": null, "description": "Detailed version of a Sentry error on the project.", "isDeprecated": false, "name": "detailedError", "type": { "kind": "OBJECT", "name": "SentryDetailedError", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of the Sentry issue.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "GitlabErrorTrackingDetailedErrorID", "ofType": null } } } ], "deprecationReason": null, "description": "Stack Trace of Sentry Error.", "isDeprecated": false, "name": "errorStackTrace", "type": { "kind": "OBJECT", "name": "SentryErrorStackTrace", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Search query for the Sentry error details.", "name": "searchTerm", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Attribute to sort on. Options are frequency, first_seen, last_seen. last_seen is default.", "name": "sort", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Collection of Sentry Errors.", "isDeprecated": false, "name": "errors", "type": { "kind": "OBJECT", "name": "SentryErrorConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "External URL for Sentry.", "isDeprecated": false, "name": "externalUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SentryErrorCollection", "possibleTypes": null }, { "description": "The connection type for SentryError.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SentryErrorEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SentryError", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SentryErrorConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "SentryError", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SentryErrorEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Count of errors received since the previously recorded time.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Time the error frequency stats were recorded.", "isDeprecated": false, "name": "time", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SentryErrorFrequency", "possibleTypes": null }, { "description": "An object containing a stack trace entry for a Sentry error", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Time the stack trace was received by Sentry.", "isDeprecated": false, "name": "dateReceived", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the Sentry error.", "isDeprecated": false, "name": "issueId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Stack trace entries for the Sentry error.", "isDeprecated": false, "name": "stackTraceEntries", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SentryErrorStackTraceEntry", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SentryErrorStackTrace", "possibleTypes": null }, { "description": "An object context for a Sentry error stack trace", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Code number of the context.", "isDeprecated": false, "name": "code", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Line number of the context.", "isDeprecated": false, "name": "line", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SentryErrorStackTraceContext", "possibleTypes": null }, { "description": "An object containing a stack trace entry for a Sentry error", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Function in which the Sentry error occurred.", "isDeprecated": false, "name": "col", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "File in which the Sentry error occurred.", "isDeprecated": false, "name": "fileName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Function in which the Sentry error occurred.", "isDeprecated": false, "name": "function", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Function in which the Sentry error occurred.", "isDeprecated": false, "name": "line", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Context of the Sentry error.", "isDeprecated": false, "name": "traceContext", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SentryErrorStackTraceContext", "ofType": null } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SentryErrorStackTraceEntry", "possibleTypes": null }, { "description": "State of a Sentry error", "enumValues": [ { "deprecationReason": null, "description": "Error has been resolved.", "isDeprecated": false, "name": "RESOLVED" }, { "deprecationReason": null, "description": "Error has been ignored until next release.", "isDeprecated": false, "name": "RESOLVED_IN_NEXT_RELEASE" }, { "deprecationReason": null, "description": "Error is unresolved.", "isDeprecated": false, "name": "UNRESOLVED" }, { "deprecationReason": null, "description": "Error has been ignored.", "isDeprecated": false, "name": "IGNORED" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "SentryErrorStatus", "possibleTypes": null }, { "description": "State of a Sentry error", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Severity level of the Sentry Error.", "isDeprecated": false, "name": "level", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Logger of the Sentry Error.", "isDeprecated": false, "name": "logger", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SentryErrorTags", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates if the service is active.", "isDeprecated": false, "name": "active", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of the service.", "isDeprecated": false, "name": "serviceType", "type": { "kind": "ENUM", "name": "ServiceType", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Class name of the service.", "isDeprecated": false, "name": "type", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "INTERFACE", "name": "Service", "possibleTypes": [ { "kind": "OBJECT", "name": "BaseService", "ofType": null }, { "kind": "OBJECT", "name": "JiraService", "ofType": null } ] }, { "description": "The connection type for Service.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ServiceEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "INTERFACE", "name": "Service", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ServiceConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "INTERFACE", "name": "Service", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ServiceEdge", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "AppleAppStoreService type", "isDeprecated": false, "name": "APPLE_APP_STORE_SERVICE" }, { "deprecationReason": null, "description": "AsanaService type", "isDeprecated": false, "name": "ASANA_SERVICE" }, { "deprecationReason": null, "description": "AssemblaService type", "isDeprecated": false, "name": "ASSEMBLA_SERVICE" }, { "deprecationReason": null, "description": "BambooService type", "isDeprecated": false, "name": "BAMBOO_SERVICE" }, { "deprecationReason": null, "description": "BugzillaService type", "isDeprecated": false, "name": "BUGZILLA_SERVICE" }, { "deprecationReason": null, "description": "BuildkiteService type", "isDeprecated": false, "name": "BUILDKITE_SERVICE" }, { "deprecationReason": null, "description": "CampfireService type", "isDeprecated": false, "name": "CAMPFIRE_SERVICE" }, { "deprecationReason": null, "description": "ConfluenceService type", "isDeprecated": false, "name": "CONFLUENCE_SERVICE" }, { "deprecationReason": null, "description": "CustomIssueTrackerService type", "isDeprecated": false, "name": "CUSTOM_ISSUE_TRACKER_SERVICE" }, { "deprecationReason": null, "description": "DatadogService type", "isDeprecated": false, "name": "DATADOG_SERVICE" }, { "deprecationReason": null, "description": "DiscordService type", "isDeprecated": false, "name": "DISCORD_SERVICE" }, { "deprecationReason": null, "description": "DroneCiService type", "isDeprecated": false, "name": "DRONE_CI_SERVICE" }, { "deprecationReason": null, "description": "EmailsOnPushService type", "isDeprecated": false, "name": "EMAILS_ON_PUSH_SERVICE" }, { "deprecationReason": null, "description": "EwmService type", "isDeprecated": false, "name": "EWM_SERVICE" }, { "deprecationReason": null, "description": "ExternalWikiService type", "isDeprecated": false, "name": "EXTERNAL_WIKI_SERVICE" }, { "deprecationReason": null, "description": "GithubService type", "isDeprecated": false, "name": "GITHUB_SERVICE" }, { "deprecationReason": null, "description": "GitlabSlackApplicationService type (Gitlab.com only)", "isDeprecated": false, "name": "GITLAB_SLACK_APPLICATION_SERVICE" }, { "deprecationReason": null, "description": "GooglePlayService type", "isDeprecated": false, "name": "GOOGLE_PLAY_SERVICE" }, { "deprecationReason": null, "description": "HangoutsChatService type", "isDeprecated": false, "name": "HANGOUTS_CHAT_SERVICE" }, { "deprecationReason": null, "description": "HarborService type", "isDeprecated": false, "name": "HARBOR_SERVICE" }, { "deprecationReason": null, "description": "IrkerService type", "isDeprecated": false, "name": "IRKER_SERVICE" }, { "deprecationReason": null, "description": "JenkinsService type", "isDeprecated": false, "name": "JENKINS_SERVICE" }, { "deprecationReason": null, "description": "JiraService type", "isDeprecated": false, "name": "JIRA_SERVICE" }, { "deprecationReason": null, "description": "MattermostService type", "isDeprecated": false, "name": "MATTERMOST_SERVICE" }, { "deprecationReason": null, "description": "MattermostSlashCommandsService type", "isDeprecated": false, "name": "MATTERMOST_SLASH_COMMANDS_SERVICE" }, { "deprecationReason": null, "description": "MicrosoftTeamsService type", "isDeprecated": false, "name": "MICROSOFT_TEAMS_SERVICE" }, { "deprecationReason": null, "description": "PackagistService type", "isDeprecated": false, "name": "PACKAGIST_SERVICE" }, { "deprecationReason": null, "description": "PipelinesEmailService type", "isDeprecated": false, "name": "PIPELINES_EMAIL_SERVICE" }, { "deprecationReason": null, "description": "PivotaltrackerService type", "isDeprecated": false, "name": "PIVOTALTRACKER_SERVICE" }, { "deprecationReason": null, "description": "PrometheusService type", "isDeprecated": false, "name": "PROMETHEUS_SERVICE" }, { "deprecationReason": null, "description": "PumbleService type", "isDeprecated": false, "name": "PUMBLE_SERVICE" }, { "deprecationReason": null, "description": "PushoverService type", "isDeprecated": false, "name": "PUSHOVER_SERVICE" }, { "deprecationReason": null, "description": "RedmineService type", "isDeprecated": false, "name": "REDMINE_SERVICE" }, { "deprecationReason": null, "description": "ShimoService type", "isDeprecated": false, "name": "SHIMO_SERVICE" }, { "deprecationReason": null, "description": "SlackService type", "isDeprecated": false, "name": "SLACK_SERVICE" }, { "deprecationReason": null, "description": "SlackSlashCommandsService type", "isDeprecated": false, "name": "SLACK_SLASH_COMMANDS_SERVICE" }, { "deprecationReason": null, "description": "SquashTmService type", "isDeprecated": false, "name": "SQUASH_TM_SERVICE" }, { "deprecationReason": null, "description": "TeamcityService type", "isDeprecated": false, "name": "TEAMCITY_SERVICE" }, { "deprecationReason": null, "description": "UnifyCircuitService type", "isDeprecated": false, "name": "UNIFY_CIRCUIT_SERVICE" }, { "deprecationReason": null, "description": "WebexTeamsService type", "isDeprecated": false, "name": "WEBEX_TEAMS_SERVICE" }, { "deprecationReason": null, "description": "YoutrackService type", "isDeprecated": false, "name": "YOUTRACK_SERVICE" }, { "deprecationReason": null, "description": "ZentaoService type", "isDeprecated": false, "name": "ZENTAO_SERVICE" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ServiceType", "possibleTypes": null }, { "description": "How to format SHA strings.", "enumValues": [ { "deprecationReason": null, "description": "Abbreviated format. Short SHAs are typically eight characters long.", "isDeprecated": false, "name": "SHORT" }, { "deprecationReason": null, "description": "Unabbreviated format.", "isDeprecated": false, "name": "LONG" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ShaFormat", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "Sharing of runners is disabled and unoverridable.", "isDeprecated": false, "name": "DISABLED_AND_UNOVERRIDABLE" }, { "deprecationReason": null, "description": "Sharing of runners is disabled and overridable.", "isDeprecated": false, "name": "DISABLED_AND_OVERRIDABLE" }, { "deprecationReason": null, "description": "Sharing of runners is enabled.", "isDeprecated": false, "name": "ENABLED" }, { "deprecationReason": "This was renamed. Please use `disabled_and_overridable`. Deprecated in 17.0.", "description": "Sharing of runners is disabled and overridable. Deprecated in 17.0: This was renamed.", "isDeprecated": true, "name": "DISABLED_WITH_OVERRIDE" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "SharedRunnersSetting", "possibleTypes": null }, { "description": "Represents a snippet entry", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Owner of the snippet.", "isDeprecated": false, "name": "author", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Paths of the blobs.", "name": "paths", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Snippet blobs.", "isDeprecated": false, "name": "blobs", "type": { "kind": "OBJECT", "name": "SnippetBlobConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All commenters on this noteable.", "isDeprecated": false, "name": "commenters", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCoreConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp this snippet was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Description of the snippet.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `description`", "isDeprecated": false, "name": "descriptionHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All discussions on this noteable.", "isDeprecated": false, "name": "discussions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DiscussionConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "File Name of the snippet.", "isDeprecated": false, "name": "fileName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "HTTP URL to the snippet repository.", "isDeprecated": false, "name": "httpUrlToRepo", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the snippet.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "SnippetID", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All notes on this noteable.", "isDeprecated": false, "name": "notes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NoteConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Project the snippet is associated with.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Raw URL of the snippet.", "isDeprecated": false, "name": "rawUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "SSH URL to the snippet repository.", "isDeprecated": false, "name": "sshUrlToRepo", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Title of the snippet.", "isDeprecated": false, "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp this snippet was updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Permissions for the current user on the resource", "isDeprecated": false, "name": "userPermissions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SnippetPermissions", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Visibility Level of the snippet.", "isDeprecated": false, "name": "visibilityLevel", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VisibilityLevelsEnum", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web URL of the snippet.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "NoteableInterface", "ofType": null } ], "kind": "OBJECT", "name": "Snippet", "possibleTypes": null }, { "description": "Represents the snippet blob", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Shows whether the blob is binary.", "isDeprecated": false, "name": "binary", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Blob external storage.", "isDeprecated": false, "name": "externalStorage", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Blob mode.", "isDeprecated": false, "name": "mode", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Blob name.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Blob path.", "isDeprecated": false, "name": "path", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Blob plain highlighted data.", "isDeprecated": false, "name": "plainData", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Blob raw content endpoint path.", "isDeprecated": false, "name": "rawPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Raw content of the blob, if the blob is text data.", "isDeprecated": false, "name": "rawPlainData", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Shows whether the blob is rendered as text.", "isDeprecated": false, "name": "renderedAsText", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Blob highlighted data.", "isDeprecated": false, "name": "richData", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Blob content rich viewer.", "isDeprecated": false, "name": "richViewer", "type": { "kind": "OBJECT", "name": "SnippetBlobViewer", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Blob content simple viewer.", "isDeprecated": false, "name": "simpleViewer", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SnippetBlobViewer", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Blob size.", "isDeprecated": false, "name": "size", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SnippetBlob", "possibleTypes": null }, { "description": "Type of a snippet blob input action", "enumValues": [ { "deprecationReason": null, "description": "Create a snippet blob.", "isDeprecated": false, "name": "create" }, { "deprecationReason": null, "description": "Update a snippet blob.", "isDeprecated": false, "name": "update" }, { "deprecationReason": null, "description": "Delete a snippet blob.", "isDeprecated": false, "name": "delete" }, { "deprecationReason": null, "description": "Move a snippet blob.", "isDeprecated": false, "name": "move" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "SnippetBlobActionEnum", "possibleTypes": null }, { "description": "Represents an action to perform over a snippet file", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Type of input action.", "name": "action", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "SnippetBlobActionEnum", "ofType": null } } }, { "defaultValue": null, "description": "Previous path of the snippet file.", "name": "previousPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Path of the snippet file.", "name": "filePath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Snippet file content.", "name": "content", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "SnippetBlobActionInputType", "possibleTypes": null }, { "description": "The connection type for SnippetBlob.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SnippetBlobEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates if the snippet has unretrievable blobs.", "isDeprecated": false, "name": "hasUnretrievableBlobs", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SnippetBlob", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SnippetBlobConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "SnippetBlob", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SnippetBlobEdge", "possibleTypes": null }, { "description": "Represents how the blob content should be displayed", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Shows whether the blob should be displayed collapsed.", "isDeprecated": false, "name": "collapsed", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Content file type.", "isDeprecated": false, "name": "fileType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Shows whether the blob content is loaded asynchronously.", "isDeprecated": false, "name": "loadAsync", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Loading partial name.", "isDeprecated": false, "name": "loadingPartialName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Error rendering the blob content.", "isDeprecated": false, "name": "renderError", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Shows whether the blob is too large to be displayed.", "isDeprecated": false, "name": "tooLarge", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Type of blob viewer.", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "BlobViewersType", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SnippetBlobViewer", "possibleTypes": null }, { "description": "The connection type for Snippet.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SnippetEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Snippet", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SnippetConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Snippet", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SnippetEdge", "possibleTypes": null }, { "description": "A `SnippetID` is a global ID. It is encoded as a string.\n\nAn example `SnippetID` is: `\"gid://gitlab/Snippet/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "SnippetID", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `admin_snippet` on this resource", "isDeprecated": false, "name": "adminSnippet", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `award_emoji` on this resource", "isDeprecated": false, "name": "awardEmoji", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `create_note` on this resource", "isDeprecated": false, "name": "createNote", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `read_snippet` on this resource", "isDeprecated": false, "name": "readSnippet", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `report_snippet` on this resource", "isDeprecated": false, "name": "reportSnippet", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `update_snippet` on this resource", "isDeprecated": false, "name": "updateSnippet", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SnippetPermissions", "possibleTypes": null }, { "description": "Represents the Geo sync and verification state of a snippet repository", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Timestamp when the SnippetRepositoryRegistry was created", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the SnippetRepositoryRegistry", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Error message during sync of the SnippetRepositoryRegistry", "isDeprecated": false, "name": "lastSyncFailure", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent successful sync of the SnippetRepositoryRegistry", "isDeprecated": false, "name": "lastSyncedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp after which the SnippetRepositoryRegistry is resynced", "isDeprecated": false, "name": "retryAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of consecutive failed sync attempts of the SnippetRepositoryRegistry", "isDeprecated": false, "name": "retryCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the Snippet Repository.", "isDeprecated": false, "name": "snippetRepositoryId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Sync state of the SnippetRepositoryRegistry", "isDeprecated": false, "name": "state", "type": { "kind": "ENUM", "name": "RegistryState", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp after which the SnippetRepositoryRegistry is reverified", "isDeprecated": false, "name": "verificationRetryAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent successful verification of the SnippetRepositoryRegistry", "isDeprecated": false, "name": "verifiedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SnippetRepositoryRegistry", "possibleTypes": null }, { "description": "The connection type for SnippetRepositoryRegistry.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SnippetRepositoryRegistryEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SnippetRepositoryRegistry", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SnippetRepositoryRegistryConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "SnippetRepositoryRegistry", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SnippetRepositoryRegistryEdge", "possibleTypes": null }, { "description": "Common sort values", "enumValues": [ { "deprecationReason": "This was renamed. Please use `UPDATED_DESC`. Deprecated in 13.5.", "description": "Updated at descending order.", "isDeprecated": true, "name": "updated_desc" }, { "deprecationReason": "This was renamed. Please use `UPDATED_ASC`. Deprecated in 13.5.", "description": "Updated at ascending order.", "isDeprecated": true, "name": "updated_asc" }, { "deprecationReason": "This was renamed. Please use `CREATED_DESC`. Deprecated in 13.5.", "description": "Created at descending order.", "isDeprecated": true, "name": "created_desc" }, { "deprecationReason": "This was renamed. Please use `CREATED_ASC`. Deprecated in 13.5.", "description": "Created at ascending order.", "isDeprecated": true, "name": "created_asc" }, { "deprecationReason": null, "description": "Updated at descending order.", "isDeprecated": false, "name": "UPDATED_DESC" }, { "deprecationReason": null, "description": "Updated at ascending order.", "isDeprecated": false, "name": "UPDATED_ASC" }, { "deprecationReason": null, "description": "Created at descending order.", "isDeprecated": false, "name": "CREATED_DESC" }, { "deprecationReason": null, "description": "Created at ascending order.", "isDeprecated": false, "name": "CREATED_ASC" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "Sort", "possibleTypes": null }, { "description": "Values for sort direction", "enumValues": [ { "deprecationReason": null, "description": "Ascending order.", "isDeprecated": false, "name": "ASC" }, { "deprecationReason": null, "description": "Descending order.", "isDeprecated": false, "name": "DESC" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "SortDirectionEnum", "possibleTypes": null }, { "description": "SSH signature for a signed commit", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "SHA of the associated commit.", "isDeprecated": false, "name": "commitSha", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "SSH key used for the signature.", "isDeprecated": false, "name": "key", "type": { "kind": "OBJECT", "name": "Key", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Fingerprint of the key.", "isDeprecated": false, "name": "keyFingerprintSha256", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Project of the associated commit.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User associated with the key.", "isDeprecated": false, "name": "user", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates verification status of the associated key or certificate.", "isDeprecated": false, "name": "verificationStatus", "type": { "kind": "ENUM", "name": "VerificationStatus", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "CommitSignature", "ofType": null } ], "kind": "OBJECT", "name": "SshSignature", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Title for the button, for example: Retry this job.", "isDeprecated": false, "name": "buttonTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Icon used in the action button.", "isDeprecated": false, "name": "icon", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID for a status action.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Method for the action, for example: :post.", "isDeprecated": false, "name": "method", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Path for the action.", "isDeprecated": false, "name": "path", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Title for the action, for example: Retry.", "isDeprecated": false, "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "StatusAction", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Status of the work item.", "name": "status", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "RequirementStatusFilter", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "StatusFilterInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Status to assign to the work item.", "name": "status", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TestReportState", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "StatusInput", "possibleTypes": null }, { "description": "Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "String", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Flat path of the entry.", "isDeprecated": false, "name": "flatPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the entry.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the entry.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Path of the entry.", "isDeprecated": false, "name": "path", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Last commit SHA for the entry.", "isDeprecated": false, "name": "sha", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Tree URL for the sub-module.", "isDeprecated": false, "name": "treeUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of tree entry.", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EntryType", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web URL for the sub-module.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Entry", "ofType": null } ], "kind": "OBJECT", "name": "Submodule", "possibleTypes": null }, { "description": "The connection type for Submodule.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SubmoduleEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Submodule", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SubmoduleConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Submodule", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SubmoduleEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "ID of the resource.", "name": "resourceId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "AiModelID", "ofType": null } } }, { "defaultValue": null, "description": "ID of the user.", "name": "userId", "type": { "kind": "SCALAR", "name": "UserID", "ofType": null } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.11.", "description": "Triggered when a response from AI integration is received. Introduced in 15.11: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "aiCompletionResponse", "type": { "kind": "OBJECT", "name": "AiResponse", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of the issuable.", "name": "issuableId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IssuableID", "ofType": null } } } ], "deprecationReason": null, "description": "Triggered when the assignees of an issuable are updated.", "isDeprecated": false, "name": "issuableAssigneesUpdated", "type": { "kind": "UNION", "name": "Issuable", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of the issuable.", "name": "issuableId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IssuableID", "ofType": null } } } ], "deprecationReason": null, "description": "Triggered when the due date or start date of an issuable is updated.", "isDeprecated": false, "name": "issuableDatesUpdated", "type": { "kind": "UNION", "name": "Issuable", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of the issuable.", "name": "issuableId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IssuableID", "ofType": null } } } ], "deprecationReason": null, "description": "Triggered when the description of an issuable is updated.", "isDeprecated": false, "name": "issuableDescriptionUpdated", "type": { "kind": "UNION", "name": "Issuable", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of the issuable.", "name": "issuableId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IssuableID", "ofType": null } } } ], "deprecationReason": null, "description": "Triggered when the epic of an issuable is updated.", "isDeprecated": false, "name": "issuableEpicUpdated", "type": { "kind": "UNION", "name": "Issuable", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of the issuable.", "name": "issuableId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IssuableID", "ofType": null } } } ], "deprecationReason": null, "description": "Triggered when the health status of an issuable is updated.", "isDeprecated": false, "name": "issuableHealthStatusUpdated", "type": { "kind": "UNION", "name": "Issuable", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of the issuable.", "name": "issuableId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IssuableID", "ofType": null } } } ], "deprecationReason": null, "description": "Triggered when the iteration of an issuable is updated.", "isDeprecated": false, "name": "issuableIterationUpdated", "type": { "kind": "UNION", "name": "Issuable", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of the issuable.", "name": "issuableId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IssuableID", "ofType": null } } } ], "deprecationReason": null, "description": "Triggered when the labels of an issuable are updated.", "isDeprecated": false, "name": "issuableLabelsUpdated", "type": { "kind": "UNION", "name": "Issuable", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of the issuable.", "name": "issuableId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IssuableID", "ofType": null } } } ], "deprecationReason": null, "description": "Triggered when the milestone of an issuable is updated.", "isDeprecated": false, "name": "issuableMilestoneUpdated", "type": { "kind": "UNION", "name": "Issuable", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of the issuable.", "name": "issuableId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IssuableID", "ofType": null } } } ], "deprecationReason": null, "description": "Triggered when the title of an issuable is updated.", "isDeprecated": false, "name": "issuableTitleUpdated", "type": { "kind": "UNION", "name": "Issuable", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of the issuable.", "name": "issuableId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IssuableID", "ofType": null } } } ], "deprecationReason": null, "description": "Triggered when the weight of an issuable is updated.", "isDeprecated": false, "name": "issuableWeightUpdated", "type": { "kind": "UNION", "name": "Issuable", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of the issuable.", "name": "issuableId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IssuableID", "ofType": null } } } ], "deprecationReason": null, "description": "Triggered when the crm contacts of an issuable are updated.", "isDeprecated": false, "name": "issueCrmContactsUpdated", "type": { "kind": "UNION", "name": "Issuable", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of the issuable.", "name": "issuableId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IssuableID", "ofType": null } } } ], "deprecationReason": null, "description": "Triggered when approval state of a merge request is updated.", "isDeprecated": false, "name": "mergeRequestApprovalStateUpdated", "type": { "kind": "UNION", "name": "Issuable", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of the issuable.", "name": "issuableId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IssuableID", "ofType": null } } } ], "deprecationReason": null, "description": "Triggered when the merge status of a merge request is updated.", "isDeprecated": false, "name": "mergeRequestMergeStatusUpdated", "type": { "kind": "UNION", "name": "Issuable", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of the issuable.", "name": "issuableId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IssuableID", "ofType": null } } } ], "deprecationReason": null, "description": "Triggered when the reviewers of a merge request are updated.", "isDeprecated": false, "name": "mergeRequestReviewersUpdated", "type": { "kind": "UNION", "name": "Issuable", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of the noteable.", "name": "noteableId", "type": { "kind": "SCALAR", "name": "NoteableID", "ofType": null } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.9.", "description": "Triggered when a note is created. Introduced in 15.9: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "workItemNoteCreated", "type": { "kind": "OBJECT", "name": "Note", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of the noteable.", "name": "noteableId", "type": { "kind": "SCALAR", "name": "NoteableID", "ofType": null } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.9.", "description": "Triggered when a note is deleted. Introduced in 15.9: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "workItemNoteDeleted", "type": { "kind": "OBJECT", "name": "DeletedNote", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of the noteable.", "name": "noteableId", "type": { "kind": "SCALAR", "name": "NoteableID", "ofType": null } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.9.", "description": "Triggered when a note is updated. Introduced in 15.9: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "workItemNoteUpdated", "type": { "kind": "OBJECT", "name": "Note", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Subscription", "possibleTypes": null }, { "description": "Represents an entry from the future subscriptions", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Company of the licensee.", "isDeprecated": false, "name": "company", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Email of the licensee.", "isDeprecated": false, "name": "email", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Date when the license expires.", "isDeprecated": false, "name": "expiresAt", "type": { "kind": "SCALAR", "name": "Date", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the licensee.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the subscription plan.", "isDeprecated": false, "name": "plan", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Date when the license started.", "isDeprecated": false, "name": "startsAt", "type": { "kind": "SCALAR", "name": "Date", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of license the subscription will yield.", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of paid user seats.", "isDeprecated": false, "name": "usersInLicenseCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SubscriptionFutureEntry", "possibleTypes": null }, { "description": "The connection type for SubscriptionFutureEntry.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SubscriptionFutureEntryEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "SubscriptionFutureEntry", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SubscriptionFutureEntryConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "SubscriptionFutureEntry", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SubscriptionFutureEntryEdge", "possibleTypes": null }, { "description": "Represents a Suggested Reviewers result set", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "List of accepted reviewer usernames.", "isDeprecated": false, "name": "accepted", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the suggestions were created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "List of suggested reviewer usernames.", "isDeprecated": false, "name": "suggested", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the suggestions were updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SuggestedReviewersType", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "System note metadata action.", "isDeprecated": false, "name": "action", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Version of the changed description.", "isDeprecated": false, "name": "descriptionVersion", "type": { "kind": "OBJECT", "name": "DescriptionVersion", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Global ID of the specific system note metadata.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "SystemNoteMetadataID", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SystemNoteMetadata", "possibleTypes": null }, { "description": "A `SystemNoteMetadataID` is a global ID. It is encoded as a string.\n\nAn example `SystemNoteMetadataID` is: `\"gid://gitlab/SystemNoteMetadata/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "SystemNoteMetadataID", "possibleTypes": null }, { "description": "Completion status of tasks", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Number of completed tasks.", "isDeprecated": false, "name": "completedCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Number of total tasks.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TaskCompletionStatus", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Timestamp the Terraform state was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp the Terraform state was deleted.", "isDeprecated": false, "name": "deletedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the Terraform state.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Latest version of the Terraform state.", "isDeprecated": false, "name": "latestVersion", "type": { "kind": "OBJECT", "name": "TerraformStateVersion", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp the Terraform state was locked.", "isDeprecated": false, "name": "lockedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User currently holding a lock on the Terraform state.", "isDeprecated": false, "name": "lockedByUser", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the Terraform state.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp the Terraform state was updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TerraformState", "possibleTypes": null }, { "description": "The connection type for TerraformState.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total count of collection.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "TerraformStateEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "TerraformState", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TerraformStateConnection", "possibleTypes": null }, { "description": "Autogenerated input type of TerraformStateDelete", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Global ID of the Terraform state.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "TerraformStateID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "TerraformStateDeleteInput", "possibleTypes": null }, { "description": "Autogenerated return type of TerraformStateDelete", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TerraformStateDeletePayload", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "TerraformState", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TerraformStateEdge", "possibleTypes": null }, { "description": "A `TerraformStateID` is a global ID. It is encoded as a string.\n\nAn example `TerraformStateID` is: `\"gid://gitlab/Terraform::State/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "TerraformStateID", "possibleTypes": null }, { "description": "Autogenerated input type of TerraformStateLock", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Global ID of the Terraform state.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "TerraformStateID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "TerraformStateLockInput", "possibleTypes": null }, { "description": "Autogenerated return type of TerraformStateLock", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TerraformStateLockPayload", "possibleTypes": null }, { "description": "Autogenerated input type of TerraformStateUnlock", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Global ID of the Terraform state.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "TerraformStateID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "TerraformStateUnlockInput", "possibleTypes": null }, { "description": "Autogenerated return type of TerraformStateUnlock", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TerraformStateUnlockPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Timestamp the version was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "User that created this version.", "isDeprecated": false, "name": "createdByUser", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL for downloading the version's JSON file.", "isDeprecated": false, "name": "downloadPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the Terraform state version.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Job that created this version.", "isDeprecated": false, "name": "job", "type": { "kind": "OBJECT", "name": "CiJob", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Serial number of the version.", "isDeprecated": false, "name": "serial", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp the version was updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TerraformStateVersion", "possibleTypes": null }, { "description": "Represents the Geo sync and verification state of a terraform state version", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Timestamp when the TerraformStateVersionRegistry was created", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the TerraformStateVersionRegistry", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Error message during sync of the TerraformStateVersionRegistry", "isDeprecated": false, "name": "lastSyncFailure", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent successful sync of the TerraformStateVersionRegistry", "isDeprecated": false, "name": "lastSyncedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp after which the TerraformStateVersionRegistry is resynced", "isDeprecated": false, "name": "retryAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of consecutive failed sync attempts of the TerraformStateVersionRegistry", "isDeprecated": false, "name": "retryCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Sync state of the TerraformStateVersionRegistry", "isDeprecated": false, "name": "state", "type": { "kind": "ENUM", "name": "RegistryState", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the terraform state version.", "isDeprecated": false, "name": "terraformStateVersionId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp after which the TerraformStateVersionRegistry is reverified", "isDeprecated": false, "name": "verificationRetryAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent successful verification of the TerraformStateVersionRegistry", "isDeprecated": false, "name": "verifiedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TerraformStateVersionRegistry", "possibleTypes": null }, { "description": "The connection type for TerraformStateVersionRegistry.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "TerraformStateVersionRegistryEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "TerraformStateVersionRegistry", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TerraformStateVersionRegistryConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "TerraformStateVersionRegistry", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TerraformStateVersionRegistryEdge", "possibleTypes": null }, { "description": "Test case in pipeline test report.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "URL of the test case attachment file.", "isDeprecated": false, "name": "attachmentUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Classname of the test case.", "isDeprecated": false, "name": "classname", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Test case execution time in seconds.", "isDeprecated": false, "name": "executionTime", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Path to the file of the test case.", "isDeprecated": false, "name": "file", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the test case.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Recent failure history of the test case on the base branch.", "isDeprecated": false, "name": "recentFailures", "type": { "kind": "OBJECT", "name": "RecentFailures", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Stack trace of the test case.", "isDeprecated": false, "name": "stackTrace", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Status of the test case (error, failed, success, skipped).", "isDeprecated": false, "name": "status", "type": { "kind": "ENUM", "name": "TestCaseStatus", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "System output of the test case.", "isDeprecated": false, "name": "systemOutput", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TestCase", "possibleTypes": null }, { "description": "The connection type for TestCase.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total count of collection.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "TestCaseEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "TestCase", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TestCaseConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "TestCase", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TestCaseEdge", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "Test case that has a status of error.", "isDeprecated": false, "name": "error" }, { "deprecationReason": null, "description": "Test case that has a status of failed.", "isDeprecated": false, "name": "failed" }, { "deprecationReason": null, "description": "Test case that has a status of success.", "isDeprecated": false, "name": "success" }, { "deprecationReason": null, "description": "Test case that has a status of skipped.", "isDeprecated": false, "name": "skipped" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "TestCaseStatus", "possibleTypes": null }, { "description": "Represents a requirement test report", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Author of the test report.", "isDeprecated": false, "name": "author", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the test report was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the test report.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "State of the test report.", "isDeprecated": false, "name": "state", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TestReportState", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates whether the test report was generated with references to legacy requirement IIDs.", "isDeprecated": false, "name": "usesLegacyIid", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TestReport", "possibleTypes": null }, { "description": "The connection type for TestReport.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "TestReportEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "TestReport", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TestReportConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "TestReport", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TestReportEdge", "possibleTypes": null }, { "description": "State of a test report", "enumValues": [ { "deprecationReason": null, "description": "Passed test report.", "isDeprecated": false, "name": "PASSED" }, { "deprecationReason": null, "description": "Failed test report.", "isDeprecated": false, "name": "FAILED" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "TestReportState", "possibleTypes": null }, { "description": "Test report for a pipeline", "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Test suites belonging to a pipeline test report.", "isDeprecated": false, "name": "testSuites", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TestSuiteSummaryConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Total report statistics for a pipeline test report.", "isDeprecated": false, "name": "total", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TestReportTotal", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TestReportSummary", "possibleTypes": null }, { "description": "Total test report statistics.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total number of the test cases.", "isDeprecated": false, "name": "count", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total number of test cases that had an error.", "isDeprecated": false, "name": "error", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total number of test cases that failed.", "isDeprecated": false, "name": "failed", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total number of test cases that were skipped.", "isDeprecated": false, "name": "skipped", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total number of test cases that succeeded.", "isDeprecated": false, "name": "success", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Test suite error message.", "isDeprecated": false, "name": "suiteError", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total duration of the tests.", "isDeprecated": false, "name": "time", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TestReportTotal", "possibleTypes": null }, { "description": "Test suite in a pipeline test report.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total number of test cases that had an error.", "isDeprecated": false, "name": "errorCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total number of test cases that failed in the test suite.", "isDeprecated": false, "name": "failedCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the test suite.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total number of test cases that were skipped in the test suite.", "isDeprecated": false, "name": "skippedCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total number of test cases that succeeded in the test suite.", "isDeprecated": false, "name": "successCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Test suite error message.", "isDeprecated": false, "name": "suiteError", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Test cases in the test suite.", "isDeprecated": false, "name": "testCases", "type": { "kind": "OBJECT", "name": "TestCaseConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total number of the test cases in the test suite.", "isDeprecated": false, "name": "totalCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total duration of the tests in the test suite.", "isDeprecated": false, "name": "totalTime", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TestSuite", "possibleTypes": null }, { "description": "Test suite summary in a pipeline test report.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "IDs of the builds used to run the test suite.", "isDeprecated": false, "name": "buildIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Total number of test cases that had an error.", "isDeprecated": false, "name": "errorCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total number of test cases that failed in the test suite.", "isDeprecated": false, "name": "failedCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the test suite.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total number of test cases that were skipped in the test suite.", "isDeprecated": false, "name": "skippedCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total number of test cases that succeeded in the test suite.", "isDeprecated": false, "name": "successCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Test suite error message.", "isDeprecated": false, "name": "suiteError", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total number of the test cases in the test suite.", "isDeprecated": false, "name": "totalCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total duration of the tests in the test suite.", "isDeprecated": false, "name": "totalTime", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TestSuiteSummary", "possibleTypes": null }, { "description": "The connection type for TestSuiteSummary.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total count of collection.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "TestSuiteSummaryEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "TestSuiteSummary", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TestSuiteSummaryConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "TestSuiteSummary", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TestSuiteSummaryEdge", "possibleTypes": null }, { "description": "Time represented in ISO 8601.\n\nFor example: \"2021-03-09T14:58:50+00:00\".\n\nSee `https://www.iso.org/iso-8601-date-and-time-format.html`.\n", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "Time", "possibleTypes": null }, { "description": "Represents the time report stats for timeboxes", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Completed issues metrics.", "isDeprecated": false, "name": "complete", "type": { "kind": "OBJECT", "name": "TimeboxMetrics", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Incomplete issues metrics.", "isDeprecated": false, "name": "incomplete", "type": { "kind": "OBJECT", "name": "TimeboxMetrics", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Total issues metrics.", "isDeprecated": false, "name": "total", "type": { "kind": "OBJECT", "name": "TimeboxMetrics", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TimeReportStats", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether the category is billable or not.", "isDeprecated": false, "name": "billable", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Billing rate for the category.", "isDeprecated": false, "name": "billingRate", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Color assigned to the category.", "isDeprecated": false, "name": "color", "type": { "kind": "SCALAR", "name": "Color", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "When the category was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Description of the category.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Internal ID of the timelog category.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the category.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "When the category was last updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TimeTrackingTimelogCategory", "possibleTypes": null }, { "description": "The connection type for TimeTrackingTimelogCategory.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "TimeTrackingTimelogCategoryEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "TimeTrackingTimelogCategory", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TimeTrackingTimelogCategoryConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "TimeTrackingTimelogCategory", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TimeTrackingTimelogCategoryEdge", "possibleTypes": null }, { "description": "Represents measured stats metrics for timeboxes", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Count metric.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Weight metric.", "isDeprecated": false, "name": "weight", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TimeboxMetrics", "possibleTypes": null }, { "description": "Represents a historically accurate report about the timebox", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Daily scope and completed totals for burnup charts.", "isDeprecated": false, "name": "burnupTimeSeries", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BurnupChartDailyTotals", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "If the report cannot be generated, information about why.", "isDeprecated": false, "name": "error", "type": { "kind": "OBJECT", "name": "TimeboxReportError", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Represents the time report stats for the timebox.", "isDeprecated": false, "name": "stats", "type": { "kind": "OBJECT", "name": "TimeReportStats", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TimeboxReport", "possibleTypes": null }, { "description": "Explains why we could not generate a timebox report.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Machine readable code, categorizing the error.", "isDeprecated": false, "name": "code", "type": { "kind": "ENUM", "name": "TimeboxReportErrorReason", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Human readable message explaining what happened.", "isDeprecated": false, "name": "message", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TimeboxReportError", "possibleTypes": null }, { "description": "Category of error.", "enumValues": [ { "deprecationReason": null, "description": "This type does not support timebox reports.", "isDeprecated": false, "name": "UNSUPPORTED" }, { "deprecationReason": null, "description": "One or both of start_date and due_date is missing.", "isDeprecated": false, "name": "MISSING_DATES" }, { "deprecationReason": null, "description": "There are too many events.", "isDeprecated": false, "name": "TOO_MANY_EVENTS" }, { "deprecationReason": null, "description": "Priority by ascending order.", "isDeprecated": false, "name": "PRIORITY_ASC" }, { "deprecationReason": null, "description": "Priority by descending order.", "isDeprecated": false, "name": "PRIORITY_DESC" }, { "deprecationReason": null, "description": "Label priority by ascending order.", "isDeprecated": false, "name": "LABEL_PRIORITY_ASC" }, { "deprecationReason": null, "description": "Label priority by descending order.", "isDeprecated": false, "name": "LABEL_PRIORITY_DESC" }, { "deprecationReason": null, "description": "Milestone due date by ascending order.", "isDeprecated": false, "name": "MILESTONE_DUE_ASC" }, { "deprecationReason": null, "description": "Milestone due date by descending order.", "isDeprecated": false, "name": "MILESTONE_DUE_DESC" }, { "deprecationReason": "This was renamed. Please use `UPDATED_DESC`. Deprecated in 13.5.", "description": "Updated at descending order.", "isDeprecated": true, "name": "updated_desc" }, { "deprecationReason": "This was renamed. Please use `UPDATED_ASC`. Deprecated in 13.5.", "description": "Updated at ascending order.", "isDeprecated": true, "name": "updated_asc" }, { "deprecationReason": "This was renamed. Please use `CREATED_DESC`. Deprecated in 13.5.", "description": "Created at descending order.", "isDeprecated": true, "name": "created_desc" }, { "deprecationReason": "This was renamed. Please use `CREATED_ASC`. Deprecated in 13.5.", "description": "Created at ascending order.", "isDeprecated": true, "name": "created_asc" }, { "deprecationReason": null, "description": "Updated at descending order.", "isDeprecated": false, "name": "UPDATED_DESC" }, { "deprecationReason": null, "description": "Updated at ascending order.", "isDeprecated": false, "name": "UPDATED_ASC" }, { "deprecationReason": null, "description": "Created at descending order.", "isDeprecated": false, "name": "CREATED_DESC" }, { "deprecationReason": null, "description": "Created at ascending order.", "isDeprecated": false, "name": "CREATED_ASC" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "TimeboxReportErrorReason", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Full path of the project or group used as a scope for report. For example, `gitlab-org` or `gitlab-org/gitlab`.", "name": "fullPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "deprecationReason": null, "description": "Historically accurate report about the timebox.", "isDeprecated": false, "name": "report", "type": { "kind": "OBJECT", "name": "TimeboxReport", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "INTERFACE", "name": "TimeboxReportInterface", "possibleTypes": [ { "kind": "OBJECT", "name": "Iteration", "ofType": null }, { "kind": "OBJECT", "name": "Milestone", "ofType": null } ] }, { "description": "A time-frame defined as a closed inclusive range of two dates", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Start of the range.", "name": "start", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Date", "ofType": null } } }, { "defaultValue": null, "description": "End of the range.", "name": "end", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Date", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "Timeframe", "possibleTypes": null }, { "description": "Autogenerated input type of TimelineEventCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Incident ID of the timeline event.", "name": "incidentId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IssueID", "ofType": null } } }, { "defaultValue": null, "description": "Text note of the timeline event.", "name": "note", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Timestamp of when the event occurred.", "name": "occurredAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "defaultValue": null, "description": "Tags for the incident timeline event.", "name": "timelineEventTagNames", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "TimelineEventCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of TimelineEventCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Timeline event.", "isDeprecated": false, "name": "timelineEvent", "type": { "kind": "OBJECT", "name": "TimelineEventType", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TimelineEventCreatePayload", "possibleTypes": null }, { "description": "Autogenerated input type of TimelineEventDestroy", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Timeline event ID to remove.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IncidentManagementTimelineEventID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "TimelineEventDestroyInput", "possibleTypes": null }, { "description": "Autogenerated return type of TimelineEventDestroy", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Timeline event.", "isDeprecated": false, "name": "timelineEvent", "type": { "kind": "OBJECT", "name": "TimelineEventType", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TimelineEventDestroyPayload", "possibleTypes": null }, { "description": "Autogenerated input type of TimelineEventPromoteFromNote", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Note ID from which the timeline event promoted.", "name": "noteId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "NoteID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "TimelineEventPromoteFromNoteInput", "possibleTypes": null }, { "description": "Autogenerated return type of TimelineEventPromoteFromNote", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Timeline event.", "isDeprecated": false, "name": "timelineEvent", "type": { "kind": "OBJECT", "name": "TimelineEventType", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TimelineEventPromoteFromNotePayload", "possibleTypes": null }, { "description": "Autogenerated input type of TimelineEventTagCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Project to create the timeline event tag in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Name of the tag.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "TimelineEventTagCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of TimelineEventTagCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Timeline event tag.", "isDeprecated": false, "name": "timelineEventTag", "type": { "kind": "OBJECT", "name": "TimelineEventTagType", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TimelineEventTagCreatePayload", "possibleTypes": null }, { "description": "Describes a tag on an incident management timeline event.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "ID of the timeline event tag.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IncidentManagementTimelineEventTagID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the timeline event tag.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TimelineEventTagType", "possibleTypes": null }, { "description": "The connection type for TimelineEventTagType.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "TimelineEventTagTypeEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "TimelineEventTagType", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TimelineEventTagTypeConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "TimelineEventTagType", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TimelineEventTagTypeEdge", "possibleTypes": null }, { "description": "Describes an incident management timeline event", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates the timeline event icon.", "isDeprecated": false, "name": "action", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "User that created the timeline event.", "isDeprecated": false, "name": "author", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp when the event created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the timeline event is editable.", "isDeprecated": false, "name": "editable", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the timeline event.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IncidentManagementTimelineEventID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Incident of the timeline event.", "isDeprecated": false, "name": "incident", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Issue", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Text note of the timeline event.", "isDeprecated": false, "name": "note", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "HTML note of the timeline event.", "isDeprecated": false, "name": "noteHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp when the event occurred.", "isDeprecated": false, "name": "occurredAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Note from which the timeline event was created.", "isDeprecated": false, "name": "promotedFromNote", "type": { "kind": "OBJECT", "name": "Note", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Tags for the incident timeline event.", "isDeprecated": false, "name": "timelineEventTags", "type": { "kind": "OBJECT", "name": "TimelineEventTagTypeConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp when the event updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "User that updated the timeline event.", "isDeprecated": false, "name": "updatedByUser", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TimelineEventType", "possibleTypes": null }, { "description": "The connection type for TimelineEventType.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "TimelineEventTypeEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "TimelineEventType", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TimelineEventTypeConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "TimelineEventType", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TimelineEventTypeEdge", "possibleTypes": null }, { "description": "Autogenerated input type of TimelineEventUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the timeline event to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IncidentManagementTimelineEventID", "ofType": null } } }, { "defaultValue": null, "description": "Text note of the timeline event.", "name": "note", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Timestamp when the event occurred.", "name": "occurredAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Tags for the incident timeline event.", "name": "timelineEventTagNames", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "TimelineEventUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of TimelineEventUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Timeline event.", "isDeprecated": false, "name": "timelineEvent", "type": { "kind": "OBJECT", "name": "TimelineEventType", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TimelineEventUpdatePayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Internal ID of the timelog.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Issue that logged time was added to.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Merge request that logged time was added to.", "isDeprecated": false, "name": "mergeRequest", "type": { "kind": "OBJECT", "name": "MergeRequest", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Note where the quick action was executed to add the logged time.", "isDeprecated": false, "name": "note", "type": { "kind": "OBJECT", "name": "Note", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Target project of the timelog merge request or issue.", "isDeprecated": false, "name": "project", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Project", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the time tracked was spent at.", "isDeprecated": false, "name": "spentAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Summary of how the time was spent.", "isDeprecated": false, "name": "summary", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Time spent displayed in seconds.", "isDeprecated": false, "name": "timeSpent", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "User that logged the time.", "isDeprecated": false, "name": "user", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Permissions for the current user on the resource", "isDeprecated": false, "name": "userPermissions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TimelogPermissions", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Timelog", "possibleTypes": null }, { "description": "The connection type for Timelog.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total count of collection.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "TimelogEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Timelog", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Total time spent in seconds.", "isDeprecated": false, "name": "totalSpentTime", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TimelogConnection", "possibleTypes": null }, { "description": "Autogenerated input type of TimelogCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Amount of time spent.", "name": "timeSpent", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "When the time was spent.", "name": "spentAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "defaultValue": null, "description": "Summary of time spent.", "name": "summary", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Global ID of the issuable (Issue, WorkItem or MergeRequest).", "name": "issuableId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IssuableID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "TimelogCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of TimelogCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Timelog.", "isDeprecated": false, "name": "timelog", "type": { "kind": "OBJECT", "name": "Timelog", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TimelogCreatePayload", "possibleTypes": null }, { "description": "Autogenerated input type of TimelogDelete", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the timelog.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "TimelogID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "TimelogDeleteInput", "possibleTypes": null }, { "description": "Autogenerated return type of TimelogDelete", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Timelog.", "isDeprecated": false, "name": "timelog", "type": { "kind": "OBJECT", "name": "Timelog", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TimelogDeletePayload", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Timelog", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TimelogEdge", "possibleTypes": null }, { "description": "A `TimelogID` is a global ID. It is encoded as a string.\n\nAn example `TimelogID` is: `\"gid://gitlab/Timelog/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "TimelogID", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `admin_timelog` on this resource", "isDeprecated": false, "name": "adminTimelog", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TimelogPermissions", "possibleTypes": null }, { "description": "Values for sorting timelogs", "enumValues": [ { "deprecationReason": null, "description": "Spent at by ascending order.", "isDeprecated": false, "name": "SPENT_AT_ASC" }, { "deprecationReason": null, "description": "Spent at by descending order.", "isDeprecated": false, "name": "SPENT_AT_DESC" }, { "deprecationReason": null, "description": "Time spent by ascending order.", "isDeprecated": false, "name": "TIME_SPENT_ASC" }, { "deprecationReason": null, "description": "Time spent by descending order.", "isDeprecated": false, "name": "TIME_SPENT_DESC" }, { "deprecationReason": "This was renamed. Please use `UPDATED_DESC`. Deprecated in 13.5.", "description": "Updated at descending order.", "isDeprecated": true, "name": "updated_desc" }, { "deprecationReason": "This was renamed. Please use `UPDATED_ASC`. Deprecated in 13.5.", "description": "Updated at ascending order.", "isDeprecated": true, "name": "updated_asc" }, { "deprecationReason": "This was renamed. Please use `CREATED_DESC`. Deprecated in 13.5.", "description": "Created at descending order.", "isDeprecated": true, "name": "created_desc" }, { "deprecationReason": "This was renamed. Please use `CREATED_ASC`. Deprecated in 13.5.", "description": "Created at ascending order.", "isDeprecated": true, "name": "created_asc" }, { "deprecationReason": null, "description": "Updated at descending order.", "isDeprecated": false, "name": "UPDATED_DESC" }, { "deprecationReason": null, "description": "Updated at ascending order.", "isDeprecated": false, "name": "UPDATED_ASC" }, { "deprecationReason": null, "description": "Created at descending order.", "isDeprecated": false, "name": "CREATED_DESC" }, { "deprecationReason": null, "description": "Created at ascending order.", "isDeprecated": false, "name": "CREATED_ASC" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "TimelogSort", "possibleTypes": null }, { "description": "Representing a to-do entry", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Action of the to-do item.", "isDeprecated": false, "name": "action", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TodoActionEnum", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Author of this to-do item.", "isDeprecated": false, "name": "author", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Body of the to-do item.", "isDeprecated": false, "name": "body", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp this to-do item was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Group this to-do item is associated with.", "isDeprecated": false, "name": "group", "type": { "kind": "OBJECT", "name": "Group", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the to-do item.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Note which created this to-do item.", "isDeprecated": false, "name": "note", "type": { "kind": "OBJECT", "name": "Note", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Project this to-do item is associated with.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "State of the to-do item.", "isDeprecated": false, "name": "state", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TodoStateEnum", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Target of the to-do item.", "isDeprecated": false, "name": "target", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "Todoable", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Target type of the to-do item.", "isDeprecated": false, "name": "targetType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TodoTargetEnum", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Todo", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "User was assigned.", "isDeprecated": false, "name": "assigned" }, { "deprecationReason": null, "description": "User was mentioned.", "isDeprecated": false, "name": "mentioned" }, { "deprecationReason": null, "description": "Build triggered by the user failed.", "isDeprecated": false, "name": "build_failed" }, { "deprecationReason": null, "description": "User added a to-do item.", "isDeprecated": false, "name": "marked" }, { "deprecationReason": null, "description": "User was set as an approver.", "isDeprecated": false, "name": "approval_required" }, { "deprecationReason": null, "description": "Merge request authored by the user could not be merged.", "isDeprecated": false, "name": "unmergeable" }, { "deprecationReason": null, "description": "User was directly addressed.", "isDeprecated": false, "name": "directly_addressed" }, { "deprecationReason": null, "description": "Merge request authored by the user was removed from the merge train.", "isDeprecated": false, "name": "merge_train_removed" }, { "deprecationReason": null, "description": "Review was requested from the user.", "isDeprecated": false, "name": "review_requested" }, { "deprecationReason": null, "description": "Group or project access requested from the user.", "isDeprecated": false, "name": "member_access_requested" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "TodoActionEnum", "possibleTypes": null }, { "description": "The connection type for Todo.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "TodoEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Todo", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TodoConnection", "possibleTypes": null }, { "description": "Autogenerated input type of TodoCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the to-do item's parent. Issues, merge requests, designs, and epics are supported.", "name": "targetId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "TodoableID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "TodoCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of TodoCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "To-do item created.", "isDeprecated": false, "name": "todo", "type": { "kind": "OBJECT", "name": "Todo", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TodoCreatePayload", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Todo", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TodoEdge", "possibleTypes": null }, { "description": "A `TodoID` is a global ID. It is encoded as a string.\n\nAn example `TodoID` is: `\"gid://gitlab/Todo/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "TodoID", "possibleTypes": null }, { "description": "Autogenerated input type of TodoMarkDone", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the to-do item to mark as done.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "TodoID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "TodoMarkDoneInput", "possibleTypes": null }, { "description": "Autogenerated return type of TodoMarkDone", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Requested to-do item.", "isDeprecated": false, "name": "todo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Todo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TodoMarkDonePayload", "possibleTypes": null }, { "description": "Autogenerated input type of TodoRestore", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the to-do item to restore.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "TodoID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "TodoRestoreInput", "possibleTypes": null }, { "description": "Autogenerated input type of TodoRestoreMany", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global IDs of the to-do items to restore (a maximum of 50 is supported at once).", "name": "ids", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "TodoID", "ofType": null } } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "TodoRestoreManyInput", "possibleTypes": null }, { "description": "Autogenerated return type of TodoRestoreMany", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Updated to-do items.", "isDeprecated": false, "name": "todos", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Todo", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TodoRestoreManyPayload", "possibleTypes": null }, { "description": "Autogenerated return type of TodoRestore", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Requested to-do item.", "isDeprecated": false, "name": "todo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Todo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TodoRestorePayload", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "State of the todo is pending.", "isDeprecated": false, "name": "pending" }, { "deprecationReason": null, "description": "State of the todo is done.", "isDeprecated": false, "name": "done" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "TodoStateEnum", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "Commit.", "isDeprecated": false, "name": "COMMIT" }, { "deprecationReason": null, "description": "Issue.", "isDeprecated": false, "name": "ISSUE" }, { "deprecationReason": null, "description": "Work item.", "isDeprecated": false, "name": "WORKITEM" }, { "deprecationReason": null, "description": "Merge request.", "isDeprecated": false, "name": "MERGEREQUEST" }, { "deprecationReason": null, "description": "Design.", "isDeprecated": false, "name": "DESIGN" }, { "deprecationReason": null, "description": "Alert.", "isDeprecated": false, "name": "ALERT" }, { "deprecationReason": null, "description": "An Epic.", "isDeprecated": false, "name": "EPIC" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "TodoTargetEnum", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "URL of this object.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "INTERFACE", "name": "Todoable", "possibleTypes": [ { "kind": "OBJECT", "name": "AlertManagementAlert", "ofType": null }, { "kind": "OBJECT", "name": "BoardEpic", "ofType": null }, { "kind": "OBJECT", "name": "Commit", "ofType": null }, { "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 }, { "kind": "OBJECT", "name": "WorkItem", "ofType": null } ] }, { "description": "A `TodoableID` is a global ID. It is encoded as a string.\n\nAn example `TodoableID` is: `\"gid://gitlab/Todoable/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "TodoableID", "possibleTypes": null }, { "description": "Autogenerated input type of TodosMarkAllDone", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the to-do item's parent. Issues, merge requests, designs, and epics are supported. If argument is omitted, all pending to-do items of the current user are marked as done.", "name": "targetId", "type": { "kind": "SCALAR", "name": "TodoableID", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "TodosMarkAllDoneInput", "possibleTypes": null }, { "description": "Autogenerated return type of TodosMarkAllDone", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Updated to-do items.", "isDeprecated": false, "name": "todos", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Todo", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TodosMarkAllDonePayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "URL to avatar image file of the topic.", "isDeprecated": false, "name": "avatarUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Description of the topic.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `description`", "isDeprecated": false, "name": "descriptionHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the topic.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the topic.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Title of the topic.", "isDeprecated": false, "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Topic", "possibleTypes": null }, { "description": "The connection type for Topic.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "TopicEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Topic", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TopicConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Topic", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TopicEdge", "possibleTypes": null }, { "description": "Status of the request to the training provider. The URL of a TrainingUrl is calculated asynchronously. When PENDING, the URL of the TrainingUrl will be null. When COMPLETED, the URL of the TrainingUrl will be available.", "enumValues": [ { "deprecationReason": null, "description": "Pending request.", "isDeprecated": false, "name": "PENDING" }, { "deprecationReason": null, "description": "Completed request.", "isDeprecated": false, "name": "COMPLETED" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "TrainingUrlRequestStatus", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Blobs of the tree.", "isDeprecated": false, "name": "blobs", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "BlobConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Last commit for the tree.", "isDeprecated": false, "name": "lastCommit", "type": { "kind": "OBJECT", "name": "Commit", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Sub-modules of the tree.", "isDeprecated": false, "name": "submodules", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SubmoduleConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Trees of the tree.", "isDeprecated": false, "name": "trees", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TreeEntryConnection", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Tree", "possibleTypes": null }, { "description": "The connection type for Tree.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "TreeEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Tree", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TreeConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Tree", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TreeEdge", "possibleTypes": null }, { "description": "Represents a directory", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Flat path of the entry.", "isDeprecated": false, "name": "flatPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the entry.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the entry.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Path of the entry.", "isDeprecated": false, "name": "path", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Last commit SHA for the entry.", "isDeprecated": false, "name": "sha", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Type of tree entry.", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "EntryType", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web path for the tree entry (directory).", "isDeprecated": false, "name": "webPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web URL for the tree entry (directory).", "isDeprecated": false, "name": "webUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Entry", "ofType": null } ], "kind": "OBJECT", "name": "TreeEntry", "possibleTypes": null }, { "description": "The connection type for TreeEntry.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "TreeEntryEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "TreeEntry", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TreeEntryConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "TreeEntry", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "TreeEntryEdge", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "Snippet created independent of any project.", "isDeprecated": false, "name": "personal" }, { "deprecationReason": null, "description": "Snippet related to a specific project.", "isDeprecated": false, "name": "project" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "TypeEnum", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Filters epics that have at least one of the given labels.", "name": "labelName", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filters epics that are authored by one of the given users.", "name": "authorUsername", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "UnionedEpicFilterInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Filters issues that are assigned to at least one of the given users.", "name": "assigneeUsernames", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filters issues that are authored by one of the given users.", "name": "authorUsernames", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Filters issues that have at least one of the given labels.", "name": "labelNames", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "UnionedIssueFilterInput", "possibleTypes": null }, { "description": "Defines which user roles, users, or groups can unprotect a protected branch.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "GitLab::Access level.", "isDeprecated": false, "name": "accessLevel", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Human readable representation for this access level.", "isDeprecated": false, "name": "accessLevelDescription", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Group associated with this access level.", "isDeprecated": false, "name": "group", "type": { "kind": "OBJECT", "name": "AccessLevelGroup", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User associated with this access level.", "isDeprecated": false, "name": "user", "type": { "kind": "OBJECT", "name": "AccessLevelUser", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UnprotectAccessLevel", "possibleTypes": null }, { "description": "The connection type for UnprotectAccessLevel.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "UnprotectAccessLevelEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "UnprotectAccessLevel", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UnprotectAccessLevelConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "UnprotectAccessLevel", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UnprotectAccessLevelEdge", "possibleTypes": null }, { "description": "A regexp containing patterns sourced from user input", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "UntrustedRegexp", "possibleTypes": null }, { "description": "Autogenerated input type of UpdateAlertStatus", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project the alert to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the alert to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Status to set the alert.", "name": "status", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AlertManagementStatus", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "UpdateAlertStatusInput", "possibleTypes": null }, { "description": "Autogenerated return type of UpdateAlertStatus", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Alert after mutation.", "isDeprecated": false, "name": "alert", "type": { "kind": "OBJECT", "name": "AlertManagementAlert", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Issue created after mutation.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "To-do item after mutation.", "isDeprecated": false, "name": "todo", "type": { "kind": "OBJECT", "name": "Todo", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UpdateAlertStatusPayload", "possibleTypes": null }, { "description": "Autogenerated input type of UpdateBoardEpicUserPreferences", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Board global ID.", "name": "boardId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BoardID", "ofType": null } } }, { "defaultValue": null, "description": "ID of an epic to set preferences for.", "name": "epicId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "EpicID", "ofType": null } } }, { "defaultValue": null, "description": "Whether the epic should be collapsed in the board.", "name": "collapsed", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "UpdateBoardEpicUserPreferencesInput", "possibleTypes": null }, { "description": "Autogenerated return type of UpdateBoardEpicUserPreferences", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User preferences for the epic in the board after mutation.", "isDeprecated": false, "name": "epicUserPreferences", "type": { "kind": "OBJECT", "name": "BoardEpicUserPreferences", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UpdateBoardEpicUserPreferencesPayload", "possibleTypes": null }, { "description": "Autogenerated input type of UpdateBoard", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Board name.", "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Whether or not backlog list is hidden.", "name": "hideBacklogList", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Whether or not closed list is hidden.", "name": "hideClosedList", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Board global ID.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BoardID", "ofType": null } } }, { "defaultValue": null, "description": "ID of user to be assigned to the board.", "name": "assigneeId", "type": { "kind": "SCALAR", "name": "UserID", "ofType": null } }, { "defaultValue": null, "description": "ID of milestone to be assigned to the board.", "name": "milestoneId", "type": { "kind": "SCALAR", "name": "MilestoneID", "ofType": null } }, { "defaultValue": null, "description": "ID of iteration to be assigned to the board.", "name": "iterationId", "type": { "kind": "SCALAR", "name": "IterationID", "ofType": null } }, { "defaultValue": null, "description": "ID of iteration cadence to be assigned to the board.", "name": "iterationCadenceId", "type": { "kind": "SCALAR", "name": "IterationsCadenceID", "ofType": null } }, { "defaultValue": null, "description": "Weight value to be assigned to the board.", "name": "weight", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Labels of the issue.", "name": "labels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "IDs of labels to be added to the board.", "name": "labelIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "LabelID", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "UpdateBoardInput", "possibleTypes": null }, { "description": "Autogenerated input type of UpdateBoardList", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Position of list within the board.", "name": "position", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Indicates if the list is collapsed for the user.", "name": "collapsed", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the list.", "name": "listId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ListID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "UpdateBoardListInput", "possibleTypes": null }, { "description": "Autogenerated return type of UpdateBoardList", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Mutated list.", "isDeprecated": false, "name": "list", "type": { "kind": "OBJECT", "name": "BoardList", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UpdateBoardListPayload", "possibleTypes": null }, { "description": "Autogenerated return type of UpdateBoard", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Board after mutation.", "isDeprecated": false, "name": "board", "type": { "kind": "OBJECT", "name": "Board", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UpdateBoardPayload", "possibleTypes": null }, { "description": "Autogenerated input type of UpdateComplianceFramework", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the compliance framework to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ComplianceManagementFrameworkID", "ofType": null } } }, { "defaultValue": null, "description": "Parameters to update the compliance framework with.", "name": "params", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ComplianceFrameworkInput", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "UpdateComplianceFrameworkInput", "possibleTypes": null }, { "description": "Autogenerated return type of UpdateComplianceFramework", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Compliance framework after mutation.", "isDeprecated": false, "name": "complianceFramework", "type": { "kind": "OBJECT", "name": "ComplianceFramework", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UpdateComplianceFrameworkPayload", "possibleTypes": null }, { "description": "Autogenerated input type of UpdateContainerExpirationPolicy", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Project path where the container expiration policy is located.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Indicates whether this container expiration policy is enabled.", "name": "enabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "This container expiration policy schedule.", "name": "cadence", "type": { "kind": "ENUM", "name": "ContainerExpirationPolicyCadenceEnum", "ofType": null } }, { "defaultValue": null, "description": "Tags older that this will expire.", "name": "olderThan", "type": { "kind": "ENUM", "name": "ContainerExpirationPolicyOlderThanEnum", "ofType": null } }, { "defaultValue": null, "description": "Number of tags to retain.", "name": "keepN", "type": { "kind": "ENUM", "name": "ContainerExpirationPolicyKeepEnum", "ofType": null } }, { "defaultValue": null, "description": "Tags with names matching this regex pattern will expire.", "name": "nameRegex", "type": { "kind": "SCALAR", "name": "UntrustedRegexp", "ofType": null } }, { "defaultValue": null, "description": "Tags with names matching this regex pattern will be preserved.", "name": "nameRegexKeep", "type": { "kind": "SCALAR", "name": "UntrustedRegexp", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "UpdateContainerExpirationPolicyInput", "possibleTypes": null }, { "description": "Autogenerated return type of UpdateContainerExpirationPolicy", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Container expiration policy after mutation.", "isDeprecated": false, "name": "containerExpirationPolicy", "type": { "kind": "OBJECT", "name": "ContainerExpirationPolicy", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UpdateContainerExpirationPolicyPayload", "possibleTypes": null }, { "description": "Autogenerated input type of UpdateDependencyProxyImageTtlGroupPolicy", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Group path for the group dependency proxy image TTL policy.", "name": "groupPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Indicates whether the policy is enabled or disabled.", "name": "enabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Number of days to retain a cached image file.", "name": "ttl", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "UpdateDependencyProxyImageTtlGroupPolicyInput", "possibleTypes": null }, { "description": "Autogenerated return type of UpdateDependencyProxyImageTtlGroupPolicy", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Group image TTL policy after mutation.", "isDeprecated": false, "name": "dependencyProxyImageTtlPolicy", "type": { "kind": "OBJECT", "name": "DependencyProxyImageTtlGroupPolicy", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UpdateDependencyProxyImageTtlGroupPolicyPayload", "possibleTypes": null }, { "description": "Autogenerated input type of UpdateDependencyProxySettings", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Group path for the group dependency proxy.", "name": "groupPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Indicates whether the policy is enabled or disabled.", "name": "enabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "UpdateDependencyProxySettingsInput", "possibleTypes": null }, { "description": "Autogenerated return type of UpdateDependencyProxySettings", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Group dependency proxy settings after mutation.", "isDeprecated": false, "name": "dependencyProxySetting", "type": { "kind": "OBJECT", "name": "DependencyProxySetting", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UpdateDependencyProxySettingsPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "X position of the note.", "name": "x", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Y position of the note.", "name": "y", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Total width of the image.", "name": "width", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Total height of the image.", "name": "height", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "UpdateDiffImagePositionInput", "possibleTypes": null }, { "description": "Autogenerated input type of UpdateEpicBoardList", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Position of list within the board.", "name": "position", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Indicates if the list is collapsed for the user.", "name": "collapsed", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the epic list.", "name": "listId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "BoardsEpicListID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "UpdateEpicBoardListInput", "possibleTypes": null }, { "description": "Autogenerated return type of UpdateEpicBoardList", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Mutated epic list.", "isDeprecated": false, "name": "list", "type": { "kind": "OBJECT", "name": "EpicList", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UpdateEpicBoardListPayload", "possibleTypes": null }, { "description": "Autogenerated input type of UpdateEpic", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "IID of the epic to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Group the epic to mutate is in.", "name": "groupPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Title of the epic.", "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Description of the epic.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Indicates if the epic is confidential.", "name": "confidential", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Start date of the epic.", "name": "startDateFixed", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "End date of the epic.", "name": "dueDateFixed", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Indicates start date should be sourced from start_date_fixed field not the issue milestones.", "name": "startDateIsFixed", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Indicates end date should be sourced from due_date_fixed field not the issue milestones.", "name": "dueDateIsFixed", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "IDs of labels to be added to the epic.", "name": "addLabelIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "IDs of labels to be removed from the epic.", "name": "removeLabelIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Array of labels to be added to the epic.", "name": "addLabels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Color of the epic. Available only when feature flag `epic_color_highlight` is enabled. This flag is disabled by default, because the feature is experimental and is subject to change without notice.", "name": "color", "type": { "kind": "SCALAR", "name": "Color", "ofType": null } }, { "defaultValue": null, "description": "State event for the epic.", "name": "stateEvent", "type": { "kind": "ENUM", "name": "EpicStateEvent", "ofType": null } }, { "defaultValue": null, "description": "Array of labels to be removed from the epic.", "name": "removeLabels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "UpdateEpicInput", "possibleTypes": null }, { "description": "Autogenerated return type of UpdateEpic", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Epic after mutation.", "isDeprecated": false, "name": "epic", "type": { "kind": "OBJECT", "name": "Epic", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UpdateEpicPayload", "possibleTypes": null }, { "description": "Autogenerated input type of UpdateImageDiffNote", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Global ID of the note to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "NoteID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Content of the note.", "name": "body", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Position of this note on a diff.", "name": "position", "type": { "kind": "INPUT_OBJECT", "name": "UpdateDiffImagePositionInput", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "UpdateImageDiffNoteInput", "possibleTypes": null }, { "description": "Autogenerated return type of UpdateImageDiffNote", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Note after mutation.", "isDeprecated": false, "name": "note", "type": { "kind": "OBJECT", "name": "Note", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UpdateImageDiffNotePayload", "possibleTypes": null }, { "description": "Autogenerated input type of UpdateIssue", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Project the issue to mutate is in.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "IID of the issue to mutate.", "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Description of the issue.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Due date of the issue.", "name": "dueDate", "type": { "kind": "SCALAR", "name": "ISO8601Date", "ofType": null } }, { "defaultValue": null, "description": "Indicates the issue is confidential.", "name": "confidential", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Indicates discussion is locked on the issue.", "name": "locked", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Type of the issue.", "name": "type", "type": { "kind": "ENUM", "name": "IssueType", "ofType": null } }, { "defaultValue": null, "description": "Title of the issue.", "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the milestone to assign to the issue. On update milestone will be removed if set to null.", "name": "milestoneId", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "IDs of labels to be added to the issue.", "name": "addLabelIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "IDs of labels to be removed from the issue.", "name": "removeLabelIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "IDs of labels to be set. Replaces existing issue labels.", "name": "labelIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "Close or reopen an issue.", "name": "stateEvent", "type": { "kind": "ENUM", "name": "IssueStateEvent", "ofType": null } }, { "defaultValue": null, "description": "Estimated time to complete the issue, or `0` to remove the current estimate.", "name": "timeEstimate", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Desired health status.", "name": "healthStatus", "type": { "kind": "ENUM", "name": "HealthStatus", "ofType": null } }, { "defaultValue": null, "description": "Weight of the issue.", "name": "weight", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "ID of the parent epic. NULL when removing the association.", "name": "epicId", "type": { "kind": "SCALAR", "name": "EpicID", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "UpdateIssueInput", "possibleTypes": null }, { "description": "Autogenerated return type of UpdateIssue", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Issue after mutation.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UpdateIssuePayload", "possibleTypes": null }, { "description": "Autogenerated input type of UpdateIteration", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Group of the iteration.", "name": "groupPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Global ID of the iteration.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Title of the iteration.", "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Description of the iteration.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Start date of the iteration.", "name": "startDate", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "End date of the iteration.", "name": "dueDate", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "UpdateIterationInput", "possibleTypes": null }, { "description": "Autogenerated return type of UpdateIteration", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Updated iteration.", "isDeprecated": false, "name": "iteration", "type": { "kind": "OBJECT", "name": "Iteration", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UpdateIterationPayload", "possibleTypes": null }, { "description": "Autogenerated input type of UpdateNamespacePackageSettings", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Namespace path where the namespace package setting is located.", "name": "namespacePath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Indicates whether duplicate Maven packages are allowed for this namespace.", "name": "mavenDuplicatesAllowed", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "When maven_duplicates_allowed is false, you can publish duplicate packages with names that match this regex. Otherwise, this setting has no effect.", "name": "mavenDuplicateExceptionRegex", "type": { "kind": "SCALAR", "name": "UntrustedRegexp", "ofType": null } }, { "defaultValue": null, "description": "Indicates whether duplicate generic packages are allowed for this namespace.", "name": "genericDuplicatesAllowed", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "When generic_duplicates_allowed is false, you can publish duplicate packages with names that match this regex. Otherwise, this setting has no effect.", "name": "genericDuplicateExceptionRegex", "type": { "kind": "SCALAR", "name": "UntrustedRegexp", "ofType": null } }, { "defaultValue": null, "description": "Indicates whether Maven package forwarding is allowed for this namespace.", "name": "mavenPackageRequestsForwarding", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Indicates whether npm package forwarding is allowed for this namespace.", "name": "npmPackageRequestsForwarding", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Indicates whether PyPI package forwarding is allowed for this namespace.", "name": "pypiPackageRequestsForwarding", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Indicates whether Maven package forwarding is locked for all descendent namespaces.", "name": "lockMavenPackageRequestsForwarding", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Indicates whether npm package forwarding is locked for all descendent namespaces.", "name": "lockNpmPackageRequestsForwarding", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Indicates whether PyPI package forwarding is locked for all descendent namespaces.", "name": "lockPypiPackageRequestsForwarding", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "UpdateNamespacePackageSettingsInput", "possibleTypes": null }, { "description": "Autogenerated return type of UpdateNamespacePackageSettings", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Namespace package setting after mutation.", "isDeprecated": false, "name": "packageSettings", "type": { "kind": "OBJECT", "name": "PackageSettings", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UpdateNamespacePackageSettingsPayload", "possibleTypes": null }, { "description": "Autogenerated input type of UpdateNote", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Global ID of the note to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "NoteID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Content of the note.", "name": "body", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "UpdateNoteInput", "possibleTypes": null }, { "description": "Autogenerated return type of UpdateNote", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Note after mutation.", "isDeprecated": false, "name": "note", "type": { "kind": "OBJECT", "name": "Note", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UpdateNotePayload", "possibleTypes": null }, { "description": "Autogenerated input type of UpdatePackagesCleanupPolicy", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Project path where the packages cleanup policy is located.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "Number of duplicated package files to retain.", "name": "keepNDuplicatedPackageFiles", "type": { "kind": "ENUM", "name": "PackagesCleanupKeepDuplicatedPackageFilesEnum", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "UpdatePackagesCleanupPolicyInput", "possibleTypes": null }, { "description": "Autogenerated return type of UpdatePackagesCleanupPolicy", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Packages cleanup policy after mutation.", "isDeprecated": false, "name": "packagesCleanupPolicy", "type": { "kind": "OBJECT", "name": "PackagesCleanupPolicy", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UpdatePackagesCleanupPolicyPayload", "possibleTypes": null }, { "description": "Autogenerated input type of UpdateRequirement", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Title of the requirement.", "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Description of the requirement.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Full project path the requirement is associated with.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "State of the requirement.", "name": "state", "type": { "kind": "ENUM", "name": "RequirementState", "ofType": null } }, { "defaultValue": null, "description": "IID of the requirement work item to update.", "name": "workItemIid", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Creates a test report for the requirement with the given state.", "name": "lastTestReportState", "type": { "kind": "ENUM", "name": "TestReportState", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "UpdateRequirementInput", "possibleTypes": null }, { "description": "Autogenerated return type of UpdateRequirement", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Requirement after mutation.", "isDeprecated": false, "name": "requirement", "type": { "kind": "OBJECT", "name": "Requirement", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UpdateRequirementPayload", "possibleTypes": null }, { "description": "Autogenerated input type of UpdateSnippet", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the snippet to update.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "SnippetID", "ofType": null } } }, { "defaultValue": null, "description": "Title of the snippet.", "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Description of the snippet.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Visibility level of the snippet.", "name": "visibilityLevel", "type": { "kind": "ENUM", "name": "VisibilityLevelsEnum", "ofType": null } }, { "defaultValue": null, "description": "Actions to perform over the snippet repository and blobs.", "name": "blobActions", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "SnippetBlobActionInputType", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "UpdateSnippetInput", "possibleTypes": null }, { "description": "Autogenerated return type of UpdateSnippet", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Snippet after mutation.", "isDeprecated": false, "name": "snippet", "type": { "kind": "OBJECT", "name": "Snippet", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UpdateSnippetPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "Upload", "possibleTypes": null }, { "description": "Autogenerated input type of UploadDelete", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Full path of the project with which the resource is associated.", "name": "projectPath", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "Full path of the group with which the resource is associated.", "name": "groupPath", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "Secret part of upload path.", "name": "secret", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Upload filename.", "name": "filename", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "UploadDeleteInput", "possibleTypes": null }, { "description": "Autogenerated return type of UploadDelete", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Deleted upload.", "isDeprecated": false, "name": "upload", "type": { "kind": "OBJECT", "name": "FileUpload", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UploadDeletePayload", "possibleTypes": null }, { "description": "A `UploadID` is a global ID. It is encoded as a string.\n\nAn example `UploadID` is: `\"gid://gitlab/Upload/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "UploadID", "possibleTypes": null }, { "description": "Represents the Geo replication and verification state of an upload.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Timestamp when the UploadRegistry was created", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the Upload.", "isDeprecated": false, "name": "fileId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the UploadRegistry", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Error message during sync of the UploadRegistry", "isDeprecated": false, "name": "lastSyncFailure", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent successful sync of the UploadRegistry", "isDeprecated": false, "name": "lastSyncedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp after which the UploadRegistry is resynced", "isDeprecated": false, "name": "retryAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of consecutive failed sync attempts of the UploadRegistry", "isDeprecated": false, "name": "retryCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Sync state of the UploadRegistry", "isDeprecated": false, "name": "state", "type": { "kind": "ENUM", "name": "RegistryState", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp after which the UploadRegistry is reverified", "isDeprecated": false, "name": "verificationRetryAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of the most recent successful verification of the UploadRegistry", "isDeprecated": false, "name": "verifiedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UploadRegistry", "possibleTypes": null }, { "description": "The connection type for UploadRegistry.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "UploadRegistryEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "UploadRegistry", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UploadRegistryConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "UploadRegistry", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UploadRegistryEdge", "possibleTypes": null }, { "description": "Represents a recorded measurement (object count) for the Admins", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Object count.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Type of objects being measured.", "isDeprecated": false, "name": "identifier", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "MeasurementIdentifier", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Time the measurement was recorded.", "isDeprecated": false, "name": "recordedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UsageTrendsMeasurement", "possibleTypes": null }, { "description": "The connection type for UsageTrendsMeasurement.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "UsageTrendsMeasurementEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "UsageTrendsMeasurement", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UsageTrendsMeasurementConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "UsageTrendsMeasurement", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UsageTrendsMeasurementEdge", "possibleTypes": null }, { "description": "Representation of a GitLab user.", "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Array of IIDs of merge requests, for example `[1, 2]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of source branch names.\nAll resolved merge requests will have one of these branches as their source.\n", "name": "sourceBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of target branch names.\nAll resolved merge requests will have one of these branches as their target.\n", "name": "targetBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge request state. If provided, all resolved merge requests will have this state.", "name": "state", "type": { "kind": "ENUM", "name": "MergeRequestState", "ofType": null } }, { "defaultValue": null, "description": "Limit result to draft merge requests.", "name": "draft", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Limit results to approved merge requests.", "name": "approved", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created after this timestamp.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created before this timestamp.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated after this timestamp.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated before this timestamp.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Array of label names. All resolved merge requests will have all of these labels.", "name": "labels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge requests merged after this date.", "name": "mergedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests merged before this date.", "name": "mergedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Title of the milestone.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "created_desc", "description": "Sort merge requests by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "MergeRequestSort", "ofType": null } }, { "defaultValue": null, "description": "List of negated arguments.\nWarning: this argument is experimental and a subject to change in future.\n", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "MergeRequestsResolverNegatedParams", "ofType": null } }, { "defaultValue": null, "description": "The full-path of the project the authored merge requests should be in.\nIncompatible with projectId.\n", "name": "projectPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The global ID of the project the authored merge requests should be in.\nIncompatible with projectPath.\n", "name": "projectId", "type": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } }, { "defaultValue": null, "description": "Username of the author.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Username of the reviewer.", "name": "reviewerUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Merge requests assigned to the user.", "isDeprecated": false, "name": "assignedMergeRequests", "type": { "kind": "OBJECT", "name": "MergeRequestConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Array of IIDs of merge requests, for example `[1, 2]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of source branch names.\nAll resolved merge requests will have one of these branches as their source.\n", "name": "sourceBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of target branch names.\nAll resolved merge requests will have one of these branches as their target.\n", "name": "targetBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge request state. If provided, all resolved merge requests will have this state.", "name": "state", "type": { "kind": "ENUM", "name": "MergeRequestState", "ofType": null } }, { "defaultValue": null, "description": "Limit result to draft merge requests.", "name": "draft", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Limit results to approved merge requests.", "name": "approved", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created after this timestamp.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created before this timestamp.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated after this timestamp.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated before this timestamp.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Array of label names. All resolved merge requests will have all of these labels.", "name": "labels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge requests merged after this date.", "name": "mergedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests merged before this date.", "name": "mergedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Title of the milestone.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "created_desc", "description": "Sort merge requests by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "MergeRequestSort", "ofType": null } }, { "defaultValue": null, "description": "List of negated arguments.\nWarning: this argument is experimental and a subject to change in future.\n", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "MergeRequestsResolverNegatedParams", "ofType": null } }, { "defaultValue": null, "description": "The full-path of the project the authored merge requests should be in.\nIncompatible with projectId.\n", "name": "projectPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The global ID of the project the authored merge requests should be in.\nIncompatible with projectPath.\n", "name": "projectId", "type": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } }, { "defaultValue": null, "description": "Username of the assignee.", "name": "assigneeUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Username of the reviewer.", "name": "reviewerUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Merge requests authored by the user.", "isDeprecated": false, "name": "authoredMergeRequests", "type": { "kind": "OBJECT", "name": "MergeRequestConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL of the user's avatar.", "isDeprecated": false, "name": "avatarUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the user is a bot.", "isDeprecated": false, "name": "bot", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "User callouts that belong to the user.", "isDeprecated": false, "name": "callouts", "type": { "kind": "OBJECT", "name": "UserCalloutConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User's default commit email.", "isDeprecated": false, "name": "commitEmail", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": "This was renamed. Please use `User.publicEmail`. Deprecated in 13.7.", "description": "User email. Deprecated in 13.7: This was renamed.", "isDeprecated": true, "name": "email", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "User's email addresses.", "isDeprecated": false, "name": "emails", "type": { "kind": "OBJECT", "name": "EmailConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether Gitpod is enabled at the user level.", "isDeprecated": false, "name": "gitpodEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Group count for the user.", "isDeprecated": false, "name": "groupCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Group memberships of the user.", "isDeprecated": false, "name": "groupMemberships", "type": { "kind": "OBJECT", "name": "GroupMemberConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter by permissions the user has on groups.", "name": "permissionScope", "type": { "kind": "ENUM", "name": "GroupPermission", "ofType": null } }, { "defaultValue": null, "description": "Search by group name or path.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Groups where the user has access.", "isDeprecated": false, "name": "groups", "type": { "kind": "OBJECT", "name": "GroupConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the user.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Location of the user.", "isDeprecated": false, "name": "location", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Human-readable name of the user. Returns `****` if the user is a project bot and the requester does not have permission to view the project.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Personal namespace of the user.", "isDeprecated": false, "name": "namespace", "type": { "kind": "OBJECT", "name": "Namespace", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "User's custom namespace commit emails.", "isDeprecated": false, "name": "namespaceCommitEmails", "type": { "kind": "OBJECT", "name": "NamespaceCommitEmailConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path to the Gitpod section within user preferences.", "isDeprecated": false, "name": "preferencesGitpodPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path to enable Gitpod for the user.", "isDeprecated": false, "name": "profileEnableGitpodPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Project memberships of the user.", "isDeprecated": false, "name": "projectMemberships", "type": { "kind": "OBJECT", "name": "ProjectMemberConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User's public email.", "isDeprecated": false, "name": "publicEmail", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Array of IIDs of merge requests, for example `[1, 2]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of source branch names.\nAll resolved merge requests will have one of these branches as their source.\n", "name": "sourceBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of target branch names.\nAll resolved merge requests will have one of these branches as their target.\n", "name": "targetBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge request state. If provided, all resolved merge requests will have this state.", "name": "state", "type": { "kind": "ENUM", "name": "MergeRequestState", "ofType": null } }, { "defaultValue": null, "description": "Limit result to draft merge requests.", "name": "draft", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Limit results to approved merge requests.", "name": "approved", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created after this timestamp.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created before this timestamp.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated after this timestamp.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated before this timestamp.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Array of label names. All resolved merge requests will have all of these labels.", "name": "labels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge requests merged after this date.", "name": "mergedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests merged before this date.", "name": "mergedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Title of the milestone.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "created_desc", "description": "Sort merge requests by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "MergeRequestSort", "ofType": null } }, { "defaultValue": null, "description": "List of negated arguments.\nWarning: this argument is experimental and a subject to change in future.\n", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "MergeRequestsResolverNegatedParams", "ofType": null } }, { "defaultValue": null, "description": "The full-path of the project the authored merge requests should be in.\nIncompatible with projectId.\n", "name": "projectPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The global ID of the project the authored merge requests should be in.\nIncompatible with projectPath.\n", "name": "projectId", "type": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } }, { "defaultValue": null, "description": "Username of the author.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Username of the assignee.", "name": "assigneeUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Merge requests assigned to the user for review.", "isDeprecated": false, "name": "reviewRequestedMergeRequests", "type": { "kind": "OBJECT", "name": "MergeRequestConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Saved replies authored by the user. Will not return saved replies if `saved_replies` feature flag is disabled.", "isDeprecated": false, "name": "savedReplies", "type": { "kind": "OBJECT", "name": "SavedReplyConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of a saved reply.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "UsersSavedReplyID", "ofType": null } } } ], "deprecationReason": null, "description": "Saved reply authored by the user. Will not return saved reply if `saved_replies` feature flag is disabled.", "isDeprecated": false, "name": "savedReply", "type": { "kind": "OBJECT", "name": "SavedReply", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Array of global snippet IDs. For example, `gid://gitlab/ProjectSnippet/1`.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "SnippetID", "ofType": null } } } }, { "defaultValue": null, "description": "Visibility of the snippet.", "name": "visibility", "type": { "kind": "ENUM", "name": "VisibilityScopesEnum", "ofType": null } }, { "defaultValue": null, "description": "Type of snippet.", "name": "type", "type": { "kind": "ENUM", "name": "TypeEnum", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Snippets authored by the user.", "isDeprecated": false, "name": "snippets", "type": { "kind": "OBJECT", "name": "SnippetConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Search query.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Projects starred by the user.", "isDeprecated": false, "name": "starredProjects", "type": { "kind": "OBJECT", "name": "ProjectConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "State of the user.", "isDeprecated": false, "name": "state", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "UserState", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "User status.", "isDeprecated": false, "name": "status", "type": { "kind": "OBJECT", "name": "UserStatus", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "List timelogs within a date range where the logged date is equal to or after startDate.", "name": "startDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs within a date range where the logged date is equal to or before endDate.", "name": "endDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs within a time range where the logged time is equal to or after startTime.", "name": "startTime", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs within a time range where the logged time is equal to or before endTime.", "name": "endTime", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs for a project.", "name": "projectId", "type": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } }, { "defaultValue": null, "description": "List timelogs for a group.", "name": "groupId", "type": { "kind": "SCALAR", "name": "GroupID", "ofType": null } }, { "defaultValue": null, "description": "List timelogs for a user.", "name": "username", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "SPENT_AT_ASC", "description": "List timelogs in a particular order.", "name": "sort", "type": { "kind": "ENUM", "name": "TimelogSort", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Time logged by the user.", "isDeprecated": false, "name": "timelogs", "type": { "kind": "OBJECT", "name": "TimelogConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Action to be filtered.", "name": "action", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TodoActionEnum", "ofType": null } } } }, { "defaultValue": null, "description": "ID of an author.", "name": "authorId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "ID of a project.", "name": "projectId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "ID of a group.", "name": "groupId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "State of the todo.", "name": "state", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TodoStateEnum", "ofType": null } } } }, { "defaultValue": null, "description": "Type of the todo.", "name": "type", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TodoTargetEnum", "ofType": null } } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "To-do items of the user.", "isDeprecated": false, "name": "todos", "type": { "kind": "OBJECT", "name": "TodoConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.10.", "description": "Achievements for the user. Only returns for namespaces where the `achievements` feature flag is enabled. Introduced in 15.10: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "userAchievements", "type": { "kind": "OBJECT", "name": "UserAchievementConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Permissions for the current user on the resource.", "isDeprecated": false, "name": "userPermissions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserPermissions", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Username of the user. Unique within this instance of GitLab.", "isDeprecated": false, "name": "username", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web path of the user.", "isDeprecated": false, "name": "webPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web URL of the user.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "INTERFACE", "name": "User", "possibleTypes": [ { "kind": "OBJECT", "name": "MergeRequestAssignee", "ofType": null }, { "kind": "OBJECT", "name": "MergeRequestAuthor", "ofType": null }, { "kind": "OBJECT", "name": "MergeRequestParticipant", "ofType": null }, { "kind": "OBJECT", "name": "MergeRequestReviewer", "ofType": null }, { "kind": "OBJECT", "name": "UserCore", "ofType": null } ] }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Achievement awarded.", "isDeprecated": false, "name": "achievement", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Achievement", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Awarded by.", "isDeprecated": false, "name": "awardedByUser", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp the achievement was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the user achievement.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "AchievementsUserAchievementID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp the achievement was revoked.", "isDeprecated": false, "name": "revokedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Revoked by.", "isDeprecated": false, "name": "revokedByUser", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp the achievement was last updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Achievement recipient.", "isDeprecated": false, "name": "user", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UserAchievement", "possibleTypes": null }, { "description": "The connection type for UserAchievement.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "UserAchievementEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "UserAchievement", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UserAchievementConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "UserAchievement", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UserAchievementEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Date when the callout was dismissed.", "isDeprecated": false, "name": "dismissedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the feature that the callout is for.", "isDeprecated": false, "name": "featureName", "type": { "kind": "ENUM", "name": "UserCalloutFeatureNameEnum", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UserCallout", "possibleTypes": null }, { "description": "The connection type for UserCallout.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCalloutEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCallout", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UserCalloutConnection", "possibleTypes": null }, { "description": "Autogenerated input type of UserCalloutCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Feature name you want to dismiss the callout for.", "name": "featureName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "UserCalloutCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of UserCalloutCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "User callout dismissed.", "isDeprecated": false, "name": "userCallout", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCallout", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UserCalloutCreatePayload", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "UserCallout", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UserCalloutEdge", "possibleTypes": null }, { "description": "Name of the feature that the callout is for.", "enumValues": [ { "deprecationReason": null, "description": "Callout feature name for gke_cluster_integration.", "isDeprecated": false, "name": "GKE_CLUSTER_INTEGRATION" }, { "deprecationReason": null, "description": "Callout feature name for gcp_signup_offer.", "isDeprecated": false, "name": "GCP_SIGNUP_OFFER" }, { "deprecationReason": null, "description": "Callout feature name for cluster_security_warning.", "isDeprecated": false, "name": "CLUSTER_SECURITY_WARNING" }, { "deprecationReason": null, "description": "Callout feature name for ultimate_trial.", "isDeprecated": false, "name": "ULTIMATE_TRIAL" }, { "deprecationReason": null, "description": "Callout feature name for geo_enable_hashed_storage.", "isDeprecated": false, "name": "GEO_ENABLE_HASHED_STORAGE" }, { "deprecationReason": null, "description": "Callout feature name for geo_migrate_hashed_storage.", "isDeprecated": false, "name": "GEO_MIGRATE_HASHED_STORAGE" }, { "deprecationReason": null, "description": "Callout feature name for canary_deployment.", "isDeprecated": false, "name": "CANARY_DEPLOYMENT" }, { "deprecationReason": null, "description": "Callout feature name for gold_trial_billings.", "isDeprecated": false, "name": "GOLD_TRIAL_BILLINGS" }, { "deprecationReason": null, "description": "Callout feature name for suggest_popover_dismissed.", "isDeprecated": false, "name": "SUGGEST_POPOVER_DISMISSED" }, { "deprecationReason": null, "description": "Callout feature name for tabs_position_highlight.", "isDeprecated": false, "name": "TABS_POSITION_HIGHLIGHT" }, { "deprecationReason": null, "description": "Callout feature name for threat_monitoring_info.", "isDeprecated": false, "name": "THREAT_MONITORING_INFO" }, { "deprecationReason": null, "description": "Callout feature name for two_factor_auth_recovery_settings_check.", "isDeprecated": false, "name": "TWO_FACTOR_AUTH_RECOVERY_SETTINGS_CHECK" }, { "deprecationReason": null, "description": "Callout feature name for web_ide_alert_dismissed.", "isDeprecated": false, "name": "WEB_IDE_ALERT_DISMISSED" }, { "deprecationReason": null, "description": "Callout feature name for active_user_count_threshold.", "isDeprecated": false, "name": "ACTIVE_USER_COUNT_THRESHOLD" }, { "deprecationReason": null, "description": "Callout feature name for buy_pipeline_minutes_notification_dot.", "isDeprecated": false, "name": "BUY_PIPELINE_MINUTES_NOTIFICATION_DOT" }, { "deprecationReason": null, "description": "Callout feature name for personal_access_token_expiry.", "isDeprecated": false, "name": "PERSONAL_ACCESS_TOKEN_EXPIRY" }, { "deprecationReason": null, "description": "Callout feature name for suggest_pipeline.", "isDeprecated": false, "name": "SUGGEST_PIPELINE" }, { "deprecationReason": null, "description": "Callout feature name for feature_flags_new_version.", "isDeprecated": false, "name": "FEATURE_FLAGS_NEW_VERSION" }, { "deprecationReason": null, "description": "Callout feature name for registration_enabled_callout.", "isDeprecated": false, "name": "REGISTRATION_ENABLED_CALLOUT" }, { "deprecationReason": null, "description": "Callout feature name for new_user_signups_cap_reached.", "isDeprecated": false, "name": "NEW_USER_SIGNUPS_CAP_REACHED" }, { "deprecationReason": null, "description": "Callout feature name for unfinished_tag_cleanup_callout.", "isDeprecated": false, "name": "UNFINISHED_TAG_CLEANUP_CALLOUT" }, { "deprecationReason": null, "description": "Callout feature name for eoa_bronze_plan_banner.", "isDeprecated": false, "name": "EOA_BRONZE_PLAN_BANNER" }, { "deprecationReason": null, "description": "Callout feature name for pipeline_needs_banner.", "isDeprecated": false, "name": "PIPELINE_NEEDS_BANNER" }, { "deprecationReason": null, "description": "Callout feature name for pipeline_needs_hover_tip.", "isDeprecated": false, "name": "PIPELINE_NEEDS_HOVER_TIP" }, { "deprecationReason": null, "description": "Callout feature name for web_ide_ci_environments_guidance.", "isDeprecated": false, "name": "WEB_IDE_CI_ENVIRONMENTS_GUIDANCE" }, { "deprecationReason": null, "description": "Callout feature name for security_configuration_upgrade_banner.", "isDeprecated": false, "name": "SECURITY_CONFIGURATION_UPGRADE_BANNER" }, { "deprecationReason": null, "description": "Callout feature name for cloud_licensing_subscription_activation_banner.", "isDeprecated": false, "name": "CLOUD_LICENSING_SUBSCRIPTION_ACTIVATION_BANNER" }, { "deprecationReason": null, "description": "Callout feature name for trial_status_reminder_d14.", "isDeprecated": false, "name": "TRIAL_STATUS_REMINDER_D14" }, { "deprecationReason": null, "description": "Callout feature name for trial_status_reminder_d3.", "isDeprecated": false, "name": "TRIAL_STATUS_REMINDER_D3" }, { "deprecationReason": null, "description": "Callout feature name for security_configuration_devops_alert.", "isDeprecated": false, "name": "SECURITY_CONFIGURATION_DEVOPS_ALERT" }, { "deprecationReason": null, "description": "Callout feature name for profile_personal_access_token_expiry.", "isDeprecated": false, "name": "PROFILE_PERSONAL_ACCESS_TOKEN_EXPIRY" }, { "deprecationReason": null, "description": "Callout feature name for terraform_notification_dismissed.", "isDeprecated": false, "name": "TERRAFORM_NOTIFICATION_DISMISSED" }, { "deprecationReason": null, "description": "Callout feature name for security_newsletter_callout.", "isDeprecated": false, "name": "SECURITY_NEWSLETTER_CALLOUT" }, { "deprecationReason": null, "description": "Callout feature name for verification_reminder.", "isDeprecated": false, "name": "VERIFICATION_REMINDER" }, { "deprecationReason": null, "description": "Callout feature name for ci_deprecation_warning_for_types_keyword.", "isDeprecated": false, "name": "CI_DEPRECATION_WARNING_FOR_TYPES_KEYWORD" }, { "deprecationReason": null, "description": "Callout feature name for security_training_feature_promotion.", "isDeprecated": false, "name": "SECURITY_TRAINING_FEATURE_PROMOTION" }, { "deprecationReason": null, "description": "Callout feature name for storage_enforcement_banner_first_enforcement_threshold.", "isDeprecated": false, "name": "STORAGE_ENFORCEMENT_BANNER_FIRST_ENFORCEMENT_THRESHOLD" }, { "deprecationReason": null, "description": "Callout feature name for storage_enforcement_banner_second_enforcement_threshold.", "isDeprecated": false, "name": "STORAGE_ENFORCEMENT_BANNER_SECOND_ENFORCEMENT_THRESHOLD" }, { "deprecationReason": null, "description": "Callout feature name for storage_enforcement_banner_third_enforcement_threshold.", "isDeprecated": false, "name": "STORAGE_ENFORCEMENT_BANNER_THIRD_ENFORCEMENT_THRESHOLD" }, { "deprecationReason": null, "description": "Callout feature name for storage_enforcement_banner_fourth_enforcement_threshold.", "isDeprecated": false, "name": "STORAGE_ENFORCEMENT_BANNER_FOURTH_ENFORCEMENT_THRESHOLD" }, { "deprecationReason": null, "description": "Callout feature name for preview_user_over_limit_free_plan_alert.", "isDeprecated": false, "name": "PREVIEW_USER_OVER_LIMIT_FREE_PLAN_ALERT" }, { "deprecationReason": null, "description": "Callout feature name for user_reached_limit_free_plan_alert.", "isDeprecated": false, "name": "USER_REACHED_LIMIT_FREE_PLAN_ALERT" }, { "deprecationReason": null, "description": "Callout feature name for submit_license_usage_data_banner.", "isDeprecated": false, "name": "SUBMIT_LICENSE_USAGE_DATA_BANNER" }, { "deprecationReason": null, "description": "Callout feature name for personal_project_limitations_banner.", "isDeprecated": false, "name": "PERSONAL_PROJECT_LIMITATIONS_BANNER" }, { "deprecationReason": null, "description": "Callout feature name for mr_experience_survey.", "isDeprecated": false, "name": "MR_EXPERIENCE_SURVEY" }, { "deprecationReason": null, "description": "Callout feature name for namespace_storage_limit_banner_info_threshold.", "isDeprecated": false, "name": "NAMESPACE_STORAGE_LIMIT_BANNER_INFO_THRESHOLD" }, { "deprecationReason": null, "description": "Callout feature name for namespace_storage_limit_banner_warning_threshold.", "isDeprecated": false, "name": "NAMESPACE_STORAGE_LIMIT_BANNER_WARNING_THRESHOLD" }, { "deprecationReason": null, "description": "Callout feature name for namespace_storage_limit_banner_alert_threshold.", "isDeprecated": false, "name": "NAMESPACE_STORAGE_LIMIT_BANNER_ALERT_THRESHOLD" }, { "deprecationReason": null, "description": "Callout feature name for namespace_storage_limit_banner_error_threshold.", "isDeprecated": false, "name": "NAMESPACE_STORAGE_LIMIT_BANNER_ERROR_THRESHOLD" }, { "deprecationReason": null, "description": "Callout feature name for project_quality_summary_feedback.", "isDeprecated": false, "name": "PROJECT_QUALITY_SUMMARY_FEEDBACK" }, { "deprecationReason": null, "description": "Callout feature name for merge_request_settings_moved_callout.", "isDeprecated": false, "name": "MERGE_REQUEST_SETTINGS_MOVED_CALLOUT" }, { "deprecationReason": null, "description": "Callout feature name for new_top_level_group_alert.", "isDeprecated": false, "name": "NEW_TOP_LEVEL_GROUP_ALERT" }, { "deprecationReason": null, "description": "Callout feature name for artifacts_management_page_feedback_banner.", "isDeprecated": false, "name": "ARTIFACTS_MANAGEMENT_PAGE_FEEDBACK_BANNER" }, { "deprecationReason": null, "description": "Callout feature name for vscode_web_ide.", "isDeprecated": false, "name": "VSCODE_WEB_IDE" }, { "deprecationReason": null, "description": "Callout feature name for vscode_web_ide_callout.", "isDeprecated": false, "name": "VSCODE_WEB_IDE_CALLOUT" }, { "deprecationReason": null, "description": "Callout feature name for branch_rules_info_callout.", "isDeprecated": false, "name": "BRANCH_RULES_INFO_CALLOUT" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "UserCalloutFeatureNameEnum", "possibleTypes": null }, { "description": "Core represention of a GitLab user.", "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Array of IIDs of merge requests, for example `[1, 2]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of source branch names.\nAll resolved merge requests will have one of these branches as their source.\n", "name": "sourceBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of target branch names.\nAll resolved merge requests will have one of these branches as their target.\n", "name": "targetBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge request state. If provided, all resolved merge requests will have this state.", "name": "state", "type": { "kind": "ENUM", "name": "MergeRequestState", "ofType": null } }, { "defaultValue": null, "description": "Limit result to draft merge requests.", "name": "draft", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Limit results to approved merge requests.", "name": "approved", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created after this timestamp.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created before this timestamp.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated after this timestamp.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated before this timestamp.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Array of label names. All resolved merge requests will have all of these labels.", "name": "labels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge requests merged after this date.", "name": "mergedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests merged before this date.", "name": "mergedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Title of the milestone.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "created_desc", "description": "Sort merge requests by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "MergeRequestSort", "ofType": null } }, { "defaultValue": null, "description": "List of negated arguments.\nWarning: this argument is experimental and a subject to change in future.\n", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "MergeRequestsResolverNegatedParams", "ofType": null } }, { "defaultValue": null, "description": "The full-path of the project the authored merge requests should be in.\nIncompatible with projectId.\n", "name": "projectPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The global ID of the project the authored merge requests should be in.\nIncompatible with projectPath.\n", "name": "projectId", "type": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } }, { "defaultValue": null, "description": "Username of the author.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Username of the reviewer.", "name": "reviewerUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Merge requests assigned to the user.", "isDeprecated": false, "name": "assignedMergeRequests", "type": { "kind": "OBJECT", "name": "MergeRequestConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Array of IIDs of merge requests, for example `[1, 2]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of source branch names.\nAll resolved merge requests will have one of these branches as their source.\n", "name": "sourceBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of target branch names.\nAll resolved merge requests will have one of these branches as their target.\n", "name": "targetBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge request state. If provided, all resolved merge requests will have this state.", "name": "state", "type": { "kind": "ENUM", "name": "MergeRequestState", "ofType": null } }, { "defaultValue": null, "description": "Limit result to draft merge requests.", "name": "draft", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Limit results to approved merge requests.", "name": "approved", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created after this timestamp.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created before this timestamp.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated after this timestamp.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated before this timestamp.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Array of label names. All resolved merge requests will have all of these labels.", "name": "labels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge requests merged after this date.", "name": "mergedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests merged before this date.", "name": "mergedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Title of the milestone.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "created_desc", "description": "Sort merge requests by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "MergeRequestSort", "ofType": null } }, { "defaultValue": null, "description": "List of negated arguments.\nWarning: this argument is experimental and a subject to change in future.\n", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "MergeRequestsResolverNegatedParams", "ofType": null } }, { "defaultValue": null, "description": "The full-path of the project the authored merge requests should be in.\nIncompatible with projectId.\n", "name": "projectPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The global ID of the project the authored merge requests should be in.\nIncompatible with projectPath.\n", "name": "projectId", "type": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } }, { "defaultValue": null, "description": "Username of the assignee.", "name": "assigneeUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Username of the reviewer.", "name": "reviewerUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Merge requests authored by the user.", "isDeprecated": false, "name": "authoredMergeRequests", "type": { "kind": "OBJECT", "name": "MergeRequestConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL of the user's avatar.", "isDeprecated": false, "name": "avatarUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the user is a bot.", "isDeprecated": false, "name": "bot", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "User callouts that belong to the user.", "isDeprecated": false, "name": "callouts", "type": { "kind": "OBJECT", "name": "UserCalloutConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User's default commit email.", "isDeprecated": false, "name": "commitEmail", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": "This was renamed. Please use `User.publicEmail`. Deprecated in 13.7.", "description": "User email. Deprecated in 13.7: This was renamed.", "isDeprecated": true, "name": "email", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "User's email addresses.", "isDeprecated": false, "name": "emails", "type": { "kind": "OBJECT", "name": "EmailConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether Gitpod is enabled at the user level.", "isDeprecated": false, "name": "gitpodEnabled", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Group count for the user.", "isDeprecated": false, "name": "groupCount", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Group memberships of the user.", "isDeprecated": false, "name": "groupMemberships", "type": { "kind": "OBJECT", "name": "GroupMemberConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Filter by permissions the user has on groups.", "name": "permissionScope", "type": { "kind": "ENUM", "name": "GroupPermission", "ofType": null } }, { "defaultValue": null, "description": "Search by group name or path.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Groups where the user has access.", "isDeprecated": false, "name": "groups", "type": { "kind": "OBJECT", "name": "GroupConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the user.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Location of the user.", "isDeprecated": false, "name": "location", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Human-readable name of the user. Returns `****` if the user is a project bot and the requester does not have permission to view the project.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Personal namespace of the user.", "isDeprecated": false, "name": "namespace", "type": { "kind": "OBJECT", "name": "Namespace", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "User's custom namespace commit emails.", "isDeprecated": false, "name": "namespaceCommitEmails", "type": { "kind": "OBJECT", "name": "NamespaceCommitEmailConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path to the Gitpod section within user preferences.", "isDeprecated": false, "name": "preferencesGitpodPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Web path to enable Gitpod for the user.", "isDeprecated": false, "name": "profileEnableGitpodPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Project memberships of the user.", "isDeprecated": false, "name": "projectMemberships", "type": { "kind": "OBJECT", "name": "ProjectMemberConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User's public email.", "isDeprecated": false, "name": "publicEmail", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Array of IIDs of merge requests, for example `[1, 2]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of source branch names.\nAll resolved merge requests will have one of these branches as their source.\n", "name": "sourceBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Array of target branch names.\nAll resolved merge requests will have one of these branches as their target.\n", "name": "targetBranches", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge request state. If provided, all resolved merge requests will have this state.", "name": "state", "type": { "kind": "ENUM", "name": "MergeRequestState", "ofType": null } }, { "defaultValue": null, "description": "Limit result to draft merge requests.", "name": "draft", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Limit results to approved merge requests.", "name": "approved", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created after this timestamp.", "name": "createdAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests created before this timestamp.", "name": "createdBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated after this timestamp.", "name": "updatedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests updated before this timestamp.", "name": "updatedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Array of label names. All resolved merge requests will have all of these labels.", "name": "labels", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Merge requests merged after this date.", "name": "mergedAfter", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Merge requests merged before this date.", "name": "mergedBefore", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Title of the milestone.", "name": "milestoneTitle", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "created_desc", "description": "Sort merge requests by this criteria.", "name": "sort", "type": { "kind": "ENUM", "name": "MergeRequestSort", "ofType": null } }, { "defaultValue": null, "description": "List of negated arguments.\nWarning: this argument is experimental and a subject to change in future.\n", "name": "not", "type": { "kind": "INPUT_OBJECT", "name": "MergeRequestsResolverNegatedParams", "ofType": null } }, { "defaultValue": null, "description": "The full-path of the project the authored merge requests should be in.\nIncompatible with projectId.\n", "name": "projectPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "The global ID of the project the authored merge requests should be in.\nIncompatible with projectPath.\n", "name": "projectId", "type": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } }, { "defaultValue": null, "description": "Username of the author.", "name": "authorUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Username of the assignee.", "name": "assigneeUsername", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Merge requests assigned to the user for review.", "isDeprecated": false, "name": "reviewRequestedMergeRequests", "type": { "kind": "OBJECT", "name": "MergeRequestConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Saved replies authored by the user. Will not return saved replies if `saved_replies` feature flag is disabled.", "isDeprecated": false, "name": "savedReplies", "type": { "kind": "OBJECT", "name": "SavedReplyConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "ID of a saved reply.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "UsersSavedReplyID", "ofType": null } } } ], "deprecationReason": null, "description": "Saved reply authored by the user. Will not return saved reply if `saved_replies` feature flag is disabled.", "isDeprecated": false, "name": "savedReply", "type": { "kind": "OBJECT", "name": "SavedReply", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Array of global snippet IDs. For example, `gid://gitlab/ProjectSnippet/1`.", "name": "ids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "SnippetID", "ofType": null } } } }, { "defaultValue": null, "description": "Visibility of the snippet.", "name": "visibility", "type": { "kind": "ENUM", "name": "VisibilityScopesEnum", "ofType": null } }, { "defaultValue": null, "description": "Type of snippet.", "name": "type", "type": { "kind": "ENUM", "name": "TypeEnum", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Snippets authored by the user.", "isDeprecated": false, "name": "snippets", "type": { "kind": "OBJECT", "name": "SnippetConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Search query.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Projects starred by the user.", "isDeprecated": false, "name": "starredProjects", "type": { "kind": "OBJECT", "name": "ProjectConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "State of the user.", "isDeprecated": false, "name": "state", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "UserState", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "User status.", "isDeprecated": false, "name": "status", "type": { "kind": "OBJECT", "name": "UserStatus", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "List timelogs within a date range where the logged date is equal to or after startDate.", "name": "startDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs within a date range where the logged date is equal to or before endDate.", "name": "endDate", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs within a time range where the logged time is equal to or after startTime.", "name": "startTime", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs within a time range where the logged time is equal to or before endTime.", "name": "endTime", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "List timelogs for a project.", "name": "projectId", "type": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } }, { "defaultValue": null, "description": "List timelogs for a group.", "name": "groupId", "type": { "kind": "SCALAR", "name": "GroupID", "ofType": null } }, { "defaultValue": null, "description": "List timelogs for a user.", "name": "username", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "SPENT_AT_ASC", "description": "List timelogs in a particular order.", "name": "sort", "type": { "kind": "ENUM", "name": "TimelogSort", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Time logged by the user.", "isDeprecated": false, "name": "timelogs", "type": { "kind": "OBJECT", "name": "TimelogConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Action to be filtered.", "name": "action", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TodoActionEnum", "ofType": null } } } }, { "defaultValue": null, "description": "ID of an author.", "name": "authorId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "ID of a project.", "name": "projectId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "ID of a group.", "name": "groupId", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, { "defaultValue": null, "description": "State of the todo.", "name": "state", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TodoStateEnum", "ofType": null } } } }, { "defaultValue": null, "description": "Type of the todo.", "name": "type", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "TodoTargetEnum", "ofType": null } } } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "To-do items of the user.", "isDeprecated": false, "name": "todos", "type": { "kind": "OBJECT", "name": "TodoConnection", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.10.", "description": "Achievements for the user. Only returns for namespaces where the `achievements` feature flag is enabled. Introduced in 15.10: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "userAchievements", "type": { "kind": "OBJECT", "name": "UserAchievementConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Permissions for the current user on the resource.", "isDeprecated": false, "name": "userPermissions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserPermissions", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Username of the user. Unique within this instance of GitLab.", "isDeprecated": false, "name": "username", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web path of the user.", "isDeprecated": false, "name": "webPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Web URL of the user.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "User", "ofType": null } ], "kind": "OBJECT", "name": "UserCore", "possibleTypes": null }, { "description": "The connection type for UserCore.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCoreEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UserCoreConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UserCoreEdge", "possibleTypes": null }, { "description": "A `UserID` is a global ID. It is encoded as a string.\n\nAn example `UserID` is: `\"gid://gitlab/User/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "UserID", "possibleTypes": null }, { "description": "Information about a merge request given a specific user.\n\nThis object has two parts to its state: a `User` and a `MergeRequest`. All\nfields relate to interactions between the two entities.\n", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Approval rules that apply to this user for this merge request.", "isDeprecated": false, "name": "applicableApprovalRules", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ApprovalRule", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Whether this user has approved this merge request.", "isDeprecated": false, "name": "approved", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether this user can merge this merge request.", "isDeprecated": false, "name": "canMerge", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Whether this user can update this merge request.", "isDeprecated": false, "name": "canUpdate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "State of the review by this user.", "isDeprecated": false, "name": "reviewState", "type": { "kind": "ENUM", "name": "MergeRequestReviewState", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether this user has provided a review for this merge request.", "isDeprecated": false, "name": "reviewed", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UserMergeRequestInteraction", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `create_snippet` on this resource", "isDeprecated": false, "name": "createSnippet", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UserPermissions", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Sort order for issue lists.", "isDeprecated": false, "name": "issuesSort", "type": { "kind": "ENUM", "name": "IssueSort", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UserPreferences", "possibleTypes": null }, { "description": "Autogenerated input type of UserPreferencesUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Sort order for issue lists.", "name": "issuesSort", "type": { "kind": "ENUM", "name": "IssueSort", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "UserPreferencesUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of UserPreferencesUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "User preferences after mutation.", "isDeprecated": false, "name": "userPreferences", "type": { "kind": "OBJECT", "name": "UserPreferences", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UserPreferencesUpdatePayload", "possibleTypes": null }, { "description": "Possible states of a user", "enumValues": [ { "deprecationReason": null, "description": "User is active and is able to use the system.", "isDeprecated": false, "name": "active" }, { "deprecationReason": null, "description": "User has been blocked and is prevented from using the system.", "isDeprecated": false, "name": "blocked" }, { "deprecationReason": null, "description": "User is no longer active and is unable to use the system.", "isDeprecated": false, "name": "deactivated" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "UserState", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "User availability status.", "isDeprecated": false, "name": "availability", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AvailabilityEnum", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "String representation of emoji.", "isDeprecated": false, "name": "emoji", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User status message.", "isDeprecated": false, "name": "message", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "HTML of the user status message", "isDeprecated": false, "name": "messageHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UserStatus", "possibleTypes": null }, { "description": "A `UsersSavedReplyID` is a global ID. It is encoded as a string.\n\nAn example `UsersSavedReplyID` is: `\"gid://gitlab/Users::SavedReply/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "UsersSavedReplyID", "possibleTypes": null }, { "description": "", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Identifier for the metric.", "isDeprecated": false, "name": "identifier", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Optional links for drilling down.", "isDeprecated": false, "name": "links", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ValueStreamMetricLinkType", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Title for the metric.", "isDeprecated": false, "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Unit of measurement.", "isDeprecated": false, "name": "unit", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Value for the metric.", "isDeprecated": false, "name": "value", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ValueStreamAnalyticsMetric", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Link to the metric documentation.", "isDeprecated": false, "name": "docsLink", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Label for the link.", "isDeprecated": false, "name": "label", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the link group.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Drill-down URL.", "isDeprecated": false, "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ValueStreamMetricLinkType", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "Verification process has not started.", "isDeprecated": false, "name": "PENDING" }, { "deprecationReason": null, "description": "Verification process is in progress.", "isDeprecated": false, "name": "STARTED" }, { "deprecationReason": null, "description": "Verification process finished successfully.", "isDeprecated": false, "name": "SUCCEEDED" }, { "deprecationReason": null, "description": "Verification process finished but failed.", "isDeprecated": false, "name": "FAILED" }, { "deprecationReason": null, "description": "Verification process is disabled.", "isDeprecated": false, "name": "DISABLED" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "VerificationStateEnum", "possibleTypes": null }, { "description": "Verification status of a GPG or X.509 signature for a commit.", "enumValues": [ { "deprecationReason": null, "description": "unverified verification status.", "isDeprecated": false, "name": "UNVERIFIED" }, { "deprecationReason": null, "description": "verified verification status.", "isDeprecated": false, "name": "VERIFIED" }, { "deprecationReason": null, "description": "same_user_different_email verification status.", "isDeprecated": false, "name": "SAME_USER_DIFFERENT_EMAIL" }, { "deprecationReason": null, "description": "other_user verification status.", "isDeprecated": false, "name": "OTHER_USER" }, { "deprecationReason": null, "description": "unverified_key verification status.", "isDeprecated": false, "name": "UNVERIFIED_KEY" }, { "deprecationReason": null, "description": "unknown_key verification status.", "isDeprecated": false, "name": "UNKNOWN_KEY" }, { "deprecationReason": null, "description": "multiple_signatures verification status.", "isDeprecated": false, "name": "MULTIPLE_SIGNATURES" }, { "deprecationReason": null, "description": "revoked_key verification status.", "isDeprecated": false, "name": "REVOKED_KEY" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "VerificationStatus", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "Private visibility level.", "isDeprecated": false, "name": "private" }, { "deprecationReason": null, "description": "Internal visibility level.", "isDeprecated": false, "name": "internal" }, { "deprecationReason": null, "description": "Public visibility level.", "isDeprecated": false, "name": "public" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "VisibilityLevelsEnum", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "Snippet is visible only to the snippet creator.", "isDeprecated": false, "name": "private" }, { "deprecationReason": null, "description": "Snippet is visible for any logged in user except external users.", "isDeprecated": false, "name": "internal" }, { "deprecationReason": null, "description": "Snippet can be accessed without any authentication.", "isDeprecated": false, "name": "public" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "VisibilityScopesEnum", "possibleTypes": null }, { "description": "Represents the count of vulnerabilities by severity on a particular day. This data is retained for 365 days", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Total number of vulnerabilities on a particular day with critical severity", "isDeprecated": false, "name": "critical", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Date for the count.", "isDeprecated": false, "name": "date", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ISO8601Date", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Total number of vulnerabilities on a particular day with high severity", "isDeprecated": false, "name": "high", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Total number of vulnerabilities on a particular day with info severity", "isDeprecated": false, "name": "info", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Total number of vulnerabilities on a particular day with low severity", "isDeprecated": false, "name": "low", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Total number of vulnerabilities on a particular day with medium severity", "isDeprecated": false, "name": "medium", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Total number of vulnerabilities on a particular day.", "isDeprecated": false, "name": "total", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Total number of vulnerabilities on a particular day with unknown severity", "isDeprecated": false, "name": "unknown", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilitiesCountByDay", "possibleTypes": null }, { "description": "The connection type for VulnerabilitiesCountByDay.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "VulnerabilitiesCountByDayEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "VulnerabilitiesCountByDay", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilitiesCountByDayConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "VulnerabilitiesCountByDay", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilitiesCountByDayEdge", "possibleTypes": null }, { "description": "A `VulnerabilitiesExternalIssueLinkID` is a global ID. It is encoded as a string.\n\nAn example `VulnerabilitiesExternalIssueLinkID` is: `\"gid://gitlab/Vulnerabilities::ExternalIssueLink/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "VulnerabilitiesExternalIssueLinkID", "possibleTypes": null }, { "description": "A `VulnerabilitiesFindingID` is a global ID. It is encoded as a string.\n\nAn example `VulnerabilitiesFindingID` is: `\"gid://gitlab/Vulnerabilities::Finding/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "VulnerabilitiesFindingID", "possibleTypes": null }, { "description": "A `VulnerabilitiesScannerID` is a global ID. It is encoded as a string.\n\nAn example `VulnerabilitiesScannerID` is: `\"gid://gitlab/Vulnerabilities::Scanner/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "VulnerabilitiesScannerID", "possibleTypes": null }, { "description": "Represents a vulnerability", "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All commenters on this noteable.", "isDeprecated": false, "name": "commenters", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCoreConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the vulnerability state was changed to confirmed.", "isDeprecated": false, "name": "confirmedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User that confirmed the vulnerability.", "isDeprecated": false, "name": "confirmedBy", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Description of the vulnerability.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `description`", "isDeprecated": false, "name": "descriptionHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Details of the vulnerability.", "isDeprecated": false, "name": "details", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "VulnerabilityDetail", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the vulnerability was first detected.", "isDeprecated": false, "name": "detectedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All discussions on this noteable.", "isDeprecated": false, "name": "discussions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DiscussionConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the vulnerability state was changed to dismissed.", "isDeprecated": false, "name": "dismissedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User that dismissed the vulnerability.", "isDeprecated": false, "name": "dismissedBy", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of external issue links related to the vulnerability.", "isDeprecated": false, "name": "externalIssueLinks", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VulnerabilityExternalIssueLinkConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates whether the vulnerability is a false positive.", "isDeprecated": false, "name": "falsePositive", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates whether there is a solution available for this vulnerability.", "isDeprecated": false, "name": "hasSolutions", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "GraphQL ID of the vulnerability.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Identifiers of the vulnerability.", "isDeprecated": false, "name": "identifiers", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VulnerabilityIdentifier", "ofType": null } } } } }, { "args": [ { "defaultValue": null, "description": "Filter issue links by link type.", "name": "linkType", "type": { "kind": "ENUM", "name": "VulnerabilityIssueLinkType", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of issue links related to the vulnerability.", "isDeprecated": false, "name": "issueLinks", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VulnerabilityIssueLinkConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "List of links associated with the vulnerability.", "isDeprecated": false, "name": "links", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VulnerabilityLink", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Location metadata for the vulnerability. Its fields depend on the type of security scan that found the vulnerability.", "isDeprecated": false, "name": "location", "type": { "kind": "UNION", "name": "VulnerabilityLocation", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Merge request that fixes the vulnerability.", "isDeprecated": false, "name": "mergeRequest", "type": { "kind": "OBJECT", "name": "MergeRequest", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Short text description of the vulnerability. This may include the finding's specific information.", "isDeprecated": false, "name": "message", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "All notes on this noteable.", "isDeprecated": false, "name": "notes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "NoteConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Primary identifier of the vulnerability.", "isDeprecated": false, "name": "primaryIdentifier", "type": { "kind": "OBJECT", "name": "VulnerabilityIdentifier", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Project on which the vulnerability was found.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of the security report that found the vulnerability (SAST, DEPENDENCY_SCANNING, CONTAINER_SCANNING, DAST, SECRET_DETECTION, COVERAGE_FUZZING, API_FUZZING, CLUSTER_IMAGE_SCANNING, GENERIC). `Scan Type` in the UI.", "isDeprecated": false, "name": "reportType", "type": { "kind": "ENUM", "name": "VulnerabilityReportType", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the vulnerability state was changed to resolved.", "isDeprecated": false, "name": "resolvedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User that resolved the vulnerability.", "isDeprecated": false, "name": "resolvedBy", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates whether the vulnerability is fixed on the default branch or not.", "isDeprecated": false, "name": "resolvedOnDefaultBranch", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Scanner metadata for the vulnerability.", "isDeprecated": false, "name": "scanner", "type": { "kind": "OBJECT", "name": "VulnerabilityScanner", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Severity of the vulnerability (INFO, UNKNOWN, LOW, MEDIUM, HIGH, CRITICAL)", "isDeprecated": false, "name": "severity", "type": { "kind": "ENUM", "name": "VulnerabilitySeverity", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "State of the vulnerability (DETECTED, CONFIRMED, RESOLVED, DISMISSED)", "isDeprecated": false, "name": "state", "type": { "kind": "ENUM", "name": "VulnerabilityState", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Comment given for the vulnerability state change.", "isDeprecated": false, "name": "stateComment", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "List of state transitions related to the vulnerability.", "isDeprecated": false, "name": "stateTransitions", "type": { "kind": "OBJECT", "name": "VulnerabilityStateTransitionTypeConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Title of the vulnerability.", "isDeprecated": false, "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the vulnerability was last updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of user notes attached to the vulnerability.", "isDeprecated": false, "name": "userNotesCount", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Permissions for the current user on the resource", "isDeprecated": false, "name": "userPermissions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VulnerabilityPermissions", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Path to the vulnerability's details page.", "isDeprecated": false, "name": "vulnerabilityPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL to the vulnerability's details page.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "NoteableInterface", "ofType": null } ], "kind": "OBJECT", "name": "Vulnerability", "possibleTypes": null }, { "description": "Confidence that a given vulnerability is present in the codebase.", "enumValues": [ { "deprecationReason": null, "description": "Ignore confidence", "isDeprecated": false, "name": "IGNORE" }, { "deprecationReason": null, "description": "Unknown confidence", "isDeprecated": false, "name": "UNKNOWN" }, { "deprecationReason": null, "description": "Experimental confidence", "isDeprecated": false, "name": "EXPERIMENTAL" }, { "deprecationReason": null, "description": "Low confidence", "isDeprecated": false, "name": "LOW" }, { "deprecationReason": null, "description": "Medium confidence", "isDeprecated": false, "name": "MEDIUM" }, { "deprecationReason": null, "description": "High confidence", "isDeprecated": false, "name": "HIGH" }, { "deprecationReason": null, "description": "Confirmed confidence", "isDeprecated": false, "name": "CONFIRMED" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "VulnerabilityConfidence", "possibleTypes": null }, { "description": "Autogenerated input type of VulnerabilityConfirm", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Comment why vulnerability was confirmed (maximum 50,000 characters).", "name": "comment", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the vulnerability to be confirmed.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "VulnerabilityID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "VulnerabilityConfirmInput", "possibleTypes": null }, { "description": "Autogenerated return type of VulnerabilityConfirm", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Vulnerability after state change.", "isDeprecated": false, "name": "vulnerability", "type": { "kind": "OBJECT", "name": "Vulnerability", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityConfirmPayload", "possibleTypes": null }, { "description": "The connection type for Vulnerability.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "VulnerabilityEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "Vulnerability", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityConnection", "possibleTypes": null }, { "description": "Represents a container image reported on the related vulnerability", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Name of the container image.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityContainerImage", "possibleTypes": null }, { "description": "The connection type for VulnerabilityContainerImage.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "VulnerabilityContainerImageEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "VulnerabilityContainerImage", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityContainerImageConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "VulnerabilityContainerImage", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityContainerImageEdge", "possibleTypes": null }, { "description": "Autogenerated input type of VulnerabilityCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the project to attach the vulnerability to.", "name": "project", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ProjectID", "ofType": null } } }, { "defaultValue": null, "description": "Name of the vulnerability.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Long text section that describes the vulnerability in more detail.", "name": "description", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Information about the scanner used to discover the vulnerability.", "name": "scanner", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VulnerabilityScannerInput", "ofType": null } } }, { "defaultValue": null, "description": "Array of CVE or CWE identifiers for the vulnerability.", "name": "identifiers", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "VulnerabilityIdentifierInput", "ofType": null } } } } }, { "defaultValue": "DETECTED", "description": "State of the vulnerability (defaults to `detected`).", "name": "state", "type": { "kind": "ENUM", "name": "VulnerabilityState", "ofType": null } }, { "defaultValue": "UNKNOWN", "description": "Severity of the vulnerability (defaults to `unknown`).", "name": "severity", "type": { "kind": "ENUM", "name": "VulnerabilitySeverity", "ofType": null } }, { "defaultValue": null, "description": "Instructions for how to fix the vulnerability.", "name": "solution", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Short text section that describes the vulnerability. This may include the finding's specific information.", "name": "message", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Timestamp of when the vulnerability was first detected (defaults to creation time).", "name": "detectedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Timestamp of when the vulnerability state changed to confirmed (defaults to creation time if status is `confirmed`).", "name": "confirmedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Timestamp of when the vulnerability state changed to resolved (defaults to creation time if status is `resolved`).", "name": "resolvedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "defaultValue": null, "description": "Timestamp of when the vulnerability state changed to dismissed (defaults to creation time if status is `dismissed`).", "name": "dismissedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "VulnerabilityCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of VulnerabilityCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Vulnerability created.", "isDeprecated": false, "name": "vulnerability", "type": { "kind": "OBJECT", "name": "Vulnerability", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityCreatePayload", "possibleTypes": null }, { "description": "Represents a vulnerability detail field. The fields with data will depend on the vulnerability detail type", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "UNION", "name": "VulnerabilityDetail", "possibleTypes": [ { "kind": "OBJECT", "name": "VulnerabilityDetailBase", "ofType": null }, { "kind": "OBJECT", "name": "VulnerabilityDetailBoolean", "ofType": null }, { "kind": "OBJECT", "name": "VulnerabilityDetailCode", "ofType": null }, { "kind": "OBJECT", "name": "VulnerabilityDetailCommit", "ofType": null }, { "kind": "OBJECT", "name": "VulnerabilityDetailDiff", "ofType": null }, { "kind": "OBJECT", "name": "VulnerabilityDetailFileLocation", "ofType": null }, { "kind": "OBJECT", "name": "VulnerabilityDetailInt", "ofType": null }, { "kind": "OBJECT", "name": "VulnerabilityDetailList", "ofType": null }, { "kind": "OBJECT", "name": "VulnerabilityDetailMarkdown", "ofType": null }, { "kind": "OBJECT", "name": "VulnerabilityDetailModuleLocation", "ofType": null }, { "kind": "OBJECT", "name": "VulnerabilityDetailTable", "ofType": null }, { "kind": "OBJECT", "name": "VulnerabilityDetailText", "ofType": null }, { "kind": "OBJECT", "name": "VulnerabilityDetailUrl", "ofType": null } ] }, { "description": "Represents the vulnerability details base", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Description of the field.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the field.", "isDeprecated": false, "name": "fieldName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the field.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityDetailBase", "possibleTypes": null }, { "description": "Represents the vulnerability details boolean value", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Description of the field.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the field.", "isDeprecated": false, "name": "fieldName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the field.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Value of the field.", "isDeprecated": false, "name": "value", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityDetailBoolean", "possibleTypes": null }, { "description": "Represents the vulnerability details code field", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Description of the field.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the field.", "isDeprecated": false, "name": "fieldName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Language of the code.", "isDeprecated": false, "name": "lang", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the field.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Source code.", "isDeprecated": false, "name": "value", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityDetailCode", "possibleTypes": null }, { "description": "Represents the vulnerability details commit field", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Description of the field.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the field.", "isDeprecated": false, "name": "fieldName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the field.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Commit SHA value.", "isDeprecated": false, "name": "value", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityDetailCommit", "possibleTypes": null }, { "description": "Represents the vulnerability details diff field", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Value of the field after the change.", "isDeprecated": false, "name": "after", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Value of the field before the change.", "isDeprecated": false, "name": "before", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Description of the field.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the field.", "isDeprecated": false, "name": "fieldName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the field.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityDetailDiff", "possibleTypes": null }, { "description": "Represents the vulnerability details location within a file in the project", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Description of the field.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the field.", "isDeprecated": false, "name": "fieldName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "File name.", "isDeprecated": false, "name": "fileName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "End line number of the file location.", "isDeprecated": false, "name": "lineEnd", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Start line number of the file location.", "isDeprecated": false, "name": "lineStart", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the field.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityDetailFileLocation", "possibleTypes": null }, { "description": "Represents the vulnerability details integer value", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Description of the field.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the field.", "isDeprecated": false, "name": "fieldName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the field.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Value of the field.", "isDeprecated": false, "name": "value", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityDetailInt", "possibleTypes": null }, { "description": "Represents the vulnerability details list value", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Description of the field.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the field.", "isDeprecated": false, "name": "fieldName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "List of details.", "isDeprecated": false, "name": "items", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "VulnerabilityDetail", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Name of the field.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityDetailList", "possibleTypes": null }, { "description": "Represents the vulnerability details Markdown field", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Description of the field.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the field.", "isDeprecated": false, "name": "fieldName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the field.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Value of the Markdown field.", "isDeprecated": false, "name": "value", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityDetailMarkdown", "possibleTypes": null }, { "description": "Represents the vulnerability details location within a file in the project", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Description of the field.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the field.", "isDeprecated": false, "name": "fieldName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Module name.", "isDeprecated": false, "name": "moduleName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the field.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Offset of the module location.", "isDeprecated": false, "name": "offset", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityDetailModuleLocation", "possibleTypes": null }, { "description": "Represents an individual row in a table", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Description of the field.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the field.", "isDeprecated": false, "name": "fieldName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the field.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Value of the field.", "isDeprecated": false, "name": "row", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "VulnerabilityDetail", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityDetailRow", "possibleTypes": null }, { "description": "Represents the vulnerability details table value", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Description of the field.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the field.", "isDeprecated": false, "name": "fieldName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Table headers.", "isDeprecated": false, "name": "headers", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "VulnerabilityDetail", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Name of the field.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Table rows.", "isDeprecated": false, "name": "rows", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VulnerabilityDetailRow", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityDetailTable", "possibleTypes": null }, { "description": "Represents the vulnerability details text field", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Description of the field.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the field.", "isDeprecated": false, "name": "fieldName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the field.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Value of the text field.", "isDeprecated": false, "name": "value", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityDetailText", "possibleTypes": null }, { "description": "Represents the vulnerability details URL field", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Description of the field.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the field.", "isDeprecated": false, "name": "fieldName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Href of the URL.", "isDeprecated": false, "name": "href", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the field.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Text of the URL.", "isDeprecated": false, "name": "text", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityDetailUrl", "possibleTypes": null }, { "description": "Autogenerated input type of VulnerabilityDismiss", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Comment why vulnerability was dismissed (maximum 50,000 characters).", "name": "comment", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the vulnerability to be dismissed.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "VulnerabilityID", "ofType": null } } }, { "defaultValue": null, "description": "Reason why vulnerability should be dismissed.", "name": "dismissalReason", "type": { "kind": "ENUM", "name": "VulnerabilityDismissalReason", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "VulnerabilityDismissInput", "possibleTypes": null }, { "description": "Autogenerated return type of VulnerabilityDismiss", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Vulnerability after state change.", "isDeprecated": false, "name": "vulnerability", "type": { "kind": "OBJECT", "name": "Vulnerability", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityDismissPayload", "possibleTypes": null }, { "description": "The dismissal reason of the Vulnerability", "enumValues": [ { "deprecationReason": null, "description": "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk.", "isDeprecated": false, "name": "ACCEPTABLE_RISK" }, { "deprecationReason": null, "description": "An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present.", "isDeprecated": false, "name": "FALSE_POSITIVE" }, { "deprecationReason": null, "description": "A management, operational, or technical control (that is, safeguard or countermeasure) employed by an organization that provides equivalent or comparable protection for an information system.", "isDeprecated": false, "name": "MITIGATING_CONTROL" }, { "deprecationReason": null, "description": "The finding is not a vulnerability because it is part of a test or is test data.", "isDeprecated": false, "name": "USED_IN_TESTS" }, { "deprecationReason": null, "description": "The vulnerability is known, and has not been remediated or mitigated, but is considered to be in a part of the application that will not be updated.", "isDeprecated": false, "name": "NOT_APPLICABLE" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "VulnerabilityDismissalReason", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "Vulnerability", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityEdge", "possibleTypes": null }, { "description": "Represents a Vulnerability Evidence", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "HTTP request of the Vulnerability Evidence.", "isDeprecated": false, "name": "request", "type": { "kind": "OBJECT", "name": "VulnerabilityRequest", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "HTTP response of the Vulnerability Evidence.", "isDeprecated": false, "name": "response", "type": { "kind": "OBJECT", "name": "VulnerabilityResponse", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Source of the Vulnerability Evidence.", "isDeprecated": false, "name": "source", "type": { "kind": "OBJECT", "name": "VulnerabilityEvidenceSource", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Summary of the Vulnerability Evidence.", "isDeprecated": false, "name": "summary", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Supporting messages of the Vulnerability Evidence.", "isDeprecated": false, "name": "supportingMessages", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VulnerabilityEvidenceSupportingMessage", "ofType": null } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityEvidence", "possibleTypes": null }, { "description": "Represents a vulnerability evidence", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "ID of the Vulnerability Evidence Source.", "isDeprecated": false, "name": "identifier", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the Vulnerability Evidence Source.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "URL of the Vulnerability Evidence Source.", "isDeprecated": false, "name": "url", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityEvidenceSource", "possibleTypes": null }, { "description": "Represents a vulnerability evidence supporting message", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Name of the vulnerability supporting message.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "HTTP request of the vulnerability evidence supporting message.", "isDeprecated": false, "name": "request", "type": { "kind": "OBJECT", "name": "VulnerabilityRequest", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "HTTP response of the vulnerability evidence supporting message.", "isDeprecated": false, "name": "response", "type": { "kind": "OBJECT", "name": "VulnerabilityResponse", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityEvidenceSupportingMessage", "possibleTypes": null }, { "description": "Represents an external issue link of a vulnerability", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The external issue attached to the issue link.", "isDeprecated": false, "name": "externalIssue", "type": { "kind": "OBJECT", "name": "ExternalIssue", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "GraphQL ID of the external issue link.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "VulnerabilitiesExternalIssueLinkID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Type of the external issue link.", "isDeprecated": false, "name": "linkType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VulnerabilityExternalIssueLinkType", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityExternalIssueLink", "possibleTypes": null }, { "description": "The connection type for VulnerabilityExternalIssueLink.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "VulnerabilityExternalIssueLinkEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "VulnerabilityExternalIssueLink", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityExternalIssueLinkConnection", "possibleTypes": null }, { "description": "Autogenerated input type of VulnerabilityExternalIssueLinkCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the vulnerability.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "VulnerabilityID", "ofType": null } } }, { "defaultValue": null, "description": "Type of the external issue link.", "name": "linkType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VulnerabilityExternalIssueLinkType", "ofType": null } } }, { "defaultValue": null, "description": "External tracker type of the external issue link.", "name": "externalTracker", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VulnerabilityExternalIssueLinkExternalTracker", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "VulnerabilityExternalIssueLinkCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of VulnerabilityExternalIssueLinkCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Created external issue link.", "isDeprecated": false, "name": "externalIssueLink", "type": { "kind": "OBJECT", "name": "VulnerabilityExternalIssueLink", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityExternalIssueLinkCreatePayload", "possibleTypes": null }, { "description": "Autogenerated input type of VulnerabilityExternalIssueLinkDestroy", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the vulnerability external issue link.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "VulnerabilitiesExternalIssueLinkID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "VulnerabilityExternalIssueLinkDestroyInput", "possibleTypes": null }, { "description": "Autogenerated return type of VulnerabilityExternalIssueLinkDestroy", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityExternalIssueLinkDestroyPayload", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "VulnerabilityExternalIssueLink", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityExternalIssueLinkEdge", "possibleTypes": null }, { "description": "The external tracker of the external issue link related to a vulnerability", "enumValues": [ { "deprecationReason": null, "description": "Jira external tracker", "isDeprecated": false, "name": "JIRA" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "VulnerabilityExternalIssueLinkExternalTracker", "possibleTypes": null }, { "description": "The type of the external issue link related to a vulnerability", "enumValues": [ { "deprecationReason": null, "description": "Created link type.", "isDeprecated": false, "name": "CREATED" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "VulnerabilityExternalIssueLinkType", "possibleTypes": null }, { "description": "Autogenerated input type of VulnerabilityFindingDismiss", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "UUID of the finding to be dismissed.", "name": "uuid", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Comment why finding should be dismissed.", "name": "comment", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Reason why finding should be dismissed.", "name": "dismissalReason", "type": { "kind": "ENUM", "name": "VulnerabilityDismissalReason", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "VulnerabilityFindingDismissInput", "possibleTypes": null }, { "description": "Autogenerated return type of VulnerabilityFindingDismiss", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Finding after dismissal.", "isDeprecated": false, "name": "finding", "type": { "kind": "OBJECT", "name": "PipelineSecurityReportFinding", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityFindingDismissPayload", "possibleTypes": null }, { "description": "The grade of the vulnerable project", "enumValues": [ { "deprecationReason": null, "description": "A grade", "isDeprecated": false, "name": "A" }, { "deprecationReason": null, "description": "B grade", "isDeprecated": false, "name": "B" }, { "deprecationReason": null, "description": "C grade", "isDeprecated": false, "name": "C" }, { "deprecationReason": null, "description": "D grade", "isDeprecated": false, "name": "D" }, { "deprecationReason": null, "description": "F grade", "isDeprecated": false, "name": "F" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "VulnerabilityGrade", "possibleTypes": null }, { "description": "A `VulnerabilityID` is a global ID. It is encoded as a string.\n\nAn example `VulnerabilityID` is: `\"gid://gitlab/Vulnerability/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "VulnerabilityID", "possibleTypes": null }, { "description": "Represents a vulnerability identifier", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "External ID of the vulnerability identifier.", "isDeprecated": false, "name": "externalId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "External type of the vulnerability identifier.", "isDeprecated": false, "name": "externalType", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the vulnerability identifier.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL of the vulnerability identifier.", "isDeprecated": false, "name": "url", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityIdentifier", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Name of the vulnerability identifier.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "URL of the vulnerability identifier.", "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "External type of the vulnerability identifier.", "name": "externalType", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "External ID of the vulnerability identifier.", "name": "externalId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "VulnerabilityIdentifierInput", "possibleTypes": null }, { "description": "Represents an issue link of a vulnerability", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "GraphQL ID of the vulnerability.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Issue attached to issue link.", "isDeprecated": false, "name": "issue", "type": { "kind": "OBJECT", "name": "Issue", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of the issue link.", "isDeprecated": false, "name": "linkType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VulnerabilityIssueLinkType", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityIssueLink", "possibleTypes": null }, { "description": "The connection type for VulnerabilityIssueLink.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "VulnerabilityIssueLinkEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "VulnerabilityIssueLink", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityIssueLinkConnection", "possibleTypes": null }, { "description": "Autogenerated input type of VulnerabilityIssueLinkCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the issue to link to.", "name": "issueId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "IssueID", "ofType": null } } }, { "defaultValue": null, "description": "IDs of vulnerabilities to link to the given issue. Up to 100 can be provided.", "name": "vulnerabilityIds", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "VulnerabilityID", "ofType": null } } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "VulnerabilityIssueLinkCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of VulnerabilityIssueLinkCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Created issue links.", "isDeprecated": false, "name": "issueLinks", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VulnerabilityIssueLink", "ofType": null } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityIssueLinkCreatePayload", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "VulnerabilityIssueLink", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityIssueLinkEdge", "possibleTypes": null }, { "description": "The type of the issue link related to a vulnerability", "enumValues": [ { "deprecationReason": null, "description": "Has a related issue", "isDeprecated": false, "name": "RELATED" }, { "deprecationReason": null, "description": "Issue is created for the vulnerability", "isDeprecated": false, "name": "CREATED" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "VulnerabilityIssueLinkType", "possibleTypes": null }, { "description": "Represents a link related to a vulnerability", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Name of the link.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL of the link.", "isDeprecated": false, "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityLink", "possibleTypes": null }, { "description": "Represents a vulnerability location. The fields with data will depend on the vulnerability report type", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "UNION", "name": "VulnerabilityLocation", "possibleTypes": [ { "kind": "OBJECT", "name": "VulnerabilityLocationClusterImageScanning", "ofType": null }, { "kind": "OBJECT", "name": "VulnerabilityLocationContainerScanning", "ofType": null }, { "kind": "OBJECT", "name": "VulnerabilityLocationCoverageFuzzing", "ofType": null }, { "kind": "OBJECT", "name": "VulnerabilityLocationDast", "ofType": null }, { "kind": "OBJECT", "name": "VulnerabilityLocationDependencyScanning", "ofType": null }, { "kind": "OBJECT", "name": "VulnerabilityLocationGeneric", "ofType": null }, { "kind": "OBJECT", "name": "VulnerabilityLocationSast", "ofType": null }, { "kind": "OBJECT", "name": "VulnerabilityLocationSecretDetection", "ofType": null } ] }, { "description": "Represents the location of a vulnerability found by a cluster image scan", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Dependency containing the vulnerability.", "isDeprecated": false, "name": "dependency", "type": { "kind": "OBJECT", "name": "VulnerableDependency", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the vulnerable container image.", "isDeprecated": false, "name": "image", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Kubernetes resource which uses the vulnerable container image.", "isDeprecated": false, "name": "kubernetesResource", "type": { "kind": "OBJECT", "name": "VulnerableKubernetesResource", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Operating system that runs on the vulnerable container image.", "isDeprecated": false, "name": "operatingSystem", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityLocationClusterImageScanning", "possibleTypes": null }, { "description": "Represents the location of a vulnerability found by a container security scan", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Dependency containing the vulnerability.", "isDeprecated": false, "name": "dependency", "type": { "kind": "OBJECT", "name": "VulnerableDependency", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the vulnerable container image.", "isDeprecated": false, "name": "image", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Operating system that runs on the vulnerable container image.", "isDeprecated": false, "name": "operatingSystem", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityLocationContainerScanning", "possibleTypes": null }, { "description": "Represents the location of a vulnerability found by a Coverage Fuzzing scan", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Blob path to the vulnerable file.", "isDeprecated": false, "name": "blobPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Relative address in memory were the crash occurred.", "isDeprecated": false, "name": "crashAddress", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of the crash.", "isDeprecated": false, "name": "crashType", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of the last relevant line in the vulnerable file.", "isDeprecated": false, "name": "endLine", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Path to the vulnerable file.", "isDeprecated": false, "name": "file", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Stack trace recorded during fuzzing resulting the crash.", "isDeprecated": false, "name": "stacktraceSnippet", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of the first relevant line in the vulnerable file.", "isDeprecated": false, "name": "startLine", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Class containing the vulnerability.", "isDeprecated": false, "name": "vulnerableClass", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Method containing the vulnerability.", "isDeprecated": false, "name": "vulnerableMethod", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityLocationCoverageFuzzing", "possibleTypes": null }, { "description": "Represents the location of a vulnerability found by a DAST scan", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Domain name of the vulnerable request.", "isDeprecated": false, "name": "hostname", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Query parameter for the URL on which the vulnerability occurred.", "isDeprecated": false, "name": "param", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL path and query string of the vulnerable request.", "isDeprecated": false, "name": "path", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "HTTP method of the vulnerable request.", "isDeprecated": false, "name": "requestMethod", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityLocationDast", "possibleTypes": null }, { "description": "Represents the location of a vulnerability found by a dependency security scan", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Blob path to the vulnerable file.", "isDeprecated": false, "name": "blobPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Dependency containing the vulnerability.", "isDeprecated": false, "name": "dependency", "type": { "kind": "OBJECT", "name": "VulnerableDependency", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Path to the vulnerable file.", "isDeprecated": false, "name": "file", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityLocationDependencyScanning", "possibleTypes": null }, { "description": "Represents the location of a vulnerability found by a generic scanner.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Free-form description of where the vulnerability is located.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityLocationGeneric", "possibleTypes": null }, { "description": "Represents the location of a vulnerability found by a SAST scan", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Blob path to the vulnerable file.", "isDeprecated": false, "name": "blobPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of the last relevant line in the vulnerable file.", "isDeprecated": false, "name": "endLine", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Path to the vulnerable file.", "isDeprecated": false, "name": "file", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of the first relevant line in the vulnerable file.", "isDeprecated": false, "name": "startLine", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Class containing the vulnerability.", "isDeprecated": false, "name": "vulnerableClass", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Method containing the vulnerability.", "isDeprecated": false, "name": "vulnerableMethod", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityLocationSast", "possibleTypes": null }, { "description": "Represents the location of a vulnerability found by a secret detection scan", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Blob path to the vulnerable file.", "isDeprecated": false, "name": "blobPath", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of the last relevant line in the vulnerable file.", "isDeprecated": false, "name": "endLine", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Path to the vulnerable file.", "isDeprecated": false, "name": "file", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of the first relevant line in the vulnerable file.", "isDeprecated": false, "name": "startLine", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Class containing the vulnerability.", "isDeprecated": false, "name": "vulnerableClass", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Method containing the vulnerability.", "isDeprecated": false, "name": "vulnerableMethod", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityLocationSecretDetection", "possibleTypes": null }, { "description": "Check permissions for the current user on a vulnerability", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `admin_vulnerability` on this resource", "isDeprecated": false, "name": "adminVulnerability", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `admin_vulnerability_external_issue_link` on this resource", "isDeprecated": false, "name": "adminVulnerabilityExternalIssueLink", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `admin_vulnerability_issue_link` on this resource", "isDeprecated": false, "name": "adminVulnerabilityIssueLink", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `create_vulnerability` on this resource", "isDeprecated": false, "name": "createVulnerability", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `create_vulnerability_export` on this resource", "isDeprecated": false, "name": "createVulnerabilityExport", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `create_vulnerability_feedback` on this resource", "isDeprecated": false, "name": "createVulnerabilityFeedback", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `destroy_vulnerability_feedback` on this resource", "isDeprecated": false, "name": "destroyVulnerabilityFeedback", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `read_vulnerability_feedback` on this resource", "isDeprecated": false, "name": "readVulnerabilityFeedback", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `update_vulnerability_feedback` on this resource", "isDeprecated": false, "name": "updateVulnerabilityFeedback", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityPermissions", "possibleTypes": null }, { "description": "Represents a vulnerability remediation type.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Diff of the remediation.", "isDeprecated": false, "name": "diff", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Summary of the remediation.", "isDeprecated": false, "name": "summary", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityRemediationType", "possibleTypes": null }, { "description": "The type of the security scan that found the vulnerability", "enumValues": [ { "deprecationReason": null, "description": "SAST report", "isDeprecated": false, "name": "SAST" }, { "deprecationReason": null, "description": "Dependency Scanning report", "isDeprecated": false, "name": "DEPENDENCY_SCANNING" }, { "deprecationReason": null, "description": "Container Scanning report", "isDeprecated": false, "name": "CONTAINER_SCANNING" }, { "deprecationReason": null, "description": "DAST report", "isDeprecated": false, "name": "DAST" }, { "deprecationReason": null, "description": "Secret Detection report", "isDeprecated": false, "name": "SECRET_DETECTION" }, { "deprecationReason": null, "description": "Coverage Fuzzing report", "isDeprecated": false, "name": "COVERAGE_FUZZING" }, { "deprecationReason": null, "description": "API Fuzzing report", "isDeprecated": false, "name": "API_FUZZING" }, { "deprecationReason": null, "description": "Cluster Image Scanning report", "isDeprecated": false, "name": "CLUSTER_IMAGE_SCANNING" }, { "deprecationReason": null, "description": "Generic report", "isDeprecated": false, "name": "GENERIC" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "VulnerabilityReportType", "possibleTypes": null }, { "description": "Represents a Vulnerability Request", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Body of the Vulnerability Request.", "isDeprecated": false, "name": "body", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "HTTP headers of the Vulnerability Request.", "isDeprecated": false, "name": "headers", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VulnerabilityRequestResponseHeader", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Method of the Vulnerability Request.", "isDeprecated": false, "name": "method", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "URL of the Vulnerability Request.", "isDeprecated": false, "name": "url", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityRequest", "possibleTypes": null }, { "description": "Represents a Vulnerability Request/Response Header", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Name of the Vulnerability Request/Response Header.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Value of the Vulnerability Request/Response Header.", "isDeprecated": false, "name": "value", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityRequestResponseHeader", "possibleTypes": null }, { "description": "Autogenerated input type of VulnerabilityResolve", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Comment why vulnerability was resolved (maximum 50,000 characters).", "name": "comment", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the vulnerability to be resolved.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "VulnerabilityID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "VulnerabilityResolveInput", "possibleTypes": null }, { "description": "Autogenerated return type of VulnerabilityResolve", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Vulnerability after state change.", "isDeprecated": false, "name": "vulnerability", "type": { "kind": "OBJECT", "name": "Vulnerability", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityResolvePayload", "possibleTypes": null }, { "description": "Represents a Vulnerability Response", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Body of the Vulnerability Response.", "isDeprecated": false, "name": "body", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "HTTP headers of the Vulnerability Response.", "isDeprecated": false, "name": "headers", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "VulnerabilityRequestResponseHeader", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Reason Phrase of the Vulnerability Response.", "isDeprecated": false, "name": "reasonPhrase", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Status Code of the Vulnerability Response.", "isDeprecated": false, "name": "statusCode", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityResponse", "possibleTypes": null }, { "description": "Autogenerated input type of VulnerabilityRevertToDetected", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Comment why vulnerability was reverted to detected (maximum 50,000 characters).", "name": "comment", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "ID of the vulnerability to be reverted to detected.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "VulnerabilityID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "VulnerabilityRevertToDetectedInput", "possibleTypes": null }, { "description": "Autogenerated return type of VulnerabilityRevertToDetected", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Vulnerability after state change.", "isDeprecated": false, "name": "vulnerability", "type": { "kind": "OBJECT", "name": "Vulnerability", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityRevertToDetectedPayload", "possibleTypes": null }, { "description": "Represents a vulnerability scanner", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "External ID of the vulnerability scanner.", "isDeprecated": false, "name": "externalId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the scanner.", "isDeprecated": false, "name": "id", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the vulnerability scanner.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Type of the vulnerability report.", "isDeprecated": false, "name": "reportType", "type": { "kind": "ENUM", "name": "VulnerabilityReportType", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Humanized type of the vulnerability report.", "isDeprecated": false, "name": "reportTypeHumanized", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Vendor of the vulnerability scanner.", "isDeprecated": false, "name": "vendor", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityScanner", "possibleTypes": null }, { "description": "The connection type for VulnerabilityScanner.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "VulnerabilityScannerEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "VulnerabilityScanner", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityScannerConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "VulnerabilityScanner", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityScannerEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Unique ID that identifies the scanner.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Human readable value that identifies the analyzer, not required to be unique.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Link to more information about the analyzer.", "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Information about vendor/maintainer of the scanner.", "name": "vendor", "type": { "kind": "INPUT_OBJECT", "name": "VulnerabilityScannerVendorInput", "ofType": null } }, { "defaultValue": null, "description": "Version of the scanner.", "name": "version", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "VulnerabilityScannerInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Name of the vendor/maintainer.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "VulnerabilityScannerVendorInput", "possibleTypes": null }, { "description": "Represents vulnerability counts by severity", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Number of vulnerabilities of CRITICAL severity of the project", "isDeprecated": false, "name": "critical", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of vulnerabilities of HIGH severity of the project", "isDeprecated": false, "name": "high", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of vulnerabilities of INFO severity of the project", "isDeprecated": false, "name": "info", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of vulnerabilities of LOW severity of the project", "isDeprecated": false, "name": "low", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of vulnerabilities of MEDIUM severity of the project", "isDeprecated": false, "name": "medium", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of vulnerabilities of UNKNOWN severity of the project", "isDeprecated": false, "name": "unknown", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilitySeveritiesCount", "possibleTypes": null }, { "description": "The severity of the vulnerability", "enumValues": [ { "deprecationReason": null, "description": "Info severity", "isDeprecated": false, "name": "INFO" }, { "deprecationReason": null, "description": "Unknown severity", "isDeprecated": false, "name": "UNKNOWN" }, { "deprecationReason": null, "description": "Low severity", "isDeprecated": false, "name": "LOW" }, { "deprecationReason": null, "description": "Medium severity", "isDeprecated": false, "name": "MEDIUM" }, { "deprecationReason": null, "description": "High severity", "isDeprecated": false, "name": "HIGH" }, { "deprecationReason": null, "description": "Critical severity", "isDeprecated": false, "name": "CRITICAL" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "VulnerabilitySeverity", "possibleTypes": null }, { "description": "Vulnerability sort values", "enumValues": [ { "deprecationReason": null, "description": "Severity in descending order.", "isDeprecated": false, "name": "severity_desc" }, { "deprecationReason": null, "description": "Severity in ascending order.", "isDeprecated": false, "name": "severity_asc" }, { "deprecationReason": null, "description": "Detection timestamp in descending order.", "isDeprecated": false, "name": "detected_desc" }, { "deprecationReason": null, "description": "Detection timestamp in ascending order.", "isDeprecated": false, "name": "detected_asc" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "VulnerabilitySort", "possibleTypes": null }, { "description": "The state of the vulnerability", "enumValues": [ { "deprecationReason": null, "description": "For details, see [vulnerability status values](https://docs.gitlab.com/ee/user/application_security/vulnerabilities/index.html#vulnerability-status-values).", "isDeprecated": false, "name": "CONFIRMED" }, { "deprecationReason": null, "description": "For details, see [vulnerability status values](https://docs.gitlab.com/ee/user/application_security/vulnerabilities/index.html#vulnerability-status-values).", "isDeprecated": false, "name": "DETECTED" }, { "deprecationReason": null, "description": "For details, see [vulnerability status values](https://docs.gitlab.com/ee/user/application_security/vulnerabilities/index.html#vulnerability-status-values).", "isDeprecated": false, "name": "DISMISSED" }, { "deprecationReason": null, "description": "For details, see [vulnerability status values](https://docs.gitlab.com/ee/user/application_security/vulnerabilities/index.html#vulnerability-status-values).", "isDeprecated": false, "name": "RESOLVED" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "VulnerabilityState", "possibleTypes": null }, { "description": "Represents a state transition of a vulnerability", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "User who changed the state of the vulnerability.", "isDeprecated": false, "name": "author", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "UserCore", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Comment for the state change.", "isDeprecated": false, "name": "comment", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Time of the state change of the vulnerability.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Reason for the dismissal.", "isDeprecated": false, "name": "dismissalReason", "type": { "kind": "ENUM", "name": "VulnerabilityDismissalReason", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "State of the vulnerability before transition.", "isDeprecated": false, "name": "fromState", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VulnerabilityState", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "State of the vulnerability after transition.", "isDeprecated": false, "name": "toState", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VulnerabilityState", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityStateTransitionType", "possibleTypes": null }, { "description": "The connection type for VulnerabilityStateTransitionType.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "VulnerabilityStateTransitionTypeEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "VulnerabilityStateTransitionType", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityStateTransitionTypeConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "VulnerabilityStateTransitionType", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerabilityStateTransitionTypeEdge", "possibleTypes": null }, { "description": "Represents a vulnerable dependency. Used in vulnerability location data", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Package associated with the vulnerable dependency.", "isDeprecated": false, "name": "package", "type": { "kind": "OBJECT", "name": "VulnerablePackage", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Version of the vulnerable dependency.", "isDeprecated": false, "name": "version", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerableDependency", "possibleTypes": null }, { "description": "Represents a vulnerable Kubernetes resource. Used in vulnerability location data", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Kubernetes Agent which performed the scan.", "isDeprecated": false, "name": "agent", "type": { "kind": "OBJECT", "name": "ClusterAgent", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the Cluster integration which was used to perform the scan.", "isDeprecated": false, "name": "clusterId", "type": { "kind": "SCALAR", "name": "ClustersClusterID", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Name of the container that had its image scanned.", "isDeprecated": false, "name": "containerName", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Kind of the Kubernetes resource.", "isDeprecated": false, "name": "kind", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the Kubernetes resource.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Kubernetes namespace which the resource resides in.", "isDeprecated": false, "name": "namespace", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerableKubernetesResource", "possibleTypes": null }, { "description": "Represents a vulnerable package. Used in vulnerability dependency data", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Name of the vulnerable package.", "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerablePackage", "possibleTypes": null }, { "description": "Represents vulnerability letter grades with associated projects", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Number of projects within this grade.", "isDeprecated": false, "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Grade based on the highest severity vulnerability present.", "isDeprecated": false, "name": "grade", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "VulnerabilityGrade", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Projects within this grade.", "isDeprecated": false, "name": "projects", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProjectConnection", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "VulnerableProjectsByGrade", "possibleTypes": null }, { "description": "Weight ID wildcard values", "enumValues": [ { "deprecationReason": null, "description": "No weight is assigned.", "isDeprecated": false, "name": "NONE" }, { "deprecationReason": null, "description": "Weight is assigned.", "isDeprecated": false, "name": "ANY" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "WeightWildcardId", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.9.", "description": "User that created the work item. Introduced in 15.9: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "author", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the work item was closed.", "isDeprecated": false, "name": "closedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates the work item is confidential.", "isDeprecated": false, "name": "confidential", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the work item was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Description of the work item.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `description`", "isDeprecated": false, "name": "descriptionHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Global ID of the work item.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "WorkItemID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Internal ID of the work item.", "isDeprecated": false, "name": "iid", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Lock version of the work item. Incremented each time the work item is updated.", "isDeprecated": false, "name": "lockVersion", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.10.", "description": "Namespace the work item belongs to. Introduced in 15.10: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "namespace", "type": { "kind": "OBJECT", "name": "Namespace", "ofType": null } }, { "args": [], "deprecationReason": "This feature is an Experiment. It can be changed or removed at any time. Introduced in 15.3.", "description": "Project the work item belongs to. Introduced in 15.3: This feature is an Experiment. It can be changed or removed at any time.", "isDeprecated": true, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "State of the work item.", "isDeprecated": false, "name": "state", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkItemState", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Title of the work item.", "isDeprecated": false, "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `title`", "isDeprecated": false, "name": "titleHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the work item was last updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Permissions for the current user on the resource", "isDeprecated": false, "name": "userPermissions", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkItemPermissions", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "URL of this object.", "isDeprecated": false, "name": "webUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Collection of widgets that belong to the work item.", "isDeprecated": false, "name": "widgets", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INTERFACE", "name": "WorkItemWidget", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": "Type assigned to the work item.", "isDeprecated": false, "name": "workItemType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkItemType", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Todoable", "ofType": null } ], "kind": "OBJECT", "name": "WorkItem", "possibleTypes": null }, { "description": "Values for work item award emoji update enum", "enumValues": [ { "deprecationReason": null, "description": "Adds the emoji.", "isDeprecated": false, "name": "ADD" }, { "deprecationReason": null, "description": "Removes the emoji.", "isDeprecated": false, "name": "REMOVE" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "WorkItemAwardEmojiUpdateAction", "possibleTypes": null }, { "description": "The connection type for WorkItem.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkItemEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkItem", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "WorkItemConnection", "possibleTypes": null }, { "description": "Autogenerated input type of WorkItemConvert", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the work item.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "WorkItemID", "ofType": null } } }, { "defaultValue": null, "description": "Global ID of the new work item type.", "name": "workItemTypeId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "WorkItemsTypeID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "WorkItemConvertInput", "possibleTypes": null }, { "description": "Autogenerated return type of WorkItemConvert", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Updated work item.", "isDeprecated": false, "name": "workItem", "type": { "kind": "OBJECT", "name": "WorkItem", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "WorkItemConvertPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Last line in the Markdown source that defines the list item task.", "name": "lineNumberEnd", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "defaultValue": null, "description": "First line in the Markdown source that defines the list item task.", "name": "lineNumberStart", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "defaultValue": null, "description": "Current lock version of the work item containing the task in the description.", "name": "lockVersion", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "defaultValue": null, "description": "Full string of the task to be replaced. New title for the created work item.", "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Global ID of the work item type used to create the new work item.", "name": "workItemTypeId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "WorkItemsTypeID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "WorkItemConvertTaskInput", "possibleTypes": null }, { "description": "Autogenerated input type of WorkItemCreateFromTask", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the work item.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "WorkItemID", "ofType": null } } }, { "defaultValue": null, "description": "Arguments necessary to convert a task into a work item.", "name": "workItemData", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkItemConvertTaskInput", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "WorkItemCreateFromTaskInput", "possibleTypes": null }, { "description": "Autogenerated return type of WorkItemCreateFromTask", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "New work item created from task.", "isDeprecated": false, "name": "newWorkItem", "type": { "kind": "OBJECT", "name": "WorkItem", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Updated work item.", "isDeprecated": false, "name": "workItem", "type": { "kind": "OBJECT", "name": "WorkItem", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "WorkItemCreateFromTaskPayload", "possibleTypes": null }, { "description": "Autogenerated input type of WorkItemCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Sets the work item confidentiality.", "name": "confidential", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Description of the work item.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Input for hierarchy widget.", "name": "hierarchyWidget", "type": { "kind": "INPUT_OBJECT", "name": "WorkItemWidgetHierarchyCreateInput", "ofType": null } }, { "defaultValue": null, "description": "Input for milestone widget.", "name": "milestoneWidget", "type": { "kind": "INPUT_OBJECT", "name": "WorkItemWidgetMilestoneInput", "ofType": null } }, { "defaultValue": null, "description": "Full path of the namespace(project or group) the work item is created in.", "name": "namespacePath", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "Title of the work item.", "name": "title", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "defaultValue": null, "description": "Global ID of a work item type.", "name": "workItemTypeId", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "WorkItemsTypeID", "ofType": null } } }, { "defaultValue": null, "description": "Iteration widget of the work item.", "name": "iterationWidget", "type": { "kind": "INPUT_OBJECT", "name": "WorkItemWidgetIterationInput", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "WorkItemCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of WorkItemCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Created work item.", "isDeprecated": false, "name": "workItem", "type": { "kind": "OBJECT", "name": "WorkItem", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "WorkItemCreatePayload", "possibleTypes": null }, { "description": "Autogenerated input type of WorkItemDelete", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the work item.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "WorkItemID", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "WorkItemDeleteInput", "possibleTypes": null }, { "description": "Autogenerated return type of WorkItemDelete", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Project the deleted work item belonged to.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "WorkItemDeletePayload", "possibleTypes": null }, { "description": "Autogenerated input type of WorkItemDeleteTask", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the work item.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "WorkItemID", "ofType": null } } }, { "defaultValue": null, "description": "Current lock version of the work item containing the task in the description.", "name": "lockVersion", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "defaultValue": null, "description": "Arguments necessary to delete a task from a work item's description.", "name": "taskData", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkItemDeletedTaskInput", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "WorkItemDeleteTaskInput", "possibleTypes": null }, { "description": "Autogenerated return type of WorkItemDeleteTask", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Updated work item.", "isDeprecated": false, "name": "workItem", "type": { "kind": "OBJECT", "name": "WorkItem", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "WorkItemDeleteTaskPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Global ID of the task referenced in the work item's description.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "WorkItemID", "ofType": null } } }, { "defaultValue": null, "description": "Last line in the Markdown source that defines the list item task.", "name": "lineNumberEnd", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "defaultValue": null, "description": "First line in the Markdown source that defines the list item task.", "name": "lineNumberStart", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "WorkItemDeletedTaskInput", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "WorkItem", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "WorkItemEdge", "possibleTypes": null }, { "description": "Autogenerated input type of WorkItemExport", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "List of IIDs of work items. For example, `[\"1\", \"2\"]`.", "name": "iids", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, { "defaultValue": null, "description": "Current state of the work item.", "name": "state", "type": { "kind": "ENUM", "name": "IssuableState", "ofType": null } }, { "defaultValue": null, "description": "Filter work items by the given work item types.", "name": "types", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssueType", "ofType": null } } } }, { "defaultValue": null, "description": "Search query for title or description.", "name": "search", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Specify the fields to perform the search in.\nDefaults to `[TITLE, DESCRIPTION]`. Requires the `search` argument.'\n", "name": "in", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "IssuableSearchableField", "ofType": null } } } }, { "defaultValue": null, "description": "Full project path.", "name": "projectPath", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "defaultValue": null, "description": "List of selected fields to be exported. Omit to export all available fields.", "name": "selectedFields", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AvailableExportFields", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "WorkItemExportInput", "possibleTypes": null }, { "description": "Autogenerated return type of WorkItemExport", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "WorkItemExportPayload", "possibleTypes": null }, { "description": "A `WorkItemID` is a global ID. It is encoded as a string.\n\nAn example `WorkItemID` is: `\"gid://gitlab/WorkItem/1\"`.\n\nWhile we transition from Issues into Work Items this type will temporarily support\n`IssueID` like: `\"gid://gitlab/Issue/1\"`. This behavior will be removed without notice in the future.\n", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "WorkItemID", "possibleTypes": null }, { "description": "Check permissions for the current user on a work item", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `admin_parent_link` on this resource", "isDeprecated": false, "name": "adminParentLink", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `admin_work_item` on this resource", "isDeprecated": false, "name": "adminWorkItem", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `delete_work_item` on this resource", "isDeprecated": false, "name": "deleteWorkItem", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `read_work_item` on this resource", "isDeprecated": false, "name": "readWorkItem", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Indicates the user can perform `update_work_item` on this resource", "isDeprecated": false, "name": "updateWorkItem", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "WorkItemPermissions", "possibleTypes": null }, { "description": "Values for sorting work items", "enumValues": [ { "deprecationReason": null, "description": "Title by ascending order.", "isDeprecated": false, "name": "TITLE_ASC" }, { "deprecationReason": null, "description": "Title by descending order.", "isDeprecated": false, "name": "TITLE_DESC" }, { "deprecationReason": "This was renamed. Please use `UPDATED_DESC`. Deprecated in 13.5.", "description": "Updated at descending order.", "isDeprecated": true, "name": "updated_desc" }, { "deprecationReason": "This was renamed. Please use `UPDATED_ASC`. Deprecated in 13.5.", "description": "Updated at ascending order.", "isDeprecated": true, "name": "updated_asc" }, { "deprecationReason": "This was renamed. Please use `CREATED_DESC`. Deprecated in 13.5.", "description": "Created at descending order.", "isDeprecated": true, "name": "created_desc" }, { "deprecationReason": "This was renamed. Please use `CREATED_ASC`. Deprecated in 13.5.", "description": "Created at ascending order.", "isDeprecated": true, "name": "created_asc" }, { "deprecationReason": null, "description": "Updated at descending order.", "isDeprecated": false, "name": "UPDATED_DESC" }, { "deprecationReason": null, "description": "Updated at ascending order.", "isDeprecated": false, "name": "UPDATED_ASC" }, { "deprecationReason": null, "description": "Created at descending order.", "isDeprecated": false, "name": "CREATED_DESC" }, { "deprecationReason": null, "description": "Created at ascending order.", "isDeprecated": false, "name": "CREATED_ASC" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "WorkItemSort", "possibleTypes": null }, { "description": "State of a GitLab work item", "enumValues": [ { "deprecationReason": null, "description": "In open state.", "isDeprecated": false, "name": "OPEN" }, { "deprecationReason": null, "description": "In closed state.", "isDeprecated": false, "name": "CLOSED" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "WorkItemState", "possibleTypes": null }, { "description": "Values for work item state events", "enumValues": [ { "deprecationReason": null, "description": "Reopens the work item.", "isDeprecated": false, "name": "REOPEN" }, { "deprecationReason": null, "description": "Closes the work item.", "isDeprecated": false, "name": "CLOSE" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "WorkItemStateEvent", "possibleTypes": null }, { "description": "Values for work item to-do update enum", "enumValues": [ { "deprecationReason": null, "description": "Marks the to-do as done.", "isDeprecated": false, "name": "MARK_AS_DONE" }, { "deprecationReason": null, "description": "Adds the to-do.", "isDeprecated": false, "name": "ADD" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "WorkItemTodoUpdateAction", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Icon name of the work item type.", "isDeprecated": false, "name": "iconName", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Global ID of the work item type.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "WorkItemsTypeID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Name of the work item type.", "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "WorkItemType", "possibleTypes": null }, { "description": "The connection type for WorkItemType.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkItemTypeEdge", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "WorkItemType", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "WorkItemTypeConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination.", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The item at the end of the edge.", "isDeprecated": false, "name": "node", "type": { "kind": "OBJECT", "name": "WorkItemType", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "WorkItemTypeEdge", "possibleTypes": null }, { "description": "Autogenerated input type of WorkItemUpdate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the work item.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "WorkItemID", "ofType": null } } }, { "defaultValue": null, "description": "Close or reopen a work item.", "name": "stateEvent", "type": { "kind": "ENUM", "name": "WorkItemStateEvent", "ofType": null } }, { "defaultValue": null, "description": "Title of the work item.", "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Sets the work item confidentiality.", "name": "confidential", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Input for description widget.", "name": "descriptionWidget", "type": { "kind": "INPUT_OBJECT", "name": "WorkItemWidgetDescriptionInput", "ofType": null } }, { "defaultValue": null, "description": "Input for assignees widget.", "name": "assigneesWidget", "type": { "kind": "INPUT_OBJECT", "name": "WorkItemWidgetAssigneesInput", "ofType": null } }, { "defaultValue": null, "description": "Input for hierarchy widget.", "name": "hierarchyWidget", "type": { "kind": "INPUT_OBJECT", "name": "WorkItemWidgetHierarchyUpdateInput", "ofType": null } }, { "defaultValue": null, "description": "Input for start and due date widget.", "name": "startAndDueDateWidget", "type": { "kind": "INPUT_OBJECT", "name": "WorkItemWidgetStartAndDueDateUpdateInput", "ofType": null } }, { "defaultValue": null, "description": "Input for labels widget.", "name": "labelsWidget", "type": { "kind": "INPUT_OBJECT", "name": "WorkItemWidgetLabelsUpdateInput", "ofType": null } }, { "defaultValue": null, "description": "Input for milestone widget.", "name": "milestoneWidget", "type": { "kind": "INPUT_OBJECT", "name": "WorkItemWidgetMilestoneInput", "ofType": null } }, { "defaultValue": null, "description": "Input for notifications widget.", "name": "notificationsWidget", "type": { "kind": "INPUT_OBJECT", "name": "WorkItemWidgetNotificationsUpdateInput", "ofType": null } }, { "defaultValue": null, "description": "Input for to-dos widget.", "name": "currentUserTodosWidget", "type": { "kind": "INPUT_OBJECT", "name": "WorkItemWidgetCurrentUserTodosInput", "ofType": null } }, { "defaultValue": null, "description": "Input for award emoji widget.", "name": "awardEmojiWidget", "type": { "kind": "INPUT_OBJECT", "name": "WorkItemWidgetAwardEmojiUpdateInput", "ofType": null } }, { "defaultValue": null, "description": "Input for iteration widget.", "name": "iterationWidget", "type": { "kind": "INPUT_OBJECT", "name": "WorkItemWidgetIterationInput", "ofType": null } }, { "defaultValue": null, "description": "Input for weight widget.", "name": "weightWidget", "type": { "kind": "INPUT_OBJECT", "name": "WorkItemWidgetWeightInput", "ofType": null } }, { "defaultValue": null, "description": "Input for progress widget.", "name": "progressWidget", "type": { "kind": "INPUT_OBJECT", "name": "WorkItemWidgetProgressInput", "ofType": null } }, { "defaultValue": null, "description": "Input for status widget.", "name": "statusWidget", "type": { "kind": "INPUT_OBJECT", "name": "StatusInput", "ofType": null } }, { "defaultValue": null, "description": "Input for health status widget.", "name": "healthStatusWidget", "type": { "kind": "INPUT_OBJECT", "name": "WorkItemWidgetHealthStatusInput", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "WorkItemUpdateInput", "possibleTypes": null }, { "description": "Autogenerated return type of WorkItemUpdate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Updated work item.", "isDeprecated": false, "name": "workItem", "type": { "kind": "OBJECT", "name": "WorkItem", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "WorkItemUpdatePayload", "possibleTypes": null }, { "description": "Autogenerated input type of WorkItemUpdateTask", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the work item.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "WorkItemID", "ofType": null } } }, { "defaultValue": null, "description": "Arguments necessary to update a task.", "name": "taskData", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "WorkItemUpdatedTaskInput", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "WorkItemUpdateTaskInput", "possibleTypes": null }, { "description": "Autogenerated return type of WorkItemUpdateTask", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Updated task.", "isDeprecated": false, "name": "task", "type": { "kind": "OBJECT", "name": "WorkItem", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Updated work item.", "isDeprecated": false, "name": "workItem", "type": { "kind": "OBJECT", "name": "WorkItem", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "WorkItemUpdateTaskPayload", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Global ID of the work item.", "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "WorkItemID", "ofType": null } } }, { "defaultValue": null, "description": "Close or reopen a work item.", "name": "stateEvent", "type": { "kind": "ENUM", "name": "WorkItemStateEvent", "ofType": null } }, { "defaultValue": null, "description": "Title of the work item.", "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Sets the work item confidentiality.", "name": "confidential", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": "Input for description widget.", "name": "descriptionWidget", "type": { "kind": "INPUT_OBJECT", "name": "WorkItemWidgetDescriptionInput", "ofType": null } }, { "defaultValue": null, "description": "Input for assignees widget.", "name": "assigneesWidget", "type": { "kind": "INPUT_OBJECT", "name": "WorkItemWidgetAssigneesInput", "ofType": null } }, { "defaultValue": null, "description": "Input for hierarchy widget.", "name": "hierarchyWidget", "type": { "kind": "INPUT_OBJECT", "name": "WorkItemWidgetHierarchyUpdateInput", "ofType": null } }, { "defaultValue": null, "description": "Input for start and due date widget.", "name": "startAndDueDateWidget", "type": { "kind": "INPUT_OBJECT", "name": "WorkItemWidgetStartAndDueDateUpdateInput", "ofType": null } }, { "defaultValue": null, "description": "Input for labels widget.", "name": "labelsWidget", "type": { "kind": "INPUT_OBJECT", "name": "WorkItemWidgetLabelsUpdateInput", "ofType": null } }, { "defaultValue": null, "description": "Input for milestone widget.", "name": "milestoneWidget", "type": { "kind": "INPUT_OBJECT", "name": "WorkItemWidgetMilestoneInput", "ofType": null } }, { "defaultValue": null, "description": "Input for notifications widget.", "name": "notificationsWidget", "type": { "kind": "INPUT_OBJECT", "name": "WorkItemWidgetNotificationsUpdateInput", "ofType": null } }, { "defaultValue": null, "description": "Input for to-dos widget.", "name": "currentUserTodosWidget", "type": { "kind": "INPUT_OBJECT", "name": "WorkItemWidgetCurrentUserTodosInput", "ofType": null } }, { "defaultValue": null, "description": "Input for award emoji widget.", "name": "awardEmojiWidget", "type": { "kind": "INPUT_OBJECT", "name": "WorkItemWidgetAwardEmojiUpdateInput", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "WorkItemUpdatedTaskInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Widget type.", "isDeprecated": false, "name": "type", "type": { "kind": "ENUM", "name": "WorkItemWidgetType", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "INTERFACE", "name": "WorkItemWidget", "possibleTypes": [ { "kind": "OBJECT", "name": "WorkItemWidgetAssignees", "ofType": null }, { "kind": "OBJECT", "name": "WorkItemWidgetAwardEmoji", "ofType": null }, { "kind": "OBJECT", "name": "WorkItemWidgetCurrentUserTodos", "ofType": null }, { "kind": "OBJECT", "name": "WorkItemWidgetDescription", "ofType": null }, { "kind": "OBJECT", "name": "WorkItemWidgetHealthStatus", "ofType": null }, { "kind": "OBJECT", "name": "WorkItemWidgetHierarchy", "ofType": null }, { "kind": "OBJECT", "name": "WorkItemWidgetIteration", "ofType": null }, { "kind": "OBJECT", "name": "WorkItemWidgetLabels", "ofType": null }, { "kind": "OBJECT", "name": "WorkItemWidgetMilestone", "ofType": null }, { "kind": "OBJECT", "name": "WorkItemWidgetNotes", "ofType": null }, { "kind": "OBJECT", "name": "WorkItemWidgetNotifications", "ofType": null }, { "kind": "OBJECT", "name": "WorkItemWidgetProgress", "ofType": null }, { "kind": "OBJECT", "name": "WorkItemWidgetRequirementLegacy", "ofType": null }, { "kind": "OBJECT", "name": "WorkItemWidgetStartAndDueDate", "ofType": null }, { "kind": "OBJECT", "name": "WorkItemWidgetStatus", "ofType": null }, { "kind": "OBJECT", "name": "WorkItemWidgetTestReports", "ofType": null }, { "kind": "OBJECT", "name": "WorkItemWidgetWeight", "ofType": null } ] }, { "description": "Represents an assignees widget", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates whether multiple assignees are allowed.", "isDeprecated": false, "name": "allowsMultipleAssignees", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Assignees of the work item.", "isDeprecated": false, "name": "assignees", "type": { "kind": "OBJECT", "name": "UserCoreConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates whether the current user can invite members to the work item's project.", "isDeprecated": false, "name": "canInviteMembers", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Widget type.", "isDeprecated": false, "name": "type", "type": { "kind": "ENUM", "name": "WorkItemWidgetType", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "WorkItemWidget", "ofType": null } ], "kind": "OBJECT", "name": "WorkItemWidgetAssignees", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Global IDs of assignees.", "name": "assigneeIds", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "UserID", "ofType": null } } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "WorkItemWidgetAssigneesInput", "possibleTypes": null }, { "description": "Represents the award emoji widget", "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Award emoji on the work item.", "isDeprecated": false, "name": "awardEmoji", "type": { "kind": "OBJECT", "name": "AwardEmojiConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of downvotes the work item has received.", "isDeprecated": false, "name": "downvotes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Widget type.", "isDeprecated": false, "name": "type", "type": { "kind": "ENUM", "name": "WorkItemWidgetType", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Number of upvotes the work item has received.", "isDeprecated": false, "name": "upvotes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "WorkItemWidget", "ofType": null } ], "kind": "OBJECT", "name": "WorkItemWidgetAwardEmoji", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Action for the update.", "name": "action", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkItemAwardEmojiUpdateAction", "ofType": null } } }, { "defaultValue": null, "description": "Emoji name.", "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "WorkItemWidgetAwardEmojiUpdateInput", "possibleTypes": null }, { "description": "Represents a todos widget", "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "State of the to-do items.", "name": "state", "type": { "kind": "ENUM", "name": "TodoStateEnum", "ofType": null } } ], "deprecationReason": null, "description": "To-do items for the current user.", "isDeprecated": false, "name": "currentUserTodos", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TodoConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Widget type.", "isDeprecated": false, "name": "type", "type": { "kind": "ENUM", "name": "WorkItemWidgetType", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "CurrentUserTodos", "ofType": null }, { "kind": "INTERFACE", "name": "WorkItemWidget", "ofType": null } ], "kind": "OBJECT", "name": "WorkItemWidgetCurrentUserTodos", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Action for the update.", "name": "action", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "WorkItemTodoUpdateAction", "ofType": null } } }, { "defaultValue": null, "description": "Global ID of the to-do. If not present, all to-dos of the work item will be updated.", "name": "todoId", "type": { "kind": "SCALAR", "name": "TodoID", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "WorkItemWidgetCurrentUserTodosInput", "possibleTypes": null }, { "description": "Represents a description widget", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Description of the work item.", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "GitLab Flavored Markdown rendering of `description`", "isDeprecated": false, "name": "descriptionHtml", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Whether the description has been edited since the work item was created.", "isDeprecated": false, "name": "edited", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the work item's description was last edited.", "isDeprecated": false, "name": "lastEditedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User that made the last edit to the work item's description.", "isDeprecated": false, "name": "lastEditedBy", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Widget type.", "isDeprecated": false, "name": "type", "type": { "kind": "ENUM", "name": "WorkItemWidgetType", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "WorkItemWidget", "ofType": null } ], "kind": "OBJECT", "name": "WorkItemWidgetDescription", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Description of the work item.", "name": "description", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "WorkItemWidgetDescriptionInput", "possibleTypes": null }, { "description": "Represents a health status widget", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Health status of the work item.", "isDeprecated": false, "name": "healthStatus", "type": { "kind": "ENUM", "name": "HealthStatus", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Widget type.", "isDeprecated": false, "name": "type", "type": { "kind": "ENUM", "name": "WorkItemWidgetType", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "WorkItemWidget", "ofType": null } ], "kind": "OBJECT", "name": "WorkItemWidgetHealthStatus", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Health status to be assigned to the work item.", "name": "healthStatus", "type": { "kind": "ENUM", "name": "HealthStatus", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "WorkItemWidgetHealthStatusInput", "possibleTypes": null }, { "description": "Represents a hierarchy widget", "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Child work items.", "isDeprecated": false, "name": "children", "type": { "kind": "OBJECT", "name": "WorkItemConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates if the work item has children.", "isDeprecated": false, "name": "hasChildren", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Parent work item.", "isDeprecated": false, "name": "parent", "type": { "kind": "OBJECT", "name": "WorkItem", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Widget type.", "isDeprecated": false, "name": "type", "type": { "kind": "ENUM", "name": "WorkItemWidgetType", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "WorkItemWidget", "ofType": null } ], "kind": "OBJECT", "name": "WorkItemWidgetHierarchy", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Global ID of the parent work item.", "name": "parentId", "type": { "kind": "SCALAR", "name": "WorkItemID", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "WorkItemWidgetHierarchyCreateInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "ID of the work item to be switched with.", "name": "adjacentWorkItemId", "type": { "kind": "SCALAR", "name": "WorkItemID", "ofType": null } }, { "defaultValue": null, "description": "Global IDs of children work items.", "name": "childrenIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "WorkItemID", "ofType": null } } } }, { "defaultValue": null, "description": "Global ID of the parent work item. Use `null` to remove the association.", "name": "parentId", "type": { "kind": "SCALAR", "name": "WorkItemID", "ofType": null } }, { "defaultValue": null, "description": "Type of switch. Valid values are `BEFORE` or `AFTER`.", "name": "relativePosition", "type": { "kind": "ENUM", "name": "RelativePositionType", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "WorkItemWidgetHierarchyUpdateInput", "possibleTypes": null }, { "description": "Represents an iteration widget", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Iteration of the work item.", "isDeprecated": false, "name": "iteration", "type": { "kind": "OBJECT", "name": "Iteration", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Widget type.", "isDeprecated": false, "name": "type", "type": { "kind": "ENUM", "name": "WorkItemWidgetType", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "WorkItemWidget", "ofType": null } ], "kind": "OBJECT", "name": "WorkItemWidgetIteration", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Iteration to assign to the work item.", "name": "iterationId", "type": { "kind": "SCALAR", "name": "IterationID", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "WorkItemWidgetIterationInput", "possibleTypes": null }, { "description": "Represents the labels widget", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates whether a scoped label is allowed.", "isDeprecated": false, "name": "allowsScopedLabels", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Labels assigned to the work item.", "isDeprecated": false, "name": "labels", "type": { "kind": "OBJECT", "name": "LabelConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Widget type.", "isDeprecated": false, "name": "type", "type": { "kind": "ENUM", "name": "WorkItemWidgetType", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "WorkItemWidget", "ofType": null } ], "kind": "OBJECT", "name": "WorkItemWidgetLabels", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Global IDs of labels to be added to the work item.", "name": "addLabelIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "LabelID", "ofType": null } } } }, { "defaultValue": null, "description": "Global IDs of labels to be removed from the work item.", "name": "removeLabelIds", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "LabelID", "ofType": null } } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "WorkItemWidgetLabelsUpdateInput", "possibleTypes": null }, { "description": "Represents a milestone widget", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Milestone of the work item.", "isDeprecated": false, "name": "milestone", "type": { "kind": "OBJECT", "name": "Milestone", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Widget type.", "isDeprecated": false, "name": "type", "type": { "kind": "ENUM", "name": "WorkItemWidgetType", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "WorkItemWidget", "ofType": null } ], "kind": "OBJECT", "name": "WorkItemWidgetMilestone", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Milestone to assign to the work item.", "name": "milestoneId", "type": { "kind": "SCALAR", "name": "MilestoneID", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "WorkItemWidgetMilestoneInput", "possibleTypes": null }, { "description": "Represents a notes widget", "enumValues": null, "fields": [ { "args": [ { "defaultValue": "ALL_NOTES", "description": "Type of notes collection: ALL_NOTES, ONLY_COMMENTS, ONLY_ACTIVITY.", "name": "filter", "type": { "kind": "ENUM", "name": "NotesFilterType", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Notes on this work item.", "isDeprecated": false, "name": "discussions", "type": { "kind": "OBJECT", "name": "DiscussionConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Widget type.", "isDeprecated": false, "name": "type", "type": { "kind": "ENUM", "name": "WorkItemWidgetType", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "WorkItemWidget", "ofType": null } ], "kind": "OBJECT", "name": "WorkItemWidgetNotes", "possibleTypes": null }, { "description": "Represents the notifications widget", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Whether the current user is subscribed to notifications on the work item.", "isDeprecated": false, "name": "subscribed", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Widget type.", "isDeprecated": false, "name": "type", "type": { "kind": "ENUM", "name": "WorkItemWidgetType", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "WorkItemWidget", "ofType": null } ], "kind": "OBJECT", "name": "WorkItemWidgetNotifications", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Desired state of the subscription.", "name": "subscribed", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "WorkItemWidgetNotificationsUpdateInput", "possibleTypes": null }, { "description": "Represents a progress widget", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Progress of the work item.", "isDeprecated": false, "name": "progress", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Widget type.", "isDeprecated": false, "name": "type", "type": { "kind": "ENUM", "name": "WorkItemWidgetType", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "WorkItemWidget", "ofType": null } ], "kind": "OBJECT", "name": "WorkItemWidgetProgress", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Progress of the work item.", "name": "progress", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "WorkItemWidgetProgressInput", "possibleTypes": null }, { "description": "Represents a legacy requirement widget", "enumValues": null, "fields": [ { "args": [], "deprecationReason": "Use Work Item IID instead. Deprecated in 15.9.", "description": "Legacy requirement IID associated with the work item. Deprecated in 15.9: Use Work Item IID instead.", "isDeprecated": true, "name": "legacyIid", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Widget type.", "isDeprecated": false, "name": "type", "type": { "kind": "ENUM", "name": "WorkItemWidgetType", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "WorkItemWidget", "ofType": null } ], "kind": "OBJECT", "name": "WorkItemWidgetRequirementLegacy", "possibleTypes": null }, { "description": "Represents a start and due date widget", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Due date of the work item.", "isDeprecated": false, "name": "dueDate", "type": { "kind": "SCALAR", "name": "Date", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Start date of the work item.", "isDeprecated": false, "name": "startDate", "type": { "kind": "SCALAR", "name": "Date", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Widget type.", "isDeprecated": false, "name": "type", "type": { "kind": "ENUM", "name": "WorkItemWidgetType", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "WorkItemWidget", "ofType": null } ], "kind": "OBJECT", "name": "WorkItemWidgetStartAndDueDate", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Due date for the work item.", "name": "dueDate", "type": { "kind": "SCALAR", "name": "Date", "ofType": null } }, { "defaultValue": null, "description": "Start date for the work item.", "name": "startDate", "type": { "kind": "SCALAR", "name": "Date", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "WorkItemWidgetStartAndDueDateUpdateInput", "possibleTypes": null }, { "description": "Represents a status widget", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Status of the work item.", "isDeprecated": false, "name": "status", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Widget type.", "isDeprecated": false, "name": "type", "type": { "kind": "ENUM", "name": "WorkItemWidgetType", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "WorkItemWidget", "ofType": null } ], "kind": "OBJECT", "name": "WorkItemWidgetStatus", "possibleTypes": null }, { "description": "Represents a test reports widget", "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": "Returns the elements in the list that come after the specified cursor.", "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the elements in the list that come before the specified cursor.", "name": "before", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Returns the first _n_ elements from the list.", "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } }, { "defaultValue": null, "description": "Returns the last _n_ elements from the list.", "name": "last", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Test reports of the work item.", "isDeprecated": false, "name": "testReports", "type": { "kind": "OBJECT", "name": "TestReportConnection", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Widget type.", "isDeprecated": false, "name": "type", "type": { "kind": "ENUM", "name": "WorkItemWidgetType", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "WorkItemWidget", "ofType": null } ], "kind": "OBJECT", "name": "WorkItemWidgetTestReports", "possibleTypes": null }, { "description": "Type of a work item widget", "enumValues": [ { "deprecationReason": null, "description": "Assignees widget.", "isDeprecated": false, "name": "ASSIGNEES" }, { "deprecationReason": null, "description": "Description widget.", "isDeprecated": false, "name": "DESCRIPTION" }, { "deprecationReason": null, "description": "Hierarchy widget.", "isDeprecated": false, "name": "HIERARCHY" }, { "deprecationReason": null, "description": "Labels widget.", "isDeprecated": false, "name": "LABELS" }, { "deprecationReason": null, "description": "Milestone widget.", "isDeprecated": false, "name": "MILESTONE" }, { "deprecationReason": null, "description": "Notes widget.", "isDeprecated": false, "name": "NOTES" }, { "deprecationReason": null, "description": "Start And Due Date widget.", "isDeprecated": false, "name": "START_AND_DUE_DATE" }, { "deprecationReason": null, "description": "Health Status widget.", "isDeprecated": false, "name": "HEALTH_STATUS" }, { "deprecationReason": null, "description": "Weight widget.", "isDeprecated": false, "name": "WEIGHT" }, { "deprecationReason": null, "description": "Iteration widget.", "isDeprecated": false, "name": "ITERATION" }, { "deprecationReason": null, "description": "Progress widget.", "isDeprecated": false, "name": "PROGRESS" }, { "deprecationReason": null, "description": "Status widget.", "isDeprecated": false, "name": "STATUS" }, { "deprecationReason": null, "description": "Requirement Legacy widget.", "isDeprecated": false, "name": "REQUIREMENT_LEGACY" }, { "deprecationReason": null, "description": "Test Reports widget.", "isDeprecated": false, "name": "TEST_REPORTS" }, { "deprecationReason": null, "description": "Notifications widget.", "isDeprecated": false, "name": "NOTIFICATIONS" }, { "deprecationReason": null, "description": "Current User Todos widget.", "isDeprecated": false, "name": "CURRENT_USER_TODOS" }, { "deprecationReason": null, "description": "Award Emoji widget.", "isDeprecated": false, "name": "AWARD_EMOJI" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "WorkItemWidgetType", "possibleTypes": null }, { "description": "Represents a weight widget", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Widget type.", "isDeprecated": false, "name": "type", "type": { "kind": "ENUM", "name": "WorkItemWidgetType", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Weight of the work item.", "isDeprecated": false, "name": "weight", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "WorkItemWidget", "ofType": null } ], "kind": "OBJECT", "name": "WorkItemWidgetWeight", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Weight of the work item.", "name": "weight", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "WorkItemWidgetWeightInput", "possibleTypes": null }, { "description": "A `WorkItemsTypeID` is a global ID. It is encoded as a string.\n\nAn example `WorkItemsTypeID` is: `\"gid://gitlab/WorkItems::Type/1\"`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "WorkItemsTypeID", "possibleTypes": null }, { "description": "Represents an X.509 certificate.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Indicates if the certificate is good or revoked.", "isDeprecated": false, "name": "certificateStatus", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the certificate was saved.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Email associated with the cerificate.", "isDeprecated": false, "name": "email", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "ID of the certificate.", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Serial number of the certificate.", "isDeprecated": false, "name": "serialNumber", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Subject of the certificate.", "isDeprecated": false, "name": "subject", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Subject key identifier of the certificate.", "isDeprecated": false, "name": "subjectKeyIdentifier", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the certificate was last updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Time", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Issuer of the certificate.", "isDeprecated": false, "name": "x509Issuer", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "X509Issuer", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "X509Certificate", "possibleTypes": null }, { "description": "Issuer of an X.509 certificate.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Timestamp of when the issuer was created.", "isDeprecated": false, "name": "createdAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Certificate revokation list of the issuer.", "isDeprecated": false, "name": "crlUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "ID of the issuer.", "isDeprecated": false, "name": "id", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Subject of the issuer.", "isDeprecated": false, "name": "subject", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Subject key identifier of the issuer.", "isDeprecated": false, "name": "subjectKeyIdentifier", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Timestamp of when the issuer was last updated.", "isDeprecated": false, "name": "updatedAt", "type": { "kind": "SCALAR", "name": "Time", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "X509Issuer", "possibleTypes": null }, { "description": "X.509 signature for a signed commit", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "SHA of the associated commit.", "isDeprecated": false, "name": "commitSha", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Project of the associated commit.", "isDeprecated": false, "name": "project", "type": { "kind": "OBJECT", "name": "Project", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "User associated with the key.", "isDeprecated": false, "name": "user", "type": { "kind": "OBJECT", "name": "UserCore", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Indicates verification status of the associated key or certificate.", "isDeprecated": false, "name": "verificationStatus", "type": { "kind": "ENUM", "name": "VerificationStatus", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Certificate used for the signature.", "isDeprecated": false, "name": "x509Certificate", "type": { "kind": "OBJECT", "name": "X509Certificate", "ofType": null } } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "CommitSignature", "ofType": null } ], "kind": "OBJECT", "name": "X509Signature", "possibleTypes": null }, { "description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.", "enumValues": null, "fields": [ { "args": [ { "defaultValue": "false", "description": null, "name": "includeDeprecated", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "args", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__InputValue", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "isRepeatable", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "locations", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "__DirectiveLocation", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": "Use `locations`.", "description": null, "isDeprecated": true, "name": "onField", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": "Use `locations`.", "description": null, "isDeprecated": true, "name": "onFragment", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": "Use `locations`.", "description": null, "isDeprecated": true, "name": "onOperation", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "__Directive", "possibleTypes": null }, { "description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.", "enumValues": [ { "deprecationReason": null, "description": "Location adjacent to a query operation.", "isDeprecated": false, "name": "QUERY" }, { "deprecationReason": null, "description": "Location adjacent to a mutation operation.", "isDeprecated": false, "name": "MUTATION" }, { "deprecationReason": null, "description": "Location adjacent to a subscription operation.", "isDeprecated": false, "name": "SUBSCRIPTION" }, { "deprecationReason": null, "description": "Location adjacent to a field.", "isDeprecated": false, "name": "FIELD" }, { "deprecationReason": null, "description": "Location adjacent to a fragment definition.", "isDeprecated": false, "name": "FRAGMENT_DEFINITION" }, { "deprecationReason": null, "description": "Location adjacent to a fragment spread.", "isDeprecated": false, "name": "FRAGMENT_SPREAD" }, { "deprecationReason": null, "description": "Location adjacent to an inline fragment.", "isDeprecated": false, "name": "INLINE_FRAGMENT" }, { "deprecationReason": null, "description": "Location adjacent to a schema definition.", "isDeprecated": false, "name": "SCHEMA" }, { "deprecationReason": null, "description": "Location adjacent to a scalar definition.", "isDeprecated": false, "name": "SCALAR" }, { "deprecationReason": null, "description": "Location adjacent to an object type definition.", "isDeprecated": false, "name": "OBJECT" }, { "deprecationReason": null, "description": "Location adjacent to a field definition.", "isDeprecated": false, "name": "FIELD_DEFINITION" }, { "deprecationReason": null, "description": "Location adjacent to an argument definition.", "isDeprecated": false, "name": "ARGUMENT_DEFINITION" }, { "deprecationReason": null, "description": "Location adjacent to an interface definition.", "isDeprecated": false, "name": "INTERFACE" }, { "deprecationReason": null, "description": "Location adjacent to a union definition.", "isDeprecated": false, "name": "UNION" }, { "deprecationReason": null, "description": "Location adjacent to an enum definition.", "isDeprecated": false, "name": "ENUM" }, { "deprecationReason": null, "description": "Location adjacent to an enum value definition.", "isDeprecated": false, "name": "ENUM_VALUE" }, { "deprecationReason": null, "description": "Location adjacent to an input object type definition.", "isDeprecated": false, "name": "INPUT_OBJECT" }, { "deprecationReason": null, "description": "Location adjacent to an input object field definition.", "isDeprecated": false, "name": "INPUT_FIELD_DEFINITION" }, { "deprecationReason": null, "description": "Location adjacent to a variable definition.", "isDeprecated": false, "name": "VARIABLE_DEFINITION" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "__DirectiveLocation", "possibleTypes": null }, { "description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "deprecationReason", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "isDeprecated", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "__EnumValue", "possibleTypes": null }, { "description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.", "enumValues": null, "fields": [ { "args": [ { "defaultValue": "false", "description": null, "name": "includeDeprecated", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "args", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__InputValue", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "deprecationReason", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "isDeprecated", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "__Field", "possibleTypes": null }, { "description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A GraphQL-formatted string representing the default value for this input value.", "isDeprecated": false, "name": "defaultValue", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "deprecationReason", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "isDeprecated", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "__InputValue", "possibleTypes": null }, { "description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A list of all directives supported by this server.", "isDeprecated": false, "name": "directives", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Directive", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "If this server supports mutation, the type that mutation operations will be rooted at.", "isDeprecated": false, "name": "mutationType", "type": { "kind": "OBJECT", "name": "__Type", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The type that query operations will be rooted at.", "isDeprecated": false, "name": "queryType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "If this server support subscription, the type that subscription operations will be rooted at.", "isDeprecated": false, "name": "subscriptionType", "type": { "kind": "OBJECT", "name": "__Type", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A list of all types supported by this server.", "isDeprecated": false, "name": "types", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "__Schema", "possibleTypes": null }, { "description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name 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.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": "false", "description": null, "name": "includeDeprecated", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "enumValues", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__EnumValue", "ofType": null } } } }, { "args": [ { "defaultValue": "false", "description": null, "name": "includeDeprecated", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "fields", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Field", "ofType": null } } } }, { "args": [ { "defaultValue": "false", "description": null, "name": "includeDeprecated", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "inputFields", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__InputValue", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "interfaces", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "kind", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "__TypeKind", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "ofType", "type": { "kind": "OBJECT", "name": "__Type", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "possibleTypes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "specifiedByUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "__Type", "possibleTypes": null }, { "description": "An enum describing what kind of type a given `__Type` is.", "enumValues": [ { "deprecationReason": null, "description": "Indicates this type is a scalar.", "isDeprecated": false, "name": "SCALAR" }, { "deprecationReason": null, "description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.", "isDeprecated": false, "name": "OBJECT" }, { "deprecationReason": null, "description": "Indicates this type is an interface. `fields` and `possibleTypes` are valid fields.", "isDeprecated": false, "name": "INTERFACE" }, { "deprecationReason": null, "description": "Indicates this type is a union. `possibleTypes` is a valid field.", "isDeprecated": false, "name": "UNION" }, { "deprecationReason": null, "description": "Indicates this type is an enum. `enumValues` is a valid field.", "isDeprecated": false, "name": "ENUM" }, { "deprecationReason": null, "description": "Indicates this type is an input object. `inputFields` is a valid field.", "isDeprecated": false, "name": "INPUT_OBJECT" }, { "deprecationReason": null, "description": "Indicates this type is a list. `ofType` is a valid field.", "isDeprecated": false, "name": "LIST" }, { "deprecationReason": null, "description": "Indicates this type is a non-null. `ofType` is a valid field.", "isDeprecated": false, "name": "NON_NULL" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "__TypeKind", "possibleTypes": null }, { "description": "Autogenerated input type of iterationCreate", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "A unique identifier for the client performing the mutation.", "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Full path of the project with which the resource is associated.", "name": "projectPath", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "Full path of the group with which the resource is associated.", "name": "groupPath", "type": { "kind": "SCALAR", "name": "ID", "ofType": null } }, { "defaultValue": null, "description": "Global ID of the iteration cadence to be assigned to the new iteration.", "name": "iterationsCadenceId", "type": { "kind": "SCALAR", "name": "IterationsCadenceID", "ofType": null } }, { "defaultValue": null, "description": "Title of the iteration.", "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Description of the iteration.", "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "Start date of the iteration.", "name": "startDate", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": null, "description": "End date of the iteration.", "name": "dueDate", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "iterationCreateInput", "possibleTypes": null }, { "description": "Autogenerated return type of iterationCreate", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "A unique identifier for the client performing the mutation.", "isDeprecated": false, "name": "clientMutationId", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Errors encountered during execution of the mutation.", "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "Created iteration.", "isDeprecated": false, "name": "iteration", "type": { "kind": "OBJECT", "name": "Iteration", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "iterationCreatePayload", "possibleTypes": null } ] } } }