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
/
GraphQLValue
/
StringValue
String
Value
data
class
StringValue
(
val
value
:
String
)
:
GraphQLValue
(
source
)
JSON string value.
Members
Constructors
String
Value
Link copied to clipboard
constructor
(
value
:
String
)
Properties
value
Link copied to clipboard
val
value
:
String
The string payload.