Node
The node interface is implemented by entities that have a global unique identifier.
interface Node {
id: ID!
}
Fields
Node.id ● ID! non-null scalar
The opaque identifier of this object, unique across the whole platform. Treat it as a string with no parts to read: pass it back to the node field to fetch this object again.
Returned By
Implemented By
Employee object ● LeaveRequest object