OBJECT
Prototype
Prototypes contain the attributes from which all Adverts in a Category inherit eg. Clothing
link GraphQL Schema definition
- type Prototype implements Node {
- ExternalID!]! : [
- ID! :
- # Name of the Prototype, eg. Bikes
- String! :
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- String, : String, : Int, : Int): OptionTypesConnection! ( :
- }
link Require by
- Mappingnull
- PrototypeCreateOrUpdateMutationPayloadAutogenerated return type of PrototypeCreateOrUpdateMutation.
- PrototypesConnectionThe connection type for Prototype.
- PrototypesEdgeAn edge in a connection.
- TaxonCategory or Sub-category for organising adverts. Has a tree-like structure with parents and children.