SecurityGroup
Users with access to this park. Split by role.
type SecurityGroup {
admin: [User!]!
employee: [User!]!
pdl: [User!]!
}
Fields
SecurityGroup.admin ● [User!]! non-null object
Users with role "ADMIN".
SecurityGroup.employee ● [User!]! non-null object
Users with role "EMPLOYEE".
SecurityGroup.pdl ● [User!]! non-null object
Users with role "PDL".
Member Of
ResidentialPark object