Skip to content

@graphiql/[email protected]

Compare
Choose a tag to compare
@acao acao released this 02 Jul 21:10
· 26 commits to main since this release
7634b40

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"