Skip to content

Commit

Permalink
fix strawberry graphql 0.228.0 release doc
Browse files Browse the repository at this point in the history
Signed-off-by: ravi-kumar-pilla <[email protected]>
  • Loading branch information
ravi-kumar-pilla committed May 14, 2024
1 parent 1f5f871 commit 40480a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plotly>=4.0
pydantic>=2.0.0
secure>=0.3.0
sqlalchemy>=1.4, <3
strawberry-graphql>=0.192.0, <0.228.0
strawberry-graphql>=0.192.0, <1.0
uvicorn[standard]~=0.29.0
watchgod~=0.8.2
# [TODO: Need to drop toposort dependency in favor of in-built graphlib]
Expand Down
4 changes: 2 additions & 2 deletions src/apollo/schema.graphql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).
The `JSON` scalar type represents JSON values as specified by [ECMA-404](https://ecma-international.org/wp-content/uploads/ECMA-404_2nd_edition_december_2017.pdf).
"""
scalar JSON @specifiedBy(url: "http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf")
scalar JSON @specifiedBy(url: "https://ecma-international.org/wp-content/uploads/ECMA-404_2nd_edition_december_2017.pdf")

"""Metric data"""
type MetricPlotDataset {
Expand Down

0 comments on commit 40480a1

Please sign in to comment.