Eugen Wissner
63d4de485d
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.
7 lines
82 B
YAML
7 lines
82 B
YAML
resolver: lts-14.4
|
|
packages:
|
|
- '.'
|
|
extra-deps: []
|
|
flags: {}
|
|
extra-package-dbs: []
|