test/assets/mysql.gql in rails-graphql-1.0.0.rc1 vs test/assets/mysql.gql in rails-graphql-1.0.0.rc2

- old
+ new

@@ -20,14 +20,14 @@ "The Boolean scalar type represents true or false." scalar Boolean "The Date scalar type represents a ISO 8601 string value." -scalar Date @specifiedBy(url: "https://www.rfc-editor.org/rfc/rfc3339") +scalar Date @specifiedBy(url: "https://en.wikipedia.org/wiki/ISO_8601") "The DateTime scalar type represents a ISO 8601 string value." -scalar DateTime @specifiedBy(url: "https://www.rfc-editor.org/rfc/rfc3339") +scalar DateTime @specifiedBy(url: "https://en.wikipedia.org/wiki/ISO_8601") """ The Decimal scalar type represents signed fractional values with extra precision. The values are exchange as string. """ @@ -59,10 +59,10 @@ """ The Time scalar type that represents a distance in time using hours, minutes, seconds, and milliseconds. """ -scalar Time @specifiedBy(url: "https://www.rfc-editor.org/rfc/rfc3339") +scalar Time @specifiedBy(url: "https://en.wikipedia.org/wiki/ISO_8601") "The valid locations that a directive may be placed." enum __DirectiveLocation { "Mark as a executable directive usable on query objects." QUERY