Skip to content

Commit

Permalink
Merge pull request ardatan#371 from baahrens/patch-2
Browse files Browse the repository at this point in the history
Update README.md - Fix variable naming
  • Loading branch information
Sashko Stubailo authored Aug 2, 2017
2 parents a50ed32 + b087d52 commit 5cab5df
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 @@ -53,7 +53,7 @@ schema {
}
`;

export default schema;
export default typeDefs;
```

Then you define resolvers as a nested object that maps type and field names to resolver functions:
Expand Down

0 comments on commit 5cab5df

Please sign in to comment.