Apollo Service check failing when adding input types with non-nullable fields
July 13, 2020 at 3:42pmApollo Service check failing when adding input types with non-nullable fields
July 13, 2020 at 3:42pm👋 On Friday we started noticing that some of our PRs were being flagged a failing by the service check when we add a new Input type that has non-nullable fields. This fails whether or not there is an accompanying Query or Mutation that uses that Input type, so we know that no existing operations are using it. Not sure if 🐛 or… something with our schema.