git-bug/graphql/models/edges.go

14 lines
199 B
Go
Raw Normal View History

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
}