INPUT_OBJECT

UpdateUserInput

link GraphQL Schema definition

  • input UpdateUserInput {
  • password: Secret
  • name: String
  • id: ID!
  • username: String
  • # An opaque string used by frontend frameworks like relay to track requests and
  • # responses.
  • clientMutationId: String
  • }

link Require by