createClientRestrictionAuthorizationInput
Autogenerated input type of createClientRestrictionAuthorization
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed By
Definition
"""Autogenerated input type of createClientRestrictionAuthorization"""input createClientRestrictionAuthorizationInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" 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!}