Skip to content

specifiedBy ​

Exposes a URL that specifies the behaviour of this scalar.

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

Arguments ​

specifiedBy.url ● String! non-null scalar ​

The URL that specifies the behaviour of this scalar.

Released under the MIT License.