OBJECT

_DummyNodeType

Dummy type to enable Relay support with only default types. Do not use this type.

  • type _DummyNodeType implements Node {
  • id: ID! @deprecated( reason: "Do not use this type." )
  • }
This element is not required by anyone