OBJECT
Query
link GraphQL Schema definition
- type Query {
- # Arguments
- # id: [Not documented]
- (: ID!): Work
- # Arguments
- # keyword: [Not documented]
- # filter: [Not documented]
- # sort: [Not documented]
- # limit: [Not documented]
- # nextToken: [Not documented]
- # from: [Not documented]
- (
- : String,
- : SearchableWorkFilter,
- : SearchableWorkSortInput,
- : Int,
- : [String],
- : Int
- ): SearchableWorkConnection
- # Arguments
- # id: [Not documented]
- (: ID!): Artist
- # Arguments
- # ids: [Not documented]
- (: [ID]): [Artist]
- # Arguments
- # keyword: [Not documented]
- # filter: [Not documented]
- # limit: [Not documented]
- # nextToken: [Not documented]
- # from: [Not documented]
- (
- : String,
- : SearchableArtistFilter,
- : Int,
- : String,
- : Int
- ): SearchableArtistConnection
- # Arguments
- # id: [Not documented]
- (: ID!): Museum
- # Arguments
- # filter: [Not documented]
- # limit: [Not documented]
- # nextToken: [Not documented]
- (
- : ModelMuseumFilterInput,
- : Int,
- : String
- ): ModelMuseumConnection
- # Arguments
- # id: [Not documented]
- (: ID!): Exhibition
- # Arguments
- # keyword: [Not documented]
- # filter: [Not documented]
- # sort: [Not documented]
- # limit: [Not documented]
- # nextToken: [Not documented]
- # from: [Not documented]
- (
- : String,
- : SearchableExhibitionFilter,
- : SearchableExhibitionSortInput,
- : Int,
- : [String],
- : Int
- ): SearchableExhibitionConnection
- # Arguments
- # id: [Not documented]
- (: ID!): Gallery
- # Arguments
- # filter: [Not documented]
- # limit: [Not documented]
- # nextToken: [Not documented]
- (
- : ModelGalleryFilterInput,
- : Int,
- : String
- ): ModelGalleryConnection
- # Arguments
- # keyword: [Not documented]
- # filter: [Not documented]
- # sort: [Not documented]
- # limit: [Not documented]
- # nextToken: [Not documented]
- # from: [Not documented]
- (
- : String,
- : SearchableGalleryFilter,
- : SearchableGallerySortInput,
- : Int,
- : [String],
- : Int
- ): SearchableGalleryConnection
- # Arguments
- # id: [Not documented]
- (: ID!): Text
- # Arguments
- # keyword: [Not documented]
- # filter: [Not documented]
- # sort: [Not documented]
- # limit: [Not documented]
- # nextToken: [Not documented]
- # from: [Not documented]
- (
- : String,
- : SearchableTextFilter,
- : SearchableTextSortInput,
- : Int,
- : [String],
- : Int
- ): SearchableTextConnection
- # Arguments
- # id: [Not documented]
- (: ID!): Work
- # Arguments
- # keyword: [Not documented]
- # filter: [Not documented]
- # sort: [Not documented]
- # limit: [Not documented]
- # nextToken: [Not documented]
- # from: [Not documented]
- (
- : String,
- : SearchableWorkFilter,
- : SearchableWorkSortInput,
- : Int,
- : [String],
- : Int
- ): SearchableWorkConnection
- # Arguments
- # id: [Not documented]
- (: ID!): Artist
- # Arguments
- # keyword: [Not documented]
- # filter: [Not documented]
- # limit: [Not documented]
- # nextToken: [Not documented]
- # from: [Not documented]
- (
- : String,
- : SearchableArtistFilter,
- : Int,
- : String,
- : Int
- ): SearchableArtistConnection
- # Arguments
- # id: [Not documented]
- (: ID!): Museum
- # Arguments
- # filter: [Not documented]
- # limit: [Not documented]
- # nextToken: [Not documented]
- (
- : ModelMuseumFilterInput,
- : Int,
- : String
- ): ModelMuseumConnection
- # Arguments
- # id: [Not documented]
- (: ID!): Exhibition
- # Arguments
- # keyword: [Not documented]
- # filter: [Not documented]
- # sort: [Not documented]
- # limit: [Not documented]
- # nextToken: [Not documented]
- # from: [Not documented]
- (
- : String,
- : SearchableExhibitionFilter,
- : SearchableExhibitionSortInput,
- : Int,
- : [String],
- : Int
- ): SearchableExhibitionConnection
- # Arguments
- # id: [Not documented]
- (: ID!): Gallery
- # Arguments
- # filter: [Not documented]
- # limit: [Not documented]
- # nextToken: [Not documented]
- (
- : ModelGalleryFilterInput,
- : Int,
- : String
- ): ModelGalleryConnection
- # Arguments
- # keyword: [Not documented]
- # filter: [Not documented]
- # sort: [Not documented]
- # limit: [Not documented]
- # nextToken: [Not documented]
- # from: [Not documented]
- (
- : String,
- : ModelGalleryFilterInput,
- : SearchableGallerySortInput,
- : Int,
- : [String],
- : Int
- ): SearchableGalleryConnection
- # Arguments
- # id: [Not documented]
- (: ID!): Text
- # Arguments
- # keyword: [Not documented]
- # filter: [Not documented]
- # sort: [Not documented]
- # limit: [Not documented]
- # nextToken: [Not documented]
- # from: [Not documented]
- (
- : String,
- : SearchableTextFilter,
- : SearchableTextSortInput,
- : Int,
- : [String],
- : Int
- ): SearchableTextConnection
- # Arguments
- # filter: [Not documented]
- # limit: [Not documented]
- # nextToken: [Not documented]
- (: ModelWorkFilterInput, : Int, : String): ModelWorkConnection
- # Arguments
- # museumID: [Not documented]
- # sortDirection: [Not documented]
- # filter: [Not documented]
- # limit: [Not documented]
- # nextToken: [Not documented]
- (
- : ID,
- : ModelSortDirection,
- : ModelWorkFilterInput,
- : Int,
- : String
- ): ModelWorkConnection
- # Arguments
- # classificationID: [Not documented]
- # sortDirection: [Not documented]
- # filter: [Not documented]
- # limit: [Not documented]
- # nextToken: [Not documented]
- (
- : ID,
- : ModelSortDirection,
- : ModelWorkFilterInput,
- : Int,
- : String
- ): ModelWorkConnection
- # Arguments
- # type: [Not documented]
- # id: [Not documented]
- # sortDirection: [Not documented]
- # filter: [Not documented]
- # limit: [Not documented]
- # nextToken: [Not documented]
- (
- : String,
- : ModelIDKeyConditionInput,
- : ModelSortDirection,
- : ModelClassificationFilterInput,
- : Int,
- : String
- ): ModelClassificationConnection
- }
link Require by
This element is not required by anyone