Add documentation for GraphiQL editorTheme (#509)

This commit is contained in:
Fabian Schneider 2017-08-19 04:32:03 +02:00 committed by Sashko Stubailo
parent a058b2a418
commit f7714aea91

View file

@ -16,6 +16,7 @@
* - (optional) result: the result of the query to pre-fill in the GraphiQL UI
* - (optional) passHeader: a string that will be added to the header object.
* For example "'Authorization': localStorage['Meteor.loginToken']" for meteor
* - (optional) editorTheme: a CodeMirror theme to be applied to the GraphiQL UI
*/
export type GraphiQLData = {