Skip to content

Instantly share code, notes, and snippets.

@manakuro
Created December 10, 2021 04:56
Show Gist options
  • Save manakuro/ff28b2ca4d37e5c150ae09b797084bd0 to your computer and use it in GitHub Desktop.
Save manakuro/ff28b2ca4d37e5c150ae09b797084bd0 to your computer and use it in GitHub Desktop.
package model
import "golang-clean-architecture-ent-gqlgen/ent"
// Cursor of an edge type.
type Cursor = ent.Cursor
// PageInfo of a connection type.
type PageInfo = ent.PageInfo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment