github graphql/graphiql @graphiql/react@0.35.4

2 months ago

Patch Changes

  • #4052 9b54581 Thanks @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.graphql
    • 1-request-headers.json
    • 1-variables.json
    • 1-response.json

    The 2nd instance will have:

    • 2-operation.graphql
    • 2-request-headers.json
    • 2-variables.json
    • 2-response.json

    etc.

  • #4049 2c0586d Thanks @dimaMachina! - - use allowTrailingComma option in jsonc parser to make tryParseJsonObject sync

    • parse introspection headers with jsonc parser
    • use prettier format for operation editor since we already use prettier for jsonc editors
  • #4050 002f133 Thanks @dimaMachina! - fix can't access property "jsonDefaults"

Don't miss a new graphiql release

NewReleases is sending notifications on new releases.