79236718

Date: 2024-11-29 10:30:44
Score: 0.5
Natty:
Report link

You need to register the scalar, give it a context:

extend schema @link(url: "https://my-whatever-spec--the-address-does-not.matter/json/v1.0", import: ["JSON"])

scalar JSON

type User {
  details: JSON @shareable
}

And in your other subgraphs, you do the same @link thing.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kamil Kisiela