package
0.0.0-20241115152746-6b37c952dfcd
Repository: https://github.com/ophum/github-teams-oauth2.git
Documentation: pkg.go.dev

# Functions

And groups predicates with the AND operator between them.
ByAccessTokens orders the results by access_tokens terms.
ByAccessTokensCount orders the results by access_tokens count.
ByCodes orders the results by codes terms.
ByCodesCount orders the results by codes count.
ByID orders the results by the id field.
ByName orders the results by the name field.
ByUsers orders the results by users terms.
ByUsersCount orders the results by users count.
HasAccessTokens applies the HasEdge predicate on the "access_tokens" edge.
HasAccessTokensWith applies the HasEdge predicate on the "access_tokens" edge with a given conditions (other predicates).
HasCodes applies the HasEdge predicate on the "codes" edge.
HasCodesWith applies the HasEdge predicate on the "codes" edge with a given conditions (other predicates).
HasUsers applies the HasEdge predicate on the "users" edge.
HasUsersWith applies the HasEdge predicate on the "users" edge with a given conditions (other predicates).
ID filters vertices based on their ID field.
IDEQ applies the EQ predicate on the ID field.
IDGT applies the GT predicate on the ID field.
IDGTE applies the GTE predicate on the ID field.
IDIn applies the In predicate on the ID field.
IDLT applies the LT predicate on the ID field.
IDLTE applies the LTE predicate on the ID field.
IDNEQ applies the NEQ predicate on the ID field.
IDNotIn applies the NotIn predicate on the ID field.
Name applies equality check predicate on the "name" field.
NameContains applies the Contains predicate on the "name" field.
NameContainsFold applies the ContainsFold predicate on the "name" field.
NameEQ applies the EQ predicate on the "name" field.
NameEqualFold applies the EqualFold predicate on the "name" field.
NameGT applies the GT predicate on the "name" field.
NameGTE applies the GTE predicate on the "name" field.
NameHasPrefix applies the HasPrefix predicate on the "name" field.
NameHasSuffix applies the HasSuffix predicate on the "name" field.
NameIn applies the In predicate on the "name" field.
NameLT applies the LT predicate on the "name" field.
NameLTE applies the LTE predicate on the "name" field.
NameNEQ applies the NEQ predicate on the "name" field.
NameNotIn applies the NotIn predicate on the "name" field.
Not applies the not operator on the given predicate.
Or groups predicates with the OR operator between them.
ValidColumn reports if the column name is valid (part of the table columns).

# Constants

AccessTokensInverseTable is the table name for the AccessToken entity.
AccessTokensTable is the table that holds the access_tokens relation/edge.
CodesInverseTable is the table name for the Code entity.
CodesTable is the table that holds the codes relation/edge.
EdgeAccessTokens holds the string denoting the access_tokens edge name in mutations.
EdgeCodes holds the string denoting the codes edge name in mutations.
EdgeUsers holds the string denoting the users edge name in mutations.
FieldID holds the string denoting the id field in the database.
FieldName holds the string denoting the name field in the database.
Label holds the string label denoting the group type in the database.
Table holds the table name of the group in the database.
UsersInverseTable is the table name for the User entity.
UsersTable is the table that holds the users relation/edge.

# Variables

AccessTokensPrimaryKey and AccessTokensColumn2 are the table columns denoting the primary key for the access_tokens relation (M2M).
CodesPrimaryKey and CodesColumn2 are the table columns denoting the primary key for the codes relation (M2M).
Columns holds all SQL columns for group fields.
DefaultID holds the default value on creation for the "id" field.
UsersPrimaryKey and UsersColumn2 are the table columns denoting the primary key for the users relation (M2M).

# Type aliases

OrderOption defines the ordering options for the Group queries.