Skip to content

Instantly share code, notes, and snippets.

@manakuro
Created December 10, 2021 04:58
Show Gist options
  • Save manakuro/12300d0d099afe6196eb0b1169fd0c5a to your computer and use it in GitHub Desktop.
Save manakuro/12300d0d099afe6196eb0b1169fd0c5a to your computer and use it in GitHub Desktop.
func (r *queryResolver) Users(ctx context.Context, after *model.Cursor, first *int, before *model.Cursor, last *int) (*ent.UserConnection, error) {
panic(fmt.Errorf("not implemented"))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment