OBJECT

UnpublishedAdvert

An unpublished advert

link GraphQL Schema definition

  • type UnpublishedAdvert implements Node {
  • # Details for this advert. This is generally not necessary
  • details: Advert!
  • externalIds: [ExternalID!]!
  • id: ID!
  • legacyId: Int!
  • updatedAt: ISO8601DateTime!
  • # 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.
  • variants(after: String, before: String, first: Int, last: Int): AllAdvertVariantConnection!
  • }