CreatePresentationAuthorAffiliationInput
Defines the input for creating an author affiliation while creating a presentation.
input CreatePresentationAuthorAffiliationInput {
affiliation: String!
city: String
country: String
number: Int!
state: String
}
Fields
CreatePresentationAuthorAffiliationInput.affiliation
● String!
non-null scalar
UTF-8 string value that represents the affiliation.
CreatePresentationAuthorAffiliationInput.city
● String
scalar
UTF-8 string value that represents the city of the affiliation. Optional.
CreatePresentationAuthorAffiliationInput.country
● String
scalar
UTF-8 string value that represents the country of the affiliation. Optional.
CreatePresentationAuthorAffiliationInput.number
● Int!
non-null scalar
The number of the affiliation.
CreatePresentationAuthorAffiliationInput.state
● String
scalar
UTF-8 string value that represents the state of the affiliation. Optional.
Member Of
CreatePresentationInput
input