apollo-kotlin
Toggle table of contents
5.0.0-alpha.4-SNAPSHOT
Select version
5.0.0-alpha.4-SNAPSHOT
4.2.0
3.8.2
common
Target filter
common
Switch theme
Search in API
Skip to content
apollo-kotlin
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