gql icon indicating copy to clipboard operation
gql copied to clipboard

Type System Directives

Open Fontinalis opened this issue 6 years ago • 0 comments

These directives should be only for the schema, for server usage.

Apollo's solution could be a way to go with this. Having different interfaces for each location would be great solution. Each "visit" function could override the actual type/resource it's for.

  • [ ] Schema
  • [ ] Scalar
  • [ ] Object
  • [x] Field definition
  • [ ] Argument definition
  • [ ] Interface
  • [ ] Union
  • [ ] Enum
  • [ ] EnumValue
  • [ ] InputObject
  • [ ] InputField

Fontinalis avatar Mar 22 '20 18:03 Fontinalis