AccountFeatureEdge
An edge in a connection.
type AccountFeatureEdge {
cursor: String!
node: AccountFeature
}
Fields
AccountFeatureEdge.cursor ● String! non-null scalar common
A cursor for use in pagination.
AccountFeatureEdge.node ● AccountFeature object feature-flags
The item at the end of the edge.
Member Of
AccountFeatureConnection object