Skip to content

deleteClientRestrictionAuthorizationInput

Autogenerated input type of deleteClientRestrictionAuthorization

Fields

deprecated DO NOT USE
id · ID! · required · Required. ID of the client restriction authorization

Used By

Definition

"""
Autogenerated input type of deleteClientRestrictionAuthorization
"""
input deleteClientRestrictionAuthorizationInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
Required. ID of the client restriction authorization
"""
id: ID!
}