OBJECT
Query
link GraphQL Schema definition
- type Query {
- # Arguments
- # filter: [Not documented]
- # limit: [Not documented]
- # nextToken: [Not documented]
- (: ModelModelFilterInput, : Int, : String): ModelModelConnection
- # Arguments
- # id: [Not documented]
- (: ID!): Model
- # Arguments
- # id: [Not documented]
- (: ID!): ModelOption
- # Arguments
- # filter: [Not documented]
- # limit: [Not documented]
- # nextToken: [Not documented]
- (
- : ModelModelOptionFilterInput,
- : Int,
- : String
- ): ModelModelOptionConnection
- # Arguments
- # filter: [Not documented]
- # limit: [Not documented]
- # nextToken: [Not documented]
- (
- : ModelOptionFilterInput,
- : Int,
- : String
- ): ModelOptionConnection
- # Arguments
- # id: [Not documented]
- (: ID!): Option
- # Arguments
- # id: [Not documented]
- (: ID!): ModelFeature
- # Arguments
- # filter: [Not documented]
- # limit: [Not documented]
- # nextToken: [Not documented]
- (
- : ModelModelFeatureFilterInput,
- : Int,
- : String
- ): ModelModelFeatureConnection
- # Arguments
- # id: [Not documented]
- (: ID!): UBSStock
- # Arguments
- # filter: [Not documented]
- # limit: [Not documented]
- # nextToken: [Not documented]
- (
- : ModelUBSStockFilterInput,
- : Int,
- : String
- ): ModelUBSStockConnection
- # Arguments
- # filter: [Not documented]
- # limit: [Not documented]
- # nextToken: [Not documented]
- (
- : ModelDealerFilterInput,
- : Int,
- : String
- ): ModelDealerConnection
- # Arguments
- # id: [Not documented]
- (: ID!): Dealer
- # Arguments
- # id: [Not documented]
- (: ID!): Postcode
- # Arguments
- # filter: [Not documented]
- # limit: [Not documented]
- # nextToken: [Not documented]
- (
- : ModelPostcodeFilterInput,
- : Int,
- : String
- ): ModelPostcodeConnection
- }
link Require by
This element is not required by anyone