711 changed the relationship of plan to scheduling spec from an array relationship to an object relationship but did not update the Hasura metadata to reflect this. This PR updates that metadata and renames the relationship from the plural scheduling_specifications to the singular scheduling_specification. This metadata change is minorly breaking for anyone using that relationship.
Verification
The GET_PLAN query in the E2E tests was updated, but no other changes were necessary.
Documentation
No docs need to be updated, as we never referred to this relationship in them.
Description
711 changed the relationship of plan to scheduling spec from an array relationship to an object relationship but did not update the Hasura metadata to reflect this. This PR updates that metadata and renames the relationship from the plural
scheduling_specifications
to the singularscheduling_specification
. This metadata change is minorly breaking for anyone using that relationship.Verification
The
GET_PLAN
query in the E2E tests was updated, but no other changes were necessary.Documentation
No docs need to be updated, as we never referred to this relationship in them.