You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of defining your schema as an array, use can use more objective-oriented approach.
35
-
This library provides set of strictly typed builders that help you build your schema.
35
+
Instead of defining your schema as an array, use can use more objective-oriented approach. This library provides set of strictly typed builders that help you build your schema.
36
36
37
37
#### ObjectBuilder and FieldBuilder
38
38
@@ -269,7 +269,7 @@ $character = new UnionType(
269
269
### Types
270
270
271
271
#### 🕰️ DateTime
272
-
272
+
273
273
scalar type that produces `scalar DateTime` in your schema.
0 commit comments