This website requires JavaScript.
Explore
Help
Register
Sign In
OSS
/
graphql
Watch
1
Star
1
Fork
1
You've already forked graphql
Code
Issues
6
Pull Requests
Actions
Releases
22
Wiki
Activity
63d4de485d
graphql
/
stack.yaml
7 lines
82 B
YAML
Raw
Normal View
History
Unescape
Escape
Deprecate enum, enumA, wrappedEnum, wrappedEnumA These functions are from Language.GraphQL.Schema. There are actually only two generic types in GraphQL: Scalars and objects. Enum is a scalar value. According to the specification enums may be serailized to strings. And in the current implementation they used untyped strings anyway, so there is no point to have differently named functions with the same implementation as their scalar counterparts.
2019-09-01 02:53:15 +02:00
resolver
:
lts-14.4
Pin stack to LTS-4.2
2016-01-26 13:35:53 +01:00
packages
:
-
'.'
extra-deps
:
[
]
flags
:
{}
extra-package-dbs
:
[
]
Reference in New Issue
Copy Permalink