OBJECT
Model
link GraphQL Schema definition
- type Model {
- : ID!
- : String!
- : String!
- : String!
- : String!
- : Int!
- : Int!
- : Int!
- : Int!
- : Int!
- : Int!
- : Int!
- : Int!
- : Int!
- : String
- : Int!
- : String!
- : Int!
- : Int!
- : Int!
- : Int!
- : Int!
- : Float!
- : Float!
- : Float!
- : Float!
- : Float!
- : Float!
- : Float!
- : Float!
- : Float!
- : Float!
- : Int!
- : Int!
- : Int!
- : String
- : String
- : Boolean!
- : String
- : String
- : String
- : AWSDateTime!
- : AWSDateTime!
- # Arguments
- # optionID: [Not documented]
- # filter: [Not documented]
- # sortDirection: [Not documented]
- # limit: [Not documented]
- # nextToken: [Not documented]
- (
- : ModelIDKeyConditionInput,
- : ModelModelOptionFilterInput,
- : ModelSortDirection,
- : Int,
- : String
- ): ModelModelOptionConnection
- # Arguments
- # filter: [Not documented]
- # sortDirection: [Not documented]
- # limit: [Not documented]
- # nextToken: [Not documented]
- (
- : ModelModelFeatureFilterInput,
- : ModelSortDirection,
- : Int,
- : String
- ): ModelModelFeatureConnection
- }