GraphiQL API Documentation
Preparing search index...
graphql-language-service
onlineParser
Function onlineParser
The dependency-less streaming token parser used for getAutocompleteSuggestions, getHover and more
onlineParser
(
options
?:
ParserOptions
,
)
:
{
startState
:
()
=>
State
;
token
:
(
stream
:
CharacterStream
,
state
:
State
)
=>
string
;
}
Parameters
options
:
ParserOptions
= ...
Returns
{
startState
:
()
=>
State
;
token
:
(
stream
:
CharacterStream
,
state
:
State
)
=>
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GraphiQL API Documentation
Loading...
The dependency-less streaming token parser used for getAutocompleteSuggestions, getHover and more