graphql/type/paths
Types
ResponsePath
Interface. Represents a linked response path from a field back to the root response.
Members
| Name | Type | Description |
|---|---|---|
| prev | Path | undefined | The previous segment in the linked response path, or undefined at the root. |
| key | string | number | The field name or list index for this response path segment. |
| typename | string | undefined | The runtime object type name associated with this path segment, if known. |