mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
Add documentation for GraphiQL editorTheme (#509)
This commit is contained in:
parent
a058b2a418
commit
f7714aea91
1 changed files with 1 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue