DeleteWorkspaceAccountByWorkspaceIdAndAccountIdInput
All input for the deleteWorkspaceAccountByWorkspaceIdAndAccountId mutation.
input DeleteWorkspaceAccountByWorkspaceIdAndAccountIdInput {
clientMutationId: String
workspaceId: String!
accountId: String!
}
Fields
DeleteWorkspaceAccountByWorkspaceIdAndAccountIdInput.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.