You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Things are in alphabetical order, please keep it this way. Exceptions being:
# a. the id field is always the first
type Response {
id: Int!
createdAt: LocalDateTime
updatedAt: LocalDateTime
}
I noticed the --ignorePR was merged. I tried the arguments:
I wanted to try this tool with a file asking:
I noticed the
--ignore
PR was merged. I tried the arguments:but they all resulted in same:
The fields of input type Response should be sorted in alphabetical order.
.The only thing that works is:
--ignore '{"input-object-fields-sorted-alphabetically":["Response"]}'
but that would disable it for the whole type.Wondering if it's possible to always ignore say, just an "id" field?
The text was updated successfully, but these errors were encountered: