graph-node icon indicating copy to clipboard operation
graph-node copied to clipboard

fix(graphql): remove duplicated input type in meta schema

Open saihaj opened this issue 2 years ago • 2 comments

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.

saihaj avatar Dec 13 '23 16:12 saihaj

Hmm .. introspection tests are failing. Something probably changed in the introspection result

lutter avatar Dec 13 '23 18:12 lutter

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.

github-actions[bot] avatar May 15 '24 00:05 github-actions[bot]

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.

mangas avatar May 28 '24 11:05 mangas

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

saihaj avatar Jun 24 '24 16:06 saihaj