Skip to main content

CreateEventLastActivityInput

All input for the create EventLastActivity mutation.

input CreateEventLastActivityInput {
clientMutationId: String
eventLastActivity: EventLastActivityInput!
}

Fields

CreateEventLastActivityInput.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.

CreateEventLastActivityInput.eventLastActivity ● EventLastActivityInput! non-null input

The EventLastActivity to be created by this mutation.

Member Of

createEventLastActivity mutation