- java.lang.Object
-
- io.helidon.graphql.server.GraphQlConstants
-
public final class GraphQlConstants extends Object
Constants used across GraphQL implementation.
-
-
Field Summary
Fields Modifier and Type Field Description static String
COLUMN
Key for column.static String
DATA
Key for data.static String
DEFAULT_ERROR_MESSAGE
Default error message to return for unchecked exceptions and errors.static String
ERRORS
Key for errors.static String
EXTENSIONS
Key for extensions.static String
GRAPHQL_SCHEMA_URI
Default URI of GraphQl schema under theGRAPHQL_WEB_CONTEXT
.static String
GRAPHQL_WEB_CONTEXT
Default web context of GraphQl endpoint.static String
LINE
Key for line.static String
LOCATIONS
Key for locations.static String
MESSAGE
Key for message.static String
PATH
Key for path.
-
-
-
Field Detail
-
ERRORS
public static final String ERRORS
Key for errors.- See Also:
- Constant Field Values
-
EXTENSIONS
public static final String EXTENSIONS
Key for extensions.- See Also:
- Constant Field Values
-
LOCATIONS
public static final String LOCATIONS
Key for locations.- See Also:
- Constant Field Values
-
MESSAGE
public static final String MESSAGE
Key for message.- See Also:
- Constant Field Values
-
DATA
public static final String DATA
Key for data.- See Also:
- Constant Field Values
-
LINE
public static final String LINE
Key for line.- See Also:
- Constant Field Values
-
COLUMN
public static final String COLUMN
Key for column.- See Also:
- Constant Field Values
-
PATH
public static final String PATH
Key for path.- See Also:
- Constant Field Values
-
GRAPHQL_WEB_CONTEXT
public static final String GRAPHQL_WEB_CONTEXT
Default web context of GraphQl endpoint.- See Also:
- Constant Field Values
-
GRAPHQL_SCHEMA_URI
public static final String GRAPHQL_SCHEMA_URI
Default URI of GraphQl schema under theGRAPHQL_WEB_CONTEXT
.- See Also:
- Constant Field Values
-
DEFAULT_ERROR_MESSAGE
public static final String DEFAULT_ERROR_MESSAGE
Default error message to return for unchecked exceptions and errors.- See Also:
- Constant Field Values
-
-