DeleteAccessProfileInput
Autogenerated input type of DeleteAccessProfile
input DeleteAccessProfileInput {
clientMutationId: String
id: ID!
}
Fields
DeleteAccessProfileInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
DeleteAccessProfileInput.id
● ID!
non-null scalar
Access Profile ID
Member Of
deleteAccessProfile
mutation