aboutsummaryrefslogblamecommitdiffstats
path: root/api/graphql/models/edges.go
blob: 6a331e3e98798923df3c58a130c929d334755366 (plain) (tree)
1
2
3
4
5
6
7
8

              
                                               



                                           
                                               



                                     
                                               


                                         




                                               




                                               




                                               
package models

// GetCursor return the cursor entry of an edge
func (e OperationEdge) GetCursor() string {
	return e.Cursor
}

// GetCursor return the cursor entry of an edge
func (e BugEdge) GetCursor() string {
	return e.Cursor
}

// GetCursor return the cursor entry of an edge
func (e CommentEdge) GetCursor() string {
	return e.Cursor
}

// GetCursor return the cursor entry of an edge
func (e TimelineItemEdge) GetCursor() string {
	return e.Cursor
}

// GetCursor return the cursor entry of an edge
func (e IdentityEdge) GetCursor() string {
	return e.Cursor
}

// GetCursor return the cursor entry of an edge
func (e LabelEdge) GetCursor() string {
	return e.Cursor
}