# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

As is a pseudo aggregation function for renaming another other functions with custom names.
Asc applies the given fields in ASC order.
Count applies the "count" aggregation function on each group.
Debug enables debug logging on the ent.Driver.
Desc applies the given fields in DESC order.
Driver configures the client driver.
FromContext returns a Client stored inside a context, or nil if there isn't one.
IsConstraintError returns a boolean indicating whether the error is a constraint failure.
IsNotFound returns a boolean indicating whether the error is a not found error.
IsNotLoaded returns a boolean indicating whether the error is a not loaded error.
IsNotSingular returns a boolean indicating whether the error is a not singular error.
IsValidationError returns a boolean indicating whether the error is a validation error.
Log sets the logging function for debug mode.
MaskNotFound masks not found error.
Max applies the "max" aggregation function on the given field of each group.
Mean applies the "mean" aggregation function on the given field of each group.
Min applies the "min" aggregation function on the given field of each group.
NewClient creates a new client configured with the given options.
NewContext returns a new context with the given Client attached.
NewEventClient returns a client for the Event from the given config.
NewResearchClient returns a client for the Research from the given config.
NewTxContext returns a new context with the given Tx attached.
NewUserClient returns a client for the User from the given config.
Open opens a database/sql.DB specified by the driver name and the data source name, and returns a new client attached to it.
OpenTxFromContext open transactions from client stored in context.
Sum applies the "sum" aggregation function on the given field of each group.
TxFromContext returns a Tx stored inside a context, or nil if there isn't one.
WithEventFilter configures pagination filter.
WithEventOrder configures pagination ordering.
WithFixedNodeType sets the Type of the node to a fixed value.
WithNodeType sets the node Type resolver function (i.e.
WithResearchFilter configures pagination filter.
WithResearchOrder configures pagination ordering.
WithUserFilter configures pagination filter.
WithUserOrder configures pagination ordering.

# Constants

Operation types.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Node types.
No description provided by the author
No description provided by the author

# Variables

DefaultEventOrder is the default ordering of Event.
DefaultResearchOrder is the default ordering of Research.
DefaultUserOrder is the default ordering of User.
EventOrderFieldCreatedAt orders Event by created_at.
EventOrderFieldID orders Event by id.
ResearchOrderFieldID orders Research by id.

# Structs

Client is the client that holds all ent builders.
ConstraintError returns when trying to create/update one or more entities and one or more of their constraints failed.
Event is the model entity for the Event schema.
EventClient is a client for the Event schema.
EventConnection is the connection containing edges to Event.
EventCreate is the builder for creating a Event entity.
EventCreateBulk is the builder for creating many Event entities in bulk.
EventDelete is the builder for deleting a Event entity.
EventDeleteOne is the builder for deleting a single Event entity.
EventEdge is the edge representation of Event.
EventEdges holds the relations/edges for other nodes in the graph.
EventGroupBy is the group-by builder for Event entities.
EventMutation represents an operation that mutates the Event nodes in the graph.
EventOrder defines the ordering of Event.
EventOrderField defines the ordering field of Event.
EventQuery is the builder for querying Event entities.
EventSelect is the builder for selecting fields of Event entities.
EventUpdate is the builder for updating Event entities.
EventUpdateOne is the builder for updating a single Event entity.
NotFoundError returns when trying to fetch a specific entity and it was not found in the database.
NotLoadedError returns when trying to get a node that was not loaded by the query.
NotSingularError returns when trying to fetch a singular entity and more then one was found in the database.
Research is the model entity for the Research schema.
ResearchClient is a client for the Research schema.
ResearchConnection is the connection containing edges to Research.
ResearchCreate is the builder for creating a Research entity.
ResearchCreateBulk is the builder for creating many Research entities in bulk.
ResearchDelete is the builder for deleting a Research entity.
ResearchDeleteOne is the builder for deleting a single Research entity.
ResearchEdge is the edge representation of Research.
ResearchEdges holds the relations/edges for other nodes in the graph.
ResearchGroupBy is the group-by builder for Research entities.
ResearchMutation represents an operation that mutates the Research nodes in the graph.
ResearchOrder defines the ordering of Research.
ResearchOrderField defines the ordering field of Research.
ResearchQuery is the builder for querying Research entities.
ResearchSelect is the builder for selecting fields of Research entities.
ResearchUpdate is the builder for updating Research entities.
ResearchUpdateOne is the builder for updating a single Research entity.
Tx is a transactional client that is created by calling Client.Tx().
User is the model entity for the User schema.
UserClient is a client for the User schema.
UserConnection is the connection containing edges to User.
UserCreate is the builder for creating a User entity.
UserCreateBulk is the builder for creating many User entities in bulk.
UserDelete is the builder for deleting a User entity.
UserDeleteOne is the builder for deleting a single User entity.
UserEdge is the edge representation of User.
UserEdges holds the relations/edges for other nodes in the graph.
UserGroupBy is the group-by builder for User entities.
UserMutation represents an operation that mutates the User nodes in the graph.
UserOrder defines the ordering of User.
UserOrderField defines the ordering field of User.
UserQuery is the builder for querying User entities.
UserSelect is the builder for selecting fields of User entities.
UserUpdate is the builder for updating User entities.
UserUpdateOne is the builder for updating a single User entity.
ValidationError returns when validating a field or edge fails.

# Interfaces

No description provided by the author
Noder wraps the basic Node method.
No description provided by the author

# Type aliases

AggregateFunc applies an aggregation step on the group-by traversal/selector.
No description provided by the author
No description provided by the author
EventPaginateOption enables pagination customization.
Events is a parsable slice of Event.
ent aliases to avoid import conflicts in user's code.
ent aliases to avoid import conflicts in user's code.
ent aliases to avoid import conflicts in user's code.
ent aliases to avoid import conflicts in user's code.
ent aliases to avoid import conflicts in user's code.
ent aliases to avoid import conflicts in user's code.
NodeOption allows configuring the Noder execution using functional options.
ent aliases to avoid import conflicts in user's code.
No description provided by the author
Common entgql types.
OrderFunc applies an ordering on the sql selector.
ent aliases to avoid import conflicts in user's code.
ent aliases to avoid import conflicts in user's code.
ent aliases to avoid import conflicts in user's code.
ent aliases to avoid import conflicts in user's code.
ent aliases to avoid import conflicts in user's code.
Researches is a parsable slice of Research.
ResearchPaginateOption enables pagination customization.
No description provided by the author
No description provided by the author
ent aliases to avoid import conflicts in user's code.
ent aliases to avoid import conflicts in user's code.
UserPaginateOption enables pagination customization.
Users is a parsable slice of User.
ent aliases to avoid import conflicts in user's code.