OBJECT
TagWriteDetailsConnection
A connection to a list of items.
link GraphQL Schema definition
- type TagWriteDetailsConnection {
- # Information to aid in pagination.
- PageInfo! :
- # A list of edges.
- TagWriteDetailsEdge] : [
- # A list of TagWriteDetails nodes.
- TagWriteDetails!]! : [
- # The total count of items in the connection.
- Int! :
- }