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

graphql.schema.GraphQLFieldsContainer Maven / Gradle / Ivy

The newest version!
package graphql.schema;

import java.util.List;


public interface GraphQLFieldsContainer extends GraphQLType {

    GraphQLFieldDefinition getFieldDefinition(String name);

    List getFieldDefinitions();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy