© 2026 Hedgehog Software, LLC
sign_in_with_password
graphql do type :user queries do get :sign_in_with_password, :sign_in_with_password end end
mutation { signInWithPassword(email: "[email protected]", password: "graphql") { token user { id, ... } } }