graphql/inspector/docs/essentials/similar #2378
Replies: 1 comment
-
I think similar works somehow strange right now. It detects as similar 2 totally different types with no common fields or similarity in the names but they have the same amount of fields, but it doesn't detect 2 types which have some common/similar field names and similar type names but have different amount of fields. For example, for next types: type MyListingInfo { type Listing { type Cat { similar function detects MyListingInfo and Cat as similar, but does not detect MyListingInfo and Listing to be similar |
Beta Was this translation helpful? Give feedback.
-
graphql/inspector/docs/essentials/similar
GraphQL Inspector Documentation
https://the-guild.dev/graphql/inspector/docs/essentials/similar
Beta Was this translation helpful? Give feedback.
All reactions