Skip to content

Instantly share code, notes, and snippets.

@manakuro
Created December 10, 2021 05:01
Show Gist options
  • Save manakuro/94d7e7d21f32da7c161b2b1d6b4bc1fb to your computer and use it in GitHub Desktop.
Save manakuro/94d7e7d21f32da7c161b2b1d6b4bc1fb to your computer and use it in GitHub Desktop.
func (r *queryResolver) Users(ctx context.Context, after *ent.Cursor, first *int, before *ent.Cursor, last *int, where *ent.UserWhereInput) (*ent.UserConnection, error) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment