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

com.introproventures.graphql.jpa.query.schema.relay.CursorProvider Maven / Gradle / Ivy

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