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