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

graphql.language.TypeDefinition Maven / Gradle / Ivy

The newest version!
package graphql.language;


public interface TypeDefinition extends Node, Definition {
    /**
     * @return the name of the type being defined.
     */
    String getName();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy