![JAR search and dependency download from the Maven repository](/logo.png)
com.merapar.graphql.GraphQlFields Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of graphql-spring-boot-starter Show documentation
Show all versions of graphql-spring-boot-starter Show documentation
This is a Spring boot starter project for the GraphQL Java project.
The newest version!
package com.merapar.graphql;
import graphql.schema.GraphQLFieldDefinition;
import java.util.List;
public interface GraphQlFields {
List getQueryFields();
List getMutationFields();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy