We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab7ba4 commit f9bd0cbCopy full SHA for f9bd0cb
1 file changed
morpheus-graphql-client/README.md
@@ -3,9 +3,9 @@
3
## Morpheus `GraphQL Client` with Template haskell QuasiQuotes
4
5
```hs
6
-defineByDocumentFile
+declareLocalTypesInline
7
"./schema.gql"
8
- [gql|
+ [raw|
9
query GetHero ($character: Character)
10
{
11
deity (fatherOf:$character) {
0 commit comments