RemovePremodUserInput
No description
input RemovePremodUserInput {
userID: ID!
clientMutationId: String!
}
Fields
RemovePremodUserInput.userID
● ID!
non-null scalar
userID is the ID of the User that should be premodded.
RemovePremodUserInput.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
Member Of
removeUserPremod
mutation