OBJECT
A client restriction authorization must be created for users to access restricted patients
type ClientRestrictionAuthorization {# The client to whom the restriction authorization appliesclient: User! created_at: ISO8601DateTime # The unique identifier of the authorizationid: ID! # The user who was granted accessprovider: User! # Optional reason for this authorizationreason: String! }