GraphQLApiTypeEnumValueArgs

data class GraphQLApiTypeEnumValueArgs(val value: Output<Either<String, GraphQLApiType>>? = null) : ConvertibleToJava<GraphQLApiTypeEnumValueArgs>

Definition of GraphQLApiTypeEnumValue

Constructors

Link copied to clipboard
constructor(value: Output<Either<String, GraphQLApiType>>? = null)

Properties

Link copied to clipboard
val value: Output<Either<String, GraphQLApiType>>? = null

Property value

Functions

Link copied to clipboard
open override fun toJava(): GraphQLApiTypeEnumValueArgs