UpdateCustomViewWorkspaceAccountByWorkspaceIdAndCustomViewIdAndWorkspaceAccountIdInput
All input for the updateCustomViewWorkspaceAccountByWorkspaceIdAndCustomViewIdAndWorkspaceAccountId mutation.
input UpdateCustomViewWorkspaceAccountByWorkspaceIdAndCustomViewIdAndWorkspaceAccountIdInput {
clientMutationId: String
patch: CustomViewWorkspaceAccountPatch!
workspaceId: String!
customViewId: String!
workspaceAccountId: String!
}
Fields
UpdateCustomViewWorkspaceAccountByWorkspaceIdAndCustomViewIdAndWorkspaceAccountIdInput.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.
UpdateCustomViewWorkspaceAccountByWorkspaceIdAndCustomViewIdAndWorkspaceAccountIdInput.patch ● CustomViewWorkspaceAccountPatch! non-null input
An object where the defined keys will be set on the CustomViewWorkspaceAccount being updated.
UpdateCustomViewWorkspaceAccountByWorkspaceIdAndCustomViewIdAndWorkspaceAccountIdInput.workspaceId ● String! non-null scalar
UpdateCustomViewWorkspaceAccountByWorkspaceIdAndCustomViewIdAndWorkspaceAccountIdInput.customViewId ● String! non-null scalar
UpdateCustomViewWorkspaceAccountByWorkspaceIdAndCustomViewIdAndWorkspaceAccountIdInput.workspaceAccountId ● String! non-null scalar
Member Of
updateCustomViewWorkspaceAccountByWorkspaceIdAndCustomViewIdAndWorkspaceAccountId mutation