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