OBJECT
Artist
link GraphQL Schema definition
- type Artist implements Resource {
- : ID!
- : Boolean!
- : I18nText!
- : String
- # Arguments
- # workID: [Not documented]
- # filter: [Not documented]
- # sortDirection: [Not documented]
- # limit: [Not documented]
- # nextToken: [Not documented]
- (
- : ModelIDKeyConditionInput,
- : ModelArtistWorkFilterInput,
- : ModelSortDirection,
- : Int,
- : String
- ): ModelArtistWorkConnection
- : [String!]
- : I18nText
- : String
- : I18nText
- : String
- : I18nText
- : I18nText
- : GenderEnum
- : Authority
- : String
- : AWSDateTime!
- : AWSDateTime!
- }