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