OBJECT

DefaultPermission

Default Permission Type

link GraphQL Schema definition

  • type DefaultPermission {
  • # permitted offices for the record
  • offices: [Office!]!
  • # the default permission type for the record
  • permissionType: PermissionTypeEnum!
  • # the record type
  • recordType: RecordTypeEnum!
  • # permitted teams for the record
  • teams: [Team!]!
  • # permitted users for the record
  • users: [User!]!
  • }