Skip to content

Commit

Permalink
Fixed example
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Feb 14, 2018
1 parent e415585 commit edfdd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Query {
}
}

const schema = new Schema(Query);
const schema = new Schema({ query: Query });
```

Then Querying `graphene.Schema` is as simple as:
Expand Down

0 comments on commit edfdd4b

Please sign in to comment.