Closed
Description
Hello,
I've got two schemas which have differences in the Field order, which isn't of particular interest to me. (Example below). This is a feature request for an option which would sort the fields prior to diffing.
type Entity {
+ valueType: String!
name: String!
value: String
- valueType: String!
}
Metadata
Metadata
Assignees
Labels
No labels