Skip to main content

CreateFillerEventInput

Autogenerated input type of CreateFillerEvent

input CreateFillerEventInput {
clientMutationId: String
event: EventInput!
run: RunInput
signedImageBlobIds: [ID!]
}

Fields

CreateFillerEventInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

CreateFillerEventInput.event ● EventInput! non-null input

The event attributes

CreateFillerEventInput.run ● RunInput input

The initial run to create for this event

CreateFillerEventInput.signedImageBlobIds ● [ID!] list scalar

Signed blob IDs for images to attach to this event

Member Of

createFillerEvent mutation