Interface GraphqlTypeComparatorRegistry

All Known Implementing Classes:
DefaultGraphqlTypeComparatorRegistry

@PublicApi public interface GraphqlTypeComparatorRegistry
  • Field Details

  • Method Details

    • getComparator

      <T extends GraphQLSchemaElement> 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.