OBJECT
DefaultPermission
Default Permission Type
link GraphQL Schema definition
- type DefaultPermission {
- # permitted offices for the record
- : [Office!]!
- # the default permission type for the record
- : PermissionTypeEnum!
- # the record type
- : RecordTypeEnum!
- # permitted teams for the record
- : [Team!]!
- # permitted users for the record
- : [User!]!
- }