OBJECT

Mapping

link GraphQL Schema definition

  • type Mapping implements Node {
  • advertCount: Int!
  • # 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.
  • adverts(after: String, before: String, first: Int, last: Int): AdvertsConnection!
  • autoMapScore: Float
  • id: ID!
  • mappedTo: MapToUnion
  • mappedType: MappingTypeEnum!
  • prototype: Prototype
  • sourceValue: String!
  • # Arguments
  • # first: Limit to the first N results
  • suggestions(first: Int): [SuggestionsUnion!]
  • unmappable: Boolean!
  • }