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