GraphQL schema update (#46559)
Co-authored-by: rachmari <rachmari@users.noreply.github.com>
This commit is contained in:
@@ -20404,6 +20404,16 @@ type Mutation {
|
||||
input: UnresolveReviewThreadInput!
|
||||
): UnresolveReviewThreadPayload
|
||||
|
||||
"""
|
||||
Unsubscribes from notifications
|
||||
"""
|
||||
unsubscribeFromNotifications(
|
||||
"""
|
||||
Parameters for UnsubscribeFromNotifications
|
||||
"""
|
||||
input: UnsubscribeFromNotificationsInput!
|
||||
): UnsubscribeFromNotificationsPayload
|
||||
|
||||
"""
|
||||
Update a branch protection rule
|
||||
"""
|
||||
@@ -44696,6 +44706,42 @@ type UnresolveReviewThreadPayload {
|
||||
thread: PullRequestReviewThread
|
||||
}
|
||||
|
||||
"""
|
||||
Autogenerated input type of UnsubscribeFromNotifications
|
||||
"""
|
||||
input UnsubscribeFromNotificationsInput
|
||||
@requiredCapabilities(requiredCapabilities: ["access_internal_graphql_notifications"]) {
|
||||
"""
|
||||
A unique identifier for the client performing the mutation.
|
||||
"""
|
||||
clientMutationId: String
|
||||
|
||||
"""
|
||||
The NotificationThread IDs of the objects to unsubscribe from.
|
||||
"""
|
||||
ids: [ID!]!
|
||||
@possibleTypes(
|
||||
concreteTypes: ["Commit", "Discussion", "Issue", "PullRequest", "Repository", "Team", "TeamDiscussion"]
|
||||
abstractType: "Subscribable"
|
||||
)
|
||||
}
|
||||
|
||||
"""
|
||||
Autogenerated return type of UnsubscribeFromNotifications
|
||||
"""
|
||||
type UnsubscribeFromNotificationsPayload
|
||||
@requiredCapabilities(requiredCapabilities: ["access_internal_graphql_notifications"]) {
|
||||
"""
|
||||
A unique identifier for the client performing the mutation.
|
||||
"""
|
||||
clientMutationId: String
|
||||
|
||||
"""
|
||||
Did the operation succeed?
|
||||
"""
|
||||
success: Boolean
|
||||
}
|
||||
|
||||
"""
|
||||
Represents an 'unsubscribed' event on a given `Subscribable`.
|
||||
"""
|
||||
|
||||
@@ -23601,6 +23601,16 @@ type Mutation {
|
||||
input: UnresolveReviewThreadInput!
|
||||
): UnresolveReviewThreadPayload
|
||||
|
||||
"""
|
||||
Unsubscribes from notifications
|
||||
"""
|
||||
unsubscribeFromNotifications(
|
||||
"""
|
||||
Parameters for UnsubscribeFromNotifications
|
||||
"""
|
||||
input: UnsubscribeFromNotificationsInput!
|
||||
): UnsubscribeFromNotificationsPayload
|
||||
|
||||
"""
|
||||
Update a branch protection rule
|
||||
"""
|
||||
@@ -55840,6 +55850,42 @@ type UnresolveReviewThreadPayload {
|
||||
thread: PullRequestReviewThread
|
||||
}
|
||||
|
||||
"""
|
||||
Autogenerated input type of UnsubscribeFromNotifications
|
||||
"""
|
||||
input UnsubscribeFromNotificationsInput
|
||||
@requiredCapabilities(requiredCapabilities: ["access_internal_graphql_notifications"]) {
|
||||
"""
|
||||
A unique identifier for the client performing the mutation.
|
||||
"""
|
||||
clientMutationId: String
|
||||
|
||||
"""
|
||||
The NotificationThread IDs of the objects to unsubscribe from.
|
||||
"""
|
||||
ids: [ID!]!
|
||||
@possibleTypes(
|
||||
concreteTypes: ["Commit", "Discussion", "Issue", "PullRequest", "Repository", "Team", "TeamDiscussion"]
|
||||
abstractType: "Subscribable"
|
||||
)
|
||||
}
|
||||
|
||||
"""
|
||||
Autogenerated return type of UnsubscribeFromNotifications
|
||||
"""
|
||||
type UnsubscribeFromNotificationsPayload
|
||||
@requiredCapabilities(requiredCapabilities: ["access_internal_graphql_notifications"]) {
|
||||
"""
|
||||
A unique identifier for the client performing the mutation.
|
||||
"""
|
||||
clientMutationId: String
|
||||
|
||||
"""
|
||||
Did the operation succeed?
|
||||
"""
|
||||
success: Boolean
|
||||
}
|
||||
|
||||
"""
|
||||
Represents an 'unsubscribed' event on a given `Subscribable`.
|
||||
"""
|
||||
|
||||
@@ -23601,6 +23601,16 @@ type Mutation {
|
||||
input: UnresolveReviewThreadInput!
|
||||
): UnresolveReviewThreadPayload
|
||||
|
||||
"""
|
||||
Unsubscribes from notifications
|
||||
"""
|
||||
unsubscribeFromNotifications(
|
||||
"""
|
||||
Parameters for UnsubscribeFromNotifications
|
||||
"""
|
||||
input: UnsubscribeFromNotificationsInput!
|
||||
): UnsubscribeFromNotificationsPayload
|
||||
|
||||
"""
|
||||
Update a branch protection rule
|
||||
"""
|
||||
@@ -55840,6 +55850,42 @@ type UnresolveReviewThreadPayload {
|
||||
thread: PullRequestReviewThread
|
||||
}
|
||||
|
||||
"""
|
||||
Autogenerated input type of UnsubscribeFromNotifications
|
||||
"""
|
||||
input UnsubscribeFromNotificationsInput
|
||||
@requiredCapabilities(requiredCapabilities: ["access_internal_graphql_notifications"]) {
|
||||
"""
|
||||
A unique identifier for the client performing the mutation.
|
||||
"""
|
||||
clientMutationId: String
|
||||
|
||||
"""
|
||||
The NotificationThread IDs of the objects to unsubscribe from.
|
||||
"""
|
||||
ids: [ID!]!
|
||||
@possibleTypes(
|
||||
concreteTypes: ["Commit", "Discussion", "Issue", "PullRequest", "Repository", "Team", "TeamDiscussion"]
|
||||
abstractType: "Subscribable"
|
||||
)
|
||||
}
|
||||
|
||||
"""
|
||||
Autogenerated return type of UnsubscribeFromNotifications
|
||||
"""
|
||||
type UnsubscribeFromNotificationsPayload
|
||||
@requiredCapabilities(requiredCapabilities: ["access_internal_graphql_notifications"]) {
|
||||
"""
|
||||
A unique identifier for the client performing the mutation.
|
||||
"""
|
||||
clientMutationId: String
|
||||
|
||||
"""
|
||||
Did the operation succeed?
|
||||
"""
|
||||
success: Boolean
|
||||
}
|
||||
|
||||
"""
|
||||
Represents an 'unsubscribed' event on a given `Subscribable`.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user