INPUT_OBJECT

createClientRestrictionAuthorizationInput

Autogenerated input type of createClientRestrictionAuthorization

link GraphQL Schema definition

  • input createClientRestrictionAuthorizationInput {
  • # ID of the client to which this authorization applies
  • client_id: ID!
  • # The provider which is granted access to the client
  • provider_id: ID!
  • # A reason justifying the authorization
  • reason: String!
  • }