specifiedBy

The @specifiedBy directive is used within the type system definition language to provide a URL for specifying the behavior of custom scalar definitions.

link GraphQL Schema definition

1directive @specifiedBy(url: String!) on SCALAR

link Required by

This element is not required by anyone