Package com.networknt.graphql.common
Class GraphqlConstants.GraphqlRouterConstants
- java.lang.Object
-
- com.networknt.graphql.common.GraphqlConstants.GraphqlRouterConstants
-
- Enclosing class:
- GraphqlConstants
public static class GraphqlConstants.GraphqlRouterConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringGRAPHQL_REQUEST_OP_NAME_KEYstatic StringGRAPHQL_REQUEST_QUERY_KEYstatic StringGRAPHQL_REQUEST_VARIABLES_KEYstatic StringGRAPHQL_RESPONSE_DATA_KEYstatic StringGRAPHQL_RESPONSE_ERROR_KEYstatic StringGRAPHQL_RESPONSE_PAYLOAD_KEYstatic StringGRAPHQL_WS_SUBPROTOCOL
-
Constructor Summary
Constructors Constructor Description GraphqlRouterConstants()
-
-
-
Field Detail
-
GRAPHQL_WS_SUBPROTOCOL
public static final String GRAPHQL_WS_SUBPROTOCOL
- See Also:
- Constant Field Values
-
GRAPHQL_RESPONSE_DATA_KEY
public static final String GRAPHQL_RESPONSE_DATA_KEY
- See Also:
- Constant Field Values
-
GRAPHQL_RESPONSE_ERROR_KEY
public static final String GRAPHQL_RESPONSE_ERROR_KEY
- See Also:
- Constant Field Values
-
GRAPHQL_RESPONSE_PAYLOAD_KEY
public static final String GRAPHQL_RESPONSE_PAYLOAD_KEY
- See Also:
- Constant Field Values
-
GRAPHQL_REQUEST_QUERY_KEY
public static final String GRAPHQL_REQUEST_QUERY_KEY
- See Also:
- Constant Field Values
-
GRAPHQL_REQUEST_VARIABLES_KEY
public static final String GRAPHQL_REQUEST_VARIABLES_KEY
- See Also:
- Constant Field Values
-
GRAPHQL_REQUEST_OP_NAME_KEY
public static final String GRAPHQL_REQUEST_OP_NAME_KEY
- See Also:
- Constant Field Values
-
-