firecamp icon indicating copy to clipboard operation
firecamp copied to clipboard

[feature]: UI feedback on GraphQL introspection

Open Nishchit14 opened this issue 2 years ago • 1 comments

Description

In the current state, users do not receive any visual feedback in the Firecamp UI when they enter an invalid GraphQL server URL or when the introspection schema fails to be fetched. It is standard practice to disable introspection in production environments. To address this issue, Firecamp should implement a notification or message system to inform users about such events.

Expected behavior

The Firecamp UI should visually notify users when an invalid GraphQL server URL is entered or when the introspection schema fails to be fetched.

User feedback reference

image

Nishchit14 avatar Jun 22 '23 11:06 Nishchit14

@Nishchit14 Currently this is the error when graphql path is wrong: image So Do we Need To Correct the message clearly ?
And this is when i use intorspect , We need to identify if our query is starting with introspect and provide a message like introspect will be disabled in prod? image

bathini79 avatar Aug 27 '23 08:08 bathini79