graphql-tag icon indicating copy to clipboard operation
graphql-tag copied to clipboard

Duplicate fragment name error has broken link

Open dcecile opened this issue 6 years ago • 1 comments
trafficstars

The link in this error is broken:

https://github.com/apollographql/graphql-tag/blob/1fd2c9d0378163d76b8091dd2dbd3afc6142a34a/src/index.js#L48-L50

It'd be nice if the fixed link describe best practices (https://github.com/apollographql/apollo-client/issues/1506) and the alternative: inline fragments.

(I'm assuming inline fragments is defining a shared string like ... on X { y } without using the gql tag.)

dcecile avatar Nov 08 '19 20:11 dcecile

Duplicate of #188

czabaj avatar Apr 19 '20 10:04 czabaj