specifiedBy
Provides a scalar specification URL for specifying the behavior of custom scalar types.
directive @specifiedBy(
url: String!
) on SCALAR
Arguments
specifiedBy.url
● String!
non-null scalar
URL that specifies the behavior of this scalar.