Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This struct returned by `Schema::implementers_map` maps interface types to (object or interface) types that implement that interface. Now the ordering of implementers is deterministic and matches their definition order in the schema. This helps fuzzing, where the same entropy source should generate the same test case.
- Loading branch information