Mohammed Taher Ghazal
Mohammed Taher Ghazal
This is just a small PR where I used an improved way to transition between the currently active tab item. You can view it in: - Edit profile selected tab...
# Description This PR contains updates to several components to make them better able to handle large schemas. # The changes include: - Use virtualization for operations builder tab. -...
Basically, the issue happens whenever the code snippet has any schema extension syntax `extend schema ...` Example: ```graphql extend schema @link(url: "https://somelink.com", import: ["InputValueSet", "UrlTemplate"]) directive @restEndpoint( name: String, baseUrl:...
Hi 👋 I'm not sure if this is the intended behaviour, but I noticed that when there are multiple occurrences of the search term in a line, only one of...
Hi We've been using relay with vite and `vite-plugin-relay` for a long time now in our project and it was working fine, but last week after updating to vite `7.1.5`...