INPUT_OBJECT
Autogenerated input type of createClientRestrictionAuthorization
input createClientRestrictionAuthorizationInput {# ID of the client to which this authorization appliesclient_id: ID!# The provider which is granted access to the clientprovider_id: ID!# A reason justifying the authorizationreason: String!}