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

graphql.schema.GraphQLFieldsContainer Maven / Gradle / Ivy

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

import java.util.List;


public interface GraphQLFieldsContainer extends GraphQLType {

    GraphQLFieldDefinition getFieldDefinition(String name);

    List getFieldDefinitions();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy