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