public class FieldCollectorParameters
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
FieldCollectorParameters.Builder |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,FragmentDefinition> |
getFragmentsByName() |
GraphQLSchema |
getGraphQLSchema() |
GraphQLObjectType |
getObjectType() |
java.util.Map<java.lang.String,java.lang.Object> |
getVariables() |
static FieldCollectorParameters.Builder |
newParameters() |
public GraphQLSchema getGraphQLSchema()
public java.util.Map<java.lang.String,FragmentDefinition> getFragmentsByName()
public java.util.Map<java.lang.String,java.lang.Object> getVariables()
public GraphQLObjectType getObjectType()
public static FieldCollectorParameters.Builder newParameters()