OBJECT

Query

link GraphQL Schema definition

  • type Query {
  • # retrieve a JWT for authentication of further requests
  • #
  • # Arguments
  • # username: [Not documented]
  • # password: [Not documented]
  • token(username: String, password: String): String!
  • }

link Require by

This element is not required by anyone