Skip to content

Commit

Permalink
Silence schema merge warning (#3024)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarvarela committed Aug 15, 2024
1 parent a21e87b commit 592092f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site/gatsby-site/server/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ const gatewaySchema = stitchSchemas({
['CreateVariantInput.variant']: {
validationLevel: ValidationLevel.Off,
},
'Incident.editors': {
validationLevel: ValidationLevel.Off, // ditto
},
},
}
});
Expand Down

0 comments on commit 592092f

Please sign in to comment.