OBJECT
EntityHealthEntityEdge
A Relay edge containing a EntityHealthEntity
and its cursor.
link GraphQL Schema definition
- type EntityHealthEntityEdge {
- # The item at the end of the edge
- EntityHealthEntity :
- # A cursor for use in pagination
- String! :
- }