Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

GET requests support for queries #267

Merged
merged 6 commits into from
Apr 11, 2019

Conversation

rogyar
Copy link
Contributor

@rogyar rogyar commented Nov 29, 2018

Description (*)

This PR introduces a possibility to use GET requests for queries.

Fixed Issues (if relevant)

  1. [GraphQL caching] Add support for queries via HTTP GET #229: Add support for queries via HTTP GET
  2. GraphQL not working with GET #269: GraphQL not working with GET

Manual testing scenarios (*)

  1. Switch HTTP request type from POST to GET
  2. Use any query for testing the response
{
  products(filter: {category_id: {eq: "2"}}, pageSize: 2) {
    total_count
  }
}

@rogyar rogyar assigned rogyar and unassigned rogyar Nov 29, 2018
@magento-engcom-team magento-engcom-team merged commit 6a006df into 2.3-develop Apr 11, 2019
@ghost
Copy link

ghost commented Apr 11, 2019

Hi @rogyar, thank you for your contribution!
Please, complete Contribution Survey, it will take less than a minute.
Your feedback will help us to improve contribution process.

@naydav naydav deleted the query-get-request-support branch April 12, 2019 19:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants