Skip to content

deleteClientRestrictionAuthorizationInput

Autogenerated input type of deleteClientRestrictionAuthorization

Fields

id · ID! · required · Required. ID of the client restriction authorization

Used By

Definition

"""
Autogenerated input type of deleteClientRestrictionAuthorization
"""
input deleteClientRestrictionAuthorizationInput {
"""
Required. ID of the client restriction authorization
"""
id: ID!
}