CreateExhibitorLinkInput
No description
input CreateExhibitorLinkInput {
eventId: ID!
childName: String!
parentName: String!
translations: [ExhibitorLinkTranslationInput!]
}
Fields
CreateExhibitorLinkInput.eventId ● ID! non-null scalar
CreateExhibitorLinkInput.childName ● String! non-null scalar
CreateExhibitorLinkInput.parentName ● String! non-null scalar
CreateExhibitorLinkInput.translations ● [ExhibitorLinkTranslationInput!] list input
Member Of
createExhibitorLink mutation