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
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
-- 'float' and 'int' are names of immediate value types
261
+
ifnode.kind=='float' ornode.kind=='int' then
262
+
returntonumber(node.value)
263
+
end
264
+
end
265
+
})
266
+
229
267
types.string=types.scalar({
230
268
name='String',
231
269
description="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.",
0 commit comments