Interface GraphqlTypeComparatorRegistry

    • Method Detail

      • getComparator

        <T extends GraphQLSchemaElement> java.util.Comparator<? super T> getComparator​(GraphqlTypeComparatorEnvironment environment)
        Type Parameters:
        T - the type of the comparator
        Parameters:
        environment - Defines the scope to control where the Comparator can be applied.
        Returns:
        The registered Comparator or null if not found.