UpdatePresentationAuthorAffiliationInput
Defines the input for creating/updating an author affiliation while updating a presentation.
input UpdatePresentationAuthorAffiliationInput {
affiliation: String!
city: String
country: String
id: ID
number: Int!
state: String
}
Fields
UpdatePresentationAuthorAffiliationInput.affiliation
● String!
non-null scalar
UTF-8 string value that represents the affiliation.
UpdatePresentationAuthorAffiliationInput.city
● String
scalar
UTF-8 string value that represents the city of the affiliation. Optional.
UpdatePresentationAuthorAffiliationInput.country
● String
scalar
UTF-8 string value that represents the country of the affiliation. Optional.
UpdatePresentationAuthorAffiliationInput.id
● ID
scalar
The identifier of the existing affiliation to update. Optional.
If not set, a new affiliation will be created.
UpdatePresentationAuthorAffiliationInput.number
● Int!
non-null scalar
The number of the affiliation.
UpdatePresentationAuthorAffiliationInput.state
● String
scalar
UTF-8 string value that represents the state of the affiliation. Optional.
Member Of
UpdatePresentationInput
input