@graphiql/react@0.35.4
·
32 commits
to main
since this release
Patch Changes
-
#4052
9b54581Thanks @dimaMachina! - fix multiple GraphiQL instances, suffix a unique id for operation, request headers, variables and response URI.E.g., the first GraphiQL instance will have:
1-operation.graphql1-request-headers.json1-variables.json1-response.json
The 2nd instance will have:
2-operation.graphql2-request-headers.json2-variables.json2-response.json
etc.
-
#4049
2c0586dThanks @dimaMachina! - - useallowTrailingCommaoption in jsonc parser to maketryParseJsonObjectsync- parse introspection headers with jsonc parser
- use prettier format for operation editor since we already use prettier for jsonc editors
-
#4050
002f133Thanks @dimaMachina! - fix can't access property "jsonDefaults"