OBJECT
ResourceSettingEdge
An edge in a connection.
link GraphQL Schema definition
- type ResourceSettingEdge {
- # A cursor for use in pagination.
- : String!
- # The item at the end of the edge.
- : ResourceSetting
- }
OBJECT
An edge in a connection.
- type ResourceSettingEdge {
- # A cursor for use in pagination.
- : String!
- # The item at the end of the edge.
- : ResourceSetting
- }