- 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 StringCOLUMNKey for column.static StringDATAKey for data.static StringDEFAULT_ERROR_MESSAGEDefault error message to return for unchecked exceptions and errors.static StringERRORSKey for errors.static StringEXTENSIONSKey for extensions.static StringGRAPHQL_SCHEMA_URIDefault URI of GraphQl schema under theGRAPHQL_WEB_CONTEXT.static StringGRAPHQL_WEB_CONTEXTDefault web context of GraphQl endpoint.static StringLINEKey for line.static StringLOCATIONSKey for locations.static StringMESSAGEKey for message.static StringPATHKey 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
-
-