error: Module "strawberry.scalars" has no attribute "JSON"

92 Views Asked by At

According to the strawberry documentation (https://strawberry.rocks/docs/types/scalars) the JSON scalar type is available in strawberry.scalars. But it throws an error when it is imported:

error: Module "strawberry.scalars" has no attribute "JSON"

Do you have any idea why it can not be found?

0

There are 0 best solutions below