All Downloads are FREE. Search and download functionalities are using the official Maven repository.

graphql.language.Definition Maven / Gradle / Ivy

There is a newer version: 230521-nf-execution
Show newest version
package graphql.language;


public interface Definition extends Node {

    /**
     * @return a deep copy of this definition
     */
    @Override
    T deepCopy();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy