Customize graphql validation error

when graphQl validate input if it have error, it throw me “Response not successful: Received status code 400”
i want to change this error

There’s information in the docs on creating custom GraphQL errors. IIRC, Redwood wraps the error types provided by Envelop, so there’s some limitations. But I think you can provide your own error message for a code 400 error easily enough.

Hi - can you share your schema and the request you are making (or share a repo) that reproduces this?

I ask because that error is low down in the lifecycle so graphql execution or error masking or such hasn’t kicked in.

What would you like the error to be?