NetworkParameterEdge
Edge type containing the network parameter and cursor information returned by a NetworkParametersConnection
type NetworkParameterEdge {
node: NetworkParameter!
cursor: String!
}
Fields
NetworkParameterEdge.node ● NetworkParameter! non-null object
The network parameter
NetworkParameterEdge.cursor ● String! non-null scalar
Cursor identifying the network parameter
Member of
NetworkParametersConnection object