aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/models/edges.go
diff options
context:
space:
mode:
Diffstat (limited to 'graphql/models/edges.go')
-rw-r--r--graphql/models/edges.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphql/models/edges.go b/graphql/models/edges.go
index 677d13f5..7de76edf 100644
--- a/graphql/models/edges.go
+++ b/graphql/models/edges.go
@@ -1,13 +1,16 @@
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
}