graphql.language.TypeDefinition Maven / Gradle / Ivy
package graphql.language;
import graphql.PublicApi;
/**
* All type definitions in a SDL.
*
* @param the actual Node type
*/
@PublicApi
public interface TypeDefinition extends SDLDefinition, DirectivesContainer, NamedNode {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy