retrofit-graphql
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
retrofit-graphql
api
/
co.anitrend.retrofit.graphql.model
/
GraphQLPathSegment
/
Field
Field
data
class
Field
(
val
name
:
String
)
:
GraphQLPathSegment
(
source
)
A named object field on the response path.
Members
Constructors
Field
Link copied to clipboard
constructor
(
name
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
The field name as it appears in the GraphQL response.