apollo-kotlin
3.8.2
apollo-compiler
/
com.apollographql.apollo3.compiler.introspection
/
IntrospectionSchema
/
Schema
/
Field
/
Argument
Argument
@
JsonClass
(
generateAdapter
=
true
)
data
class
Argument
(
val
name
:
String
,
val
description
:
String
?
,
val
isDeprecated
:
Boolean
=
false
,
val
deprecationReason
:
String
?
,
val
type
:
IntrospectionSchema.Schema.TypeRef
,
val
defaultValue
:
Any
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Argument
Link copied to clipboard
fun
Argument
(
name
:
String
,
description
:
String
?
,
isDeprecated
:
Boolean
=
false
,
deprecationReason
:
String
?
,
type
:
IntrospectionSchema.Schema.TypeRef
,
defaultValue
:
Any
?
)
Content copied to clipboard
Properties
default
Value
Link copied to clipboard
val
defaultValue
:
Any
?
Content copied to clipboard
deprecation
Reason
Link copied to clipboard
val
deprecationReason
:
String
?
Content copied to clipboard
description
Link copied to clipboard
val
description
:
String
?
Content copied to clipboard
is
Deprecated
Link copied to clipboard
val
isDeprecated
:
Boolean
=
false
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
type
Link copied to clipboard
val
type
:
IntrospectionSchema.Schema.TypeRef
Content copied to clipboard