IntCoercing

Functions

Link copied to clipboard
open override fun deserialize(value: ExternalValue): Int

Deserializes from an external value (typically JSON) to an internal value (Kotlin).

Link copied to clipboard
open override fun parseLiteral(value: GQLValue): Int

Deserializes from a GraphQL value to an internal value (Kotlin).

Link copied to clipboard
open override fun serialize(internalValue: Int): ExternalValue

Serializes from an internal value (Kotlin) to an external value (typically JSON).