upsertCustomViewTeamByWorkspaceIdAndCustomViewIdAndTeamIdInput
All input for the upsertCustomViewTeamByWorkspaceIdAndCustomViewIdAndTeamId mutation.
input upsertCustomViewTeamByWorkspaceIdAndCustomViewIdAndTeamIdInput {
clientMutationId: String
customViewTeam: CustomViewTeamInput!
patch: CustomViewTeamPatch!
}
Fields
upsertCustomViewTeamByWorkspaceIdAndCustomViewIdAndTeamIdInput.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.
upsertCustomViewTeamByWorkspaceIdAndCustomViewIdAndTeamIdInput.customViewTeam ● CustomViewTeamInput! non-null input
The CustomViewTeam to be created by this mutation.
upsertCustomViewTeamByWorkspaceIdAndCustomViewIdAndTeamIdInput.patch ● CustomViewTeamPatch! non-null input
An object where the defined keys will be set on the CustomViewTeam being updated.
Member Of
upsertCustomViewTeamByWorkspaceIdAndCustomViewIdAndTeamId mutation