ENUM

PhotoCategory

@internal

link GraphQL Schema definition

  • enum PhotoCategory {
  • # A general purpose photo taken by the user in workshop. It is not tied to any
  • # specific tour
  • # or other use case.
  • snapshot
  • # A photo created for and associated only with a tour. If it is removed from the
  • # tour
  • # or if the tour is deleted, the image is also deleted.
  • tour
  • }

link Require by

This element is not required by anyone