EventInput
Input for creating or updating an event
input EventInput {
addImageBlobIds: [ID!]
bucket_key_mappings: [BucketKeyMappingInput!]
eventCategoryId: ID
form_response_attrs_json: String
removeImageBlobIds: [ID!]
}
Fields
EventInput.addImageBlobIds ● [ID!] list scalar
Signed blob IDs for images to attach to this event
EventInput.bucket_key_mappings ● [BucketKeyMappingInput!] list input
Mappings from old bucket keys to new bucket keys when changing the registration policy
EventInput.eventCategoryId ● ID scalar
The ID of the event category for this event
EventInput.form_response_attrs_json ● String scalar
JSON-encoded form response attributes for this event
EventInput.removeImageBlobIds ● [ID!] list scalar
Signed blob IDs for images to detach from this event
Member Of
CreateEventInput input ● CreateFillerEventInput input ● UpdateEventInput input