OBJECT
Work
link GraphQL Schema definition
- type Work implements Resource {
- : ID!
- : Boolean!
- : I18nText!
- : ID!
- : Classification
- : String
- # Arguments
- # artistID: [Not documented]
- # filter: [Not documented]
- # sortDirection: [Not documented]
- # limit: [Not documented]
- # nextToken: [Not documented]
- (
- : ModelIDKeyConditionInput,
- : ModelArtistWorkFilterInput,
- : ModelSortDirection,
- : Int,
- : String
- ): ModelArtistWorkConnection
- : [I18nText!]
- : [I18nText!]
- : ID!
- : I18nText
- : Museum
- : String
- : I18nText
- : String
- : I18nText
- : Int
- : I18nText
- : String
- : I18nText
- : [I18nText!]
- : String
- : Source
- : String
- : AWSDate
- : String
- : String
- : AWSURL
- : Boolean
- # Arguments
- # original: [Not documented]
- # filter: [Not documented]
- # sortDirection: [Not documented]
- # limit: [Not documented]
- # nextToken: [Not documented]
- (
- : ModelStringKeyConditionInput,
- : ModelImageFilterInput,
- : ModelSortDirection,
- : Int,
- : String
- ): ModelImageConnection
- : AWSDateTime!
- : AWSDateTime!
- }