Skip to main content

specifiedBy

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

directive @specifiedBy(
url: String!
) on SCALAR

Arguments

specifiedBy.url ● String! non-null scalar

The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types.