INPUT_OBJECT

UserCredentials

Description

The username and password of the user to authenticate the endpoint.

link GraphQL Schema definition

  • input UserCredentials {
  • # The username of the user to authenticate the endpoint.
  • username: String!
  • # The password of the user to authenticate the endpoint.
  • password: String!
  • }