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

graphql.schema.GraphQLNamedOutputType Maven / Gradle / Ivy

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


import graphql.PublicApi;

/**
 * Output types represent those set of types that are allowed to be sent back as a graphql response, as opposed
 * to {@link GraphQLInputType}s which can only be used as graphql mutation input.
 */
@PublicApi
public interface GraphQLNamedOutputType extends GraphQLOutputType, GraphQLNamedType {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy