toggle menu
apollo-kdoc
4.1.1-SNAPSHOT
4.1.1-SNAPSHOT
3.8.2
jvm
switch theme
search in API
apollo-compiler
/
com.apollographql.apollo.compiler
/
UsedCoordinates
Used
Coordinates
@
Serializable
class
UsedCoordinates
Members
Constructors
Used
Coordinates
Link copied to clipboard
constructor
(
)
Functions
as
Map
Link copied to clipboard
fun
asMap
(
)
:
Map
<
String
,
Map
<
String
,
Set
<
String
>
>
>
get
Fields
Link copied to clipboard
fun
getFields
(
type
:
String
)
:
Map
<
String
,
Set
<
String
>
>
get
Types
Link copied to clipboard
fun
getTypes
(
)
:
Set
<
String
>
has
Argument
Link copied to clipboard
fun
hasArgument
(
type
:
String
,
field
:
String
,
argument
:
String
)
:
Boolean
has
Field
Link copied to clipboard
fun
hasField
(
type
:
String
,
field
:
String
)
:
Boolean
merge
With
Link copied to clipboard
fun
mergeWith
(
other
:
UsedCoordinates
)
:
UsedCoordinates
put
All
Fields
Link copied to clipboard
fun
putAllFields
(
type
:
String
,
fields
:
Map
<
String
,
Set
<
String
>
>
)
put
Argument
Link copied to clipboard
fun
putArgument
(
type
:
String
,
field
:
String
,
argument
:
String
)
put
Field
Link copied to clipboard
fun
putField
(
type
:
String
,
field
:
String
)
put
Type
Link copied to clipboard
fun
putType
(
type
:
String
)