graphql.schema.GraphQLNullableType Maven / Gradle / Ivy
package graphql.schema;
import graphql.PublicApi;
@PublicApi
public interface GraphQLNullableType extends GraphQLType {
}
package graphql.schema;
import graphql.PublicApi;
@PublicApi
public interface GraphQLNullableType extends GraphQLType {
}