Headers to be set when opening a new tab.
The initial content of the operation editor when loading GraphiQL and there is
no saved query in storage and no initialQuery
prop.
This value is used only for the first tab. Additional tabs will open with an empty operation editor.
A map of fragment definitions using the fragment name as a key which are made available to include in the query.
The Monaco Editor instance used in the request headers editor, used to edit HTTP headers.
The contents of the request headers editor when initially rendering the provider component.
The contents of the operation editor when initially rendering the provider component.
The contents of the variables editor when initially rendering the provider component.
Invoked when the current contents of the operation editor are copied to the clipboard.
Invoked when the prettify callback is invoked.
The Monaco Editor instance used in the operation editor.
The Monaco Editor instance used in the response editor.
If the contents of the request headers editor are persisted in storage.
A list of state objects for each tab.
Unique ID of the GraphiQL instance, which will be suffixed to the URIs for operations, variables, headers, and response editors.
The Monaco Editor instance used in the variables editor.
Invoked when the operation name changes. Possible triggers are:
The operation name after it has been changed.
Invoked when the state of the tabs changes. Possible triggers are:
The tab state after it has been updated.
Generated using TypeDoc
The index of the currently active tab with regards to the
tabs
list of this object.