ProductWithEventInput
No description
input ProductWithEventInput {
eventId: ID!
data: ProductWithEventDataInput
}
Fields
ProductWithEventInput.eventId
● ID!
non-null scalar
ProductWithEventInput.data
● ProductWithEventDataInput
input
Data for the event specific fields of product. The product will be unlinked with event if the data is null. If it is not sent, nothing is changed.
Member Of
CreateProductInput
input ● UpdateProductInput
input