Schema Documentation
NodeWithTrackbacks
Description
A node that can have trackbacks and pingbacks
Fields
Field Name | Description |
---|---|
id - ID! | The globally unique ID for the object |
pingStatus - String | Whether the pings are open or closed for this particular post. |
pinged - [String] | URLs that have been pinged. |
toPing - [String] | URLs queued to be pinged. |
Possible Types
NodeWithTrackbacks Types |
---|
Example
{"id":4,"pingStatus":"xyz789","pinged":["xyz789"],"toPing":["abc123"]}