fix(graphql): remove duplicated input type in meta schema
I was trying to import this meta.graphql schema remotely in GraphQL CLI for some validation work and saw that we are re-declaring the same input type which is invalid.
Hmm .. introspection tests are failing. Something probably changed in the introspection result
This pull request hasn't had any activity for the last 90 days. If there's no more activity over the course of the next 14 days, it will automatically be closed.
What is the status on this PR @dotansimha @saihaj ? Is it still needed? The tests were not passing so it can't be merged as is.
we should clean this up but not sure why tests are failing, I was using it for something which I no longer am so not critical at the moment for what I was doing