Skip to content

Commit

Permalink
Meh, use phony url for json spec
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed Sep 1, 2021
1 parent 4231aef commit 5fdc254
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const typeDefs = gql`
inheritMaxAge: Boolean
) on FIELD_DEFINITION | OBJECT | INTERFACE | UNION
scalar JSON @specifiedBy(url: "https://datatracker.ietf.org/doc/html/rfc8259")
scalar JSON @specifiedBy(url: "https://json-spec.dev")
schema {
query: RootQuery
Expand Down

0 comments on commit 5fdc254

Please sign in to comment.