Tim Griesser
eec4b91091
feat: add sourceType option to fieldDefinition ( #1106 )
...
* feat: add sourceType option to fieldDefinition
* add additional configurability for field-level sourceType
2022-06-28 13:21:58 -04:00
Tim Griesser
9875e90dae
feat: Add Schema Directives to SDL ( #952 )
...
Adds directive & addDirective utilities for defining directives emitted in the SDL
2022-05-15 16:59:05 -04:00
Daniel Schwartz
b906288c58
chore: change facebook.github.io to relay.dev links ( #1083 )
2022-05-03 11:24:45 -04:00
Tim Griesser
1f5b025837
fix: pass down source into extended connection fields ( #812 )
2021-01-31 23:04:03 -05:00
Tim Griesser
dc1e21bdad
feat: pass connection args to field extensions ( #710 )
2020-12-07 17:02:36 -05:00
Tim Griesser
9d0f4f4226
feat: add .asArg for enum, fix default typings ( #708 )
...
- Renames `EnumTypeConfig` -> `NexusEnumTypeConfig` for consistency
- Adds `.asArg` on `enumType`, since these are often defined inline for one-off field args
- Fixes types so `default` type is properly inferred, eases types elsewhere so valid types which haven't been added to the manifest do not show as type errors
2020-12-06 18:52:04 -05:00
Jason Kuhrt
242046c756
fix: subscriptionField overload for builder api access ( #694 )
...
closes #595
2020-12-02 11:53:55 -05:00