apollo-kotlin
3.8.2
apollo-ast
/
com.apollographql.apollo3.ast.introspection
/
IntrospectionSchema
/
Schema
/
Type
/
Scalar
Scalar
@
Serializable
data
class
Scalar
(
val
name
:
String
,
val
description
:
String
?
)
:
IntrospectionSchema.Schema.Type
Content copied to clipboard
Constructors
Properties
Constructors
Scalar
Link copied to clipboard
fun
Scalar
(
name
:
String
,
description
:
String
?
)
Content copied to clipboard
Properties
description
Link copied to clipboard
open
override
val
description
:
String
?
Content copied to clipboard
name
Link copied to clipboard
open
override
val
name
:
String
Content copied to clipboard