Node
An object with an ID.
interface Node {
id: UUID!
}
Fields
Node.id ● UUID! non-null scalar
The ID of the node.
Implemented By
Address interface ● User object ● UserAddress object ● VendorAddress object