apollo-kdoc
Toggle table of contents
4.1.2-SNAPSHOT
Select version
4.1.2-SNAPSHOT
3.8.2
common
Platform filter
common
Switch theme
Search in API
apollo-kdoc
apollo-ast
/
com.apollographql.apollo.ast
/
ParserOptions
/
Builder
Builder
class
Builder
Members
Constructors
Builder
Link copied to clipboard
constructor
(
)
Properties
allow
Empty
Documents
Link copied to clipboard
var
allowEmptyDocuments
:
Boolean
with
Source
Location
Link copied to clipboard
var
withSourceLocation
:
Boolean
Functions
allow
Empty
Documents
Link copied to clipboard
fun
allowEmptyDocuments
(
allowEmptyDocuments
:
Boolean
)
:
ParserOptions.Builder
build
Link copied to clipboard
fun
build
(
)
:
ParserOptions
with
Source
Location
Link copied to clipboard
fun
withSourceLocation
(
withSourceLocation
:
Boolean
)
:
ParserOptions.Builder