Package com.networknt.graphql.common
Class GraphqlUtil
- java.lang.Object
-
- com.networknt.graphql.common.GraphqlUtil
-
public class GraphqlUtil extends Object
A utility class that contains some static variables and static methods shared by all other modules.- Author:
- Steve Hu
-
-
Field Summary
Fields Modifier and Type Field Description static GraphqlConfigconfigstatic StringCONFIG_NAMEstatic io.undertow.util.AttachmentKey<Object>GRAPHQL_PARAMS
-
Constructor Summary
Constructors Constructor Description GraphqlUtil()
-
-
-
Field Detail
-
CONFIG_NAME
public static final String CONFIG_NAME
- See Also:
- Constant Field Values
-
GRAPHQL_PARAMS
public static final io.undertow.util.AttachmentKey<Object> GRAPHQL_PARAMS
-
config
public static GraphqlConfig config
-
-