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