OBJECT

Pin

Pin type

link GraphQL Schema definition

  • type Pin {
  • # ID of the pin
  • id: ID!
  • # Pinnable type of the pin
  • pinnable: Pinnable
  • # Record Type attached to the pin
  • record: Record
  • }