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