Skip to content

Commit

Permalink
fix: prettier applied
Browse files Browse the repository at this point in the history
  • Loading branch information
Valts Silaputnins committed Nov 18, 2023
1 parent 3f0456c commit a7a7909
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion react/modules/graphiql.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ PLEASE, READ THE TASK DESCRIPTION CAREFULLY UP TO THE END BEFORE STARTING THE TA

GraphiQL is an open-source tool that you can use as an example (https://www.npmjs.com/package/@graphiql/react).
However, your app will also include:

- Authorization and authentication capabilities, ensuring access to the tool is restricted to authorized users.
- Work with a user-specified open GraphQL endpoint.

Expand Down Expand Up @@ -162,7 +163,7 @@ For the convenience of verification, it is **necessary** to record and post on Y

- [ ] Functional editor enabling query editing and prettifying **60 points**
- [ ] Operational documentation explorer, visible _only_ upon successful SDL request **50 points**
- [ ] Variables section that can shown or hidden, specified variables are sent to the server **30 points**
- [ ] Variables section that can shown or hidden, specified variables are sent to the server **30 points**
- [ ] Header section that can be shown or hidden, user-added headers are sent to the server **20 points**
- [ ] Response section with an editor in read-only as a JSON viewer **40 points**

Expand Down

0 comments on commit a7a7909

Please sign in to comment.