mutation Login($input: UsernamePasswordInput!) { login(input: $input) { ...RegularUserResponse } }