OBJECT

idParts

Type-dependent parts of the ID header

link GraphQL Schema definition

  • type idParts {
  • # The type of the ID
  • type: String
  • # An array of parts of the ID
  • parts: [String]
  • # A part of the ID, by index
  • #
  • # Arguments
  • # index: The numeric index of the part
  • part(index: Int!): String
  • }