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.parser
/
SchemaParseResult
/
SchemaParseResult
Schema
Parse
Result
constructor
(
types
:
List
<
SchemaType
>
,
queryTypeName
:
String
?
=
null
,
mutationTypeName
:
String
?
=
null
,
subscriptionTypeName
:
String
?
=
null
)
(
source
)