AuthorAffiliation
Affiliations associated with the author of the Presentation.
type AuthorAffiliation {
affiliation: String!
city: String
country: String
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
number: Int!
state: String
}
Fields
AuthorAffiliation.affiliation ● String! non-null scalar
UTF-8 string value that represents the affiliation.
AuthorAffiliation.city ● String scalar
UTF-8 string value that represents the city of the affiliation. Optional.
AuthorAffiliation.country ● String scalar
UTF-8 string value that represents the country of the affiliation. Optional.
AuthorAffiliation.createdAt ● DateTime! non-null scalar
The date and time the record was created.
AuthorAffiliation.createdBy ● String scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
AuthorAffiliation.id ● ID! non-null scalar
The unique identifier for the affiliation.
AuthorAffiliation.lastModifiedAt ● DateTime! non-null scalar
The date and time the record was last modified.
AuthorAffiliation.lastModifiedBy ● String scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
AuthorAffiliation.number ● Int! non-null scalar
The number of the affiliation.
AuthorAffiliation.state ● String scalar
UTF-8 string value that represents the state of the affiliation. Optional.
Member Of
Presentation object