You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there. Is it possible to write a rule that would error if locally defined @client schema is a duplicate of schema from a remote endpoint? This would be very useful for projects in which client schema is written temporarily on the front-end and then implemented on the back-end later. It would be great to have the linter remind us to remove the local schema once it exists on the server
The text was updated successfully, but these errors were encountered:
dontsave
changed the title
breaking on duplicate schema
error on duplicate schema
Aug 9, 2022
if schema-1 contains a type A and schema-2 also contains a type A, then we have duplicated schema. This breaks some tools like Apollo's VSCode extension. It would be great if we could be alerted of this by the linter to make sure those tools are always working. Is that possible?
Hi there. Is it possible to write a rule that would error if locally defined
@client
schema is a duplicate of schema from a remote endpoint? This would be very useful for projects in which client schema is written temporarily on the front-end and then implemented on the back-end later. It would be great to have the linter remind us to remove the local schema once it exists on the serverThe text was updated successfully, but these errors were encountered: