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