PalisadoesFoundation / talawa-admin

Admin portal for the Talawa Mobile App. Click on the link below to see our documentation
https://docs.talawa.io/
GNU General Public License v3.0
114 stars 466 forks source link

Failing Introspection PR workflow #1974

Closed GlenDsza closed 3 weeks ago

GlenDsza commented 3 weeks ago

Describe the bug

The Introspection check for PR workflows fails due to deprecated query/mutation schema usage in Talawa Admin which doesn't match Talawa API schema.graphql file. Reference

To Reproduce Steps to reproduce the behavior:

  1. Create a Valid PR and check the workflows

Expected behavior The introspection check should pass if there's no mismatch

Actual behavior The introspection check fails as there's mismatch

GlenDsza commented 3 weeks ago

Would like to work on this