You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description : In this user will be able to enter the GraphQL URL & fetch the schema from the server in JSON format with view only option.
Figma/SS :
Acceptance criteria 1: [Fetch Schema]
Given User wants to fetch the schema for the entered URL
When User enters the GraphQL URL
Then User should be able to fetch the schema in JSON format with view only option. In this user will not be able to edit the schema. Once schema is fetched successfully toast message with appear as shown in Figma SS.
Note :
Once the user enters the URL schema will be fetched automatically & will be redirected to schema tab where they can see the loaded schema from the server side. If the schema is not available then user can change the input & click on refresh schema icon.
If there is an error & unable to fetch the schema then user should be shown with an error toast message.
The text was updated successfully, but these errors were encountered:
Description : In this user will be able to enter the GraphQL URL & fetch the schema from the server in JSON format with view only option.
Figma/SS :
Acceptance criteria 1: [Fetch Schema]
Given User wants to fetch the schema for the entered URL
When User enters the GraphQL URL
Then User should be able to fetch the schema in JSON format with view only option. In this user will not be able to edit the schema. Once schema is fetched successfully toast message with appear as shown in Figma SS.
Note :
The text was updated successfully, but these errors were encountered: