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