Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Jun 7, 2024
1 parent 9d1324e commit 47dfcad
Showing 1 changed file with 23 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
---
source: tests/core/spec.rs
expression: client
expression: formatted
---
scalar Bytes

scalar Date

scalar Email

scalar Empty

scalar Int128

scalar Int16

scalar Int32

scalar Int64

scalar Int8

scalar JSON

scalar PhoneNumber
Expand All @@ -17,6 +29,16 @@ type Query {
foo: String
}

scalar UInt128

scalar UInt16

scalar UInt32

scalar UInt64

scalar UInt8

scalar Url

schema {
Expand Down

0 comments on commit 47dfcad

Please sign in to comment.