Skip to main content

AddressEdge

A Relay edge containing a Address and its cursor.

type AddressEdge {
node: Address
cursor: String!
}

Fields

AddressEdge.node ● Address object

The item at the end of the edge

AddressEdge.cursor ● String! non-null scalar

A cursor for use in pagination

Member Of

AddressConnection object