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