graphql.language.TypeDefinition Maven / Gradle / Ivy
package graphql.language;
import graphql.PublicApi;
/**
* An interface for type definitions in a Schema Definition Language (SDL).
*
* @param the actual Node type
*/
@PublicApi
public interface TypeDefinition extends SDLNamedDefinition, DirectivesContainer, NamedNode {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy