Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove omitempty directive from MonitorV2ActionInput.inline to p…
…revent nondeterministic generation The MonitorV2ActionInput type is used by multiple mutations, only one of which includes the genqlient directive to include `omitempty` in the generated Go type. This results in the generated type sometimes including omitempty and sometimes not, depending on the order in which the GraphQL files are processed.
- Loading branch information