com.introproventures.graphql.jpa.query.schema.relay.CursorProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of graphql-jpa-query-schema Show documentation
Show all versions of graphql-jpa-query-schema Show documentation
Provides GraphQL JPA Query Schema Generation and Execution Support
The newest version!
package com.introproventures.graphql.jpa.query.schema.relay;
import graphql.relay.ConnectionCursor;
@FunctionalInterface
public interface CursorProvider {
ConnectionCursor createCursor(N node, int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy