Skip to content

Commit

Permalink
Add newly created JSON scalar type to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Dario Vogogna committed May 31, 2021
1 parent 0220e95 commit e079d54
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
class WhereConditionsDirectiveTest extends DBTestCase
{
protected $schema = /** @lang GraphQL */ '
scalar JSON @scalar(class: "Tests\\\\Utils\\\\Scalars\\\\JSON")
type User {
id: ID!
name: String
Expand Down

0 comments on commit e079d54

Please sign in to comment.