DefaultGraphQLConnection
Type Alias: DefaultGraphQLConnection<NodeType>
DefaultGraphQLConnection<
NodeType>:object
Defined in: src/utilities/defaultGraphQLConnection.ts:144
This is typescript type of a base graphql connection object. This connection object can be extended to create a custom connnection object as long as the new connection object adheres to the default type of this base connection object.
Type Parameters
• NodeType
Type declaration
edges
edges:
DefaultGraphQLConnectionEdge<NodeType>[]
pageInfo
pageInfo:
DefaultGraphQLConnectionPageInfo