Wei Yen
Results
1
comments of
Wei Yen
One potential source of non-deterministic ordering is in `graphene`'s Mutation arguments. https://github.com/graphql-python/graphene/blob/master/graphene/types/mutation.py#L22: `field_args` is a dict, not an OrderedDict.