
graphql.kickstart.execution.context.DefaultGraphQLContextBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of graphql-java-kickstart Show documentation
Show all versions of graphql-java-kickstart Show documentation
relay.js-compatible GraphQL servlet
The newest version!
package graphql.kickstart.execution.context;
/** Returns an empty context. */
public class DefaultGraphQLContextBuilder implements GraphQLContextBuilder {
@Override
public GraphQLKickstartContext build() {
return new DefaultGraphQLContext();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy