GraphQLAdapter

annotation class GraphQLAdapter(val forScalar: String)

Marks a given class or typealias as an adapter for the given scalar type.

Parameters

forScalar

the name of the scalar that this adapter can handle

Properties

Link copied to clipboard