Package-level declarations

Types

Link copied to clipboard
actual annotation class ApolloAdaptableWith(val adapter: KClass<*>)
expect annotation class ApolloAdaptableWith(val adapter: KClass<*>)
actual annotation class ApolloAdaptableWith(val adapter: KClass<*>)
actual annotation class ApolloAdaptableWith(val adapter: KClass<*>)
actual annotation class ApolloAdaptableWith(val adapter: KClass<*>)
actual annotation class ApolloAdaptableWith(val adapter: KClass<*>)
Link copied to clipboard
annotation class ApolloEnumConstructor
Link copied to clipboard
Link copied to clipboard
annotation class GraphQLAdapter(val forScalar: String)

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

Link copied to clipboard

Changes the GraphQL name of a Kotlin symbol. By default:

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class GraphQLObject(val name: String = "")

Marks a given class as a GraphQL object