UpdateDiscussionWorkspaceAccountInput
All input for the updateDiscussionWorkspaceAccount mutation.
input UpdateDiscussionWorkspaceAccountInput {
clientMutationId: String
patch: DiscussionWorkspaceAccountPatch!
id: String!
}
Fields
UpdateDiscussionWorkspaceAccountInput.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.
UpdateDiscussionWorkspaceAccountInput.patch ● DiscussionWorkspaceAccountPatch! non-null input
An object where the defined keys will be set on the DiscussionWorkspaceAccount being updated.
UpdateDiscussionWorkspaceAccountInput.id ● String! non-null scalar
Member Of
updateDiscussionWorkspaceAccount mutation