Skip to content

Commit f9bd0cb

Browse files
Update client documentation (#807)
This change removes deprecated TH.
1 parent 9ab7ba4 commit f9bd0cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

morpheus-graphql-client/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
## Morpheus `GraphQL Client` with Template haskell QuasiQuotes
44

55
```hs
6-
defineByDocumentFile
6+
declareLocalTypesInline
77
"./schema.gql"
8-
[gql|
8+
[raw|
99
query GetHero ($character: Character)
1010
{
1111
deity (fatherOf:$character) {

0 commit comments

Comments
 (0)