GraphQL schema update (#34662)
Co-authored-by: rachmari <rachmari@users.noreply.github.com>
This commit is contained in:
@@ -8528,6 +8528,21 @@ type DeleteProjectPayload {
|
||||
owner: ProjectOwner
|
||||
}
|
||||
|
||||
"""
|
||||
Autogenerated input type of DeleteProjectV2
|
||||
"""
|
||||
input DeleteProjectV2Input {
|
||||
"""
|
||||
A unique identifier for the client performing the mutation.
|
||||
"""
|
||||
clientMutationId: String
|
||||
|
||||
"""
|
||||
The ID of the Project to delete.
|
||||
"""
|
||||
projectId: ID! @possibleTypes(concreteTypes: ["ProjectV2"])
|
||||
}
|
||||
|
||||
"""
|
||||
Autogenerated input type of DeleteProjectV2Item
|
||||
"""
|
||||
@@ -8563,6 +8578,21 @@ type DeleteProjectV2ItemPayload {
|
||||
deletedItemId: ID
|
||||
}
|
||||
|
||||
"""
|
||||
Autogenerated return type of DeleteProjectV2
|
||||
"""
|
||||
type DeleteProjectV2Payload {
|
||||
"""
|
||||
A unique identifier for the client performing the mutation.
|
||||
"""
|
||||
clientMutationId: String
|
||||
|
||||
"""
|
||||
The deleted Project.
|
||||
"""
|
||||
projectV2: ProjectV2
|
||||
}
|
||||
|
||||
"""
|
||||
Autogenerated input type of DeletePullRequestReviewComment
|
||||
"""
|
||||
@@ -20737,6 +20767,16 @@ type Mutation {
|
||||
input: DeleteProjectColumnInput!
|
||||
): DeleteProjectColumnPayload
|
||||
|
||||
"""
|
||||
Delete a project.
|
||||
"""
|
||||
deleteProjectV2(
|
||||
"""
|
||||
Parameters for DeleteProjectV2
|
||||
"""
|
||||
input: DeleteProjectV2Input!
|
||||
): DeleteProjectV2Payload
|
||||
|
||||
"""
|
||||
Deletes an item from a Project.
|
||||
"""
|
||||
|
||||
@@ -8528,6 +8528,21 @@ type DeleteProjectPayload {
|
||||
owner: ProjectOwner
|
||||
}
|
||||
|
||||
"""
|
||||
Autogenerated input type of DeleteProjectV2
|
||||
"""
|
||||
input DeleteProjectV2Input {
|
||||
"""
|
||||
A unique identifier for the client performing the mutation.
|
||||
"""
|
||||
clientMutationId: String
|
||||
|
||||
"""
|
||||
The ID of the Project to delete.
|
||||
"""
|
||||
projectId: ID! @possibleTypes(concreteTypes: ["ProjectV2"])
|
||||
}
|
||||
|
||||
"""
|
||||
Autogenerated input type of DeleteProjectV2Item
|
||||
"""
|
||||
@@ -8563,6 +8578,21 @@ type DeleteProjectV2ItemPayload {
|
||||
deletedItemId: ID
|
||||
}
|
||||
|
||||
"""
|
||||
Autogenerated return type of DeleteProjectV2
|
||||
"""
|
||||
type DeleteProjectV2Payload {
|
||||
"""
|
||||
A unique identifier for the client performing the mutation.
|
||||
"""
|
||||
clientMutationId: String
|
||||
|
||||
"""
|
||||
The deleted Project.
|
||||
"""
|
||||
projectV2: ProjectV2
|
||||
}
|
||||
|
||||
"""
|
||||
Autogenerated input type of DeletePullRequestReviewComment
|
||||
"""
|
||||
@@ -20737,6 +20767,16 @@ type Mutation {
|
||||
input: DeleteProjectColumnInput!
|
||||
): DeleteProjectColumnPayload
|
||||
|
||||
"""
|
||||
Delete a project.
|
||||
"""
|
||||
deleteProjectV2(
|
||||
"""
|
||||
Parameters for DeleteProjectV2
|
||||
"""
|
||||
input: DeleteProjectV2Input!
|
||||
): DeleteProjectV2Payload
|
||||
|
||||
"""
|
||||
Deletes an item from a Project.
|
||||
"""
|
||||
|
||||
@@ -1,4 +1,19 @@
|
||||
[
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
"title": "The GraphQL schema includes these changes:",
|
||||
"changes": [
|
||||
"<p>Type 'DeleteProjectV2Input' was added</p>",
|
||||
"<p>Type 'DeleteProjectV2Payload' was added</p>",
|
||||
"<p>Field 'deleteProjectV2<code>was added to object type</code>Mutation'</p>"
|
||||
]
|
||||
}
|
||||
],
|
||||
"previewChanges": [],
|
||||
"upcomingChanges": [],
|
||||
"date": "2023-02-11"
|
||||
},
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
|
||||
@@ -3658,6 +3658,40 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "deleteProjectV2",
|
||||
"kind": "mutations",
|
||||
"id": "deleteprojectv2",
|
||||
"href": "/graphql/reference/mutations#deleteprojectv2",
|
||||
"description": "<p>Delete a project.</p>",
|
||||
"inputFields": [
|
||||
{
|
||||
"name": "input",
|
||||
"type": "DeleteProjectV2Input!",
|
||||
"id": "deleteprojectv2input",
|
||||
"kind": "input-objects",
|
||||
"href": "/graphql/reference/input-objects#deleteprojectv2input"
|
||||
}
|
||||
],
|
||||
"returnFields": [
|
||||
{
|
||||
"name": "clientMutationId",
|
||||
"type": "String",
|
||||
"id": "string",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#string",
|
||||
"description": "<p>A unique identifier for the client performing the mutation.</p>"
|
||||
},
|
||||
{
|
||||
"name": "projectV2",
|
||||
"type": "ProjectV2",
|
||||
"id": "projectv2",
|
||||
"kind": "objects",
|
||||
"href": "/graphql/reference/objects#projectv2",
|
||||
"description": "<p>The deleted Project.</p>"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "deleteProjectV2Item",
|
||||
"kind": "mutations",
|
||||
@@ -86286,6 +86320,32 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "DeleteProjectV2Input",
|
||||
"kind": "inputObjects",
|
||||
"id": "deleteprojectv2input",
|
||||
"href": "/graphql/reference/input-objects#deleteprojectv2input",
|
||||
"description": "<p>Autogenerated input type of DeleteProjectV2.</p>",
|
||||
"inputFields": [
|
||||
{
|
||||
"name": "clientMutationId",
|
||||
"description": "<p>A unique identifier for the client performing the mutation.</p>",
|
||||
"type": "String",
|
||||
"id": "string",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#string"
|
||||
},
|
||||
{
|
||||
"name": "projectId",
|
||||
"description": "<p>The ID of the Project to delete.</p>",
|
||||
"type": "ID!",
|
||||
"id": "id",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#id",
|
||||
"isDeprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "DeleteProjectV2ItemInput",
|
||||
"kind": "inputObjects",
|
||||
|
||||
@@ -3658,6 +3658,40 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "deleteProjectV2",
|
||||
"kind": "mutations",
|
||||
"id": "deleteprojectv2",
|
||||
"href": "/graphql/reference/mutations#deleteprojectv2",
|
||||
"description": "<p>Delete a project.</p>",
|
||||
"inputFields": [
|
||||
{
|
||||
"name": "input",
|
||||
"type": "DeleteProjectV2Input!",
|
||||
"id": "deleteprojectv2input",
|
||||
"kind": "input-objects",
|
||||
"href": "/graphql/reference/input-objects#deleteprojectv2input"
|
||||
}
|
||||
],
|
||||
"returnFields": [
|
||||
{
|
||||
"name": "clientMutationId",
|
||||
"type": "String",
|
||||
"id": "string",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#string",
|
||||
"description": "<p>A unique identifier for the client performing the mutation.</p>"
|
||||
},
|
||||
{
|
||||
"name": "projectV2",
|
||||
"type": "ProjectV2",
|
||||
"id": "projectv2",
|
||||
"kind": "objects",
|
||||
"href": "/graphql/reference/objects#projectv2",
|
||||
"description": "<p>The deleted Project.</p>"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "deleteProjectV2Item",
|
||||
"kind": "mutations",
|
||||
@@ -86286,6 +86320,32 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "DeleteProjectV2Input",
|
||||
"kind": "inputObjects",
|
||||
"id": "deleteprojectv2input",
|
||||
"href": "/graphql/reference/input-objects#deleteprojectv2input",
|
||||
"description": "<p>Autogenerated input type of DeleteProjectV2.</p>",
|
||||
"inputFields": [
|
||||
{
|
||||
"name": "clientMutationId",
|
||||
"description": "<p>A unique identifier for the client performing the mutation.</p>",
|
||||
"type": "String",
|
||||
"id": "string",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#string"
|
||||
},
|
||||
{
|
||||
"name": "projectId",
|
||||
"description": "<p>The ID of the Project to delete.</p>",
|
||||
"type": "ID!",
|
||||
"id": "id",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#id",
|
||||
"isDeprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "DeleteProjectV2ItemInput",
|
||||
"kind": "inputObjects",
|
||||
|
||||
Reference in New Issue
Block a user