retrofit-graphql
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
retrofit-graphql
retrofit-graphql-codegen-core
/
co.anitrend.retrofit.graphql.codegen.model
/
SchemaIndex
/
Companion
Companion
object
Companion
(
source
)
Members
Properties
EMPTY
Link copied to clipboard
val
EMPTY
:
SchemaIndex
Empty schema metadata.
Functions
from
Link copied to clipboard
fun
from
(
types
:
List
<
SchemaType
>
)
:
SchemaIndex
Builds a
SchemaIndex
from parsed schema definitions.