package
0.0.0-20240923100830-557be54354f7
Repository: https://github.com/nsym-m/go-graphql.git
Documentation: pkg.go.dev

# Functions

AddIssueHook registers your hook function for all future operations.
AddProjectcardHook registers your hook function for all future operations.
AddProjectHook registers your hook function for all future operations.
AddPullrequestHook registers your hook function for all future operations.
AddRepositoryHook registers your hook function for all future operations.
AddUserHook registers your hook function for all future operations.
FindIssue retrieves a single record by ID with an executor.
FindProject retrieves a single record by ID with an executor.
FindProjectcard retrieves a single record by ID with an executor.
FindPullrequest retrieves a single record by ID with an executor.
FindRepository retrieves a single record by ID with an executor.
FindUser retrieves a single record by ID with an executor.
IssueExists checks if the Issue row exists.
Issues retrieves all the records using an executor.
NewQuery initializes a new Query using the passed in QueryMods.
ProjectcardExists checks if the Projectcard row exists.
Projectcards retrieves all the records using an executor.
ProjectExists checks if the Project row exists.
Projects retrieves all the records using an executor.
PullrequestExists checks if the Pullrequest row exists.
Pullrequests retrieves all the records using an executor.
Repositories retrieves all the records using an executor.
RepositoryExists checks if the Repository row exists.
UserExists checks if the User row exists.
Users retrieves all the records using an executor.

# Variables

ErrSyncFail occurs during insert when the record could not be retrieved in order to populate default value information.
No description provided by the author
IssueRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
ProjectcardRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
ProjectRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
PullrequestRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
RepositoryRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UserRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Issue is an object representing the database table.
Project is an object representing the database table.
Projectcard is an object representing the database table.
Pullrequest is an object representing the database table.
Repository is an object representing the database table.
User is an object representing the database table.

# Type aliases

No description provided by the author
No description provided by the author
M type is for providing columns and column values to UpdateAll.
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
No description provided by the author