CreateInclusionInput
Defines the input for creating a sponsorship inclusion.
input CreateInclusionInput {
eventId: ID!
name: String!
uniqueCode: String
value: NonNegativeFloat!
}
Fields
CreateInclusionInput.eventId
● ID!
non-null scalar
The unique identifier for the event.
CreateInclusionInput.name
● String!
non-null scalar
A UTF-8 string representing the name of the inclusion.
CreateInclusionInput.uniqueCode
● String
scalar
A customer supplied, UTF-8 string value that represents a unique code for the inclusion. Optional.
The value must be unique across all inclusions for an event.
CreateInclusionInput.value
● NonNegativeFloat!
non-null scalar
The indicative monetary value of the inclusion.
Member Of
createInclusion
mutation