Skip to content

Commit

Permalink
Edit readme for type info
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed Jan 10, 2017
1 parent 1899ba4 commit 5a4a3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -82,7 +82,7 @@ GraphiQL supports customization in UI and behavior by accepting React props and

- `response`: an optional JSON string to use as the initial displayed response. If not provided, no response will be initially shown. You might provide this if illustrating the result of the initial query.

- `storage`: an instance of [Storage][] GraphiQL will use to persist state. Only `getItem` and `setItem` are called. Default: `window.localStorage`
- `storage`: an instance of [Storage][] GraphiQL will use to persist state. Default: `window.localStorage`.

- `defaultQuery`: an optional GraphQL string to use when no query is provided and no stored query exists from a previous session. If `undefined` is provided, GraphiQL will use its own default query.

Expand Down

0 comments on commit 5a4a3d6

Please sign in to comment.