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

graphql.schema.GraphQLNamedType Maven / Gradle / Ivy

package graphql.schema;

import graphql.PublicApi;

/**
 * A GraphQLType which is also a named element, which means it has a getName() method.
 */
@PublicApi
public interface GraphQLNamedType extends GraphQLType, GraphQLNamedSchemaElement {


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy