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