Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 50755c5

Browse files
mattludwigsJosh Price
authored andcommitted
Update Example in README (#109)
1 parent 96642e6 commit 50755c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Execute a simple GraphQL query
7373

7474
```elixir
7575
iex> GraphQL.execute(TestSchema.schema, "{greeting}")
76-
{:ok, %{greeting: "Hello, world!"}}
76+
{:ok, %{data: %{"greeting" => "Hello, world!"}}}
7777
```
7878

7979
## Status

0 commit comments

Comments
 (0)