Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RemoteField

A recursive tree structure that points to the field in the remote schema that needs to be joined with. It is recursive because the remote field maybe nested deeply in the remote schema. https://hasura.io/docs/1.0/graphql/manual/api-reference/schema-metadata-api/remote-relationships.html#remotefield

Hierarchy

  • RemoteField

Indexable

[FieldName: string]: { arguments: InputArguments; field?: RemoteField }

A recursive tree structure that points to the field in the remote schema that needs to be joined with. It is recursive because the remote field maybe nested deeply in the remote schema. https://hasura.io/docs/1.0/graphql/manual/api-reference/schema-metadata-api/remote-relationships.html#remotefield

Generated using TypeDoc