public interface OperationBuilder
| Modifier and Type | Method and Description |
|---|---|
Operation |
buildMutation(Type context,
List<Resolver> resolvers,
GlobalEnvironment environment) |
Operation |
buildQuery(Type context,
List<Resolver> resolvers,
GlobalEnvironment environment) |
Operation |
buildSubscription(Type context,
List<Resolver> resolvers,
GlobalEnvironment environment) |
Operation buildQuery(Type context, List<Resolver> resolvers, GlobalEnvironment environment)
Operation buildMutation(Type context, List<Resolver> resolvers, GlobalEnvironment environment)
Operation buildSubscription(Type context, List<Resolver> resolvers, GlobalEnvironment environment)
Copyright © 2016–2018. All rights reserved.