GraphiQL API Documentation
Preparing search index...
graphql-language-service
ParserOptions
Type Alias ParserOptions
type
ParserOptions
=
{
eatWhitespace
:
(
stream
:
CharacterStream
)
=>
boolean
;
editorConfig
:
{
[
name
:
string
]:
any
}
;
lexRules
:
Partial
<
typeof
LexRules
>
;
parseRules
:
typeof
ParseRules
;
}
Index
Properties
eat
Whitespace
editor
Config
lex
Rules
parse
Rules
Properties
eat
Whitespace
eatWhitespace
:
(
stream
:
CharacterStream
)
=>
boolean
editor
Config
editorConfig
:
{
[
name
:
string
]:
any
}
lex
Rules
lexRules
:
Partial
<
typeof
LexRules
>
parse
Rules
parseRules
:
typeof
ParseRules
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
eat
Whitespace
editor
Config
lex
Rules
parse
Rules
GraphiQL API Documentation
Loading...