grapher_annotation library
Classes
-
GrapherCache<
T> - GrapherEnum
- Used to annotate enum
- GrapherEnumValue
- Used to annotate enum values in a GraphQL schema.
- GrapherField
- Used to annotate field of type GrapherObject or input GrapherInput
- GrapherInMemoryCacheStore
- GrapherInput
- Used to annotate input type
- GrapherMutation
- Used to annotate mutation
- GrapherObject
- Used to annotate type
- GrapherQuery
- Used to annotate query
- GrapherResolver
- Used to annotate resolver
- GrapherSubscription
- Used to annotate subscription
-
Mutation<
T extends Object> - GraphQL Mutation data class
-
Query<
T> - GraphQL Query data class
-
Subscription<
T> - GraphQL Subscription data class
Mixins
- GrapherCacheStoreMixin
-
GrapherResolverMixin<
T extends Object>