OBJECT

ISBN

link GraphQL Schema definition

  • type ISBN {
  • # The ISBN-10, where an ISBN-13 is assigned to the product and it can be converted
  • # to an ISBN-10
  • isbn10: String
  • # The ISBN-13 as a string of digits
  • isbn13: String
  • # The ISBN-13, with the number's components separated by dashes
  • isbnWithDashes: String
  • # The ISBN-13, with the number's components separated by spaces
  • isbnWithSpaces: String
  • }