OBJECT
ResourceSettingConnection
The connection type for ResourceSetting.
link GraphQL Schema definition
- type ResourceSettingConnection {
- : [String!]!
- # A list of edges.
- : [ResourceSettingEdge]
- # A list of nodes.
- : [ResourceSetting]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }