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

graphql.language.SDLDefinition Maven / Gradle / Ivy

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


import graphql.PublicApi;

/**
 * All Schema Definition Language (SDL) Definitions.
 *
 * @param  the actual Node type
 */
@PublicApi
public interface SDLDefinition extends Definition {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy