Skip to content

Commit

Permalink
Upgrade graphql-parser-hs.
Browse files Browse the repository at this point in the history
This removes string interpolation from quasiquoted literals. We only use
this in one place and it's totally unnecessary.

PR-URL: hasura/graphql-engine-mono#5750
GitOrigin-RevId: 3493a11db6347332e7e3721a7dca616947505be6
  • Loading branch information
SamirTalwar authored and hasura-bot committed Sep 5, 2022
1 parent 97b0e4c commit 6565c14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/hasura/graphql-parser-hs.git
tag: 47feca50fbfe6a059d02910c283e7567fbc1d7ef
tag: b65932b2dc40b90820c7be6a2aa2f6646a13b023

source-repository-package
type: git
Expand Down
2 changes: 1 addition & 1 deletion server/src-test/Hasura/StreamingSubscriptionSuite.hs
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ streamingSubscriptionPollingSpec srcConfig = do
dummyParamQueryHash
Nothing
reqId
[G.name|"numbers_stream"|]
[G.name|numbers_stream|]
subscriptionQueryPlan
(const (pure ()))

Expand Down

0 comments on commit 6565c14

Please sign in to comment.