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