OBJECT

Permission

Description

Specifies permissions.

link GraphQL Schema definition

  • type Permission {
  • # The operations granted to the org on newly added.
  • operation: Operation!
  • # List of objects in hierarchy.
  • objectsForHierarchyTypes: [ObjectIdsForHierarchyType!]!
  • }