Skip to content

Commit

Permalink
fix typo in graphql snippet. add better game state for the ludo examp…
Browse files Browse the repository at this point in the history
…le in the book
  • Loading branch information
girba committed Nov 29, 2023
1 parent f689f4e commit caed80f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lepiter/1ytlpfrqpi0ggg5bksl3bu601.lepiter
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
"__type" : "uid",
"uidString" : "8qxgMgqsDQCv+o9qANY6IQ=="
},
"exampleSelector" : "emptyGame",
"exampleSelector" : "gameShowingAllMoves3",
"previewHeight" : 500,
"previewShowSelector" : "gtPositionsFor:",
"exampleBehaviorName" : "GtLudoRecordingGameExamples",
Expand Down
2 changes: 1 addition & 1 deletion lepiter/e14m3b0zi8ufl36p7u4w55zxk.lepiter
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@
"__type" : "uid",
"uidString" : "BjIS6a2pDQCR3I4HACNusg=="
},
"operation" : "query Repository($ownername: String!, $reponame: String!) {\n\trepository(owner: $ownername, name: $reponame) {\n\t\turl\n\t\tdescription\n\t\tlk\n\t}\n}",
"operation" : "query Repository($ownername: String!, $reponame: String!) {\n\trepository(owner: $ownername, name: $reponame) {\n\t\turl\n\t\tdescription\n\t}\n}",
"input" : "{\n\t\"ownername\": \"feenkcom\",\n\t\"reponame\": \"gtoolkit\"\n}",
"context" : "aContext",
"resultVariableName" : ""
Expand Down

0 comments on commit caed80f

Please sign in to comment.