@FunctionalInterface public interface GQLProcessorProvider<Context extends GQLContext>
| Modifier and Type | Method and Description |
|---|---|
net.morimekta.providence.PProcessor |
processorFor(Context context,
GQLMethodCall methodCall)
Mutate the message according to the field selection.
|
net.morimekta.providence.PProcessor processorFor(Context context, GQLMethodCall methodCall)
context - The GQL context for the request. Note that the context is
per call for queries, and shared for mutations.methodCall - The GQL method to be called.Copyright © 2015–2020 morimekta.net. All rights reserved.