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