aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/models/edges.go
blob: 677d13f5fc91f6c05708bf3abac0acd4443c85c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
package models

func (e OperationEdge) GetCursor() string {
	return e.Cursor
}

func (e BugEdge) GetCursor() string {
	return e.Cursor
}

func (e CommentEdge) GetCursor() string {
	return e.Cursor
}