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

graphql.schema.GraphQLType Maven / Gradle / Ivy

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


import graphql.PublicApi;

/**
 * A type inside the GraphQLSchema. A type doesn't have to have name, e.g. {@link GraphQLList}.
 *
 * See {@link GraphQLNamedType} for types with a name.
 */
@PublicApi
public interface GraphQLType extends GraphQLSchemaElement {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy