graphql.language.Definition Maven / Gradle / Ivy
package graphql.language;
public interface Definition extends Node {
/**
* @return a deep copy of this definition
*/
T deepCopy();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy