Uses of Interface
graphql.schema.GraphqlTypeComparatorRegistry
Packages that use GraphqlTypeComparatorRegistry
-
Uses of GraphqlTypeComparatorRegistry in graphql.schema
Classes in graphql.schema that implement GraphqlTypeComparatorRegistryModifier and TypeClassDescriptionclassAssociates aComparatorwith aGraphqlTypeComparatorEnvironmentto control the scope in which theComparatorcan be applied.Fields in graphql.schema declared as GraphqlTypeComparatorRegistryModifier and TypeFieldDescriptionstatic final GraphqlTypeComparatorRegistryGraphqlTypeComparatorRegistry.AS_IS_REGISTRYA registry that leaves the elements as there currently arestatic final GraphqlTypeComparatorRegistryGraphqlTypeComparatorRegistry.BY_NAME_REGISTRYA registry that sorts the elements by their name ascendingprotected GraphqlTypeComparatorRegistryGraphqlTypeBuilder.comparatorRegistryMethods in graphql.schema that return GraphqlTypeComparatorRegistryMethods in graphql.schema with parameters of type GraphqlTypeComparatorRegistryModifier and TypeMethodDescriptionGraphqlTypeBuilder.comparatorRegistry(GraphqlTypeComparatorRegistry comparatorRegistry) -
Uses of GraphqlTypeComparatorRegistry in graphql.schema.idl
Methods in graphql.schema.idl that return GraphqlTypeComparatorRegistryModifier and TypeMethodDescriptionRuntimeWiring.getComparatorRegistry()SchemaPrinter.Options.getComparatorRegistry()Methods in graphql.schema.idl with parameters of type GraphqlTypeComparatorRegistryModifier and TypeMethodDescriptionRuntimeWiring.Builder.comparatorRegistry(GraphqlTypeComparatorRegistry comparatorRegistry) You can specify your own sort order of graphql types viaGraphqlTypeComparatorRegistrywhich will tell you what type of objects you are to sort when it asks for a comparator.SchemaPrinter.Options.setComparators(GraphqlTypeComparatorRegistry comparatorRegistry) The comparator registry controls the printing order for registeredGraphQLTypes.