UpdateDiscussionInput
All input for the updateDiscussion mutation.
input UpdateDiscussionInput {
clientMutationId: String
patch: DiscussionPatch!
id: String!
}
Fields
UpdateDiscussionInput.clientMutationId ● String scalar
An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.
UpdateDiscussionInput.patch ● DiscussionPatch! non-null input
An object where the defined keys will be set on the Discussion being updated.
UpdateDiscussionInput.id ● String! non-null scalar
Member Of
updateDiscussion mutation