graphql.schema.GraphQLNamedSchemaElement Maven / Gradle / Ivy
package graphql.schema;
import graphql.PublicApi;
/**
* A Schema element which has also name.
*/
@PublicApi
public interface GraphQLNamedSchemaElement extends GraphQLSchemaElement {
String getName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy