INPUT_OBJECT
Autogenerated input type of AdminLoginUsernameMutation
input AdminLoginUsernameMutationInput {# A unique identifier for the client performing the mutation.clientMutationId: String# The administrator's username or email addressusername: String!# The administrator's passwordpassword: String!}