com.networknt.graphql.common.GraphqlUtil Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of graphql-common Show documentation
Show all versions of graphql-common Show documentation
A shared utility module for GraphQL
package com.networknt.graphql.common;
import com.networknt.config.Config;
import io.undertow.util.AttachmentKey;
/**
* A utility class that contains some static variables and static methods shared
* by all other modules.
*
* @author Steve Hu
*/
public class GraphqlUtil {
public static final String CONFIG_NAME = "graphql";
public static final AttachmentKey
© 2015 - 2025 Weber Informatics LLC | Privacy Policy