Skip to content

Specifying variables object in query param results in 500 error #28

Description

@gryphonmyers

Repro Steps:

  1. Send a GET request to /cockpit/api/graphql/query specifying valid gql "query" parameter per specification at: https://graphql.org/learn/serving-over-http/
  2. Note that the query is parsed correctly, and response is sent as expected.
  3. Send another GET request, this time adding the additional "variables" query parmeter in JSON-encoded format (e.g. "{}").
  4. Note that a 500 error response is sent.

Expected results:
Supplying variables should not cause the application to error when sending them in a query parameter

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions