Minor Changes
- #3735
0a08642
Thanks @dimaMachina! - - Removequery
,variables
,headers
, andresponse
props from<GraphiQL />
and<GraphiQLProvider />
- Add
initialQuery
,initialVariables
andinitialHeaders
props - Fix
defaultQuery
, when is set will only be used for the first tab. When opening more tabs, the query editor will start out empty - remove
useSynchronizeValue
hook
- Add