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
@@ -1542,6 +1543,11 @@ The `ID` scalar type represents a unique identifier, often used to refetch an ob
1542
1543
exporttypeID_Input=string|number;
1543
1544
exporttypeID_Output=string;
1544
1545
1546
+
/*
1547
+
The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
1548
+
*/
1549
+
exporttypeString=string;
1550
+
1545
1551
/*
1546
1552
DateTime scalar input type, allowing Date
1547
1553
*/
@@ -1552,11 +1558,6 @@ DateTime scalar output type, which is always a string
1552
1558
*/
1553
1559
exporttypeDateTimeOutput=string;
1554
1560
1555
-
/*
1556
-
The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
1557
-
*/
1558
-
exporttypeString=string;
1559
-
1560
1561
/*
1561
1562
The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
0 commit comments