Edge<TDto>
Namespace: Meshmakers.Octo.Communication.Contracts.GraphQL
Represents an edge object.
public class Edge<TDto>
Type Parameters
TDto
Inheritance Object → Edge<TDto>
Properties
Cursor
Gets or sets the cursor.
public string Cursor { get; set; }
Property Value
Node
Gets or sets the node.
public TDto Node { get; set; }
Property Value
TDto
Constructors
Edge()
public Edge()